aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/declarative/converters
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-1110-10/+10
* Update copyright year range. (#12215)Anna Koskinen2021-03-0410-10/+10
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-192-3/+3
* Update copyright year (#10761)Ilia Motornyi2018-03-2710-10/+10
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-311-3/+1
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-261-7/+7
* Fix typos (#10213)Ahmed Ashour2017-10-201-1/+1
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-202-3/+3
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-101-7/+10
* Add empty line at the end of files (#10142)Ahmed Ashour2017-10-061-1/+1
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-281-2/+2
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-281-2/+2
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-211-1/+1
* Replace FontAwesome with Vaadin Icons (#8208)Pekka Hyvönen2017-02-011-5/+18
* Introduce DateTimeFile and InlineDateTimeField. (#8218)Denis2017-01-191-0/+68
* Clean up calendar tests. (#8094)Denis2016-12-271-1/+1
* Rename com.vaadin.data.util.converter to com.vaadin.data.converterPekka Hyvönen2016-12-148-16/+16
* Use final modifier where appropriatePer-Åke Minborg2016-11-092-2/+2
* Use String .isEmpty() over .equals("")Per-Åke Minborg2016-11-041-1/+1
* Add ValueContext parameter for ConvertersTeemu Suo-Anttila2016-10-248-26/+33
* Make AbstractDateField based on LocalDate (#125).Denis Anisimov2016-09-301-0/+60
* Use diamond operator where it can be usedArtur Signell2016-09-053-5/+5
* Move V7 Converter and ConverterFactory to compatibility packageArtur Signell2016-08-291-16/+2
* Change declarative support to use new convertersArtur Signell2016-08-247-163/+79
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-227-40/+40
* Rename legacy packages to v7Artur Signell2016-08-187-11/+11
* Update copyright year to 2016Artur Signell2016-08-188-8/+8
* Remove trailing whitespace from code and javadocArtur Signell2016-08-188-36/+36
* Format using Eclipse NeonArtur Signell2016-08-184-23/+27
* Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy*Artur Signell2016-08-107-40/+40
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-148-0/+943