Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweaked layouttester tests to be more informative. (#11800) (#11813) | Anna Koskinen | 2020-03-23 | 25 | -30/+297 |
| | |||||
* | Enable maven formatting for uitest (#10908) | Ilia Motornyi | 2018-05-17 | 1 | -1/+0 |
| | |||||
* | Remove empty comments (#10789) | Ilia Motornyi | 2018-04-05 | 31 | -205/+0 |
| | |||||
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 38 | -570/+0 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 38 | -38/+38 |
| | |||||
* | Use lambda expressions. (#10268) | Ahmed Ashour | 2017-11-01 | 8 | -153/+48 |
| | |||||
* | Remove auto-generated comment (#10111) | Ahmed Ashour | 2017-09-29 | 2 | -27/+9 |
| | |||||
* | Construct array inline (#10068) | Ahmed Ashour | 2017-09-23 | 1 | -3/+3 |
| | | | And some trivial test enhancements | ||||
* | Update modifier order to follow Java Specification suggestions (#10050) | Ahmed Ashour | 2017-09-21 | 1 | -1/+1 |
| | | | Also includes some other minor cleanup. | ||||
* | Use String.isEmpty() (#10045) | Ahmed Ashour | 2017-09-21 | 1 | -1/+1 |
| | |||||
* | Overload AbstarctComponent.setDescription() with content mode parameter (#8252) | Denis | 2017-01-20 | 6 | -6/+6 |
| | | | | | | * Overload AbstarctComponent.setDescription() with content mode parameter Fixes #8185 | ||||
* | Global java code cleanup using Eclipse Neon.1 | Leif Åstrand | 2016-12-20 | 1 | -3/+3 |
| | |||||
* | VerticalLayout has spacing = true and margin = true by default . | Ilia Motornyi | 2016-12-12 | 5 | -10/+15 |
| | | | | | HorizontalLayout has spacing = true and margin = false by default. Fixes vaadin/framework8-issues#526 | ||||
* | Make Valo the default theme | Pekka Hyvönen | 2016-10-06 | 1 | -2/+2 |
| | | | | | | | | | | LegacyApplication explicitly uses "reindeer" as default theme. Extended AbstractTestUI to AbstractReindeerTestUI, that all old tests now inherit. All new tests should be based on AbstractTestUI. Also added AbstractReindeerTestUIWithLog for those that needed it. Removed all found @Theme("valo") and used proper parent test class. Change-Id: I0bb45850f3f1d39c6f78dac35dfa08acbad427ad | ||||
* | Rename PopupDateField to DateField #297. | Denis Anisimov | 2016-09-23 | 2 | -4/+4 |
| | | | | | | | DateField becomes abstract AbstractDateField, PopupDateField becomes DateField Change-Id: I3ac1e02d8754f0770b6a30222cb0fb2a1b9db07b | ||||
* | Format the project using Neon, remove trailing whitespace | Artur Signell | 2016-08-31 | 2 | -4/+2 |
| | | | | Change-Id: I145e20226958910c243b9897bb1e9516919f55cd | ||||
* | Organize imports | Artur Signell | 2016-08-30 | 1 | -1/+1 |
| | | | | Change-Id: Ie58291fd4858d5421b23e56603808f158d559687 | ||||
* | Fix label widths in several tests | Aleksi Hietanen | 2016-08-30 | 4 | -14/+24 |
| | | | | Change-Id: I70f296fc5d1d2957698a169e501dcd1c43589503 | ||||
* | Change Label default width to undefined to match other components | Artur Signell | 2016-08-29 | 1 | -3/+7 |
| | | | | Change-Id: Ia4e6bbe0673c20e96bdda240570247ff9b1f6d93 | ||||
* | Implement new Label | Artur Signell | 2016-08-26 | 6 | -6/+6 |
| | | | | | | | Label does intentionally not implement HasValue as it cannot provide a value to a model Change-Id: I36b8e1794d64caf566fa802177051ae2eb637bf9 | ||||
* | Move and rename server classes which go into the compatibility package | Artur Signell | 2016-08-22 | 13 | -29/+29 |
| | | | | | | | | * 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 | ||||
* | Organize imports | Artur Signell | 2016-08-20 | 19 | -19/+3 |
| | | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f | ||||
* | Rename legacy packages to v7 | Artur Signell | 2016-08-18 | 7 | -7/+7 |
| | | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0 | ||||
* | Update copyright year to 2016 | Artur Signell | 2016-08-18 | 38 | -38/+38 |
| | | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77 | ||||
* | Remove trailing whitespace from code and javadoc | Artur Signell | 2016-08-18 | 2 | -4/+4 |
| | | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d | ||||
* | Format using Eclipse Neon | Artur Signell | 2016-08-18 | 4 | -6/+12 |
| | | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0 | ||||
* | Update TextField to extend AbstractFieldNew (#51) | Aleksi Hietanen | 2016-08-17 | 7 | -14/+14 |
| | | | | | | | | - 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 | ||||
* | Derive DateField from new AbstractField (#57). | Denis Anisimov | 2016-08-15 | 2 | -4/+4 |
| | | | | Change-Id: I5efe17253ecd28dad5a2250076246a9eb30eec62 | ||||
* | Move old DateField components to legacy package (pre-#57). | Denis Anisimov | 2016-08-12 | 2 | -4/+4 |
| | | | | Change-Id: I9e766be232d90aab92b5daa77351f4b0a3933f1d | ||||
* | Build uitest war with maven | Teemu Suo-Anttila | 2016-04-15 | 39 | -0/+2081 |
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda |