Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable maven formatting for uitest (#10908) | Ilia Motornyi | 2018-05-17 | 1 | -55/+54 |
| | |||||
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 1 | -16/+0 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Use lambda expressions. (#10268) | Ahmed Ashour | 2017-11-01 | 1 | -56/+48 |
| | |||||
* | Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) | Ahmed Ashour | 2017-10-20 | 1 | -2/+4 |
| | | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if( | ||||
* | Remove unneeded .toString() (#10141) | Ahmed Ashour | 2017-10-10 | 1 | -2/+1 |
| | |||||
* | Fix typos (#10124) | Ahmed Ashour | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | Use enhanced for loop for arrays. (#10121) | Ahmed Ashour | 2017-10-02 | 1 | -3/+2 |
| | |||||
* | Use enhanced for loop instead of Iterator. (#10100) | Ahmed Ashour | 2017-09-29 | 1 | -15/+4 |
| | |||||
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 1 | -2/+2 |
| | |||||
* | Use String.isEmpty() | Ahmed Ashour | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | Replace iterators with enhanced for loops (#10018) | Ahmed Ashour | 2017-09-19 | 1 | -16/+10 |
| | | | This change also includes some other minor cleanup. | ||||
* | Unify listeners on the server side | Aleksi Hietanen | 2016-09-29 | 1 | -66/+69 |
| | | | | | | | | | | | This patch updates server side add*Listener methods to return a registration object and deprecates their corresponding remove*Listener methods. Additionally this patch removes add/removeListener methods which were deprecated in 7.0. Change-Id: I26ac5f11882512288fbbf601c7cb2aaff653ec76 | ||||
* | Use diamond operator where it can be used | Artur Signell | 2016-09-05 | 1 | -3/+3 |
| | | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012 | ||||
* | Move LegacyWindow back to com.vaadin.ui | Artur Signell | 2016-08-25 | 1 | -1/+1 |
| | | | | | | | There are too many dependencies between Legacy* and the core framework to be able to easily separate them. Change-Id: I6888e7a370b5d8da587e421abe3cb4686855c72f | ||||
* | Move and rename server classes which go into the compatibility package | Artur Signell | 2016-08-22 | 1 | -4/+4 |
| | | | | | | | | * 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 | 1 | -1/+1 |
| | | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77 | ||||
* | Remove trailing whitespace from code and javadoc | Artur Signell | 2016-08-18 | 1 | -7/+7 |
| | | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d | ||||
* | Format using Eclipse Neon | Artur Signell | 2016-08-18 | 1 | -21/+23 |
| | | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0 | ||||
* | Build uitest war with maven | Teemu Suo-Anttila | 2016-04-15 | 1 | -0/+341 |
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda |