summaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Make push path configurable (#14432)."Artur Signell2015-03-251-19/+3
| | | | | | | | | | | | | | Breaks long polling fallback when implemented this way This reverts commit 735f0748344d7ee594c4e52a715d867dfdb23cb1. Conflicts: push/build.xml push/ivy.xml server/src/com/vaadin/server/Constants.java uitest/src/com/vaadin/tests/push/PushPathTest.java Change-Id: I07f6fedafc648b0ee403865ccb322017d2a8d571
* Fixed scroll jump by using native focusing in IE (#15294)Johannes Tuikkala2015-03-241-0/+12
| | | | Change-Id: I412ba219f31567ebba019b7d6ce4db4af9be9363
* Fix bad language in release notesLeif Åstrand2015-03-181-1/+1
| | | | Change-Id: I9a348ebd6ae41a1a7d03ae9a00bcc5935a4bc4e1
* Add link to the push issues wiki page to the release notes (#17142)Leif Åstrand2015-03-171-17/+24
| | | | Change-Id: I52d2a883f76bd673c8ca749246858f1e16e11679
* Fix regression for Table selection and checkbox issue (#17064)Teemu Suo-Anttila2015-03-091-0/+6
| | | | | | Converts the old TB2 test for the issue to TB4 as well. Change-Id: I76a37d836a55102221aa63e75f7ab605769bc0b9
* Revert "Hide button caption overflow in reindeer and valo. (#11864)"Jouni Koivuviita2015-03-032-4/+0
| | | | | | | | | | This reverts commit c9586c93b93987d9b5942c38ef0b536c091092a5. This fix will break button focus outline in Valo. The overflow hidden needs to be placed on the inner element (v-button-wrap). For Reindeer the fix is okay, but for consistency it might make sense to move it there to the inner element also. Change-Id: I6cac9fc6a1c8ae6be9969b8dc8533b9cad118d6a
* Hide button caption overflow in reindeer and valo. (#11864)Sauli Tähkäpää2015-02-272-0/+4
| | | | Change-Id: Iaeb9cd571dd4b7a37cdc89f9d291365aef96c9e1
* Update release notes for 7.4Artur Signell2015-02-241-15/+12
| | | | | | | * Match TOC headers with actual headers * New browser versions Change-Id: I1476d41ee66ffb1876aac89998d4ca03d47e1240
* Make push path configurable (#14432).Tapio Aali2015-02-181-3/+19
| | | | | | | In order to use websockets with Weblogic 12.1.2 or later, push path 'ws' needs to be used instead of 'PUSH'. Change-Id: Ia90d11c20a375cef9cf4a53986a70d616a83db06
* Add spaces around operators (#16696).Mika Murtojarvi2015-02-132-1/+9
| | | | | | This is needed for the Sass compiler to correctly parse an expression. Change-Id: Ie39134e47f701015a9fc7180de5c033b80abe178
* Fixes IE scrollbar issues (#16634)Henrik Paul2015-02-101-1/+2
| | | | Change-Id: Ic948fb801f3bca5101ba630c99bd321f3e4f24bb
* Highlights erroneous cells in Grid editor (#16575)Henrik Paul2015-02-062-0/+26
| | | Change-Id: Ie1f9d738db7a03ddb01b968782ad5e4877af1d7e
* Grid editor theme redesign (#16593)Jouni Koivuviita2015-02-065-25/+215
| | | | | | | | Editor theme is now more flexible with regards to CSS. There are now separate elements for containing the edited cells and the “footer” which contains an optional message area and the save and cancel buttons. Change-Id: I9addcb6adca792a9251ffada99fbe9b77502c77a
* 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