summaryrefslogtreecommitdiffstats
path: root/uitest/src
Commit message (Expand)AuthorAgeFilesLines
* Change getColumnProperty to getPropertyId in Grid Column (#15512)Teemu Suo-Anttila2015-01-071-1/+1
* Fix header texts to captions in Grid client side (#15511)Teemu Suo-Anttila2015-01-071-7/+7
* Fix DefaultTextRenderer warning with String data (#15430)Teemu Suo-Anttila2015-01-022-1/+17
* Fix adding rows to visible range of Grid (#15476)Teemu Suo-Anttila2015-01-023-2/+9
* Change selection model before selecting rows (#15488)Leif Åstrand2014-12-312-0/+75
* Fix active row range handling when removing rows (#15454)Teemu Suo-Anttila2014-12-312-0/+126
* Ignore selection col for server-side cell style generator (#15486)Leif Åstrand2014-12-311-0/+15
* Fix RpcDataProviderExtension to send initial data on reload (#15465)Teemu Suo-Anttila2014-12-312-0/+39
* Make disabled Grid nonfocusable and ignore events (#13334)Johannes Dahlström2014-12-302-0/+116
* Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-298-208/+189
|\
| * Prevent key events without key code from triggering actions (#11029)Artur Signell2014-12-291-0/+39
| * Remove scan removal hacks as we are now using VoidAnnotationParserArtur Signell2014-12-291-17/+0
| * Allow TabSheet and Accordion tab captions to contain HTML (#14609)Artur Signell2014-12-182-0/+145
| * 3 args method buildAndBind should be overriden, not 2 args (#12453).Denis Anisimov2014-12-181-2/+2
| * Revert "Update selection after changes in underlying data sourceLeif Åstrand2014-12-183-189/+3
* | Fix Grid columns being too narrow on IE9 (#15475)Teemu Suo-Anttila2014-12-291-0/+13
* | Fix EscalatorColumnFreezing test scrolling too farTeemu Suo-Anttila2014-12-291-1/+1
* | DefaultTextRenderer shows nulls as empty strings (#13334)Henrik Paul2014-12-193-0/+148
* | Grid no longer resets scrollpos on state change (#15422)Henrik Paul2014-12-192-0/+15
* | Fix Range.restrictTo to work with non-intersecting ranges(#13334)Teemu Suo-Anttila2014-12-191-2/+17
* | Fix cache updating in AbstractRemoteDataSource on row remove (#13334)Teemu Suo-Anttila2014-12-191-0/+22
* | Prevent scrolling when adding rows above the focused cell (#13334)Teemu Suo-Anttila2014-12-181-1/+4
* | Fix indexing when adding rows to AbstractRemoteDataSource (#13334)Teemu Suo-Anttila2014-12-181-0/+12
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-18572-51574/+1130
|\|
| * Update broken TB2 test to valid TB3 test (#14755)Artur Signell2014-12-181-0/+64
| * Allow captions to contain HTML (#9426)Artur Signell2014-12-182-4/+164
| * Move TB2 files to separate folderArtur Signell2014-12-18549-51251/+0
| * Revert "TextField's input prompt is now disabled properly (#15144)"Artur Signell2014-12-182-318/+0
| * Merge "Merge remote-tracking branch 'origin/declarative'"Artur Signell2014-12-188-0/+502
| |\
| | * Merge remote-tracking branch 'origin/declarative'Artur Signell2014-12-188-0/+502
| | |\
| | | * Some fixes to potus demo (#7749)Matti Hosio2014-12-171-1/+4
| | | * Merge remote-tracking branch 'origin/master' into declarativeMatti Hosio2014-12-1764-83/+3060
| | | |\
| | | * | Improved potus demo (#7749)Matti Hosio2014-12-166-32/+320
| | | * | Tests for declarative support (#7749)Artur Signell2014-12-154-0/+211
| | | * | Declarative: remove unnecessary files.Mika Murtojarvi2014-12-031-51/+0
| | | * | Vaadin declarative: parser and html generator.Mika Murtojarvi2014-12-021-0/+51
| * | | | Update to Atmosphere 2.2 (#14534)Artur Signell2014-12-181-1/+2
| |/ / /
| * | | Add viewport tag generation support (#13710)Leif Åstrand2014-12-177-0/+272
| * | | Fixes unnecessary padding-top added to all responsive UIs (#14679)Teppo Kurki2014-12-172-0/+126
| | |/ | |/|
* | | Heights are now double precision floats (#13334)Henrik Paul2014-12-181-2/+2
* | | Change "editor row" to "editor" in style names (#13334)Johannes Dahlström2014-12-183-3/+3
* | | Fix ClickableRenderers to use CellReferences (#13334)Teemu Suo-Anttila2014-12-181-3/+5
* | | replace com.google.gwt.json.* usages with elemental.json.* (#8942)Leif Åstrand2014-12-181-5/+6
* | | Use CellReferences everywhere in Renderer APIs (#13334)Teemu Suo-Anttila2014-12-182-5/+5
* | | Use CellReference in Grid events and event handling (#13334)Teemu Suo-Anttila2014-12-181-30/+29
* | | Use CellReference instead of FlyweightCell in Grid APIs (#13334)Leif Åstrand2014-12-184-15/+16
* | | Fix server selection firing multiple events on client select (#13334)Teemu Suo-Anttila2014-12-172-1/+31
* | | Fixes a measuring in a test for IE to be happy (#13334)Henrik Paul2014-12-171-20/+10
* | | Fixes a test that expects integer dimensions (#13334)Henrik Paul2014-12-171-9/+9
* | | Make editor request API easier to use (#13334)Johannes Dahlström2014-12-171-5/+0