aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
* Fix for TextField focus problem with Valo in IE (#16491)Matti Hosio2015-02-021-0/+5
| | | | | | When clicking the text field with text, the caret was always moved to the beginning. Related also to ticket #11152. Change-Id: I6dd8dcdc51892c2a4f51a9590d4ad435a8dbaba9
* Moved accessibility shortcut handling to server-side. [#14843]Anna Koskinen2015-01-301-0/+2
| | | | | | Also allowed multiple shortcuts for closing Window. Change-Id: I35280ad1553af10ae54bc001e5707357f206b0ee
* Fix wrong color variable for selectedGrid rows (#16532)Jouni Koivuviita2015-01-291-5/+7
| | | | Change-Id: Ib8cc41e3f19f912af6267448b9f213cd2f92448e
* Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-212-1/+1
|\ | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VScrollTable.java Change-Id: I79e003b2087e8e0e5c8aa6d25bdeb890ce9a60c5
| * Embedded ThemeResource should react to theme change (#15194)Anna Koskinen2015-01-201-0/+0
| | | | | | | | Change-Id: Ied78a8c999e592a944c27138e179c37a31a0af54
| * Hide input field from clicking for immediate upload in Valo. (#15404)Sauli Tähkäpää2015-01-191-1/+1
| | | | | | | | Change-Id: I69bcd7b1d610d0e9adb6ce43e06591a769bef957
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2015-01-1627-151/+712
|\ \ | |/ |/| | | Change-Id: I0babb7cb93e773a9aab82243c1112d45b15bec78
| * Fix grid row borders and cell widget vertical alignment (#16200)Jouni Koivuviita2015-01-151-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | Previously the top-border for the first body row in the grid was hidden, which caused it to blink during scrolling, when the first-child element is moved using transforms. Moving the border to the bottom of the cell seems to have to negative side-effects. Fixes vertical alignment for contained widget renderers. All DIV elements are rendered as inline-blocks by default (same as all .v-widget elements). Change-Id: I277f88953069846adbc475366161aabc0df96e15
| * Make ProgressBarRenderer progress bars 100% wide (#16202)Johannes Dahlström2015-01-141-0/+6
| | | | | | Change-Id: Id9bd6ae389c4aa5a857f33b57ba087420ba79ce7
| * Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-142-3/+5
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/communication/AtmospherePushConnection.java server/tests/src/com/vaadin/data/fieldgroup/FieldGroupTests.java shared/src/com/vaadin/shared/util/SharedUtil.java Change-Id: I300b5a92bde562390a56b720adf9a37b795c9513
| * | Adds PROGRESSBAR_STATIC to Reindeer and Runo (#16173)Henrik Paul2015-01-134-2/+14
| | | | | | | | | | | | | | | Grid's ProgressBarRenderer uses that style by default. Change-Id: Ie3e1ec33168f61f921efdaf554714fba10cb2644
| * | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2015-01-123-9/+24
| |\ \ | | | | | | | | | | | | Change-Id: Ic6b667ea6ceff43a609ce2037f656c6274871fb7
| * | | Clicks through the focused cell :before pseudoelement (#15535)Henrik Paul2015-01-121-0/+12
| | | | | | | | | | | | | | | | Change-Id: I3741b8a44f7b02fe0dceaa4c7b59b1830c36a2be
| * | | Make disabled Grid nonfocusable and ignore events (#13334)Johannes Dahlström2014-12-301-0/+5
| | | | | | | | | | | | | | | | Change-Id: Ie017b0449c84ec1afd902503712133ab095282d8
| * | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-293-15/+24
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: Id00b3893951bc669fcc8e234f09909d480e249ab
| * \ \ \ Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-182-22/+34
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805
| * | | | | 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