Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to Jsoup 1.14.2 (#12381) | Tatu Lund | 2021-08-24 | 2 | -4/+18 |
| | |||||
* | Enable Maven plugin for Eclipse formatting (#10829) | Ilia Motornyi | 2018-04-19 | 3 | -6/+7 |
| | |||||
* | Remove empty comments (#10789) | Ilia Motornyi | 2018-04-05 | 6 | -10/+0 |
| | |||||
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 48 | -720/+0 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 42 | -42/+42 |
| | |||||
* | Use lambda with Handlers (#10229) | Ahmed Ashour | 2017-10-27 | 1 | -1/+0 |
| | | | Also improve naming by replacing one-letter variable names. | ||||
* | Use lambda with Listeners (#10222) | Ahmed Ashour | 2017-10-26 | 1 | -2/+2 |
| | | | Also use "event" as the name for events | ||||
* | Remove trailing spaces (#10224) | Ahmed Ashour | 2017-10-26 | 2 | -6/+6 |
| | |||||
* | Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) | Ahmed Ashour | 2017-10-20 | 1 | -2/+3 |
| | | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if( | ||||
* | Simplify lambda expressions (#10198) | Ahmed Ashour | 2017-10-20 | 1 | -7/+2 |
| | | | | | | | | * Simplify lambda expressions And remove unneeded 'return' keyword. * Format | ||||
* | Use static import of Assert in tests (#10126) | Ahmed Ashour | 2017-10-03 | 11 | -81/+88 |
| | | | | Also removes dependency on junit.framework.TestCase . | ||||
* | Use StandardCharsets.UTF_8 (#10113) | Ahmed Ashour | 2017-09-29 | 6 | -26/+21 |
| | |||||
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 1 | -1/+1 |
| | |||||
* | Use single character for StringBuilder.append (#10102) | Ahmed Ashour | 2017-09-28 | 1 | -5/+5 |
| | |||||
* | Use String.isEmpty() | Ahmed Ashour | 2017-09-19 | 1 | -3/+3 |
| | |||||
* | Support using Composite and CustomComponent as a Design root class (#9017) | Artur | 2017-04-18 | 6 | -0/+225 |
| | | | Fixes #6043 | ||||
* | Add a maven plugin for formatting according to Eclipse settings | Leif Åstrand | 2017-02-01 | 1 | -7/+2 |
| | | | | | Running formatter:format will format all files in a submodule using an embedded Eclipse compiler (based on Neon SR1) according to the regular formatting settings file. | ||||
* | Overload AbstarctComponent.setDescription() with content mode parameter (#8252) | Denis | 2017-01-20 | 1 | -1/+1 |
| | | | | | | * Overload AbstarctComponent.setDescription() with content mode parameter Fixes #8185 | ||||
* | Global java code cleanup using Eclipse Neon.1 | Leif Åstrand | 2016-12-20 | 3 | -26/+37 |
| | |||||
* | Provide declarative support for Grid. (#7961) | Denis | 2016-12-13 | 1 | -2/+2 |
| | | | Fixes vaadin/framework8-issues#390 | ||||
* | Extends declarative tests for selection components for "data-" attribute (#85) | Denis | 2016-12-05 | 1 | -0/+8 |
| | | | Fixes vaadin/framework8-issues#392 | ||||
* | Type Listing for DataProvider to allow custom filter types | Teemu Suo-Anttila | 2016-11-28 | 1 | -2/+2 |
| | | | | | | | | | | Listing has been moved from AbstractListing to each individual Component. ComboBox is now typed to String filter. Fixes issues with declarative read of items. Change-Id: I6918f9f8c426dcbd81546150c2cf9ed49a02bf50 | ||||
* | Provide declarative support for listing components. | Denis Anisimov | 2016-11-24 | 2 | -37/+48 |
| | | | | | | | Fixes vaadin/framework8-issues#388 Change-Id: I4f8045bba51d308f4343a1f6d01b3f1ddca63e69 | ||||
* | Use final modifier where appropriate | Per-Åke Minborg | 2016-11-09 | 4 | -4/+4 |
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7226 | ||||
* | Use lambdas where appropriate | Per-Åke Minborg | 2016-11-07 | 3 | -60/+24 |
| | | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf722d | ||||
* | Rename generic type parameter that hides another type parameter | Per-Åke Minborg | 2016-11-05 | 1 | -4/+4 |
| | | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7235 | ||||
* | Replace assertEquals(true|false,) with assert(True|False) | Per-Åke Minborg | 2016-11-05 | 1 | -9/+9 |
| | | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7224 | ||||
* | Use chain of .append() methods instead of String concatenation | Per-Åke Minborg | 2016-11-04 | 1 | -1/+1 |
| | | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf721d | ||||
* | Use diamond in generic creation where possible | Per-Åke Minborg | 2016-11-02 | 1 | -1/+1 |
| | | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7214 | ||||
* | Use diamond operator where it can be used | Artur Signell | 2016-09-05 | 6 | -11/+11 |
| | | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012 | ||||
* | Change declarative support to use new converters | Artur Signell | 2016-08-24 | 1 | -4/+3 |
| | | | | Change-Id: I3bb2c106a4c4d8556f6f752867da1917e0d3c9a3 | ||||
* | Move and rename server classes which go into the compatibility package | Artur Signell | 2016-08-22 | 1 | -1/+1 |
| | | | | | | | | * Use com.vaadin.v7 * Use the same class name as in Vaadin 7 * Use a "vaadin7-" declarative prefix for Vaadin 7 components Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5 | ||||
* | Move TextArea to compatibility package | Artur Signell | 2016-08-20 | 1 | -99/+0 |
| | | | | Change-Id: I16b6566340e3ce32a4f94b7554e2f6f583e20486 | ||||
* | Organize imports | Artur Signell | 2016-08-20 | 2 | -13/+24 |
| | | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f | ||||
* | Move selects to compatibility package | Artur Signell | 2016-08-20 | 2 | -89/+0 |
| | | | | Change-Id: I7ee02d34b230e8752174a7f19824f81cbb616c33 | ||||
* | Remove dependencies from core framework to old componnets | Artur Signell | 2016-08-19 | 5 | -19/+17 |
| | | | | Change-Id: I4667d58ee54c8fda5af0608e232e403c4f8e424b | ||||
* | Rename legacy packages to v7 | Artur Signell | 2016-08-18 | 5 | -5/+5 |
| | | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0 | ||||
* | Update copyright year to 2016 | Artur Signell | 2016-08-18 | 45 | -45/+45 |
| | | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77 | ||||
* | Remove trailing whitespace from code and javadoc | Artur Signell | 2016-08-18 | 45 | -150/+150 |
| | | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d | ||||
* | Format using Eclipse Neon | Artur Signell | 2016-08-18 | 12 | -72/+78 |
| | | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0 | ||||
* | Update TextField to extend AbstractFieldNew (#51) | Aleksi Hietanen | 2016-08-17 | 4 | -8/+9 |
| | | | | | | | | - Changes input prompt to be based on the placeholder attribute. - Unifies TextChangeEvents with ValueChangeEvents. - add*Listener methods now return Registration objects, remove*Listener methods removed. Change-Id: Ie92506ae9db205bb0010ae9126c608c62ad023ff | ||||
* | Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy* | Artur Signell | 2016-08-10 | 1 | -1/+1 |
| | | | | Change-Id: I75fd33e66c8c5c265bc60cce58ff639a5d5642ab | ||||
* | Support static inner classes when reading/writing declarative files (#20038) | Artur Signell | 2016-07-13 | 2 | -0/+45 |
| | | | | | | | | Uses outer class name as package name for static inner classes. When reading, there is no way to know that the class is an inner class so only when creating a class fails, an inner class is tried as a backup. Change-Id: I3ebf5b2da11384f9dc64072a3dc8ee132607237c | ||||
* | Make tests pass in any timezone (#19813) | Marco Collovati | 2016-05-26 | 1 | -1/+2 |
| | | | | Change-Id: I78411b92a5b3c2f04ed8a15ebd2c183aa1af4ab9 | ||||
* | Store unknown attributes in DesignContext #19749 | John Ahlroos | 2016-04-28 | 1 | -7/+32 |
| | | | | Change-Id: I1e90d422ec716092e6d407b6965902f48eac1646 | ||||
* | Fix DesignFormatterTest for Win | elmot | 2016-03-23 | 1 | -1/+1 |
| | | | | Change-Id: Iefa9f9715c51e3b94b7a4df33ea7c0c166cf29d6 | ||||
* | Add @Test annotations, rename test classes | Teemu Suo-Anttila | 2016-03-17 | 1 | -1/+1 |
| | | | | Change-Id: Iac29db81c0c7ff425da73e7ae3d69eadabf5de77 | ||||
* | Migrate vaadin-server build to maven | Teemu Suo-Anttila | 2016-03-14 | 45 | -0/+3361 |
Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e |