summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Move RichTextArea to compatibility packageArtur Signell2016-08-204-494/+0
* Organize importsArtur Signell2016-08-2023-51/+68
* Move remaining selects and container implementations to compatibility packageArtur Signell2016-08-20115-30350/+4
* Move Table/TreeTable to compatibility packageArtur Signell2016-08-2049-17514/+6
* Move selects to compatibility packageArtur Signell2016-08-2021-1930/+0
* Move FieldGroup and Vaadin 7 Grid to compatibility packageArtur Signell2016-08-2083-23218/+9
* Use the same groupId for all modules in the projectArtur Signell2016-08-191-1/+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-192-17/+166
* Remove dependencies from core framework to old componnetsArtur Signell2016-08-1910-33/+27
* Remove accidental dependency from new converters to oldArtur Signell2016-08-193-15/+6
* Define common test dependencies in the main pom fileArtur Signell2016-08-181-31/+6
* Define dependency version in the main pom fileArtur Signell2016-08-181-21/+5
* Implement new PasswordField (#52)Aleksi Hietanen2016-08-183-42/+135
* Rename legacy packages to v7Artur Signell2016-08-18170-335/+343
* Add unit tests for adding and executing data generatorsTeemu Suo-Anttila2016-08-181-4/+70
* Add DataCommunicator for data communication of ListingsTeemu Suo-Anttila2016-08-185-6/+583
* Add Listing interface and minimalistic abstract implementationTeemu Suo-Anttila2016-08-183-0/+174
* Rename Grid into LegacyGridelmot2016-08-1834-276/+270
* Binding.validate() should fire a validation status event (#134).Denis Anisimov2016-08-183-3/+119
* Update copyright year to 2016Artur Signell2016-08-18775-776/+776
* Remove trailing whitespace from code and javadocArtur Signell2016-08-18741-7581/+7581
* Format using Eclipse NeonArtur Signell2016-08-18496-4335/+4578
* Binding.withStatusChangeHandler and Binding.withStatusLabel (#30).Denis Anisimov2016-08-176-16/+536
* Remove Form and FormFieldFactoryArtur Signell2016-08-178-1831/+167
* Rename InMemoryDataSource into ListDataSourceelmot2016-08-173-19/+19
* DataSource backend sortingelmot2016-08-177-52/+334
* Basic DataSource according to BoV "datamodel.datasources".elmot2016-08-179-0/+574
* Test that cross field validation works as expected (#33).Denis Anisimov2016-08-172-1/+83
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-1751-921/+1413
* Provide a NotEmptyValidator for Binder setRequired functionality.Denis Anisimov2016-08-153-1/+131
* Make OSGi work againArtur Signell2016-08-151-7/+7
* Add converter support to BinderArtur Signell2016-08-158-55/+883
* Update/remove empty @since for 7.7Henri Sara2016-08-153-72/+71
* Remove deprecated addListener/removeListener methodsArtur Signell2016-08-159-853/+485
* Rename Book of Vaadin test to be a useful for all binder aspectsArtur Signell2016-08-151-2/+3
* Remove deprecated Property.toString() modeArtur Signell2016-08-1514-964/+518
* Derive DateField from new AbstractField (#57).Denis Anisimov2016-08-1510-58/+1316
* Prevent Atmosphere from resurrecting a destroyed broadcaster (#20026)Artur Signell2016-08-151-0/+5
* Update to latest Atmosphere (2.4.5) and JS (2.3.2)Artur Signell2016-08-122-26/+23
* Move old DateField components to legacy package (pre-#57).Denis Anisimov2016-08-1214-124/+153
* Move multi-select mode to AbstractSelectStateHenri Sara2016-08-111-12/+9
* Use shared state for OptionGroup htmlContentAllowedHenri Sara2016-08-111-12/+7
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-119-206/+352
* Make immediate mode the defaultHenri Sara2016-08-116-74/+53
* Convert old validators (#87).Denis Anisimov2016-08-1128-24/+1959
* Refactor Binder and Binding/BindingImpl to be easier to understandArtur Signell2016-08-112-95/+124
* Remove deprecated column based width support from selectsHenri Sara2016-08-113-144/+0
* Remove obsolete type attribute in AbstractSelect subclassesHenri Sara2016-08-114-4/+0
* Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy*Artur Signell2016-08-1066-413/+413