summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move Vaadin 7 CheckBox to compatibility packageArtur Signell2016-08-2524-69/+353
* Add SelectionModel interface and selection API to ListingJohannes Dahlström2016-08-256-90/+367
* Add sources to vaadin-compatibility-shared JARHenri Sara2016-08-253-27/+58
* Reintroduce variables used in OSGi manifestsArtur Signell2016-08-251-6/+13
* Move Vaadin 7 CustomField to compatibility packageArtur Signell2016-08-253-25/+124
* Move LegacyWindow back to com.vaadin.uiArtur Signell2016-08-2576-81/+76
* Use RPC for TextField cursor position and selection range updatesArtur Signell2016-08-257-94/+287
* Cleanup of TextFieldArtur Signell2016-08-253-60/+51
* Allow multiple data change handlers in client-side data sourcesTeemu Suo-Anttila2016-08-2514-154/+176
* Update Eclipse project to Java 8Artur Signell2016-08-242-4/+4
* Change declarative support to use new convertersArtur Signell2016-08-2410-237/+113
* Convert Vaadin 7 converters to Vaadin 8 convertersArtur Signell2016-08-2444-188/+1287
* Add listing extension to allow access to data communicatorTeemu Suo-Anttila2016-08-242-17/+110
* Make binder set null values correctlyArtur Signell2016-08-244-29/+41
* Add a typed version of the Grid componentTeemu Suo-Anttila2016-08-2410-2/+919
* Move Item to compatibility packageArtur Signell2016-08-2453-82/+84
* Move ProgressBar/ProgressIndicator to correct packageArtur Signell2016-08-232-2/+2
* Remove trailing whitespaceArtur Signell2016-08-234-21/+21
* Remove duplicate tests and rename tests BinderTestPekka Hyvönen2016-08-231-72/+6
* Ignore missing package.html in checkstyleHenri Sara2016-08-231-0/+2
* Fix TextField and related testsAleksi Hietanen2016-08-235-8/+25
* Move Container to compatibility packageArtur Signell2016-08-2319-0/+0
* Rename packages in compatibility-client to use com.vaadin.v7Artur Signell2016-08-22123-243/+750
* Move ProgressBar/ProgressIndicator to compatibility packageArtur Signell2016-08-2226-32/+33
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221611-6778/+6825
* Implement BeanBinder with JSR-303 validationJohannes Dahlström2016-08-228-121/+692
* Include compatibility packages in bomArtur Signell2016-08-221-0/+20
* Map <vaadin7> declarative prefix to com.vaadin.v7.uiArtur Signell2016-08-222-15/+7
* Remove unused test themesArtur Signell2016-08-2115-208/+14
* Move DateField and old validators to compatibility packageArtur Signell2016-08-2048-0/+0
* Move TextArea to compatibility packageArtur Signell2016-08-207-0/+0
* Move RichTextArea to compatibility packageArtur Signell2016-08-207-0/+0
* Organize importsArtur Signell2016-08-20274-457/+434
* Move remaining selects and container implementations to compatibility packageArtur Signell2016-08-20158-10/+4
* Move Table/TreeTable to compatibility packageArtur Signell2016-08-2055-16/+16
* Move selects to compatibility packageArtur Signell2016-08-2026-0/+0
* Move FieldGroup and Vaadin 7 Grid to compatibility packageArtur Signell2016-08-20117-175/+197
* Added contributing instructionsMatti Tahvonen2016-08-192-2/+212
* Make DevelopmentServerLauncher work againArtur Signell2016-08-191-0/+2
* Use the same groupId for all modules in the projectArtur Signell2016-08-197-12/+6
* Delete old test UIs which have no automated testArtur Signell2016-08-19174-11643/+0
* Remove package javadocs as they are all out of dateArtur Signell2016-08-198-282/+0
* CustomField migration to new AbstractField (#61).Denis Anisimov2016-08-196-51/+232
* Use versions-maven-plugin 2.3 to avoid NPE while setting project versionArtur Signell2016-08-191-0/+5
* Remove dependencies from core framework to old componnetsArtur Signell2016-08-1910-33/+27
* Add Vaadin 7 compatibility modulesArtur Signell2016-08-197-0/+446
* Remove accidental dependency from new converters to oldArtur Signell2016-08-193-15/+6
* Define common test dependencies in the main pom fileArtur Signell2016-08-188-66/+43
* Define dependency version in the main pom fileArtur Signell2016-08-1810-100/+186
* Implement new PasswordField (#52)Aleksi Hietanen2016-08-1827-102/+283