summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN
Commit message (Collapse)AuthorAgeFilesLines
* Reconnect dialog basic css for all themes (#11733)Artur Signell2015-07-134-3/+51
| | | | Change-Id: I070cca17377dc49095481012717bab8931fb375b
* Fix reconnect-dialog rebase problemArtur Signell2015-07-131-2/+2
| | | | Change-Id: I919fe43e7579787c6831aaa88945c348e124b3b4
* Initial version of the reconnect dialog and a problem handler which uses it ↵Artur Signell2015-07-132-0/+20
| | | | | | | | | | | (#11733) Limitations * Does not take Push into account * Hard coded parameters * Only theme for Valo Change-Id: Iddb12d20391bcd30dc7289b7ea694ac3fbbd116d
* Fix incorrect system notifications with details styling (#18340)Artur Signell2015-06-262-5/+7
| | | | Change-Id: Ia0d36147eb4ed9f170123771ac2674df584e6a4b
* Fixed regression by #15381 on IE8Teppo Kurki2015-06-221-0/+9
| | | | | | | | The opacity for disabled menu items looks very ugly on IE8. Fixed by using the previous gray color for text and opacity filter only for the item icon. Change-Id: If48716cdccef05ebdba43b5600e41c0690398429
* Add backwards keyword for Valo utility animations (#14873, #14806)Jouni Koivuviita2015-06-151-7/+7
| | | Change-Id: Ib8eac880deb50b9bf32dc80f572c716413d14e69
* Fixes search-CB resizing on each layout (Firefox&Chameleon) (#18236)Teppo Kurki2015-06-111-0/+1
| | | Change-Id: I50a6c8094b16984114010c400f3485ac76da5cb7
* Fixes grid editor datefield/combobox IE8/Valo (#17915)Teppo Kurki2015-06-101-0/+12
| | | | Change-Id: I4413303e0fc23fbeeabb22ebca20332419363f6b
* Fix readonly checkbox opacity in Valo. (#17548)Sauli Tähkäpää2015-06-091-0/+20
| | | Change-Id: I633e0deeca6c1268937d8c9b918ea414355c85f3
* Quick fix for non-visible datefield buttons in IE8 (#17915)Teppo Kurki2015-06-091-0/+12
| | | | | | | This concerns Grid Editor with themes other than Valo. Also fixes the same issue for ComboBox. Change-Id: Ia9856333272f2c98683e290699f03f78d4561c5c
* Rename grid sidebar 'opened' style to 'open' (#18120)Teppo Kurki2015-06-093-5/+5
| | | | Change-Id: Ifbd791c45bf0a4b62e6e73195c73c4f0f3bddad0
* Fix for Valo notification mixins (#14872).Denis Anisimov2015-05-292-35/+37
| | | | Change-Id: I6477557c605443419ee3fc9f3398ae5af4956aa7
* Update loading indicators (#18015).Mika Murtojarvi2015-05-273-0/+0
| | | | Change-Id: I8669e604ac75ce25b43c1be6a323a007f8e00c67
* Selectable row should have pointer-type cursor [#17911]Anna Koskinen2015-05-201-0/+7
| | | | Change-Id: I74ee0c13c08bbd3e10ab43df0344d2b23c5b7161
* Fixed regression in details row for IE8&9 and another small bug (#17423)Pekka Hyvönen2015-05-122-2/+10
| | | | | | | | | Regression caused by the previous patch for the ticket. Details row inherited extra margin-top from parent. Because some position functions in escalator use left for transforming the rows, the offset caused by the spacer deco was switched to padding-left from left, so it won't get overridden by the position funcion. Change-Id: I774ab9573c95f971a0e625dc8d79370f3d86daec
* Fixes unnecessary selector specificity for notifications (#14872)Pekka Hyvönen2015-05-113-43/+35
| | | | | | Removes nesting for .v-Notification-caption and -description when possible. Change-Id: I6c68706116f9a90598413ffe43ea429d08616f51
* Notification styles should be scoped more eagerly (#14872)Denis Anisimov2015-05-116-61/+56
| | | | Change-Id: Ifb648b8913c9999d3c0c855f05f79c8356577887
* Add opacity filter for disabled menubar item. (#15381)Sauli Tähkäpää2015-05-071-1/+2
| | | | Change-Id: I457becda9b8741b0b0f85d8985581a2039fa7304
* Margin for header label in form should override any other rule (#14775).Denis Anisimov2015-05-051-0/+10
| | | | Change-Id: I6db8f01cf4842f17db3ee9509a0b7873dfd70ddd
* Set display to inline-block for TOP_CENTER and TOP_RIGHT (#14137).Denis Anisimov2015-05-051-1/+3
| | | | Change-Id: I317eefabfc93fd00a848f6b57cba9bd73600b3b6
* Provide variable for default contrast value in valo-font-color (#14793).Denis Anisimov2015-05-053-1/+18
| | | | Change-Id: Ida9552b02cb515fab6fb078a93f9f5c2f6d55014
* Details row decorator and border positioning and sizes (#17423)Pekka Hyvönen2015-04-302-10/+5
| | | | | | IE8 still isn't pixel perfect, but you can't have 'em all. Change-Id: I1780441f130032503d783657103066f502dce570
* Fixed theming issues with Grid's Sidebar (#17412)Pekka Hyvönen2015-04-221-2/+3
| | | | | | | | - if columns hidable when grid rendered, sidebar button had invalid height - removed border radius from grid sidebar - inherit font color for grid sidebar button Change-Id: Ib35d917b35e701bd736a28f19b34dbece7fcbe71
* Merge branch 'master' into grid-7.5Pekka Hyvönen2015-04-172-27/+25
|\ | | | | | | Change-Id: I6175398df4c3a07656a2682843615a0d7bd32a45
| * Row focus bleeds out of Table area in Valo (#14761)Jouni Koivuviita2015-04-171-27/+23
| | | | | | | | | | | | | | | | Redesigned the Table column selector button, now rendered completely inside the Table header, which works regardless of the placement of the Table, and with the fix for the main issue. Change-Id: I63ba34a0afc2d7b0d6b4c2dfd006cb6d0aebf2db
| * Fix Grid editor area calculation without scrollbars (#17471)Teemu Suo-Anttila2015-04-161-0/+2
| | | | | | | | Change-Id: I55791e0bf46b00ea90daaeb1af8b4ca2748ff9d1
* | Calculate Grid sidebar button height when closed #17412Pekka Hyvönen2015-04-163-21/+22
| | | | | | | | | | | | | | + contains Valo theming fixes for all browsers. + includes screenshot test for sidebar in Valo Change-Id: Ic6401057efff7e4d4ab65c46885dda2d995bce5d
* | Move details row decorators out of spacers td #17423Pekka Hyvönen2015-04-151-6/+13
| | | | | | | | Change-Id: Ie6c0166ad307b9172acccaa781d6fea316ee6390
* | Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-152-1/+4
|\| | | | | | | Change-Id: I03fdd2014fd0393341db0f650c065f6d27905b73
| * Don't use !important for ColorPicker width in Valo (#17140).Denis Anisimov2015-04-102-1/+4
| | | | | | | | Change-Id: I47feff9c78a39e30233f388b938c7e4e53b52051
* | Valo theming for Grid's sidebar #17412Pekka Hyvönen2015-04-134-14/+90
| | | | | | | | | | | | Little theming for Reindeer and Runo too, but no designs yet. Change-Id: I967d377cf33d64c9566b7a28d81002e669562be7
* | Adds theme to details in Grid (#16644)Jouni Koivuviita2015-04-012-4/+57
| | | | | | | | Change-Id: I84628ee5840b71f2ff889037a525d43f9e86af46
* | Grid column hiding info from client to server #(17023)Pekka Hyvönen2015-03-221-4/+16
| | | | | | | | | | | | | | | | Fixes mismatched client-server API regarding ColumnVisibilityChangeEvent Adds and removes the column hiding toggle as needed when columns added / removed. Known bug when a hidable column added, column toggle won't get the caption of column. Change-Id: I708e19432dc822f713bf11f5b8e6eadb528a3961
* | Fixes Escalator spacer tests (#16644)Henrik Paul2015-03-221-0/+8
| | | | | | | | Change-Id: I0cb3584673525b1a21b01a2e819056df7f94579c
* | Merge remote-tracking branch 'origin/grid-columnhiding' into grid-7.5Pekka Hyvönen2015-03-191-0/+27
|\ \ | | | | | | | | | Change-Id: Ice80ed9d5a96d9de824cc932873b4e6a736459a8
| * | Display button for opening sidebar in Grid when hidable columns #17023Pekka Hyvönen2015-03-171-0/+27
| | | | | | | | | | | | Change-Id: I9dc1d5d8ede4984c2dd6f5fcc932bb987ce95dcb
| | |
| \ \
*-. | | Merge remote-tracking branches 'origin/grid-detailsrow' and ↵Henrik Paul2015-03-173-0/+49
|\ \| | | |_|/ |/| | | | | | | | | | | 'origin/grid-columnhiding' into grid-7.5 Change-Id: Ib8913f8e1b1b92198d79f8920c615addf77a15ba
| | * Merge branch 'master' into grid-columnreorderPekka Hyvönen2015-03-062-1/+9
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeaturesTest.java uitest/src/com/vaadin/tests/widgetset/client/grid/GridBasicClientFeaturesWidget.java Change-Id: Ic77c717b9bbdcc38585382d4944ee4491aba3f7d
| | * | Support column reordering from all header rows. (#16643)Pekka Hyvönen2015-02-261-1/+2
| | | | | | | | | | | | | | | | Change-Id: I78a4a50b011576a026518a58c36822a383979986
| | * | Theming and UX for Grid column reordering. (#16643)Pekka Hyvönen2015-02-232-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Show sorting and focus on the dragged header. - Keep the focused header/cell the same after drag. - Make the drop marker get the same color as the grid selection. - Make dragged header and the drag element theme customizable - Valo related theming: little opacity, proper positioning Change-Id: Ia1c6f72ef2c7b4333e64ac410e50ef3688461749
| | * | Drag and drop column reorder for default header row on client side Grid. #16643Pekka Hyvönen2015-02-131-0/+21
| | | | | | | | | | | | | | | | Change-Id: I94558915859aaa91bdd041da12094bc0dcc53e62
| * | | Merge branch 'master' into detailsrowHenrik Paul2015-03-121-0/+6
| |\ \ \ | |/ / / |/| | | | | | | Change-Id: Ie0556ae8d56596d5e1894b3a62d39b0afe13b5a3
| * | | Merge branch 'master' into HEADHenrik Paul2015-03-042-1/+9
| |\ \ \ | | | |/ | | |/| | | | | Change-Id: Id48abba25a16fe7f8e679e5ce2ab3ab536951676
| * | | Adds initial details row support to Grid (#16644)Henrik Paul2015-02-172-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For now, the details row only supports text content and index based row references Change-Id: Id12557d83732475b9a5133b3ee32ae31ba4fcdd7
| * | | Escalator supports adding spacer elements into DOM. (#16644)Henrik Paul2015-02-161-0/+13
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | This is the first step towards Grid's details rows: Escalator puts spacer elements in the DOM, and is able to scroll around with them. The spacers are put in their correct locations, but they will not affect the normal row elements in any way at this time. Change-Id: Id20090c4de117e07e332dcc81e9964360f778258
* | | 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
* | 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