summaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect system notifications with details styling (#18340)Artur Signell2015-06-262-5/+7
| | | | Change-Id: Ia0d36147eb4ed9f170123771ac2674df584e6a4b
* Mention incompatible change #17860 in release notesHenri Sara2015-06-251-0/+1
| | | | | | | Mention that unused out of sync related methods have been removed from the class SystemMessages. Change-Id: I7691019ec36bdf1453fdb7c1d50e7217d637901a
* 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
* Support and run tests on Wildfly 9 (#18295)Artur Signell2015-06-181-1/+1
| | | | Change-Id: I590b786efa82ea632c77e016dd221c903427e5cf
* 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
* GAE related fixes: another GAE app, new license, javadoc mistake fix(#18168)elmot2015-06-053-614/+236
| | | | | | | | | Google forces applications owners to migrate all applications to a new [High Replication] DataStorage. An old Vaadin application is deleted, and a new one is created because of that migration. GAE license is replaced with latest one. Change-Id: Ie6de09f0c1c621308ad8e0cfc2ba7b42bfb10429
* 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
* Update release notes for beta1Leif Åstrand2015-05-181-6/+6
| | | | Change-Id: I4ab9082fbe7e488375377432b4289d6d25db9686
* 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
* Mention potential gzip incompatibility in release notes (#13653)Leif Åstrand2015-05-111-0/+2
| | | | Change-Id: I11f2e4095ac106e985e2add283c7d36d04cd07e2
* 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
* Merge branch 'grid-7.5'Pekka Hyvönen2015-04-306-29/+242
|\ | | | | | | Change-Id: Ifa976fa4be1258fd35999de17775da70afedb2a8
| * 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
| * | 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
| * | | 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
| * | | Merge branch 'master' into grid-7.5Markus Koivisto2015-04-082-1/+17
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: I3906caeb01d1991dc9cb927b3d9ce0fb21c77e04
| * | | | Adds theme to details in Grid (#16644)Jouni Koivuviita2015-04-012-4/+57
| | | | | | | | | | | | | | | | | | | | Change-Id: I84628ee5840b71f2ff889037a525d43f9e86af46
| * | | | Merge remote-tracking branch 'origin/master' into grid-7.5Henrik Paul2015-03-312-19/+15
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: Ife8c6d2a5f6c134a6e28e862f524b6e687199cc8
| * | | | | Update release notes for 7.5.0.alpha1Leif Åstrand2015-03-241-37/+12
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5c1d6c5e9d93cf6acae415149fedafa7652b8b98
| * | | | | Merge remote-tracking branch 'origin/master' into grid-7.5Leif Åstrand2015-03-231-18/+25
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Change-Id: I53218c269f0701cddd8279bf25c493950144f4cb
| * | | | | | 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-064-19/+40
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-044-19/+40
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | | | | | | | | | | | | 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
* | | | | | | | | Enable running websocket tests on JBoss EAP 6.4 (#13323)Artur Signell2015-04-221-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6930aec1bd7b8df102f01b1d7c393e2155591757