Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos (#10124) | Ahmed Ashour | 2017-10-04 | 3 | -16/+17 |
| | |||||
* | Use enhanced for loop for arrays. (#10121) | Ahmed Ashour | 2017-10-02 | 2 | -13/+9 |
| | |||||
* | Simplify conditional logic. (#10122) | Ahmed Ashour | 2017-10-02 | 1 | -5/+1 |
| | | | And remove unused imports. | ||||
* | First sentence of javadoc should end with a period (#10114) | Ahmed Ashour | 2017-10-02 | 46 | -242/+244 |
| | | | Also includes minor other javadoc and formatting fixes. | ||||
* | Use enhanced for loop instead of Iterator. (#10100) | Ahmed Ashour | 2017-09-29 | 8 | -77/+47 |
| | |||||
* | UIDL to implement Iterable (#10101) | Ahmed Ashour | 2017-09-29 | 9 | -50/+39 |
| | |||||
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 13 | -62/+70 |
| | |||||
* | Use single character for StringBuilder.append (#10102) | Ahmed Ashour | 2017-09-28 | 2 | -4/+4 |
| | |||||
* | Fix typos (#10095) | Ahmed Ashour | 2017-09-27 | 3 | -33/+56 |
| | |||||
* | Implement error level on client side (#9817) | Adam Wagner | 2017-09-27 | 2 | -1/+9 |
| | | | | | | | 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 | 1 | -1/+1 |
| | | | And use varargs in a test. | ||||
* | Construct array inline (#10068) | Ahmed Ashour | 2017-09-23 | 3 | -3/+3 |
| | | | And some trivial test enhancements | ||||
* | Add empty line at end of file | Ahmed Ashour | 2017-09-23 | 18 | -18/+18 |
| | |||||
* | Fix javadoc references (#10067) | Ahmed Ashour | 2017-09-23 | 6 | -9/+10 |
| | | | And remove unused imports. | ||||
* | Format curly brackets correctly for checkstyle (#10066) | Ahmed Ashour | 2017-09-22 | 6 | -80/+36 |
| | |||||
* | Remove unused methods. (#10058) | Ahmed Ashour | 2017-09-22 | 4 | -57/+0 |
| | |||||
* | Replace tab with spaces in .xml files (#10064) | Ahmed Ashour | 2017-09-22 | 1 | -3/+3 |
| | |||||
* | Replace tabs with spaces in Java files | Henri Sara | 2017-09-22 | 2 | -18/+18 |
| | |||||
* | Replace iff with if in javadoc (#10056) | Ahmed Ashour | 2017-09-22 | 10 | -19/+19 |
| | |||||
* | Fix unused parameters in javadoc (#10055) | Ahmed Ashour | 2017-09-21 | 13 | -52/+51 |
| | |||||
* | Update modifier order to follow Java Specification suggestions (#10050) | Ahmed Ashour | 2017-09-21 | 14 | -49/+29 |
| | | | Also includes some other minor cleanup. | ||||
* | Access static members in a static way (#10054) | Ahmed Ashour | 2017-09-21 | 1 | -1/+1 |
| | |||||
* | Use String.isEmpty() (#10045) | Ahmed Ashour | 2017-09-21 | 7 | -12/+12 |
| | |||||
* | Implement hashCode() when implementing equals() | Ahmed Ashour | 2017-09-19 | 2 | -4/+21 |
| | |||||
* | Replace iterators with enhanced for loops (#10018) | Ahmed Ashour | 2017-09-19 | 1 | -12/+7 |
| | | | This change also includes some other minor cleanup. | ||||
* | Fix javadoc typos (#9998) | Ahmed Ashour | 2017-09-14 | 1 | -2/+2 |
| | |||||
* | Add DOCTYPE for GWT module files | Ahmed Ashour | 2017-09-14 | 1 | -0/+2 |
| | |||||
* | Javadoc fixes | Ahmed Ashour | 2017-09-13 | 2 | -5/+5 |
| | |||||
* | Simplify boolean expressions | Ahmed Ashour | 2017-09-13 | 1 | -2/+2 |
| | |||||
* | Update version to 8.2-SNAPSHOT (#9946) | Teemu Suo-Anttila | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | Fix missing since tag in compatibility package Grid | Aleksi Hietanen | 2017-08-30 | 1 | -1/+1 |
| | |||||
* | Resize should work within Grid details row (#9808) | Ansku | 2017-08-22 | 2 | -4/+82 |
| | | | Fixes #7341 | ||||
* | Make clicking checkbox label call focus listeners (#9271) | Knoobie | 2017-05-11 | 1 | -3/+3 |
| | | | | | Fixes the remaining issue from #3944 for Firefox so that a click on the checkbox label calls the focus listener. Fixes #9290 | ||||
* | Detect Chrome on iOS as Chrome + Webkit (#9138) | Artur | 2017-04-25 | 2 | -5/+4 |
| | |||||
* | Fix issues in Grid with undefined height (#9104) | Teemu Suo-Anttila | 2017-04-19 | 1 | -15/+27 |
| | |||||
* | Fix client-side memory leak caused by Grid events (#9103) | Aleksi Hietanen | 2017-04-19 | 6 | -64/+169 |
| | | | | | | Refactors AbstractGridKeyEvent, AbstractGridMouseEvent and their descendants to follow the pattern used in other GWT DomEvents. Fixes #7633 | ||||
* | Add missing methods to compatibility AbstractRendererConnector | Henri Sara | 2017-04-18 | 1 | -0/+45 |
| | | | Fixes #9096 | ||||
* | Snapshot version update to 8.1 (#9023) | Ilia Motornyi | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | Always calculate Escalator max row count the same way (#8740) | Artur | 2017-03-16 | 1 | -13/+19 |
| | | | | | | | | | | | | | | * Rename getMaxEscalatorRowCapacity to describe what it does * Always calculate Escalator max row count the same way This changes Escalator to not take a horizontal scrollbar into account when trying to determine "maximum visible rows". This will add another row, compared to previous versions, when there is a horizontal scrollbar. In reality, it would likely make sense to always add 10 more rows to have some buffer above and below the visible area. Fixes #8661 | ||||
* | Fix Upload and push in TabSheet (#8782) | Ilia Motornyi | 2017-03-09 | 3 | -6/+8 |
| | | | | | Also fixes JSNI calls in compatibility Upload component. Fixes #8728 for the compatibility package | ||||
* | Fix JSNI calls in compatibility Escalator (#8783) | Ilia Motornyi | 2017-03-09 | 1 | -8/+8 |
| | |||||
* | Remove extra empty javadocs before package declaration (#8776) | Ahmed Ashour | 2017-03-08 | 4 | -10/+0 |
| | |||||
* | Revert multi select using state change | Teemu Suo-Anttila | 2017-03-07 | 1 | -2/+2 |
| | |||||
* | Restore column based width for compatibility selects | Teemu Suo-Anttila | 2017-03-07 | 3 | -7/+25 |
| | |||||
* | Revert html content through shared state for OptionGroup | Teemu Suo-Anttila | 2017-03-07 | 2 | -14/+9 |
| | |||||
* | Add missing since, remove unused command | Teemu Suo-Anttila | 2017-03-07 | 1 | -17/+0 |
| | |||||
* | Synchronize code between V7 and compatibility package | Teemu Suo-Anttila | 2017-03-07 | 31 | -236/+636 |
| | |||||
* | Revert diamond operator changes | Teemu Suo-Anttila | 2017-03-07 | 9 | -54/+55 |
| | |||||
* | Remove unnecessary full classname references | Teemu Suo-Anttila | 2017-03-07 | 10 | -25/+26 |
| | |||||
* | Pick changes from 7.7.7 (#8577) | Teemu Suo-Anttila | 2017-02-22 | 4 | -24/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 |