summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Breaks PushLargeDataLongPollingTest and also long polling in many ways. See h...Artur Signell2015-02-252-63/+30
* Fix adding and modifying multiple rows in Grid (#16905)Teemu Suo-Anttila2015-02-241-1/+2
* Fix handling of disconnection with push (#15330)Artur Signell2015-02-242-30/+63
* Cleanup UI even if detach fails (#16651)Artur Signell2015-02-231-1/+6
* Make Column.setLastFrozenColumn work (#16726)Artur Signell2015-02-232-1/+20
* Ensure resource is valid before writing to it (#16862)Artur Signell2015-02-201-0/+19
* Javadoc fixArtur Signell2015-02-181-3/+4
* Make push path configurable (#14432).Tapio Aali2015-02-188-7/+92
* Refactor critical notifications handling. (#16592)Sauli Tähkäpää2015-02-172-34/+91
* Properly handle null in critical notifications (#16592)Artur Signell2015-02-172-2/+26
* Fix RpcDataProviderExtension value change listener setup (#16550)Teemu Suo-Anttila2015-02-131-31/+55
* Encode filenames to UTF-8 in Content-Disposition header. (#16556)Sauli Tähkäpää2015-02-133-16/+61
* Add spaces around operators (#16696).Mika Murtojarvi2015-02-132-0/+74
* 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