Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-use ComputedStyles in Escalator when possible. (#12186) | Anna Koskinen | 2021-02-05 | 1 | -0/+39 |
| | |||||
* | Prevent upload if no file is selected. (#11939) | Anna Koskinen | 2020-04-03 | 1 | -0/+13 |
| | | | Fixes #10419 | ||||
* | Remove empty comments (#10789) | Ilia Motornyi | 2018-04-05 | 6 | -14/+0 |
| | |||||
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 29 | -442/+0 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 26 | -26/+26 |
| | |||||
* | Remove unused @VERSION@ | Ahmed Ashour | 2017-09-25 | 3 | -3/+0 |
| | |||||
* | Add empty line at end of file | Ahmed Ashour | 2017-09-23 | 2 | -2/+2 |
| | |||||
* | Update modifier order to follow Java Specification suggestions (#10050) | Ahmed Ashour | 2017-09-21 | 1 | -1/+1 |
| | | | Also includes some other minor cleanup. | ||||
* | Add LoadStyle.NONE for completely omitting a connector | Leif Åstrand | 2017-04-13 | 2 | -0/+60 |
| | |||||
* | Always load the deferred connector bundle (#8713) | Leif Åstrand | 2017-03-07 | 2 | -0/+52 |
| | | | | | | | | | | endDependencyLoading that was used for starting to load the deferred connector bundle is only called during regular application init if the theme wasn't yet loaded when the initial UIDL request finished. With this patch, the bundle is instead set to be loaded after the initial UIDL message has been completely processed. Fixes #4763 | ||||
* | 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 | -3/+3 |
| | |||||
* | Make Valo the default theme | Pekka Hyvönen | 2016-10-06 | 7 | -14/+14 |
| | | | | | | | | | | 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 | ||||
* | Move uitests for the legacy Grid to a separate v7 package | Leif Åstrand | 2016-09-01 | 1 | -3/+3 |
| | | | | Change-Id: Iba9614f9809714b2d3ac564e737f03e8f89c6f82 | ||||
* | Enable assertions for TestingWidgetset, add test to verify this | Teemu Suo-Anttila | 2016-08-31 | 1 | -0/+16 |
| | | | | Change-Id: I0c5fc24e490edc6e0d3fb7a9b1d2a71d564bb13c | ||||
* | Organize imports | Artur Signell | 2016-08-30 | 1 | -1/+1 |
| | | | | Change-Id: Ie58291fd4858d5421b23e56603808f158d559687 | ||||
* | 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 | ||||
* | Update TextArea to extend AbstractFieldNew (#53) | Aleksi Hietanen | 2016-08-26 | 3 | -6/+6 |
| | | | | Change-Id: I72400695f3b015add07be9709e48b5f99ce619cf | ||||
* | Move and rename server classes which go into the compatibility package | Artur Signell | 2016-08-22 | 5 | -6/+6 |
| | | | | | | | | * 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 | ||||
* | Update copyright year to 2016 | Artur Signell | 2016-08-18 | 22 | -22/+22 |
| | | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77 | ||||
* | Remove trailing whitespace from code and javadoc | Artur Signell | 2016-08-18 | 18 | -54/+54 |
| | | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d | ||||
* | Format using Eclipse Neon | Artur Signell | 2016-08-18 | 6 | -12/+14 |
| | | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0 | ||||
* | Build uitest war with maven | Teemu Suo-Anttila | 2016-04-15 | 29 | -0/+1150 |
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda |