aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/tests/design
Commit message (Expand)AuthorAgeFilesLines
* Update to Jsoup 1.14.2 (#12381)Tatu Lund2021-08-242-4/+18
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-193-6/+7
* Remove empty comments (#10789)Ilia Motornyi2018-04-056-10/+0
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2848-720/+0
* Update copyright year (#10761)Ilia Motornyi2018-03-2742-42/+42
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-271-1/+0
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-261-2/+2
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-262-6/+6
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-2/+3
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-7/+2
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-0311-81/+88
* Use StandardCharsets.UTF_8 (#10113)Ahmed Ashour2017-09-296-26/+21
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-281-1/+1
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-281-5/+5
* Use String.isEmpty()Ahmed Ashour2017-09-191-3/+3
* Support using Composite and CustomComponent as a Design root class (#9017)Artur2017-04-186-0/+225
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-011-7/+2
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-201-1/+1
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-203-26/+37
* Provide declarative support for Grid. (#7961)Denis2016-12-131-2/+2
* Extends declarative tests for selection components for "data-" attribute (#85)Denis2016-12-051-0/+8
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-281-2/+2
* Provide declarative support for listing components.Denis Anisimov2016-11-242-37/+48
* Use final modifier where appropriatePer-Åke Minborg2016-11-094-4/+4
* Use lambdas where appropriatePer-Åke Minborg2016-11-073-60/+24
* Rename generic type parameter that hides another type parameterPer-Åke Minborg2016-11-051-4/+4
* Replace assertEquals(true|false,) with assert(True|False)Per-Åke Minborg2016-11-051-9/+9
* Use chain of .append() methods instead of String concatenationPer-Åke Minborg2016-11-041-1/+1
* Use diamond in generic creation where possiblePer-Åke Minborg2016-11-021-1/+1
* Use diamond operator where it can be usedArtur Signell2016-09-056-11/+11
* Change declarative support to use new convertersArtur Signell2016-08-241-4/+3
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-1/+1
* Move TextArea to compatibility packageArtur Signell2016-08-201-99/+0
* Organize importsArtur Signell2016-08-202-13/+24
* Move selects to compatibility packageArtur Signell2016-08-202-89/+0
* Remove dependencies from core framework to old componnetsArtur Signell2016-08-195-19/+17
* Rename legacy packages to v7Artur Signell2016-08-185-5/+5
* Update copyright year to 2016Artur Signell2016-08-1845-45/+45
* Remove trailing whitespace from code and javadocArtur Signell2016-08-1845-150/+150
* Format using Eclipse NeonArtur Signell2016-08-1812-72/+78
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-174-8/+9
* Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy*Artur Signell2016-08-101-1/+1
* Support static inner classes when reading/writing declarative files (#20038)Artur Signell2016-07-132-0/+45
* Make tests pass in any timezone (#19813)Marco Collovati2016-05-261-1/+2
* Store unknown attributes in DesignContext #19749John Ahlroos2016-04-281-7/+32
* Fix DesignFormatterTest for Winelmot2016-03-231-1/+1
* Add @Test annotations, rename test classesTeemu Suo-Anttila2016-03-171-1/+1
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-1445-0/+3361