Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable maven formatting for uitest (#10908) | Ilia Motornyi | 2018-05-17 | 1 | -4/+2 |
| | |||||
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 14 | -218/+0 |
| | |||||
* | Support starting downloads and opening URLs from a menu item (#10478) | Artur | 2018-03-28 | 1 | -0/+23 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 11 | -11/+11 |
| | |||||
* | Use lambda expressions. (#10268) | Ahmed Ashour | 2017-11-01 | 6 | -50/+13 |
| | |||||
* | Use lambda with Listeners (#10222) | Ahmed Ashour | 2017-10-26 | 1 | -1/+1 |
| | | | Also use "event" as the name for events | ||||
* | Support addCloseListener for Notification (#10027) | Ahmed Ashour | 2017-09-27 | 1 | -0/+47 |
| | | | | | Converts Notification to an Extension and adds support for listening to the closing of notifications. Fixes #888 | ||||
* | Add empty line at end of file | Ahmed Ashour | 2017-09-23 | 1 | -1/+1 |
| | |||||
* | 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 | 7 | -9/+9 |
| | |||||
* | VerticalLayout has spacing = true and margin = true by default . | Ilia Motornyi | 2016-12-12 | 1 | -0/+1 |
| | | | | | HorizontalLayout has spacing = true and margin = false by default. Fixes vaadin/framework8-issues#526 | ||||
* | Show a sensible message for missing extensions (#10799) | Artur Signell | 2016-12-09 | 1 | -0/+45 |
| | | | | | | | Also remove ComponentMissingFromDefaultWidgetsetTest since it's identical to UnknownComponentConnectorTest Change-Id: I4b4b8f40c8376f4ea26b73d41191a3e7e811df01 | ||||
* | Make Valo the default theme | Pekka Hyvönen | 2016-10-06 | 11 | -22/+22 |
| | | | | | | | | | | 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 | ||||
* | Refactor AbstractComponentTest to extend AbstractTestUI | Johannes Dahlström | 2016-09-05 | 1 | -1/+1 |
| | | | | Change-Id: Ie614e7a7bf069ab4035cfcd35c3bc98007adfd4b | ||||
* | Use diamond operator where it can be used | Artur Signell | 2016-09-05 | 1 | -1/+1 |
| | | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012 | ||||
* | Change Label default width to undefined to match other components | Artur Signell | 2016-08-29 | 2 | -4/+6 |
| | | | | Change-Id: Ia4e6bbe0673c20e96bdda240570247ff9b1f6d93 | ||||
* | Implement new Label | Artur Signell | 2016-08-26 | 1 | -1/+1 |
| | | | | | | | Label does intentionally not implement HasValue as it cannot provide a value to a model Change-Id: I36b8e1794d64caf566fa802177051ae2eb637bf9 | ||||
* | Organize imports | Artur Signell | 2016-08-20 | 2 | -2/+4 |
| | | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f | ||||
* | Remove IE8-IE10 related test code | Artur Signell | 2016-08-18 | 1 | -36/+0 |
| | | | | Change-Id: Iadacd329c8da969c5ad046abd87db28ac6eade0c | ||||
* | Update copyright year to 2016 | Artur Signell | 2016-08-18 | 12 | -12/+12 |
| | | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77 | ||||
* | Remove trailing whitespace from code and javadoc | Artur Signell | 2016-08-18 | 10 | -32/+32 |
| | | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d | ||||
* | Format using Eclipse Neon | Artur Signell | 2016-08-18 | 4 | -18/+18 |
| | | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0 | ||||
* | Build uitest war with maven | Teemu Suo-Anttila | 2016-04-15 | 14 | -0/+885 |
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda |