summaryrefslogtreecommitdiffstats
path: root/uitest/src
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Redesign ComboBox filtering, highlighting and selection behaviour."Leif Åstrand2015-03-2411-776/+167
| | | | This reverts commit acb889336f80227d609b194e56ac6ae3ead0d338.
* Revert "Moved accessibility shortcut handling to server-side. [#14843]"Leif Åstrand2015-03-242-340/+0
| | | | | | | | | | This reverts commit e88f71dd6d1d7634e3a90a7e53859ff6dc028e21. Conflicts: WebContent/release-notes.html uitest/src/com/vaadin/tests/components/window/CloseShortcutTest.java Change-Id: I1d4ed60ec4a194f6ed18fa5506134ef3a185a6cf
* Merge remote-tracking branch 'origin/master' into grid-7.5Leif Åstrand2015-03-2310-79/+369
|\ | | | | | | Change-Id: I53218c269f0701cddd8279bf25c493950144f4cb
| * Re-enable support for the firefox.path propertyLeif Åstrand2015-03-181-0/+5
| | | | | | | | Change-Id: I14d4ca1a2ef51ff77404cd6577cbe7cb35a2f75d
| * Re-enable running tests locally with propertyTeemu Suo-Anttila2015-03-181-0/+25
| | | | | | | | Change-Id: I6eed0dc802ca101c929a5bc3cb6f3141060524a3
| * Migrate FlashIsVisible embedded test from TB2 to TB4Teemu Suo-Anttila2015-03-181-0/+32
| | | | | | | | Change-Id: Ibb5c4e5ade99cddcc6bd96d19e00685eabca3812
| * Add a client test for row focus moving with reset size (#16607)Teemu Suo-Anttila2015-03-173-0/+205
| | | | | | | | Change-Id: I937ea36cbb21366e559fcb76aae79e42c039ccfc
| * Add test for RpcDataProvider calls to Container (#16642)Teemu Suo-Anttila2015-03-172-22/+57
| | | | | | | | Change-Id: I25eb85ac1241c46dbef6d473b3a2f7cdebb4b4ba
| * Revert "Displaying tooltip in slot for touch devices (#15353)" (#17151)Leif Åstrand2015-03-171-57/+0
| | | | | | | | | | | | | | | | | | | | Should not have been merged since there were still stuff pending ("This patchset doesn't include styling for the error message") that was not addressed before submitting. This reverts commit 05fc5806e7946223e057ad7458a18dadceb0566f. Change-Id: Idd723f22f42e2e8ee71059b9591d44fafadea27e
| * Sanitize connectors for PopupDateField and DateField. (#17090)Sauli Tähkäpää2015-03-172-0/+45
| | | | | | | | Change-Id: I667796430eeaa0ddd8142b0c229fe133cd30cd49
* | 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
| | * | Dnd-reorder of spanned cells in grid header. (#16643)Pekka Hyvönen2015-03-061-0/+168
| | | | | | | | | | | | | | | | Change-Id: I6f2decbbfb393922c4852f5b05ac0d10589ee512
| | * | Take footer into account in column dnd-reorder (#16643)Pekka Hyvönen2015-03-041-1/+74
| | | | | | | | | | | | | | | | Change-Id: I0358d1b18f65d40325b6c1bc3f3e4d3b9249fb5f
| | * | Limit dnd-reorder of columns inside spanned headers. (#16643)Pekka Hyvönen2015-03-042-0/+129
| | | | | | | | | | | | | | | | | | | | | | | | Doesn't take footers into account, yet. Change-Id: I9c62ca97bcbdb852f2fe7ad7ea2e7de0f0ed02f8
| | * | Handle selection column oddity when dnd reordering columns (#16443)Pekka Hyvönen2015-02-271-1/+74
| | | | | | | | | | | | | | | | Change-Id: I7bb20fb98a79e77acc9073bc9c2210d1dc3fd49e
| | * | Handle spanned header cells when dnd reordering columns in grid. (#16643)Pekka Hyvönen2015-02-272-2/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents dragging columns from outside spanned cells to inside them, on any row. Currently prevents dragging columns inside spanned cells. Will change this later. Change-Id: Ie832b3c404a3afbcce0374f8b5088dc8cb124fb8
| | * | Support column reordering from all header rows. (#16643)Pekka Hyvönen2015-02-262-2/+48
| | | | | | | | | | | | | | | | Change-Id: I78a4a50b011576a026518a58c36822a383979986
| | * | Column reordering in Grid restricted to non-frozen columns. (#16643)Pekka Hyvönen2015-02-253-17/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Can't drag frozen columns. Dragging no top of frozen column will keep drag element and drop marker on "right". Dropping on frozen column will drop the column to the right of the frozen columns. Change-Id: Ib04af96b21072e9f19dc7640a67bc68d49a9ae54
| | * | Theming and UX for Grid column reordering. (#16643)Pekka Hyvönen2015-02-234-106/+277
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| | * | Fire server-side event when column order changes. (#16643)Pekka Hyvönen2015-02-192-0/+91
| | | | | | | | | | | | | | | | | | | | | | | | Event fired for both UI and programmatic changes. Change-Id: I043e7407ee11547cb3b6639dc14c26ff036a9d82
| | * | Update server side state when columns are reordered. (#16643)Pekka Hyvönen2015-02-182-0/+99
| | | | | | | | | | | | | | | | Change-Id: I96c65dbb96614a5f5782b747fb8588647211cf4b
| | * | Toggle column reordering from server side. Tests for reordering. #16643Pekka Hyvönen2015-02-172-0/+124
| | | | | | | | | | | | | | | | Change-Id: Ib52143ce387f6376878bf3d1c401615a15f1a3cc
| | * | Client side event for column reordering in Grid. #16643Pekka Hyvönen2015-02-162-0/+119
| | | | | | | | | | | | | | | | Change-Id: I40bb42c7a5a3e9f92051c03dc5fe91b83cd88db7
| | * | Drag and drop column reorder for default header row on client side Grid. #16643Pekka Hyvönen2015-02-131-0/+9
| | | | | | | | | | | | | | | | Change-Id: I94558915859aaa91bdd041da12094bc0dcc53e62
| * | | Merge branch 'master' into detailsrowHenrik Paul2015-03-124-21/+152
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: Ie0556ae8d56596d5e1894b3a62d39b0afe13b5a3
| * | | | Fixes a bug with escalator.scrollToRow and spacers (#16644)Henrik Paul2015-03-053-8/+50
| | | | | | | | | | | | | | | | | | | | Change-Id: I9e148cf81d393cc489c20bf0265f4a3bc6fed069
| * | | | Merge branch 'master' into HEADHenrik Paul2015-03-052-17/+27
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | Change-Id: I85867836aba8bd2cb51729fecdb1c449c439d3e7
| * | | | Merge branch 'master' into HEADHenrik Paul2015-03-04167-2231/+3428
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: Id48abba25a16fe7f8e679e5ce2ab3ab536951676
| * | | | | Adds support for -1 row index Escalator spacers (#16644)Henrik Paul2015-03-033-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iced2f089785983ce2ef1d2225517156cec4a7db4
| * | | | | Escalator spacers are sized and placed like "fixed" (#16644)Henrik Paul2015-03-031-24/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The width of a spacer is now 100% of the viewport (width of escalator minus possible scrollbars), and and are always horizontally frozen with the viewport. Change-Id: I6616747784cdb61551e144d941526dee815a7ef9
| * | | | | Adds tests and JavaDoc regarding Escalator's spacers (#16644)Henrik Paul2015-03-032-2/+79
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9b35a48df8b4e9801c26a25eb1ccce5351c61ddd
| * | | | | Adds support for spacers near the bottom of Escalator (#16644)Henrik Paul2015-03-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idca22ecbe9a2db4dbfb26481694255c3a8791b67
| * | | | | Fixes two bugs when inserting escalator rows with spacers open (#16644)Henrik Paul2015-02-272-3/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the viewport is not yet filled with escalator rows, it didn't account for spacers. Also, the scrollbar was updated incorrectly after adding new rows. Change-Id: Id9cab71c2c4b82331771d1243143eb9db0883a6c