aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Convert InitialFragmentEvent test from TB2 to TB4Teemu Suo-Anttila2015-05-051-0/+39
| | | | Change-Id: I8c69bc1230076e4c5de09b99a22de21796709f5d
* Convert BooleanTextField test from TB2 to TB4Teemu Suo-Anttila2015-05-041-0/+60
| | | | Change-Id: Ib9061494db9e5537364525f55b55ea0820e68b31
* Render CustomLayout properly even if a slot is missing (#17681)Artur Signell2015-05-043-0/+115
| | | | Change-Id: I1ca0699776b93987c00a23a61a64ba8f3b4cd95e
* Converted javascript tests to TB4 and added date tests (#16797, #16786)Artur Signell2015-05-048-4/+173
| | | | Change-Id: Idde67d2e841cb7ee23f78b741b3ae45235bfbdcb
* Merge branch 'grid-7.5'Pekka Hyvönen2015-04-3025-402/+5212
|\ | | | | | | Change-Id: Ifa976fa4be1258fd35999de17775da70afedb2a8
| * Details row decorator and border positioning and sizes (#17423)Pekka Hyvönen2015-04-303-22/+82
| | | | | | | | | | | | IE8 still isn't pixel perfect, but you can't have 'em all. Change-Id: I1780441f130032503d783657103066f502dce570
| * Fixed Grid details row height regression and refactored tests (#17423)Pekka Hyvönen2015-04-272-62/+126
| | | | | | | | | | | | | | Fixed regression caused by initial #17423 change Refactored tests for Grid's details row and added @TestCategory("grid"). Change-Id: I0b68eb7d6650d16700104f76b00972483d615855
| * Add support for custom Grid sidebar items (#17569)Leif Åstrand2015-04-242-0/+186
| | | | | | | | | | | | | | | | | | The current implementation does not in all cases enforce that visibility toggles are always before any custom items. The JavaDoc warns about this and the order is also restored whenever a visibility toggle is added or removed. Change-Id: I7160a04d6c96b2d6d821b13e420172e6115bc072
| * Fixed theming issues with Grid's Sidebar (#17412)Pekka Hyvönen2015-04-223-18/+50
| | | | | | | | | | | | | | | | - 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 remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-2211-256/+456
| |\ | | | | | | Change-Id: I01c7d52b1e80483ec46f87ac8c5d7a48d4c01c84
| * | Fixed regression and fragile test for Grid.Pekka Hyvönen2015-04-222-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | - Fixed regression caused by #17423 in IE8 - Fixed fragile tests for focusing spacer content in Grid - Changed TestCategory for EscalatorBasicClientFeaturesTest from 'escalator' to 'grid'. Change-Id: I644f85a68fee643e468342093ad537dcd7bf8626
| * | Merge branch 'master' into grid-7.5Pekka Hyvönen2015-04-1753-239/+2784
| |\ \ | | | | | | | | | | | | Change-Id: I6175398df4c3a07656a2682843615a0d7bd32a45
| * | | Calculate Grid sidebar button height when closed #17412Pekka Hyvönen2015-04-166-41/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + contains Valo theming fixes for all browsers. + includes screenshot test for sidebar in Valo Change-Id: Ic6401057efff7e4d4ab65c46885dda2d995bce5d
| * | | Merge remote-tracking branch 'origin/master' into grid-7.5Teemu Suo-Anttila2015-04-1516-4/+1121
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: I03fdd2014fd0393341db0f650c065f6d27905b73
| * | | | Use MenuBar in Grid's sidebar for column hiding #17332Pekka Hyvönen2015-04-091-1/+11
| | | | | | | | | | | | | | | | | | | | Change-Id: I3b15430c6f8dab6dadcd84ddf280153e91192c5f
| * | | | Merge branch 'grid-7.5' of ssh://dev.vaadin.com:29418/vaadin into grid-7.5Markus Koivisto2015-04-082-0/+70
| |\ \ \ \
| | * | | | Escalator tries to hide out-of-sight spacers from the user (#17353)Henrik Paul2015-04-082-0/+70
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I807896e3cdd07f4a43a265ba720435f01778f7e1
| * | | | | Merge branch 'master' into grid-7.5Markus Koivisto2015-04-082-1/+96
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: I3906caeb01d1991dc9cb927b3d9ce0fb21c77e04
| * | | | | Escalator now reorders also spacers in DOM (#17334)Henrik Paul2015-04-083-1/+76
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I23832565bb1633dca4bac986b1a2e37f99163eb2
| * | | | | Adds theme to details in Grid (#16644)Jouni Koivuviita2015-04-013-5/+26
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I84628ee5840b71f2ff889037a525d43f9e86af46
| * | | | | Take hidden columns into account with spanned cells #17287Pekka Hyvönen2015-03-311-0/+274
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I595c6b7da061ebfa495c7f9f649c935a48190b66
| * | | | | API for column hiding toggle caption in Grid (#17272)Pekka Hyvönen2015-03-313-13/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes column toggle not getting a caption when a hidable column is added. Fixes column toggle not getting a caption on columns with widget in header. Change-Id: Ie10ada793a3635302603f684f232cadaef74a982
| * | | | | Merge remote-tracking branch 'origin/master' into grid-7.5Henrik Paul2015-03-3129-102/+1774
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Change-Id: Ife8c6d2a5f6c134a6e28e862f524b6e687199cc8
| * | | | | | Server Grid.scrollToRow takes details into account (#17270)Henrik Paul2015-03-313-1/+362
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7b6d67aeb4d625a53e6fe370b729016a84e33214
| * | | | | | Refactored fragile column reorder tests for GridPekka Hyvönen2015-03-314-87/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I72fd2b09269d5dfc689d8b1f213f46989adf8bfe
| * | | | | | Client Grid.scrollToRow takes details into account (#17270)Henrik Paul2015-03-275-33/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8a63f51f3b444c3c4342c46b7b58ad152f4bd0e1
| * | | | | | Fixed some faulty asserts in Grid's detail row creation (#17293)Henrik Paul2015-03-271-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8e9998524c02ca1e2f9d3391fa27bacc53655c7f
| * | | | | | Fix Grid's frozen column count with hidden columns #17273Pekka Hyvönen2015-03-252-0/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4f8a893eec3cf7c32da34cb364a4d56589cbf3e2
| * | | | | | Fixes edge case in null details generation for Grid (#17274)Henrik Paul2015-03-251-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1bf4c2f0600baea8b925bd31dcd42c1e901a7c8b
| * | | | | | Adds Escalator.scrollToSpacer (#17270)Henrik Paul2015-03-253-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib420e8da6c167fdba9d3023a73cb242643c7af67
| * | | | | | Fixes more broken IE8 tests for column reorderPekka Hyvönen2015-03-242-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I65e88beb48fdc10999162a22f4768149b157bbe5
| * | | | | | Merge remote-tracking branch 'origin/master' into grid-7.5Leif Åstrand2015-03-2310-79/+369
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I53218c269f0701cddd8279bf25c493950144f4cb
| * | | | | | | Grid column hiding info from client to server #(17023)Pekka Hyvönen2015-03-222-3/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-16/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0cb3584673525b1a21b01a2e819056df7f94579c
| * | | | | | | Disable Sidebar API access since it will still be reworked (#17023)Leif Åstrand2015-03-202-88/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I86900955497ba8e713f48457a7b858f50f9eeb73
| * | | | | | | Fixes several issues with hidden columns in Grid (#17023)Pekka Hyvönen2015-03-203-5/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes sure that hidden columns are taken into account when calculating indices. This is because escalator doesn't know about hidden columns, thus need to convert cell indices to actual column indices in quite many places. Change-Id: I4c0f3097938ee9340a1922464e12ad7261084ecb
| * | | | | | | Restructure sidebar widget handling to work with custom content (#17023)Leif Åstrand2015-03-202-0/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib24d1536af89ce97b2117d813e0f75405df7dab7
| * | | | | | | Merge remote-tracking branch 'origin/grid-detailsrow' into grid-7.5Henrik Paul2015-03-192-0/+384
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I24df361a4f938b6ffe567aa290cc411ce194baba
| | * | | | | | | Adds details generator swap support for Grid (#16644)Henrik Paul2015-03-182-94/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I741970a7bcebd27d3aa28d608d767b4b4f063ae8
| | * | | | | | | Fixes a bug in Details being open on freshly retrieved Grid rows (#16644)Henrik Paul2015-03-181-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id337dd84ba0b0f09d55b3cdb0d8bfde67313ed21
| | * | | | | | | Grid's Details can now be Components (#16644)Henrik Paul2015-03-172-4/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If67dd2e86cf41c57f208a3691e2cb7a5a29c133c
| | * | | | | | | Server side Grid can open details on the client side (#16644)Henrik Paul2015-03-172-0/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibff5a83b3a09c7c530926dadae9138ba3823f27a
| * | | | | | | | Adds server side column hiding API to Grid (#17023)Henrik Paul2015-03-192-1/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic00e873176f499dfc45976439e09d712932775da
| * | | | | | | | Merge remote-tracking branch 'origin/grid-columnhiding' into grid-7.5Pekka Hyvönen2015-03-194-24/+395
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ice80ed9d5a96d9de824cc932873b4e6a736459a8
| | * | | | | | | | Grid's columns hidable with toggles in the sidebar (#17023)Pekka Hyvönen2015-03-183-32/+314
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is know issue with hidden columns and reordering columns. Change-Id: If308c84aed5dd23c2c00cb38ed6bba41c6f1a28e
| | * | | | | | | | Display button for opening sidebar in Grid when hidable columns #17023Pekka Hyvönen2015-03-172-1/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9dc1d5d8ede4984c2dd6f5fcc932bb987ce95dcb
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| *-. | | | | | | | | Merge remote-tracking branches 'origin/grid-detailsrow' and ↵Henrik Paul2015-03-1715-387/+2253
| |\ \| | | | | | | | | | | |/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'origin/grid-columnhiding' into grid-7.5 Change-Id: Ib8913f8e1b1b92198d79f8920c615addf77a15ba
| | | * | | | | | | Client side event for grid's columns visibility change (#17023)Pekka Hyvönen2015-03-132-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1965ca6c298366d89b1940a992788d042cf7a4aa
| | | * | | | | | | Hide columns with client side API in Grid (#17023)Pekka Hyvönen2015-03-132-0/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For now, the width for spanned header/footer cells is broken after hiding their columns. Change-Id: I0833fb570fcad731776a88a183b3df45cbc19557
| | | * | | | | | | Merge branch 'master' into grid-columnreorderPekka Hyvönen2015-03-06167-1852/+3435
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: uitest/src/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeaturesTest.java uitest/src/com/vaadin/tests/widgetset/client/grid/GridBasicClientFeaturesWidget.java Change-Id: Ic77c717b9bbdcc38585382d4944ee4491aba3f7d