aboutsummaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Tests behavior rather than log output (#13334)Henrik Paul2014-10-021-87/+163
| | | | Change-Id: Id00aa2d79251a6235486d39e66552a9ed4b3c534
* Add support for Grid column reordering (#13334)Teemu Suo-Anttila2014-10-022-0/+43
| | | | Change-Id: I685cf0455810520e801cccdd46d8af838c8a3917
* Update sortable columns on property set change (#13334)Teemu Suo-Anttila2014-10-022-12/+41
| | | | Change-Id: I01e74825e5ba68fb3a5e6f68acf8ba7fbde97cf2
* De-genericize clientside NumberRenderer (#13334)Johannes Dahlström2014-09-302-2/+2
| | | | Change-Id: I687eb81210df54d8c3ea99ab15234efe8dc92917
* Fix indexing issues when removing Grid columns (#13334)Teemu Suo-Anttila2014-09-301-0/+16
| | | | Change-Id: Ib3e0376d0ffb578d5af851cad9939406251dd71d
* Implement ProgressBarRenderer (#13334)Johannes Dahlström2014-09-262-0/+95
| | | | Change-Id: I0193878dadec23a5709fa6f5f50591757b99ae04
* Add a test for Grid with GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-262-0/+203
| | | | Change-Id: If32242828745854c81020405657cc49e13c35bef
* Make complex renderer .init() abstract (#13334)Teemu Suo-Anttila2014-09-251-0/+4
| | | | Change-Id: I397c3120c22bdfeb27d10f308efe5abc710138b0
* Add setHeader functionality for GridColumns (#13334)Teemu Suo-Anttila2014-09-251-14/+36
| | | | Change-Id: I0838d6c36088d35ab881e731151ee15194f0e1d4
* Fix GridKeyEvents to provide correct API for different types (#13334)Teemu Suo-Anttila2014-09-242-27/+46
| | | | Change-Id: Id8ee1b8aab40273b2c0da4d85d8d07b419af49d7
* Add default implementation of Renderer.encode to AbstractRenderer (#13334)Johannes Dahlström2014-09-232-19/+2
| | | | Change-Id: I74a0960bbe56e71702762e4cf1067098dd428125
* Makes Escalator and Grid DeferredWorkers (#13334)Henrik Paul2014-09-221-0/+10
| | | | Change-Id: Ia8c1b98e4e2c021b570e74f3527f58f15a469a17
* Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-09-2050-0/+8125
|\ | | | | | | Change-Id: I8a35a090619778b1cfbff55e112ab2f30e6881a2
| * Implement commit/discard functionality for editor row (#13334)Johannes Dahlström2014-09-192-4/+82
| | | | | | | | | | | | | | | | Includes commit and cancel UI. Vaadin-specific commit/discard implementation will be submitted as a separate patch. As of now, commits are assumed to always succeed. Change-Id: I2043eac2fe80012bee235648b01518f19057c215
| * Implement Vaadin-specific editor row bind/cancel handling (#13334)Johannes Dahlström2014-09-192-0/+93
| | | | | | | | Change-Id: I9a6326a065b3ca159dd1b4237de1dbf8fa8e10ff
| * Fixes an assumption bug with EditorRow (#13334)Henrik Paul2014-09-172-2/+27
| | | | | | | | Change-Id: Ieabb3d10daf445b4cfc387b202ede4dde58a73f1
| * Fix client-side StaticRow to use GridColumn instead of index (#13334)Teemu Suo-Anttila2014-09-162-37/+36
| | | | | | | | Change-Id: I82e86c41de400e232fdf153379b8c40167bce438
| * Prevent dispatching GridKeyEvents when target is not grid (#13334)Teemu Suo-Anttila2014-09-151-0/+19
| | | | | | | | Change-Id: I2efd6d48502360d14d21456077d50b37fa8a4be6
| * Tests Escalator's freezing columns. (#13334)Henrik Paul2014-09-152-0/+125
| | | | | | | | Change-Id: Ifd85cfba770e31a91e05b854fde67c991f443c4d
| * Implement data binding and edit cancel mechanism for editor row (#13334)Johannes Dahlström2014-09-112-13/+65
| | | | | | | | | | | | | | This patch contains only the generic parts and a test EditorRowHandler. The Vaadin-specific implementation will be submitted as a separate change. Change-Id: I719a474fd72d7801a3b6c9cc567af1655b2f8565
| * Testing Escalator (post|pre)(Attach|Detach) functionality (#13334)Henrik Paul2014-09-115-3/+298
| | | | | | | | Change-Id: If7a61560a96c5720b54bf3b5dcc83aef3ff7e357
| * Bundles the logging label into a widget (#13334)Henrik Paul2014-09-112-55/+69
| | | | | | | | Change-Id: I1c041c34dc4b08351122d0afc6de6fe2afadd48c
| * Tests Escalator's column spans (#13334)Henrik Paul2014-09-102-0/+96
| | | | | | | | Change-Id: I3378f6b9bed4ee917c2244904ad07b5d38711ca2
| * Escalator tests for columns and rows (#13334)Henrik Paul2014-09-102-0/+223
| | | | | | | | Change-Id: I258135dce0d78baf8d8483e6b24a2510161cee12
| * Implement client-side editor row widget binding (#13334)Johannes Dahlström2014-09-092-0/+32
| | | | | | | | Change-Id: I898d89cecc2d1c552a3cc32461d612d55d1babd7
| * Fix and unify multi-column sorting behavior (#13334)Patrik Lindström2014-09-091-2/+9
| | | | | | | | Change-Id: Idc5b66395eb132a3a0a177593f5d91a165a925de
| * Escalator test base class (#13334)Henrik Paul2014-09-093-2/+131
| | | | | | | | Change-Id: Ie3670e4d937b437dc11098746fcd4571e850355f
| * Adds frozen feature to GridBasicClientFeaturesWidget (#13334)Henrik Paul2014-09-093-0/+34
| | | | | | | | Change-Id: I6142c8a6af8248c4568b836c3e62531167f30439
| * Restructures Escalator testing rig (#13334)Henrik Paul2014-09-0910-1154/+798
| | | | | | | | Change-Id: I75b5e20158475b739c2d37d4fdf4865425dc3693
| * Adjust active cell on body row add/remove (#13334)Teemu Suo-Anttila2014-09-091-0/+49
| | | | | | | | Change-Id: I909f5b2113d8d970a0517f100eb0a31778a62681
| * Pass editor row enabled state in shared state (#13334)Johannes Dahlström2014-09-094-38/+131
| | | | | | | | | | | | | | Also refactor editor row tests a bit. Include separate GWT and Vaadin test cases at least until communication is finished. Change-Id: I5fd2288e20b11ba5bc33d074f7fe086dc3f00323
| * Make Grid call ComplexRenderer.onActivate when needed (#13334)Teemu Suo-Anttila2014-09-083-2/+29
| | | | | | | | Change-Id: Icd2ecbdb0780ba97e0955eb7c564f8f56ca14109
| * Merge "Merge remote-tracking branch 'origin/master' into grid" into gridHenrik Paul2014-09-0335-390/+1714
| |\
| | * Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-09-0335-390/+1714
| | |\ | | | | | | | | | | | | | | | | | | | | This merge needs Grid to use elemental.json instead of org.json Change-Id: Ib3c387c7e282b2502f266bafbdaad8727f5dc6ef
| * | | Add handler adding functions for all GridKeyEvents (#13334)Teemu Suo-Anttila2014-09-031-9/+9
| |/ / | | | | | | | | | Change-Id: Ic237af24e3d9d35127b01d380b81b9f12ca4c520
| * | Add keyboard sorting controls (#13334)Patrik Lindström2014-09-021-0/+69
| | | | | | | | | | | | Change-Id: Icb0ef5d70b5469cd87bdd079fe16f31b8cf769f1
| * | Lock vertical scrolling while editor row is open (#13334)Johannes Dahlström2014-09-011-0/+7
| | | | | | | | | | | | Change-Id: Iee614d21b900900c7d969eca964f5fef829c70f2
| * | Scroll non-visible rows to view when opened for editing (#13334)Johannes Dahlström2014-09-011-3/+11
| | | | | | | | | | | | Change-Id: I5355b9e37d5e7590b002b954804252597ead54c3
| * | Tests vScroll behavior in row-amount border cases (#13334)Henrik Paul2014-08-293-24/+55
| | | | | | | | | | | | Change-Id: I1a14e9721549b50ddda0aec0ed2cbbabe6f1abd6
| * | Initial client-side editor row implementation (#13334)Johannes Dahlström2014-08-293-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only shows a bare grey row for now. Enter opens editor for active row, Esc hides editor. TODO * Double-click to edit does not work * Scrolling to edit hidden row does not work * EditorRowHandler to bind data+widgets * Server-side integration * Commit/discard buttons Change-Id: I0ae678b086493b0e46ab7c1db99eb92049318d6f
| * | ScrollbarBundle, Escalator and Grid fire Scroll events (#13334)Henrik Paul2014-08-281-12/+43
| | | | | | | | | | | | Change-Id: I362f1f8d2107d762b43ab52c1f22dfd218f67ba4
| * | Fix GridBasicFeatures to use correct property IDsTeemu Suo-Anttila2014-08-281-25/+7
| | | | | | | | | | | | Change-Id: I385fc841b5a46c55f9a28197837616e597891fb1
| * | Remove type parameters from GridKeyEvents (#13334)Teemu Suo-Anttila2014-08-261-20/+19
| | | | | | | | | | | | Change-Id: I8132c034ec378bae91574535f6f1b20591f46d1e
| * | Fix Grid Footer to be visible by default (#13334)Teemu Suo-Anttila2014-08-261-2/+0
| | | | | | | | | | | | Change-Id: Ib2cc3be7b935bfbe78b34cd05c41d9d42292926d
| * | Fixes "add first row" action (#13334)Henrik Paul2014-08-261-2/+20
| | | | | | | | | | | | Change-Id: I23e2dcbf5d7e0801ae63e02126eee8e85726eefc
| * | Merge branch 'master' into gridLeif Åstrand2014-08-2243-0/+6880
| |\ \ | | | | | | | | | | | | Change-Id: Ie3d71dde9bd9318c33de15190be8e0de20a2b8e7
| | * | Implement selection with keyboard (#13334)Teemu Suo-Anttila2014-08-211-0/+28
| | | | | | | | | | | | | | | | Change-Id: I29a2ac38dfd613e952fd2f939ee8670271255aa3
| | * | Added PAGEUP/PAGEDOWN/HOME/END keyboard navigation #13334John Ahlroos2014-08-211-1/+54
| | | | | | | | | | | | | | | | Change-Id: Ib415d4b3abcefc11983f2daa8cb11a2bdd99b95a
| | * | Add event originator information to Sort Events (#13334)Patrik Lindström2014-08-212-6/+33
| | | | | | | | | | | | | | | | Change-Id: I9f8a295d6944807ccf89ea535d5500fac013e127
| | * | Implement KeyEvents for Grid (#13334)Teemu Suo-Anttila2014-08-202-2/+233
| | | | | | | | | | | | | | | | Change-Id: Ida7a358aa23a4c96232a01bed0b4810fb91dd832