Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to JSoup 1.11.2 (#10353) | Leif Åstrand | 2017-11-23 | 2 | -2/+2 |
| | | | | | Also update declarative writing to use true instead of "" for empty attributes because of changed defaults in JSoup. For v7, the tests are updated instead of touching the implementations. | ||||
* | Update version number to 8.3-SNAPSHOT (#10348) | Teemu Suo-Anttila | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | Remove unused imports (#10330) | Ahmed Ashour | 2017-11-21 | 11 | -12/+0 |
| | |||||
* | 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 | 24 | -98/+98 |
| | |||||
* | Use lambda expressions. (#10268) | Ahmed Ashour | 2017-11-01 | 1 | -1/+0 |
| | |||||
* | Fix end of line comments, which were made by automatic formatter (#10234) | Ahmed Ashour | 2017-10-31 | 5 | -10/+13 |
| | |||||
* | Remove redundant interface already implemented by super class. (#10258) | Ahmed Ashour | 2017-10-31 | 22 | -48/+34 |
| | |||||
* | Improve naming of fields and variables (#10242) | Ahmed Ashour | 2017-10-26 | 8 | -65/+63 |
| | | | | | * Variable names to conform to naming convention. * Use static constants where it makes sense | ||||
* | Remove trailing spaces (#10224) | Ahmed Ashour | 2017-10-26 | 9 | -41/+41 |
| | |||||
* | Fix typos (#10213) | Ahmed Ashour | 2017-10-20 | 1 | -2/+2 |
| | | | | | | * Fix typos * Fix | ||||
* | Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) | Ahmed Ashour | 2017-10-20 | 11 | -27/+47 |
| | | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if( | ||||
* | Use Collection.isEmpty() (#10172) | Ahmed Ashour | 2017-10-12 | 8 | -15/+15 |
| | |||||
* | Remove redundant null checks before an instanceof (#10173) | Ahmed Ashour | 2017-10-12 | 6 | -9/+8 |
| | |||||
* | Fix typos (#10158) | Ahmed Ashour | 2017-10-10 | 4 | -4/+4 |
| | |||||
* | Remove unneeded .toString() (#10141) | Ahmed Ashour | 2017-10-10 | 11 | -38/+32 |
| | |||||
* | Use StringBuilder instead of StringBuffer (#10154) | Ahmed Ashour | 2017-10-09 | 6 | -16/+16 |
| | |||||
* | Support null intermediate properties in NestedMethodProperty (#10134) | Olli Tietäväinen | 2017-10-04 | 2 | -0/+9 |
| | | | | | 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 |
| | |||||
* | Use static import of Assert in tests (#10126) | Ahmed Ashour | 2017-10-03 | 119 | -2020/+2122 |
| | | | | Also removes dependency on junit.framework.TestCase . | ||||
* | 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 | 19 | -180/+100 |
| | |||||
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 24 | -112/+125 |
| | |||||
* | Use single character for StringBuilder.append (#10102) | Ahmed Ashour | 2017-09-28 | 6 | -9/+9 |
| | |||||
* | Fix typos (#10095) | Ahmed Ashour | 2017-09-27 | 7 | -51/+61 |
| | |||||
* | 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 | 4 | -3/+4 |
| | | | | | | | 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 | 5 | -5/+5 |
| | | | And use varargs in a test. | ||||
* | Construct array inline (#10068) | Ahmed Ashour | 2017-09-23 | 15 | -26/+27 |
| | | | And some trivial test enhancements | ||||
* | Fix javadoc references (#10067) | Ahmed Ashour | 2017-09-23 | 12 | -36/+38 |
| | | | 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 | 5 | -29/+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 | 17 | -31/+31 |
| | | | 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 | 22 | -55/+69 |
| | |||||
* | Remove unneeded ArrayList construction | Ahmed Ashour | 2017-09-19 | 1 | -2/+2 |
| | |||||
* | Replace iterators with enhanced for loops (#10018) | Ahmed Ashour | 2017-09-19 | 1 | -3/+3 |
| | | | This change also includes some other minor cleanup. | ||||
* | Fix bnd warnings | Ahmed Ashour | 2017-09-14 | 1 | -1/+0 |
| | |||||
* | Javadoc fixes | Ahmed Ashour | 2017-09-13 | 4 | -9/+8 |
| | |||||
* | Simplify boolean expressions | Ahmed Ashour | 2017-09-13 | 2 | -7/+7 |
| | |||||
* | Fix varargs warnings | Ahmed Ashour | 2017-09-13 | 1 | -5/+4 |
| | |||||
* | Update version to 8.2-SNAPSHOT (#9946) | Teemu Suo-Anttila | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Make JavaScriptExtension serializable (#9721) | Artur | 2017-07-26 | 1 | -0/+62 |
| | | | Fixes #9705 |