Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year range (#12507) | Anna Koskinen | 2022-01-11 | 80 | -80/+80 |
| | |||||
* | Code cleanup (#12333) | Anna Koskinen | 2021-07-08 | 5 | -46/+60 |
| | | | | | | | | | | | | | | | | - 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 | ||||
* | Include compatibility tests in validation builds (#12250) | Anna Koskinen | 2021-03-26 | 1 | -0/+3 |
| | |||||
* | Update copyright year range. (#12215) | Anna Koskinen | 2021-03-04 | 80 | -80/+80 |
| | | | | * 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 | 7 | -28/+34 |
| | |||||
* | Sanitize caption used in compatibility Grid header (#12018) | Anna Koskinen | 2020-05-20 | 1 | -0/+2 |
| | | | | | | * Sanitize caption used in compatibility Grid header Cherry pick of #11644 | ||||
* | Fix compatibility ComboBox filtering when page length is zero. (#12016) | Anna Koskinen | 2020-05-20 | 1 | -1/+3 |
| | | | Issue #11246, slightly modified cherry-pick from #11247 | ||||
* | 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 | ||||
* | Add missing FocusShortcutListener (#11289) | Michael Forstner | 2018-12-10 | 1 | -1/+2 |
| | | | | | | | | | * Add missing FocusShortcutListener Was removed from 8.0 and not readded. Fixes #8297 * Update Release note for this change | ||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 80 | -80/+80 |
| | |||||
* | 8.3.2 since (#10678) | Ilia Motornyi | 2018-03-05 | 1 | -4/+4 |
| | | | | * @since 8.3.2 | ||||
* | Allow configuring content modes for Grid cell tooltips (#10632) | Ilia Motornyi | 2018-02-15 | 1 | -11/+87 |
| | | | | * Allow configuring content modes for Grid cell tooltips | ||||
* | Use Logger instead of VConsole (#10249) | Ahmed Ashour | 2017-11-06 | 1 | -1/+0 |
| | | | Because VConsole is deprecated and it recommends using Logger instead | ||||
* | Fix javadoc ending (#10274) | Ahmed Ashour | 2017-11-06 | 9 | -50/+50 |
| | |||||
* | Fix end of line comments, which were made by automatic formatter (#10234) | Ahmed Ashour | 2017-10-31 | 4 | -8/+9 |
| | |||||
* | Remove redundant interface already implemented by super class. (#10258) | Ahmed Ashour | 2017-10-31 | 9 | -17/+12 |
| | |||||
* | Improve naming of fields and variables (#10242) | Ahmed Ashour | 2017-10-26 | 6 | -59/+57 |
| | | | | | * Variable names to conform to naming convention. * Use static constants where it makes sense | ||||
* | Remove trailing spaces (#10224) | Ahmed Ashour | 2017-10-26 | 5 | -28/+28 |
| | |||||
* | Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) | Ahmed Ashour | 2017-10-20 | 3 | -5/+8 |
| | | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if( | ||||
* | Use Collection.isEmpty() (#10172) | Ahmed Ashour | 2017-10-12 | 5 | -8/+7 |
| | |||||
* | Remove redundant null checks before an instanceof (#10173) | Ahmed Ashour | 2017-10-12 | 1 | -4/+3 |
| | |||||
* | Fix typos (#10158) | Ahmed Ashour | 2017-10-10 | 1 | -1/+1 |
| | |||||
* | Remove unneeded .toString() (#10141) | Ahmed Ashour | 2017-10-10 | 5 | -20/+16 |
| | |||||
* | Use StringBuilder instead of StringBuffer (#10154) | Ahmed Ashour | 2017-10-09 | 1 | -1/+1 |
| | |||||
* | Fix typos (#10124) | Ahmed Ashour | 2017-10-04 | 1 | -2/+2 |
| | |||||
* | Remove unneeded .toArray() (#10131) | Ahmed Ashour | 2017-10-03 | 1 | -7/+5 |
| | | | Use for each loop. | ||||
* | Use enhanced for loop for arrays. (#10121) | Ahmed Ashour | 2017-10-02 | 3 | -38/+30 |
| | |||||
* | First sentence of javadoc should end with a period (#10114) | Ahmed Ashour | 2017-10-02 | 36 | -224/+235 |
| | | | Also includes minor other javadoc and formatting fixes. | ||||
* | Use enhanced for loop instead of Iterator. (#10100) | Ahmed Ashour | 2017-09-29 | 10 | -131/+79 |
| | |||||
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 5 | -21/+22 |
| | |||||
* | Fix typos (#10095) | Ahmed Ashour | 2017-09-27 | 3 | -39/+46 |
| | |||||
* | Eliminate the use of AWT in non-test code (#10094) | Henri Sara | 2017-09-27 | 1 | -3/+21 |
| | |||||
* | Implement error level on client side (#9817) | Adam Wagner | 2017-09-27 | 1 | -0/+1 |
| | | | | | | | Add additional class names and style to components and error indicators to distinguish different error levels. Vaadin 8 implementation of #9816. Cherry picked changes and added compatibility package component changes and tests. Resolves #3139 | ||||
* | Fix typos (#10071) | Ahmed Ashour | 2017-09-25 | 3 | -3/+3 |
| | | | And use varargs in a test. | ||||
* | Construct array inline (#10068) | Ahmed Ashour | 2017-09-23 | 1 | -1/+1 |
| | | | And some trivial test enhancements | ||||
* | Fix javadoc references (#10067) | Ahmed Ashour | 2017-09-23 | 3 | -14/+19 |
| | | | And remove unused imports. | ||||
* | Format curly brackets correctly for checkstyle (#10066) | Ahmed Ashour | 2017-09-22 | 5 | -39/+23 |
| | |||||
* | Remove unused methods. (#10058) | Ahmed Ashour | 2017-09-22 | 2 | -16/+0 |
| | |||||
* | Replace iff with if in javadoc (#10056) | Ahmed Ashour | 2017-09-22 | 6 | -24/+24 |
| | |||||
* | Fix unused parameters in javadoc (#10055) | Ahmed Ashour | 2017-09-21 | 5 | -13/+9 |
| | |||||
* | Update modifier order to follow Java Specification suggestions (#10050) | Ahmed Ashour | 2017-09-21 | 5 | -10/+10 |
| | | | Also includes some other minor cleanup. | ||||
* | Use String.isEmpty() (#10045) | Ahmed Ashour | 2017-09-21 | 5 | -6/+6 |
| | |||||
* | Remove unused methods (#10020) | Ahmed Ashour | 2017-09-20 | 1 | -4/+0 |
| | |||||
* | Use simple class names | Ahmed Ashour | 2017-09-20 | 12 | -35/+36 |
| | |||||
* | Remove unneeded ArrayList construction | Ahmed Ashour | 2017-09-19 | 1 | -2/+2 |
| | |||||
* | Javadoc fixes | Ahmed Ashour | 2017-09-13 | 2 | -7/+7 |
| | |||||
* | Simplify boolean expressions | Ahmed Ashour | 2017-09-13 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | Update hierarchical data related deprecation messages (#9558) | Henri Sara | 2017-06-20 | 2 | -2/+2 |
| | | | Resolves #9330 |