summaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/widgetset
Commit message (Expand)AuthorAgeFilesLines
* Converted javascript tests to TB4 and added date tests (#16797, #16786)Artur Signell2015-05-113-0/+17
* Remove broken custom String[] serialization (#17146)Leif Åstrand2015-04-273-3/+8
* Revert "Reduce reflows when sizing columns (#17315)"7.4.4Markus Koivisto2015-04-162-160/+0
* Reduce reflows when sizing columns (#17315)Leif Åstrand2015-04-152-0/+160
* Do proper cleanup in VDragAndDropManager.endDrag(boolean) (#17163)Maciej Przepióra2015-03-301-0/+125
* Add a client test for row focus moving with reset size (#16607)7.4.2Teemu Suo-Anttila2015-03-171-0/+114
* Restoring overflow-x and overflow-y in runWebkitOverflowAutoFix (#16650)Alexey Fansky2015-03-041-0/+137
* Reapplying column width on Grid actually reapplies the width (#16900)Pekka Hyvönen2015-03-031-0/+9
* Add API for controlling deselection for single select model (#16567)Leif Åstrand2015-02-061-0/+10
* Show editor save error (#16602)Leif Åstrand2015-02-061-4/+6
* Highlights erroneous cells in Grid editor (#16575)Henrik Paul2015-02-061-1/+17
* Grid columns can now be marked as non-editable (#16538)Johannes Dahlström2015-02-061-0/+2
* Makes it possible to change save/cancel captions in Grid editor (#16551)Henrik Paul2015-02-051-0/+14
* Speeds up column adding in Grid (#16474)Henrik Paul2015-02-051-0/+8
* Remove DataSource.indexOf (#16542)Leif Åstrand2015-02-021-5/+0
* Grid editor save/cancel buttons can now be rendered on top (#16534)Henrik Paul2015-02-021-2/+4
* Parameterize client-side Grid.addColumn to return the argument type (#16262)Johannes Dahlström2015-01-191-1/+1
* Fixes exception when scrolled down and removing header/footer row (#15411)Henrik Paul2015-01-191-0/+36
* Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2015-01-1627-10/+3953
|\
| * Adds error handling to Grid Editor (#15556)Henrik Paul2015-01-151-14/+25
| * Fixes an issue with HeightMode.ROW (#16191)Henrik Paul2015-01-151-0/+32
| * Support JsonValue types as declared types in state and RPC (#15560)Leif Åstrand2015-01-123-0/+45
| * A few small renames and typo fixes for GridJohannes Dahlström2015-01-111-0/+8
| * Get rid of WidgetUtil.getSimpleName (#15544)Leif Åstrand2015-01-092-5/+3
| * Separate pure client side util methods to a new class (#15553, #15544)Artur Signell2015-01-092-5/+5
| * 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-021-1/+9
| * DefaultTextRenderer shows nulls as empty strings (#13334)Henrik Paul2014-12-191-0/+56
| * Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-181-26/+0
| |\
| * | Heights are now double precision floats (#13334)Henrik Paul2014-12-181-2/+2
| * | 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
| * | Make editor request API easier to use (#13334)Johannes Dahlström2014-12-171-5/+0
| * | Change "editor row" to just "editor" in method names and javadoc (#13334)Johannes Dahlström2014-12-171-17/+17
| * | Fix Grid Tests to test features correctly (#13334)Teemu Suo-Anttila2014-12-171-37/+69
| * | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-121-0/+5
| |\ \
| * | | Refactor Grid client side package structure (#13334)Teemu Suo-Anttila2014-12-128-98/+94
| * | | Split CellStyleGenerator into separate cell and row style generatorsArtur Signell2014-12-121-52/+77
| * | | Add expand and min/max width for GridColumns (#13334)Henrik Paul2014-12-121-0/+1
| * | | Columns can now have subpixel accuracy widths (#13334)Henrik Paul2014-12-121-3/+3
| * | | Make AbstractRemoteDataSource easier to use (#13334)Leif Åstrand2014-12-121-26/+26
| * | | Remove editor row discard methods; rename "commit" to "save" (#13334)Johannes Dahlström2014-12-111-15/+3
| * | | Flatten client-side EditorRow API (#13334)Johannes Dahlström2014-12-111-8/+7
| * | | Fix GridColumnAutoWidthClient test to use TestWidgetComponent (#13334)Teemu Suo-Anttila2014-12-112-32/+1
| * | | Create harness for testing standalone widgets (#13334)Leif Åstrand2014-12-118-132/+315
| * | | Add missing TestCategory annotations (#13334)Teemu Suo-Anttila2014-12-111-1/+1
| * | | GridColumns can resize-to-fit. (#13334)Henrik Paul2014-12-104-12/+110