Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Logger instead of VConsole (#10249) | Ahmed Ashour | 2017-11-06 | 9 | -28/+66 |
| | | | Because VConsole is deprecated and it recommends using Logger instead | ||||
* | Use local variable for getWidget(). (#10253) | Ahmed Ashour | 2017-10-31 | 10 | -282/+290 |
| | | | | | In some places, getWidget() is called many times, and I believe this can have a litte performance improvement, since in some cases super.getWidget() is called more than once. | ||||
* | Fix end of line comments, which were made by automatic formatter (#10234) | Ahmed Ashour | 2017-10-31 | 4 | -21/+29 |
| | |||||
* | Remove redundant interface already implemented by super class. (#10258) | Ahmed Ashour | 2017-10-31 | 7 | -16/+9 |
| | |||||
* | Improve naming of fields and variables (#10242) | Ahmed Ashour | 2017-10-26 | 19 | -87/+88 |
| | | | | | * Variable names to conform to naming convention. * Use static constants where it makes sense | ||||
* | Remove trailing spaces (#10224) | Ahmed Ashour | 2017-10-26 | 8 | -27/+27 |
| | |||||
* | Fix typos (#10213) | Ahmed Ashour | 2017-10-20 | 2 | -3/+3 |
| | | | | | | * Fix typos * Fix | ||||
* | Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) | Ahmed Ashour | 2017-10-20 | 3 | -12/+17 |
| | | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if( | ||||
* | Fix HTML tags inside code in javadoc (#10160) | Ahmed Ashour | 2017-10-20 | 1 | -4/+2 |
| | | | | | | | | * Fix HTML tags inside code in javadoc * only modify <table> and <tr> * Fix javadoc | ||||
* | Add spaces after 'if' and 'for' in JavaScript (#10199) | Ahmed Ashour | 2017-10-20 | 6 | -14/+14 |
| | | | | | | | | * Add spaces after 'if' and 'for' in JavaScript * Revert to old format * Remove whitespaces | ||||
* | Fix some checkstyle warnings (#10179) | Ahmed Ashour | 2017-10-13 | 1 | -1/+1 |
| | |||||
* | Use Collection.isEmpty() (#10172) | Ahmed Ashour | 2017-10-12 | 7 | -15/+15 |
| | |||||
* | Fix typos (#10158) | Ahmed Ashour | 2017-10-10 | 4 | -16/+16 |
| | |||||
* | Remove unneeded .toString() (#10141) | Ahmed Ashour | 2017-10-10 | 2 | -6/+4 |
| | |||||
* | Use StringBuilder instead of StringBuffer (#10154) | Ahmed Ashour | 2017-10-09 | 3 | -3/+3 |
| | |||||
* | 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 |
| |