summaryrefslogtreecommitdiffstats
path: root/server/tests/src/com/vaadin
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix Declarative support for primitive float and double properties (#1...Leif Åstrand2015-03-241-104/+3
* Revert "Fix Declarative support for BigDecimal properties (#17205)"Leif Åstrand2015-03-241-13/+3
* Fix Declarative support for BigDecimal properties (#17205)Johannes Dahlström2015-03-201-3/+13
* Fix Declarative support for primitive float and double properties (#17204)Johannes Dahlström2015-03-201-3/+104
* Make Slider.clear() consistent with the no-args contstructor (#17073)Leif Åstrand2015-03-171-0/+84
* Use Math.floor instead of casting to int when trimming decimals. (#16926)Sauli Tähkäpää2015-03-111-0/+9
* Using ComponentFactory in DesignContext.getDefaultInstance() (#16990)Alexey Fansky2015-03-101-0/+25
* Revert "Encode filenames to UTF-8 in Content-Disposition header. (#16556)"Leif Åstrand2015-03-061-41/+0
* Ensure that slider min is always smaller or equal to max. (#16776)Sauli Tähkäpää2015-02-271-10/+54
* Add pluggable mechanism for loading classes for a design (#16583)Leif Åstrand2015-02-261-0/+117
* Make Column.setLastFrozenColumn work (#16726)Artur Signell2015-02-231-0/+19
* Make push path configurable (#14432).Tapio Aali2015-02-182-0/+10
* Refactor critical notifications handling. (#16592)Sauli Tähkäpää2015-02-171-11/+69
* Properly handle null in critical notifications (#16592)Artur Signell2015-02-171-0/+14
* Encode filenames to UTF-8 in Content-Disposition header. (#16556)Sauli Tähkäpää2015-02-131-0/+41
* Add spaces around operators (#16696).Mika Murtojarvi2015-02-132-0/+74
* Fix NullPointerException when changing Grid container (#16559)Johannes Dahlström2015-02-113-10/+110
* Declarative support for Image, Flash, BrowserFrame (#15551,#16327,#15552,#16325)Artur Signell2015-02-105-0/+305
* Remove grid.[set|get]EditorField(Object, Field) (#16538)Leif Åstrand2015-02-092-22/+26
* Rename com.vaadin.ui.renderer to com.vaadin.ui.renderers (#16521)Leif Åstrand2015-02-062-2/+2
* Grid columns can now be marked as non-editable (#16538)Johannes Dahlström2015-02-051-0/+31
* Declarative support for ProgressBar (#16316)Artur Signell2015-02-051-0/+63
* Declarative support for Link (#16322)Artur Signell2015-02-051-0/+66
* 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-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