summaryrefslogtreecommitdiffstats
path: root/server/tests/src
Commit message (Expand)AuthorAgeFilesLines
* Refactored and updated (Popup|Inline|)DateField declarative testsArtur Signell2015-02-054-99/+214
* Declarative support for RichTextArea (#16326)Artur Signell2015-02-051-0/+59
* Declarative support for AbstractSelect (#15545)Artur Signell2015-02-053-3/+298
* Render Object.toString() when no converter is set (#15417)Artur Signell2015-02-051-1/+6
* Simplified declarative convertersArtur Signell2015-02-051-1/+1
* Revert "Grid now uses ObjectRenderer by default (#15417)"Artur Signell2015-02-051-19/+6
* Prevent AlwaysLockedVaadinSession from being GCed during testArtur Signell2015-02-051-13/+3
* Prevent MockVaadinSession from becomming GCedLeif Åstrand2015-02-051-0/+21
* Make server unit tests pass in Eclipse (#16581)Artur Signell2015-02-043-2/+27
* Base classes for declarative testsArtur Signell2015-02-049-0/+724
* Add methods for getting invalid fields from a FieldGroup (#13775)Artur Signell2015-02-031-0/+94
* Declarative for DateFields (and related) with ISO8601 (#16313)Miki2015-02-034-7/+368
* Do not loop infinitely when encountering an invalid tag name (#16522)Artur Signell2015-01-291-0/+103
* Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-282-0/+121
|\
| * Fixed UI.getPushConfiguration().getTransport() always returning null (#16499)wodencafe2015-01-281-0/+46
| * Make table selectable based on presence of ValueChangeListener (#13864).Denis Anisimov2015-01-261-0/+75
* | Grid now uses ObjectRenderer by default (#15417)Henrik Paul2015-01-271-6/+19
* | Merge remote-tracking branch 'origin/master' into HEADArtur Signell2015-01-261-0/+61
|\|
| * Handle cases when start/end date is not set for Between filter (#13354).Denis Anisimov2015-01-261-0/+61
* | Fix Grid setting non-sortable column sortable (#16483)Teemu Suo-Anttila2015-01-261-0/+9
* | Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-211-0/+276
|\|
| * Revert "Update text value also with timer triggered text change events. (#162...Artur Signell2015-01-212-22/+17
| * Don't rely on broken JsonValue.jsEquals semantics (#15508)Leif Åstrand2015-01-201-0/+276
| * Update text value also with timer triggered text change events. (#16270)Sauli Tähkäpää2015-01-192-17/+22
* | Fix Editor creating fields before client Grid can attach them (#16214)Teemu Suo-Anttila2015-01-201-26/+39
* | Prevent setting column sortable if container is not sortable (#16320)Teemu Suo-Anttila2015-01-201-24/+71
* | Fix Grid trying to sort Container that is not Sortable (#16311)Teemu Suo-Anttila2015-01-191-0/+56
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2015-01-1616-0/+2857
|\ \ | |/ |/|
| * Add sanity check to removeColumn in Grid server side (#16219)Teemu Suo-Anttila2015-01-151-0/+5
| * Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-145-288/+358
| |\
| * | Discard changes in server-side Grid.cancelEditor() (#16199)Johannes Dahlström2015-01-131-2/+67
| * | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2015-01-12229-674/+600
| |\ \
| * | | Change Grid default selection model to Single (#15435)Teemu Suo-Anttila2015-01-081-2/+2
| * | | Fix Grid Header/Footer creating cells for unused properties (#15487)Teemu Suo-Anttila2015-01-021-0/+20
| * | | Fix Grid unnecessarily cleaning up stored property information (#15482)Teemu Suo-Anttila2014-12-311-0/+6
| * | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-298-427/+400
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-1871-0/+4964
| |\ \ \ \
| * | | | | Fix server selection firing multiple events on client select (#13334)Teemu Suo-Anttila2014-12-171-0/+171
| * | | | | Change "editor row" to just "editor" in method names and javadoc (#13334)Johannes Dahlström2014-12-171-32/+32
| * | | | | Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-171-1/+1
| * | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-171-66/+92
| |\ \ \ \ \
| * | | | | | Rename SelectionChangeEvent and SortOrderChangeEvent (#13334)Teemu Suo-Anttila2014-12-123-16/+16
| * | | | | | Refactor server-side editor row to work in real(er) cases (#13334)Leif Åstrand2014-12-122-68/+28
| * | | | | | Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-1215-25/+642
| |\ \ \ \ \ \
| * | | | | | | Columns can now have subpixel accuracy widths (#13334)Henrik Paul2014-12-121-5/+5
| * | | | | | | Move Sort related helpers and events to correct packages (#13334)Teemu Suo-Anttila2014-12-122-5/+5
| * | | | | | | Make SelectionChangeEvent general and move it to event packacge (#13334)Teemu Suo-Anttila2014-12-112-4/+4
| * | | | | | | Move server-side SelectionModels inside Grid (#13334)Teemu Suo-Anttila2014-12-112-2/+2
| * | | | | | | Move Renderers to com.vaadin.ui.renderer package (#13334)Teemu Suo-Anttila2014-12-112-4/+4
| * | | | | | | Fix selecting logic of SingleSelectionModel API (#13334)Teemu Suo-Anttila2014-12-112-5/+154