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. | ||||
* | Row Generator fixes (#12027) | Andrey B. Panfilov | 2020-08-12 | 1 | -33/+67 |
| | | | NOTE: components within row generator are not an officially supported feature and can cause issues within your application. | ||||
* | Ensure type safety and serializable nature of all the listeners (#12045) | Tatu Lund | 2020-07-03 | 1 | -5/+6 |
| | |||||
* | Table / TreeTable multiselect disabling of touch detection (#12014) | Anna Koskinen | 2020-05-19 | 1 | -1/+35 |
| | | | | | | | | Added a toggle in Table (and thus TreeTable) where you can explicitly disable multiselect touch screen detection. This allows you to work around issues on hybrid devices that have both a touch screen and a keyboard where you don't want automatic simple multiselection applied. Fixes #11601, slightly modified cherry-pick of #11641 | ||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Fix javadoc ending (#10274) | Ahmed Ashour | 2017-11-06 | 1 | -10/+10 |
| | |||||
* | Fix end of line comments, which were made by automatic formatter (#10234) | Ahmed Ashour | 2017-10-31 | 1 | -2/+2 |
| | |||||
* | Remove redundant interface already implemented by super class. (#10258) | Ahmed Ashour | 2017-10-31 | 1 | -3/+2 |
| | |||||
* | Use enhanced for loop for arrays. (#10121) | Ahmed Ashour | 2017-10-02 | 1 | -20/+18 |
| | |||||
* | First sentence of javadoc should end with a period (#10114) | Ahmed Ashour | 2017-10-02 | 1 | -25/+25 |
| | | | Also includes minor other javadoc and formatting fixes. | ||||
* | Use enhanced for loop instead of Iterator. (#10100) | Ahmed Ashour | 2017-09-29 | 1 | -36/+29 |
| | |||||
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 1 | -12/+12 |
| | |||||
* | Fix typos (#10095) | Ahmed Ashour | 2017-09-27 | 1 | -14/+15 |
| | |||||
* | Format curly brackets correctly for checkstyle (#10066) | Ahmed Ashour | 2017-09-22 | 1 | -15/+12 |
| | |||||
* | Replace iff with if in javadoc (#10056) | Ahmed Ashour | 2017-09-22 | 1 | -3/+3 |
| | |||||
* | Update modifier order to follow Java Specification suggestions (#10050) | Ahmed Ashour | 2017-09-21 | 1 | -1/+1 |
| | | | Also includes some other minor cleanup. | ||||
* | Use simple class names | Ahmed Ashour | 2017-09-20 | 1 | -8/+8 |
| | |||||
* | Fix occasional empty rows in Table and TreeTable (#9800) | Henri Sara | 2017-08-09 | 1 | -48/+1 |
| | | | | | | | | | | | | | | | | Picked from #9551 in 7.7 There's an intermittently happening issue with both Table and TreeTable, which results in row data disappearing. This change removes a method which is probably a vestigial one from over five years ago and other changes are handling the things the method used to perform. Currently the method removes rows deemed unnecessary from the row buffer. The problem is, those rows are visible to the user and removing causes row contents to be lost. Also included are manually runnable test cases which demonstrate that this removal actually prevents the issue from happening. Fixes #7964 Fixes #5030 | ||||
* | Replacement guide javadocs for deprecated classes | Ilia Motornyi | 2017-03-15 | 1 | -1/+3 |
| | | | Fixes #8682 | ||||
* | Replacement guide javadocs for deprecated classes, part two (#8719) | Ilia Motornyi | 2017-03-15 | 1 | -1/+1 |
| | | | Partial fix for #8682 | ||||
* | Synchronize code between V7 and compatibility package | Teemu Suo-Anttila | 2017-03-07 | 1 | -6/+6 |
| | |||||
* | Revert diamond operator changes | Teemu Suo-Anttila | 2017-03-07 | 1 | -42/+43 |
| | |||||
* | Remove unnecessary full classname references | Teemu Suo-Anttila | 2017-03-07 | 1 | -36/+24 |
| | |||||
* | 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 | -10/+12 |
| | | | | Change-Id: I979448e5af032333a6a2f7b99b11ab16c41d7b18 | ||||
* | Mark all server compatibility classes deprecated (#144). | Denis Anisimov | 2016-09-23 | 1 | -43/+65 |
| | | | | Change-Id: Iba0a35d5ea9a97b0020f506f610630471c59748b | ||||
* | Format the project using Neon, remove trailing whitespace | Artur Signell | 2016-08-31 | 1 | -2/+2 |
| | | | | Change-Id: I145e20226958910c243b9897bb1e9516919f55cd | ||||
* | Organize imports | Artur Signell | 2016-08-30 | 1 | -1/+1 |
| | | | | Change-Id: Ie58291fd4858d5421b23e56603808f158d559687 | ||||
* | Move and duplicate client side and state to compatibility package | Artur Signell | 2016-08-30 | 1 | -5/+5 |
| | | | | | | | | | | | * 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/+6536 |
* 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 |