Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year range (#12507) | Anna Koskinen | 2022-01-11 | 1 | -1/+1 |
| | |||||
* | Code cleanup (#12333) | Anna Koskinen | 2021-07-08 | 1 | -13/+34 |
| | | | | | | | | | | | | | | | | - removed unused private methods - removed unused private variables - removed unnecessary initializations - removed unnecessary substring(0) - removed inner assignments - renamed private methods that started with upper case - renamed static final variables to use upper case - converted to use non-deprecated options - suppressed unavoidable warnings - divided long Strings to multiple lines - added missing types - added missing JavaDoc parameters - formatting - updated comments & JavaDocs | ||||
* | Update copyright year range. (#12215) | Anna Koskinen | 2021-03-04 | 1 | -1/+1 |
| | | | | * Update copyright year range. | ||||
* | Ensure type safety and serializable nature of all the listeners (#12045) | Tatu Lund | 2020-07-03 | 1 | -2/+3 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Fix javadoc ending (#10274) | Ahmed Ashour | 2017-11-06 | 1 | -6/+6 |
| | |||||
* | Use Collection.isEmpty() (#10172) | Ahmed Ashour | 2017-10-12 | 1 | -1/+1 |
| | |||||
* | Use enhanced for loop for arrays. (#10121) | Ahmed Ashour | 2017-10-02 | 1 | -9/+6 |
| | |||||
* | First sentence of javadoc should end with a period (#10114) | Ahmed Ashour | 2017-10-02 | 1 | -8/+8 |
| | | | Also includes minor other javadoc and formatting fixes. | ||||
* | Use enhanced for loop instead of Iterator. (#10100) | Ahmed Ashour | 2017-09-29 | 1 | -4/+2 |
| | |||||
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 1 | -3/+4 |
| | |||||
* | Fix typos (#10071) | Ahmed Ashour | 2017-09-25 | 1 | -1/+1 |
| | | | And use varargs in a test. | ||||
* | Format curly brackets correctly for checkstyle (#10066) | Ahmed Ashour | 2017-09-22 | 1 | -8/+4 |
| | |||||
* | Replace iff with if in javadoc (#10056) | Ahmed Ashour | 2017-09-22 | 1 | -5/+5 |
| | |||||
* | Update modifier order to follow Java Specification suggestions (#10050) | Ahmed Ashour | 2017-09-21 | 1 | -1/+1 |
| | | | Also includes some other minor cleanup. | ||||
* | Update hierarchical data related deprecation messages (#9558) | Henri Sara | 2017-06-20 | 1 | -1/+1 |
| | | | Resolves #9330 | ||||
* | Replacement guide javadocs for deprecated classes | Ilia Motornyi | 2017-03-15 | 1 | -1/+1 |
| | | | Fixes #8682 | ||||
* | Synchronize code between V7 and compatibility package | Teemu Suo-Anttila | 2017-03-07 | 1 | -1/+1 |
| | |||||
* | Revert diamond operator changes | Teemu Suo-Anttila | 2017-03-07 | 1 | -18/+18 |
| | |||||
* | Remove unnecessary full classname references | Teemu Suo-Anttila | 2017-03-07 | 1 | -21/+14 |
| | |||||
* | Updated migration related documentation (#8602) | Pekka Hyvönen | 2017-02-17 | 1 | -0/+2 |
| | | | | | | | | | * Updated migration related documentation More detailed information on compatibility components. Mention vaadin:upgrade8 target in migration guide. Fixes #8581 | ||||
* | Small fixes to javadocs | elmot | 2016-12-01 | 1 | -1/+1 |
| | | | | Change-Id: Ibbfe62395eb93f9349b65edba4425d9782ce15f9 | ||||
* | Introduce "shouldWriteDefaultValues" property to DesignContext. | Denis Anisimov | 2016-10-26 | 1 | -1/+1 |
| | | | | Change-Id: I979448e5af032333a6a2f7b99b11ab16c41d7b18 | ||||
* | Mark all server compatibility classes deprecated (#144). | Denis Anisimov | 2016-09-23 | 1 | -18/+31 |
| | | | | Change-Id: Iba0a35d5ea9a97b0020f506f610630471c59748b | ||||
* | Move and duplicate client side and state to compatibility package | Artur Signell | 2016-08-30 | 1 | -3/+3 |
| | | | | | | | | | | | * ProgressBar * ProgressIndicator * OptionGroup * Table * Tree * TreeTable Change-Id: Ie1249631cbdd2721f2c3a36e1b8ffc8160fca6aa | ||||
* | Move Item to compatibility package | Artur Signell | 2016-08-24 | 1 | -4/+4 |
| | | | | Change-Id: I51ad45a18d2dcfbd582c7e4bdcca99300d20cee0 | ||||
* | Move and rename server classes which go into the compatibility package | Artur Signell | 2016-08-22 | 1 | -0/+1985 |
* 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 |