Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year range (#12507) | Anna Koskinen | 2022-01-11 | 1 | -1/+1 |
| | |||||
* | 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 | -3/+4 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) | Ahmed Ashour | 2017-10-20 | 1 | -2/+2 |
| | | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if( | ||||
* | Fix typos (#10158) | Ahmed Ashour | 2017-10-10 | 1 | -1/+1 |
| | |||||
* | First sentence of javadoc should end with a period (#10114) | Ahmed Ashour | 2017-10-02 | 1 | -7/+7 |
| | | | Also includes minor other javadoc and formatting fixes. | ||||
* | Fix unused parameters in javadoc (#10055) | Ahmed Ashour | 2017-09-21 | 1 | -3/+3 |
| | |||||
* | Use String.isEmpty() (#10045) | Ahmed Ashour | 2017-09-21 | 1 | -1/+1 |
| | |||||
* | Javadoc fixes | Ahmed Ashour | 2017-09-13 | 1 | -1/+1 |
| | |||||
* | Synchronize code between V7 and compatibility package | Teemu Suo-Anttila | 2017-03-07 | 1 | -4/+1 |
| | |||||
* | Revert diamond operator changes | Teemu Suo-Anttila | 2017-03-07 | 1 | -10/+11 |
| | |||||
* | Remove unnecessary full classname references | Teemu Suo-Anttila | 2017-03-07 | 1 | -138/+9 |
| | |||||
* | Updated migration related documentation (#8602) | Pekka Hyvönen | 2017-02-17 | 1 | -2/+4 |
| | | | | | | | | | * Updated migration related documentation More detailed information on compatibility components. Mention vaadin:upgrade8 target in migration guide. Fixes #8581 | ||||
* | Provide configuration for events order in month and week views | Denis | 2016-12-14 | 1 | -0/+31 |
| | |||||
* | Add method to auto scale calendar time range (#17715) | Steven Spungin | 2016-11-04 | 1 | -1/+93 |
| | | | | Change-Id: I193fe9e8a0ee03d66e4b63d5f85c0e9a9233c0de | ||||
* | Remove AbstractComponent.immediate | Pekka Hyvönen | 2016-10-13 | 1 | -12/+10 |
| | | | | | | | | | | | | | All components are now in immediate mode by default. V7 compatibility components will use AbstractLegacyComponent that has immediate. V7 ColorPickerPopup will not have setImmediate, since it extends V8 Window, which is not in V7 compatibility packages. Removed OutOfSync and ResynchronizeAfterAsyncRemoval Tests, since those tested UI in not immediate mode, which is invalid now. Removed WindowResizeListener, LazyWindowResize, test UIs, since both used immediate and there were no test run for either. Change-Id: Ie1c8cfa4c48461db944ff9b13efe8473c5a3298f | ||||
* | Mark all server compatibility classes deprecated (#144). | Denis Anisimov | 2016-09-23 | 1 | -11/+12 |
| | | | | Change-Id: Iba0a35d5ea9a97b0020f506f610630471c59748b | ||||
* | Move and duplicate client side and state to compatibility package | Artur Signell | 2016-08-30 | 1 | -4/+4 |
| | | | | | | | | | | | | * Calendar * CheckBox * CustomField * Label * RichTextArea * TextField * TextArea Change-Id: Iba8915195e4d205fb4db9a4df5d96a4a10ab2f96 | ||||
* | Move and rename server classes which go into the compatibility package | Artur Signell | 2016-08-22 | 1 | -0/+2031 |
* 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 |