summaryrefslogtreecommitdiffstats
path: root/server/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into 7.4Artur Signell2014-12-191-0/+28
|\
| * Ensure enum fields are created when not specifying a strict type (#10975)Artur Signell2014-12-181-0/+28
* | Merge remote-tracking branch 'origin/master' into 7.4Artur Signell2014-12-193-97/+32
|\|
| * 3 args method buildAndBind should be overriden, not 2 args (#12453).Denis Anisimov2014-12-181-0/+14
| * Make is possible to click a detached button again (#12781)Artur Signell2014-12-181-16/+18
| * Revert "Update selection after changes in underlying data sourceLeif Åstrand2014-12-181-81/+0
* | Merge remote-tracking branch 'origin/master' into 7.4Artur Signell2014-12-182-0/+136
|\|
| * Allow reading and writing empty designs (#7749).Mika Murtojarvi2014-12-182-0/+136
* | Merge remote-tracking branch 'origin/master' into 7.4Artur Signell2014-12-181-0/+48
|\|
| * Fix inconsistencies in CheckBox clear and isEmpty (#14755)Artur Signell2014-12-181-0/+48
* | Merge remote-tracking branch 'origin/grid' into 7.4Artur Signell2014-12-1816-0/+2761
|\ \ | |/ |/|
| * 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
| * | | Split and capitalize header captions by defaultArtur Signell2014-12-101-3/+5
| * | | Add sanity checking to server side selection models (#13334)Teemu Suo-Anttila2014-12-101-4/+4
| * | | Render empty cell instead of stopping rendering if a converter is missingArtur Signell2014-12-101-3/+2
| * | | Flattening server-side EditorRow API (#13334)Leif Åstrand2014-12-101-59/+63
| * | | Add Grid.addRow (#13334)Leif Åstrand2014-12-092-2/+252
| * | | Refactor frozen column API (#13334)Leif Åstrand2014-12-051-6/+10
| * | | Remove Column visibility setting from server side (#13334)Teemu Suo-Anttila2014-12-052-18/+4
| * | | Rename method to be consistent with Container.Viewer (#13334)Artur Signell2014-12-042-7/+7
| * | | Extend addColumn to support arbitrary data types (#13334)Teemu Suo-Anttila2014-12-041-0/+12
| * | | Fix addColumn to function correctly with non-default container (#13334)Teemu Suo-Anttila2014-12-042-0/+38
| * | | Add column add and remove functionality to Grid (#13334)Teemu Suo-Anttila2014-12-032-35/+84
| * | | Make Grid.Column API setters fluid (#13334)Teemu Suo-Anttila2014-12-012-13/+13
| * | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-282-0/+15
| |\ \ \
| * | | | Flatten Header and Footer API to be part of Grid API (#13334)Teemu Suo-Anttila2014-11-272-61/+49
| * | | | Move Grid to com.vaadin.ui package (#13334)Teemu Suo-Anttila2014-11-267-15/+15
| * | | | Fix Grid server-side header merging and setup (#13334)Teemu Suo-Anttila2014-11-251-3/+22
| * | | | Fix Grid setContainerDataSource to reset all columns (#13334)Teemu Suo-Anttila2014-11-141-1/+35
| * | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-148-2/+293
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-10-1621-31/+1411
| |\ \ \ \ \
| * | | | | | Implement ImageRenderer (#13334)Johannes Dahlström2014-10-091-0/+85
| * | | | | | Ensure Renderers that do type conversions work properly (#13334)Johannes Dahlström2014-10-031-2/+2
| * | | | | | Add support for Grid column reordering (#13334)Teemu Suo-Anttila2014-10-021-0/+31
| * | | | | | Fix GeneratedPropertyContainer property adding and removing (#13334)Teemu Suo-Anttila2014-09-251-8/+27
| * | | | | | Fix GridStaticSection communication to use column ids (#13334)Teemu Suo-Anttila2014-09-241-1/+1
| * | | | | | Fix Grid header default row cell setup when adding properties (#13334)Teemu Suo-Anttila2014-09-241-9/+2
| * | | | | | Add default implementation of Renderer.encode to AbstractRenderer (#13334)Johannes Dahlström2014-09-231-4/+11