Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year range (#12507) | Anna Koskinen | 2022-01-11 | 131 | -131/+131 |
| | |||||
* | Code cleanup (#12333) | Anna Koskinen | 2021-07-08 | 1 | -9/+15 |
| | | | | | | | | | | | | | | | | - 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 | ||||
* | fix: Update regexp pattern of legacy EmailValidator (#12241) | Tatu Lund | 2021-03-12 | 1 | -2/+6 |
| | | | Fixes: https://github.com/vaadin/framework/issues/12240 | ||||
* | Update copyright year range. (#12215) | Anna Koskinen | 2021-03-04 | 131 | -131/+131 |
| | | | | * Update copyright year range. | ||||
* | Bump hibernate-validator from 4.3.2.Final to 5.3.5.Final (#12083) | Tatu Lund | 2020-08-25 | 1 | -3/+27 |
| | | | | | Hibernate Validator 5+ requires - Validation API 2+ - explicit Expression Language dependency | ||||
* | Ensure type safety and serializable nature of all the listeners (#12045) | Tatu Lund | 2020-07-03 | 1 | -2/+3 |
| | |||||
* | Fixed typo (#11072) | Ilia Motornyi | 2018-07-19 | 1 | -1/+1 |
| | |||||
* | Fix using runo icons in FileTypeResolver (#10858) | Ilia Motornyi | 2018-05-03 | 1 | -1/+1 |
| | | | This patch adds a compatibility version of FileTypeResolver. | ||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 131 | -131/+131 |
| | |||||
* | Fix javadoc ending (#10274) | Ahmed Ashour | 2017-11-06 | 14 | -46/+46 |
| | |||||
* | Remove redundant interface already implemented by super class. (#10258) | Ahmed Ashour | 2017-10-31 | 11 | -28/+20 |
| | |||||
* | Improve naming of fields and variables (#10242) | Ahmed Ashour | 2017-10-26 | 1 | -4/+4 |
| | | | | | * Variable names to conform to naming convention. * Use static constants where it makes sense | ||||
* | Remove trailing spaces (#10224) | Ahmed Ashour | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) | Ahmed Ashour | 2017-10-20 | 7 | -21/+37 |
| | | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if( | ||||
* | Use Collection.isEmpty() (#10172) | Ahmed Ashour | 2017-10-12 | 1 | -2/+3 |
| | |||||
* | Remove redundant null checks before an instanceof (#10173) | Ahmed Ashour | 2017-10-12 | 5 | -5/+5 |
| | |||||
* | Fix typos (#10158) | Ahmed Ashour | 2017-10-10 | 2 | -2/+3 |
| | |||||
* | Remove unneeded .toString() (#10141) | Ahmed Ashour | 2017-10-10 | 4 | -7/+7 |
| | |||||
* | Use StringBuilder instead of StringBuffer (#10154) | Ahmed Ashour | 2017-10-09 | 3 | -5/+5 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Remove unneeded .toArray() (#10131) | Ahmed Ashour | 2017-10-03 | 2 | -3/+1 |
| | | | Use for each loop. | ||||
* | Use enhanced for loop for arrays. (#10121) | Ahmed Ashour | 2017-10-02 | 11 | -60/+52 |
| | |||||
* | 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 | 19 | -53/+58 |
| | | | Also includes minor other javadoc and formatting fixes. | ||||
* | Use enhanced for loop instead of Iterator. (#10100) | Ahmed Ashour | 2017-09-29 | 7 | -41/+18 |
| | |||||
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 10 | -62/+70 |
| | |||||
* | Use single character for StringBuilder.append (#10102) | Ahmed Ashour | 2017-09-28 | 6 | -9/+9 |
| | |||||
* | Fix typos (#10095) | Ahmed Ashour | 2017-09-27 | 3 | -11/+14 |
| | |||||
* | Implement error level on client side (#9817) | Adam Wagner | 2017-09-27 | 2 | -2/+2 |
| | | | | | | | 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 | ||||
* | Construct array inline (#10068) | Ahmed Ashour | 2017-09-23 | 2 | -2/+3 |
| | | | And some trivial test enhancements | ||||
* | Fix javadoc references (#10067) | Ahmed Ashour | 2017-09-23 | 6 | -13/+9 |
| | | | And remove unused imports. | ||||
* | Format curly brackets correctly for checkstyle (#10066) | Ahmed Ashour | 2017-09-22 | 1 | -4/+2 |
| | |||||
* | Remove unused methods. (#10058) | Ahmed Ashour | 2017-09-22 | 2 | -8/+0 |
| | |||||
* | Replace iff with if in javadoc (#10056) | Ahmed Ashour | 2017-09-22 | 2 | -2/+2 |
| | |||||
* | Fix unused parameters in javadoc (#10055) | Ahmed Ashour | 2017-09-21 | 5 | -10/+9 |
| | |||||
* | Update modifier order to follow Java Specification suggestions (#10050) | Ahmed Ashour | 2017-09-21 | 8 | -13/+13 |
| | | | Also includes some other minor cleanup. | ||||
* | Use String.isEmpty() (#10045) | Ahmed Ashour | 2017-09-21 | 5 | -6/+6 |
| | |||||
* | Use simple class names | Ahmed Ashour | 2017-09-20 | 8 | -17/+28 |
| | |||||
* | Javadoc fixes | Ahmed Ashour | 2017-09-13 | 2 | -2/+1 |
| | |||||
* | Simplify boolean expressions | Ahmed Ashour | 2017-09-13 | 1 | -5/+5 |
| | |||||
* | Update hierarchical data related deprecation messages (#9558) | Henri Sara | 2017-06-20 | 6 | -19/+26 |
| | | | Resolves #9330 | ||||
* | Replacement guide javadocs for deprecated classes | Ilia Motornyi | 2017-03-15 | 84 | -24/+325 |
| | | | Fixes #8682 | ||||
* | Replacement guide javadocs for deprecated classes, part two (#8719) | Ilia Motornyi | 2017-03-15 | 23 | -1/+90 |
| | | | Partial fix for #8682 | ||||
* | Fix some generics warnings in Eclipse | Ahmed Ashour | 2017-03-08 | 1 | -3/+3 |
| | |||||
* | Synchronize code between V7 and compatibility package | Teemu Suo-Anttila | 2017-03-07 | 19 | -138/+35 |
| | |||||
* | Revert diamond operator changes | Teemu Suo-Anttila | 2017-03-07 | 30 | -139/+144 |
| | |||||
* | Eliminate more full classnames | Teemu Suo-Anttila | 2017-03-07 | 4 | -35/+29 |
| | |||||
* | Remove unnecessary full classname references | Teemu Suo-Anttila | 2017-03-07 | 26 | -497/+77 |
| | |||||
* | Pick changes from 7.7.7 (#8577) | Teemu Suo-Anttila | 2017-02-22 | 3 | -2/+108 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 |