aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src
Commit message (Expand)AuthorAgeFilesLines
* Fixes a race condition in Escalator's scrolling (#13334)Henrik Paul2014-10-036-9/+75
* Renames "estimated size" to a more definite "size" (#13334)Henrik Paul2014-10-021-2/+2
* Adds Valo support for Grid (#13334)Henrik Paul2014-10-021-0/+28
* Tests behavior rather than log output (#13334)Henrik Paul2014-10-021-87/+163
* Add support for Grid column reordering (#13334)Teemu Suo-Anttila2014-10-022-0/+43
* Update sortable columns on property set change (#13334)Teemu Suo-Anttila2014-10-022-12/+41
* De-genericize clientside NumberRenderer (#13334)Johannes Dahlström2014-09-302-2/+2
* Fix indexing issues when removing Grid columns (#13334)Teemu Suo-Anttila2014-09-301-0/+16
* Implement ProgressBarRenderer (#13334)Johannes Dahlström2014-09-262-0/+95
* Add a test for Grid with GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-262-0/+203
* Make complex renderer .init() abstract (#13334)Teemu Suo-Anttila2014-09-251-0/+4
* Add setHeader functionality for GridColumns (#13334)Teemu Suo-Anttila2014-09-251-14/+36
* Fix GridKeyEvents to provide correct API for different types (#13334)Teemu Suo-Anttila2014-09-242-27/+46
* Add default implementation of Renderer.encode to AbstractRenderer (#13334)Johannes Dahlström2014-09-232-19/+2
* Makes Escalator and Grid DeferredWorkers (#13334)Henrik Paul2014-09-221-0/+10
* Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-09-2050-0/+8125
|\
| * Implement commit/discard functionality for editor row (#13334)Johannes Dahlström2014-09-192-4/+82
| * Implement Vaadin-specific editor row bind/cancel handling (#13334)Johannes Dahlström2014-09-192-0/+93
| * Fixes an assumption bug with EditorRow (#13334)Henrik Paul2014-09-172-2/+27
| * Fix client-side StaticRow to use GridColumn instead of index (#13334)Teemu Suo-Anttila2014-09-162-37/+36
| * Prevent dispatching GridKeyEvents when target is not grid (#13334)Teemu Suo-Anttila2014-09-151-0/+19
| * Tests Escalator's freezing columns. (#13334)Henrik Paul2014-09-152-0/+125
| * Implement data binding and edit cancel mechanism for editor row (#13334)Johannes Dahlström2014-09-112-13/+65
| * Testing Escalator (post|pre)(Attach|Detach) functionality (#13334)Henrik Paul2014-09-115-3/+298
| * Bundles the logging label into a widget (#13334)Henrik Paul2014-09-112-55/+69
| * Tests Escalator's column spans (#13334)Henrik Paul2014-09-102-0/+96
| * Escalator tests for columns and rows (#13334)Henrik Paul2014-09-102-0/+223
| * Implement client-side editor row widget binding (#13334)Johannes Dahlström2014-09-092-0/+32
| * Fix and unify multi-column sorting behavior (#13334)Patrik Lindström2014-09-091-2/+9
| * Escalator test base class (#13334)Henrik Paul2014-09-093-2/+131
| * Adds frozen feature to GridBasicClientFeaturesWidget (#13334)Henrik Paul2014-09-093-0/+34
| * Restructures Escalator testing rig (#13334)Henrik Paul2014-09-0910-1154/+798
| * Adjust active cell on body row add/remove (#13334)Teemu Suo-Anttila2014-09-091-0/+49
| * Pass editor row enabled state in shared state (#13334)Johannes Dahlström2014-09-094-38/+131
| * Make Grid call ComplexRenderer.onActivate when needed (#13334)Teemu Suo-Anttila2014-09-083-2/+29
| * 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
| | |\
| * | | Add handler adding functions for all GridKeyEvents (#13334)Teemu Suo-Anttila2014-09-031-9/+9
| |/ /
| * | Add keyboard sorting controls (#13334)Patrik Lindström2014-09-021-0/+69
| * | Lock vertical scrolling while editor row is open (#13334)Johannes Dahlström2014-09-011-0/+7
| * | Scroll non-visible rows to view when opened for editing (#13334)Johannes Dahlström2014-09-011-3/+11
| * | Tests vScroll behavior in row-amount border cases (#13334)Henrik Paul2014-08-293-24/+55
| * | Initial client-side editor row implementation (#13334)Johannes Dahlström2014-08-293-0/+66
| * | ScrollbarBundle, Escalator and Grid fire Scroll events (#13334)Henrik Paul2014-08-281-12/+43
| * | Fix GridBasicFeatures to use correct property IDsTeemu Suo-Anttila2014-08-281-25/+7
| * | Remove type parameters from GridKeyEvents (#13334)Teemu Suo-Anttila2014-08-261-20/+19
| * | Fix Grid Footer to be visible by default (#13334)Teemu Suo-Anttila2014-08-261-2/+0
| * | Fixes "add first row" action (#13334)Henrik Paul2014-08-261-2/+20
| * | Merge branch 'master' into gridLeif Åstrand2014-08-2243-0/+6880
| |\ \
| | * | Implement selection with keyboard (#13334)Teemu Suo-Anttila2014-08-211-0/+28