summaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/test
Commit message (Expand)AuthorAgeFilesLines
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-1/+2
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-122-5/+5
* Fix typos (#10158)Ahmed Ashour2017-10-101-1/+0
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-102-11/+9
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-092-10/+10
* Support null intermediate properties in NestedMethodProperty (#10134)Olli Tietäväinen2017-10-041-0/+6
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-03119-2020/+2122
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-292-8/+3
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-289-29/+33
* Fix typos (#10095)Ahmed Ashour2017-09-271-1/+1
* Implement error level on client side (#9817)Adam Wagner2017-09-271-1/+1
* Fix typos (#10071)Ahmed Ashour2017-09-252-2/+2
* Construct array inline (#10068)Ahmed Ashour2017-09-2311-22/+22
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-1/+1
* Remove unused methods. (#10058)Ahmed Ashour2017-09-221-5/+0
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-213-7/+7
* Use simple class namesAhmed Ashour2017-09-201-1/+3
* Replace iterators with enhanced for loops (#10018)Ahmed Ashour2017-09-191-3/+3
* Fix varargs warningsAhmed Ashour2017-09-131-5/+4
* Make JavaScriptExtension serializable (#9721)Artur2017-07-261-0/+62
* Update since tags for TB elements (#9329)8.1.0.alpha8Henri Sara2017-05-161-1/+0
* Include components in joined cells when finding child components (#8772)Artur2017-03-081-106/+0
* Revert immediate tests, deprecate HasUserSelectionAllowedTeemu Suo-Anttila2017-03-071-36/+0
* Picked all changes from 7.7Teemu Suo-Anttila2017-03-072-0/+3
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-0713-12/+164
* Revert diamond operator changesTeemu Suo-Anttila2017-03-079-20/+23
* Remove unnecessary full classname referencesTeemu Suo-Anttila2017-03-077-24/+22
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-224-7/+189
* Increase threshold in server side performance test for stability (#8370)Henri Sara2017-01-301-1/+1
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-201-1/+1
* Refactor AbstractDateField. (#8146)Denis2017-01-101-1/+1
* Move old Sort related classes into compatibility module. (#7999)Denis2016-12-152-5/+5
* Migrate 7.7.5 branch patches to v8. (#7969)Denis2016-12-151-0/+334
* Send selection change events when changing selection mode (#20391)Artur Signell2016-12-091-0/+34
* Check for duplicate property ids when setting Grid columns or column order (#...Artur Signell2016-12-091-0/+18
* Never check the selectAll checkbox in an empty grid (#20301)Artur Signell2016-12-091-4/+23
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-295-139/+57
* Fix DeprecatedTest under Windowselmot2016-11-112-6/+7
* Add method to auto scale calendar time range (#17715)Steven Spungin2016-11-041-3/+57
* Date/time issues are fixed in the tests.Denis Anisimov2016-10-311-1/+2
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-261-10/+6
* Binder.bindInstanceFields(Object) method implementation (#47).Denis Anisimov2016-10-253-3/+3
* Move old SelectionEvent to V7 and create a new selection event supertype Denis Anisimov2016-10-243-6/+6
* Add utility for outputting the full declarative syntax of componentsAleksi Hietanen2016-10-244-91/+353
* Provide declarative tests for all V7 field components.Denis Anisimov2016-10-211-30/+53
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-132-0/+245
* Migrating 7.7.1, 7.7.2, 7.7.3 to V8.Denis Anisimov2016-10-031-0/+106
* Make AbstractDateField based on LocalDate (#125).Denis Anisimov2016-09-303-4/+4
* Unify listeners on the server sideAleksi Hietanen2016-09-291-0/+181
* Revert ComboBox in compatibility packages to V7 version (#201).Denis Anisimov2016-09-272-19/+165