summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fire server-side event when column order changes. (#16643)Pekka Hyvönen2015-02-191-1/+85
* Update server side state when columns are reordered. (#16643)Pekka Hyvönen2015-02-181-0/+40
* Toggle column reordering from server side. Tests for reordering. #16643Pekka Hyvönen2015-02-171-0/+25
* Fix NullPointerException when changing Grid container (#16559)Johannes Dahlström2015-02-114-12/+112
* Declarative support for Image, Flash, BrowserFrame (#15551,#16327,#15552,#16325)Artur Signell2015-02-107-0/+422
* Remove grid.[set|get]EditorField(Object, Field) (#16538)Leif Åstrand2015-02-093-67/+55
* Fix @since for 7.4Artur Signell2015-02-091-1/+1
* Rename getCancelCaption to mention Editor (#16551)Leif Åstrand2015-02-091-1/+1
* Rename com.vaadin.ui.renderer to com.vaadin.ui.renderers (#16521)Leif Åstrand2015-02-0614-15/+15
* Enable navigation on a readonly Calendar. (#16523)Sauli Tähkäpää2015-02-061-6/+0
* Add API for controlling deselection for single select model (#16567)Leif Åstrand2015-02-061-0/+30
* Show editor save error (#16602)Leif Åstrand2015-02-061-9/+30
* Highlights erroneous cells in Grid editor (#16575)Henrik Paul2015-02-061-15/+61
* Grid columns can now be marked as non-editable (#16538)Johannes Dahlström2015-02-052-17/+130
* Declarative support for ProgressBar (#16316)Artur Signell2015-02-054-82/+99
* Declarative support for Link (#16322)Artur Signell2015-02-052-0/+102
* New declarative testsArtur Signell2015-02-058-4/+402
* Refactored and updated (Popup|Inline|)DateField declarative testsArtur Signell2015-02-054-99/+214
* Declarative support for RichTextArea (#16326)Artur Signell2015-02-052-0/+73
* Declarative support for AbstractSelect (#15545)Artur Signell2015-02-057-4/+409
* Render Object.toString() when no converter is set (#15417)Artur Signell2015-02-052-15/+17
* Simplified declarative convertersArtur Signell2015-02-055-54/+234
* Revert "Grid now uses ObjectRenderer by default (#15417)"Artur Signell2015-02-053-103/+26
* Prevent AlwaysLockedVaadinSession from being GCed during testArtur Signell2015-02-051-13/+3
* Add missing @since to VScrollTable and Table.Sauli Tähkäpää2015-02-051-1/+7
* Prevent MockVaadinSession from becomming GCedLeif Åstrand2015-02-051-0/+21
* Makes it possible to change save/cancel captions in Grid editor (#16551)Henrik Paul2015-02-051-0/+50
* Use cache when reading declarative format (#16572)Artur Signell2015-02-041-2/+2
* Make server unit tests pass in Eclipse (#16581)Artur Signell2015-02-043-2/+27
* Use non-blocking Map implementation for caches (#16582)Leif Åstrand2015-02-044-19/+11
* Base classes for declarative testsArtur Signell2015-02-049-0/+724
* Defer RPC calls in RpcDataProvider to avoid cache issues (#16505)Teemu Suo-Anttila2015-02-041-30/+82
* Merge branch 'grid'Henrik Paul2015-02-031-1/+12
|\
| * Merge branch 'master' into gridHenrik Paul2015-02-0323-406/+1697
| |\
| * | Getter for editor field factory (#16512)Artur Signell2015-01-291-0/+12
* | | Add methods for getting invalid fields from a FieldGroup (#13775)Artur Signell2015-02-033-20/+319
* | | Use a custom field factory for editor row (#16513)Artur Signell2015-02-032-5/+78
| |/ |/|
* | Declarative for DateFields (and related) with ISO8601 (#16313)Miki2015-02-0316-366/+1445
* | Moved accessibility shortcut handling to server-side. [#14843]Anna Koskinen2015-01-302-11/+126
* | Do not loop infinitely when encountering an invalid tag name (#16522)Artur Signell2015-01-292-19/+114
* | Merge "Merge branch 'origin/grid'"Artur Signell2015-01-2948-84/+11262
|\|
| * Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-284-7/+135
| |\
| * | Better human readable captions for nested properties (#16433)Artur Signell2015-01-271-1/+1
| * | Grid now uses ObjectRenderer by default (#15417)Henrik Paul2015-01-273-26/+103
| * | Use elemental.json and not org.json in OSGi (#16490)Artur Signell2015-01-271-1/+1
| * | Fix RpcDataProvider cache clearing on bare ItemSetChange (#16481)Teemu Suo-Anttila2015-01-271-68/+83
| * | Merge remote-tracking branch 'origin/master' into HEADArtur Signell2015-01-263-15/+94
| |\ \
| * | | Fix Grid setting non-sortable column sortable (#16483)Teemu Suo-Anttila2015-01-262-5/+23
| * | | Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-214-14/+375
| |\ \ \
| * | | | Fix Editor creating fields before client Grid can attach them (#16214)Teemu Suo-Anttila2015-01-202-44/+61