aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Change "editor row" to "editor" in style names (#13334)Johannes Dahlström2014-12-182-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I690c8c17c673ec2d77870cf305dee1ac1b9bc3be
| * | | | | Add -moz prefixed border boxes and box shadows to base theme (#13334)Teemu Suo-Anttila2014-12-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I22fafc7c0a6221ba5ff596494623fe798c9dad94
| * | | | | Fix regressions in Grid SCSSJouni Koivuviita2014-12-185-18/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix regressions from previous Grid style patch: - Typo in selector (dot instead of comma) - “active” style renamed to “focused” - Scrollbar border styling moved from Valo (was working) to Base (now all themes work the same) Change-Id: I778de73027f0cb9def1fb93e5188f494f0a49639
| * | | | | Rename "active" row/cell to "focused" (#13334)Johannes Dahlström2014-12-174-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7a507db8ec62b2e669cc2562cbfaf1693d394f6e
| * | | | | Grid theme API changes and style fixesJouni Koivuviita2014-12-1710-822/+597
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed decorative element style names: - “headercorner” -> “header-deco” - “footercorner” -> “footer-deco” - “horizontalscrollbarbackground” -> “horizontal-scrollbar-deco” The “-stripe” style name is now added for odd rows, not even (like in all Table themes). Re-implemented the Base mixins for Grid and Escalator. They are now used for all themes, which should make future development easier because things should only be implemented in one place. This change makes the theme also less brittle hopefully, because it reduces the amount of pixel calculations for paddings etc. and relies more on plain CSS. The Base theme now offers many variables for extending themes. This reduces unnecessary CSS output, and makes it easier to maintain multiple themes for the Grid. Added a box-shadow and box-sizing mixins to Base. Converted all CSS comments to Sass comments. Change-Id: Iba925062c754c115b5f15e155659cfdccc702945
| * | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-17106-0/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Change-Id: If3dd8380afe425491dfb877c08c4ff078312a3aa
| * | | | | | Remove unused "header-active" classname and style (#13334)Johannes Dahlström2014-12-161-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I11de89a69161d9b355d0de63b8a61470259b518e
| * | | | | | Patches up the themes for Grid a bit (#13334)Henrik Paul2014-12-126-80/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1231b8097d06d8230ddee640894ceaf749dab0ee
| * | | | | | Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-125-27/+27
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: server/tests/src/com/vaadin/data/util/BeanItemContainerTest.java Change-Id: I04938bd8c5b4f01c3ca801c9f7adbb20d279523c
| * | | | | | | Fixes some errors in Runo/Reindeer (#13334)Henrik Paul2014-12-0812-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5f19b8b03362035b4217dcda626d368559fc424d
| * | | | | | | Adds stylable corner boxes for the footer and header (#13334)Henrik Paul2014-12-051-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7901b42ac2a8c590d4967460eb926fde9199e83e
| * | | | | | | Updates styles for Grid editor row in Valo (ticket #13334).anezthes2014-12-053-90/+520
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes breaking tests for Reindeer changes. Change-Id: I18b3434b70f7bc3c0fd736e86f9008265f82018e
| * | | | | | | Use consistent stylenames for zebra striping in valo (#13334)Leif Åstrand2014-12-031-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ieced4208f30749ea99fa40bc64de18647006d5d1
| * | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-288-42/+53
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1983d8a8c86caf75c4f5d32ee9367bbd6d58057c
| * | | | | | | | Adds a themeable background element for horizontal scrollbar (#13334)Henrik Paul2014-11-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I95622de533497b3d89bcdd2a782c6271aec0764f
| * | | | | | | | Adds naïve zebra striping to Grid (#13334)Henrik Paul2014-11-211-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia9a031f87065552688dffe3281bf647582b8f872
| * | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-1422-83/+175
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iec61d9242be530edbb76ba952746ba0f9c9bd966
| * | | | | | | | | Import _table.scss to make valo-table-background-color() work (#13334)Leif Åstrand2014-11-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4d165faa67e17820b5a3caab7b16306ee919d300
| * | | | | | | | | Adjusts Grid's Valo theme (#13334)Henrik Paul2014-10-281-165/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic77f12532a0154a7cdc1cc4cd444f5a14fe5f866
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-10-167-10/+65
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7462e5a6a902eb0c4396bc14216a6f323dd33b76
| * | | | | | | | | | Adds Valo support for Grid (#13334)Henrik Paul2014-10-023-129/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ied1e823142efc8e5abd2e2c203eedeef0248d68b
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-09-205-5/+186
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8a35a090619778b1cfbff55e112ab2f30e6881a2
| | * | | | | | | | | | Implement commit/discard functionality for editor row (#13334)Johannes Dahlström2014-09-191-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes commit and cancel UI. Vaadin-specific commit/discard implementation will be submitted as a separate patch. As of now, commits are assumed to always succeed. Change-Id: I2043eac2fe80012bee235648b01518f19057c215
| | * | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-09-0339-615/+2315
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This merge needs Grid to use elemental.json instead of org.json Change-Id: Ib3c387c7e282b2502f266bafbdaad8727f5dc6ef
| | * | | | | | | | | | | Initial client-side editor row implementation (#13334)Johannes Dahlström2014-08-291-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only shows a bare grey row for now. Enter opens editor for active row, Esc hides editor. TODO * Double-click to edit does not work * Scrolling to edit hidden row does not work * EditorRowHandler to bind data+widgets * Server-side integration * Commit/discard buttons Change-Id: I0ae678b086493b0e46ab7c1db99eb92049318d6f
| | * | | | | | | | | | | Merge branch 'master' into gridLeif Åstrand2014-08-225-5/+167
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie3d71dde9bd9318c33de15190be8e0de20a2b8e7
| | | * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-2014-30/+130
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibe1a7badae6dfa8ca33b56c400c7dcb3d7a7aeda
| | | * \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-08-1913-53/+166
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iac6947bc82bfbbb6856a924e7d538d195cfb405e
| | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-08-1233-1036/+1251
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I29844888351eaf8e75216c70fcaa9d25b4507036
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-1115-233/+569
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id3d21cb07bac8cf96c50576647e6b2569b3577a0
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-0754-136/+302
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: Ie05bea7142134a7a9d655fcdf6ca232fd13c742b
| | | * | | | | | | | | | | | | | | | Increase z-index of frozen cells for correct rendering (#13334)Teemu Suo-Anttila2014-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3bf1fd2733e283c98a1ebb5ff260381ff4b5bfab
| | | * | | | | | | | | | | | | | | | Merge branch 'master' into gridLeif Åstrand2014-07-224-2/+10
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6878b3c64eb5c98174537f4e5864e2ff2cb1863f
| | | * | | | | | | | | | | | | | | | | Implement active cell painting and mouse interaction (#13334)Teemu Suo-Anttila2014-07-151-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iecb9db0fe6ea9ef0409e2ac0a294ac3508277251
| | | * | | | | | | | | | | | | | | | | Position sorting indicators correctly in both Chrome and FF (#13334)Leif Åstrand2014-07-101-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icfbb9c6a4a52db0c55a5244f2dfdb24a86379397
| | | * | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-07-0813-13/+78
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: I7f97cb771665485dbc9130a3c9b0365185615fc5
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-07-01311-396/+13476
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: I515edf75b3ba2eb0bf94fa0d747cadbce2c79a21
| | | * | | | | | | | | | | | | | | | | | | Send selection between server and client (#13334)Henrik Paul2014-06-271-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I75174af63092fca72d9aa63ccf3c06a77f42c4f6
| | | * | | | | | | | | | | | | | | | | | | Added sort indicators to Grid headers #13334John Ahlroos2014-06-271-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I35ceccea85ff0f74cbd0fd7655dba20efa25e191
| | | * | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-06-171-8/+29
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I442d8beae6cde0ee48723a8d95701de5ed175b73
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-06-162-0/+16
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7af5740a55f2a3f0239f0a4b5544179c3e52a8cd
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-05-261-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2f6f9de3d210b863e44eb6fbf1fbc2cb7251c2ee
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into gridTeemu Suo-Anttila2014-05-208-64/+310
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: Icccb2e30199f99a7b0b00f05b1a12d5f7297402f
| | | * | | | | | | | | | | | | | | | | | | | | | | Updated release notesJohn Ahlroos2014-04-251-305/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed a whole lot of old and irrelevant information regarding old versions and added Grid as a new enhancement. Change-Id: I6872337b21a2670072b2b72d733fe4d9f338adb0
| | | * | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-04-251-1/+10
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I596407a5d5c28c6ec3fb27d443e6bf143bddee6c
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge "Merge branch 'master' into grid" into gridLeif Åstrand2014-04-105-75/+106
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into gridLeif Åstrand2014-04-104-0/+128
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I48781ab6c755ad5f51061c023f54de2aea85e62a
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a few Escalator regressions relating to IE8 and IE9 (#13334)Henrik Paul2014-04-101-5/+8
| | | | |/ / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3446d1f781f5aa5e3262a20f51999b0a52d48dd3
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '5d0b53bad' into gridLeif Åstrand2014-03-194-0/+128
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes everything from master up until the moment when "someone" attempted to merge grid into master. Change-Id: Ic8160a2cad13b0123016b41c394b4bb439f49d57
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Determine window header margin size depending on visible buttons.Sauli Tähkäpää2015-01-162-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#15408) Breaking changes: maximizebox and closebox are moved inside outerheader element. Change-Id: I909e3a012a632461ab20d51fab37602b1b6ceb12