Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Collection.isEmpty() (#10172) | Ahmed Ashour | 2017-10-12 | 6 | -10/+10 |
| | |||||
* | Remove redundant null checks before an instanceof (#10173) | Ahmed Ashour | 2017-10-12 | 6 | -9/+8 |
| | |||||
* | Fix typos (#10158) | Ahmed Ashour | 2017-10-10 | 3 | -3/+4 |
| | |||||
* | Remove unneeded .toString() (#10141) | Ahmed Ashour | 2017-10-10 | 9 | -27/+23 |
| | |||||
* | Use StringBuilder instead of StringBuffer (#10154) | Ahmed Ashour | 2017-10-09 | 4 | -6/+6 |
| | |||||
* | Support null intermediate properties in NestedMethodProperty (#10134) | Olli Tietäväinen | 2017-10-04 | 1 | -0/+3 |
| | | | | | Ignore null intermediate properties in setValue(). Forward port of #10085 in 7.7 to the compatibility package. | ||||
* | Fix typos (#10124) | Ahmed Ashour | 2017-10-04 | 2 | -3/+3 |
| | |||||
* | Remove unneeded .toArray() (#10131) | Ahmed Ashour | 2017-10-03 | 3 | -10/+6 |
| | | | Use for each loop. | ||||
* | Use enhanced for loop for arrays. (#10121) | Ahmed Ashour | 2017-10-02 | 14 | -98/+82 |
| | |||||
* | Simplify conditional logic. (#10122) | Ahmed Ashour | 2017-10-02 | 2 | -7/+4 |
| | | | And remove unused imports. | ||||
* | First sentence of javadoc should end with a period (#10114) | Ahmed Ashour | 2017-10-02 | 57 | -280/+296 |
| | | | Also includes minor other javadoc and formatting fixes. | ||||
* | Use enhanced for loop instead of Iterator. (#10100) | Ahmed Ashour | 2017-09-29 | 17 | -172/+97 |
| | |||||
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 15 | -83/+92 |
| | |||||
* | Use single character for StringBuilder.append (#10102) | Ahmed Ashour | 2017-09-28 | 6 | -9/+9 |
| | |||||
* | Fix typos (#10095) | Ahmed Ashour | 2017-09-27 | 6 | -50/+60 |
| | |||||
* | 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 | 3 | -2/+3 |
| | | | | | | | 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 | 4 | -4/+5 |
| | | | And some trivial test enhancements | ||||
* | Fix javadoc references (#10067) | Ahmed Ashour | 2017-09-23 | 11 | -35/+37 |
| | | | And remove unused imports. | ||||
* | Format curly brackets correctly for checkstyle (#10066) | Ahmed Ashour | 2017-09-22 | 7 | -49/+27 |
| | |||||
* | Remove unused methods. (#10058) | Ahmed Ashour | 2017-09-22 | 4 | -24/+0 |
| | |||||
* | Replace iff with if in javadoc (#10056) | Ahmed Ashour | 2017-09-22 | 8 | -26/+26 |
| | |||||
* | Fix unused parameters in javadoc (#10055) | Ahmed Ashour | 2017-09-21 | 11 | -25/+18 |
| | |||||
* | Update modifier order to follow Java Specification suggestions (#10050) | Ahmed Ashour | 2017-09-21 | 14 | -24/+24 |
| | | | Also includes some other minor cleanup. | ||||
* | Use String.isEmpty() (#10045) | Ahmed Ashour | 2017-09-21 | 10 | -12/+12 |
| | |||||
* | Remove unused methods (#10020) | Ahmed Ashour | 2017-09-20 | 1 | -4/+0 |
| | |||||
* | Use simple class names | Ahmed Ashour | 2017-09-20 | 21 | -54/+66 |
| | |||||
* | Remove unneeded ArrayList construction | Ahmed Ashour | 2017-09-19 | 1 | -2/+2 |
| | |||||
* | Javadoc fixes | Ahmed Ashour | 2017-09-13 | 4 | -9/+8 |
| | |||||
* | Simplify boolean expressions | Ahmed Ashour | 2017-09-13 | 2 | -7/+7 |
| | |||||
* | 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 | 8 | -21/+28 |
| | | | Resolves #9330 | ||||
* | Move GAEVaadinServlet to its own module | Mirjan Merruko | 2017-04-25 | 1 | -469/+0 |
| | |||||
* | Replacement guide javadocs for deprecated classes | Ilia Motornyi | 2017-03-15 | 102 | -34/+368 |
| | | | Fixes #8682 | ||||
* | Replacement guide javadocs for deprecated classes, part two (#8719) | Ilia Motornyi | 2017-03-15 | 26 | -3/+95 |
| | | | Partial fix for #8682 | ||||
* | Fix some generics warnings in Eclipse | Ahmed Ashour | 2017-03-08 | 1 | -3/+3 |
| | |||||
* | Revert multi select using state change | Teemu Suo-Anttila | 2017-03-07 | 1 | -4/+12 |
| | |||||
* | Restore column based width for compatibility selects | Teemu Suo-Anttila | 2017-03-07 | 3 | -3/+135 |
| | |||||
* | Restore type attributes to compatibility UIDL | Teemu Suo-Anttila | 2017-03-07 | 4 | -1/+12 |
| | |||||
* | Revert html content through shared state for OptionGroup | Teemu Suo-Anttila | 2017-03-07 | 1 | -2/+13 |
| | |||||
* | Revert immediate tests, deprecate HasUserSelectionAllowed | Teemu Suo-Anttila | 2017-03-07 | 1 | -0/+1 |
| | |||||
* | Synchronize code between V7 and compatibility package | Teemu Suo-Anttila | 2017-03-07 | 43 | -330/+276 |
| | |||||
* | Revert diamond operator changes | Teemu Suo-Anttila | 2017-03-07 | 51 | -344/+353 |
| | |||||
* | Eliminate more full classnames | Teemu Suo-Anttila | 2017-03-07 | 4 | -35/+29 |
| | |||||
* | Remove unnecessary full classname references | Teemu Suo-Anttila | 2017-03-07 | 43 | -857/+260 |
| | |||||
* | Pick changes from 7.7.7 (#8577) | Teemu Suo-Anttila | 2017-02-22 | 4 | -2/+111 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix java packaging order (#106) Closes vaadin/archetypes#113 * Use proper UTF-8 encoding for Content-Disposition filenames (#19527) (#6607) * Enable changing the backing bean for BeanItem (#4302) (#77) When storing a bean to the database, you typically get a new and updated bean instance back. By allowing to change the bean instance, we make it possible to just update the single BeanItem instance which can be used in many places. * Make AtmospherePushConnection methods public (#7973) There is no sensible way to use a custom version of APC, so protected access does not help in any way to access the underlying resource and/or connected UI. * Use correct indexes in multiselect checkboxes after removing rows (#8072) Fixes #8011 * Fix removal of hidden Grid columns (#8071) Fixes #8018 * Call error handler for exceptions in UI.init() (#8055) Fixes #4995 * Render font icon correctly on the 'more' menu item (#8126) * Render font icon correctly on the 'more' menu item Fixes #8125 * Reopen Grid details on attach, fixes #8015 (#8074) Fixes #8015 * Fix broken Grid tests after picking changes from 7.7.7 Removed duplicate setDetailsVisible calls from onDetach * Correctly detach components in merged cells when a static row is removed (#8142) Fixes #8140 | ||||
* | Updated migration related documentation (#8602) | Pekka Hyvönen | 2017-02-17 | 28 | -16/+94 |
| | | | | | | | | | * Updated migration related documentation More detailed information on compatibility components. Mention vaadin:upgrade8 target in migration guide. Fixes #8581 | ||||
* | Add deprecation messages replaced legacy components (#8584) | Leif Åstrand | 2017-02-16 | 2 | -0/+9 |
| | | | | * Add deprecation messages replaced legacy components | ||||
* | Refactor AbstractDateField. (#8146) | Denis | 2017-01-10 | 1 | -1/+1 |
| | | | First round for #8132. |