Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Simplify lambda expressions (#10198) | Ahmed Ashour | 2017-10-20 | 39 | -313/+248 | |
| | | | | | | | | * Simplify lambda expressions And remove unneeded 'return' keyword. * Format | |||||
* | AbstractDateField: set value after being invalid (#10187) | Ahmed Ashour | 2017-10-20 | 3 | -9/+114 | |
| | | | | Fixes #9763 Fixes #9978 | |||||
* | Fix AbstractDateField to correctly show week day names (#10188) | Ahmed Ashour | 2017-10-16 | 3 | -2/+106 | |
| | | | Fixes #9200 | |||||
* | Simplify waitUntil() in tests (#10181) | Ahmed Ashour | 2017-10-13 | 23 | -200/+58 | |
| | ||||||
* | Use Collection.isEmpty() (#10172) | Ahmed Ashour | 2017-10-12 | 12 | -24/+25 | |
| | ||||||
* | Add ErrorLevel to Validators and results (#10099) | Teemu Suo-Anttila | 2017-10-11 | 2 | -0/+70 | |
| | | | Fixes #9792 | |||||
* | Add aria-rowcount to grid (#10167) | Knoobie | 2017-10-11 | 5 | -1/+255 | |
| | | | This is based on discussion from vaadin/vaadin-grid#1023 . | |||||
* | Prevent Grid refreshAll from getting stuck due mismatched state (#10161) | Ansku | 2017-10-10 | 1 | -0/+93 | |
| | | | Fixes #10038 | |||||
* | Fix typos (#10158) | Ahmed Ashour | 2017-10-10 | 3 | -6/+9 | |
| | ||||||
* | Remove unneeded .toString() (#10141) | Ahmed Ashour | 2017-10-10 | 42 | -107/+86 | |
| | ||||||
* | Edit grid row by index - server side (#10040) | Piotr Wilkin | 2017-10-10 | 2 | -2/+32 | |
| | | | | | Opening grid editor from server side. Fixes #8477. Addressing #8820 will be the user's responsibility as fetching index of item might be slow. | |||||
* | Use StringBuilder instead of StringBuffer (#10154) | Ahmed Ashour | 2017-10-09 | 7 | -9/+9 | |
| | ||||||
* | Fix typos (#10124) | Ahmed Ashour | 2017-10-04 | 19 | -63/+67 | |
| | ||||||
* | Add role="grid" and aria-multiselectable to grid (#10009) | Knoobie | 2017-10-04 | 2 | -0/+100 | |
| | | | Also adds aria-selected for grid rows. | |||||
* | Use static import of Assert in tests (#10126) | Ahmed Ashour | 2017-10-03 | 431 | -2376/+2743 | |
| | | | | Also removes dependency on junit.framework.TestCase . | |||||
* | Remove unneeded .toArray() (#10131) | Ahmed Ashour | 2017-10-03 | 1 | -1/+1 | |
| | | | Use for each loop. | |||||
* | Use enhanced for loop for arrays. (#10121) | Ahmed Ashour | 2017-10-02 | 15 | -66/+58 | |
| | ||||||
* | Simplify conditional logic. (#10122) | Ahmed Ashour | 2017-10-02 | 2 | -2/+0 | |
| | | | And remove unused imports. | |||||
* | Use enhanced for loop instead of Iterator. (#10100) | Ahmed Ashour | 2017-09-29 | 5 | -40/+14 | |
| | ||||||
* | Use StandardCharsets.UTF_8 (#10113) | Ahmed Ashour | 2017-09-29 | 4 | -12/+12 | |
| | ||||||
* | Remove auto-generated comment (#10111) | Ahmed Ashour | 2017-09-29 | 26 | -114/+23 | |
| | ||||||
* | Handle 'z' (timezone) in AbstractDateField.setDateFormat() (#8844) | Ahmed Ashour | 2017-09-28 | 2 | -0/+282 | |
| | ||||||
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 31 | -52/+69 | |
| | ||||||
* | Use single character for StringBuilder.append (#10102) | Ahmed Ashour | 2017-09-28 | 6 | -16/+16 | |
| | ||||||
* | Update browser version test for Chrome 61 (#10098) | Henri Sara | 2017-09-27 | 1 | -1/+1 | |
| | ||||||
* | Fix typos (#10095) | Ahmed Ashour | 2017-09-27 | 7 | -7/+7 | |
| | ||||||
* | Support addCloseListener for Notification (#10027) | Ahmed Ashour | 2017-09-27 | 2 | -0/+96 | |
| | | | | | Converts Notification to an Extension and adds support for listening to the closing of notifications. Fixes #888 | |||||
* | Add option to use PushState instead of URI fragments in Navigator (#10042) | Teemu Suo-Anttila | 2017-09-27 | 5 | -0/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Navigator now by default uses pushState and normal URLs * added documentation for pushState and updated Navigator documentation * improving docs etc, adding one TODO to be solved before merging * pushState/replaceState no work better with changing titles * Making uri fragment navigator work when not using specially mapped UI * Revert to older default, add annotation for selecting * Fix tests, add null checks * Reorder if-clause, fix tests * Revert unnecessary test change * Use correct variable in UI, fix test clean up * Updates to JavaDocs, fix some methods and tests * Add comments, fix test ui, TODO for fallbacks * Navigation documentation, JavaDocs, removed TODOs * Documentation fixes * Improve JavaDocs * Fix link name in documentation * Improve throws declaration in getLocation * Change documentation about the PushState based navigation * Add since tags * Add since tags for UI | |||||
* | Implement error level on client side (#9817) | Adam Wagner | 2017-09-27 | 4 | -3/+373 | |
| | | | | | | | 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 | |||||
* | Relayout GridLayout when font loading completes (#10077) | Henri Sara | 2017-09-26 | 5 | -8/+143 | |
| | | | | | | If a GridLayout is used and font loading is not complete, force another layout after all fonts are loaded. Fixes #9921 Fixes #8207 | |||||
* | Remove unused @VERSION@ | Ahmed Ashour | 2017-09-25 | 8 | -8/+0 | |
| | ||||||
* | Fix TreeGrid double click event in hierarchy column (#10070) | Adam Wagner | 2017-09-25 | 2 | -0/+68 | |
| | | | Fixes #9868 | |||||
* | Fix typos (#10071) | Ahmed Ashour | 2017-09-25 | 1 | -2/+2 | |
| | | | And use varargs in a test. | |||||
* | Construct array inline (#10068) | Ahmed Ashour | 2017-09-23 | 76 | -135/+132 | |
| | | | And some trivial test enhancements | |||||
* | Add empty line at end of file | Ahmed Ashour | 2017-09-23 | 69 | -73/+69 | |
| | ||||||
* | Fix javadoc references (#10067) | Ahmed Ashour | 2017-09-23 | 18 | -37/+0 | |
| | | | And remove unused imports. | |||||
* | Remove unused methods. (#10058) | Ahmed Ashour | 2017-09-22 | 4 | -9/+2 | |
| | ||||||
* | Replace CRLF with LF (#10062) | Henri Sara | 2017-09-22 | 3 | -175/+175 | |
| | | | | | | | After this change, .gitattributes will take care of keeping native line endings. * Replace CRLF with LF in non-Java files | |||||
* | Replace tabs with spaces in Java files | Henri Sara | 2017-09-22 | 1 | -3/+3 | |
| | ||||||
* | Update modifier order to follow Java Specification suggestions (#10050) | Ahmed Ashour | 2017-09-21 | 22 | -42/+42 | |
| | | | Also includes some other minor cleanup. | |||||
* | Access static members in a static way (#10054) | Ahmed Ashour | 2017-09-21 | 9 | -23/+22 | |
| | ||||||
* | Use String.isEmpty() (#10045) | Ahmed Ashour | 2017-09-21 | 11 | -16/+16 | |
| | ||||||
* | Remove unused methods (#10020) | Ahmed Ashour | 2017-09-20 | 7 | -67/+0 | |
| | ||||||
* | Fix ColorPickerGrid indexing | Henri Sara | 2017-09-20 | 2 | -0/+77 | |
| | | | Fixes #9018 | |||||
* | Use simple class names | Ahmed Ashour | 2017-09-20 | 4 | -5/+5 | |
| | ||||||
* | Show validation error selecting invalid date from DateField (#10013) | Marco Collovati | 2017-09-20 | 2 | -0/+88 | |
| | | | | | | | | | | Component error was cleared after selecting a date from calendar popup, even if the date is invalid due to validation errors or if user programmatically sets an UserError. This change inverts the order of setValue() and setComponentError(null) in order to preserve errors set by ValueChangeListeners (e.g. Binder validators). Fixes #10011 | |||||
* | Use String.isEmpty() | Ahmed Ashour | 2017-09-19 | 12 | -18/+18 | |
| | ||||||
* | Remove unneeded ArrayList construction | Ahmed Ashour | 2017-09-19 | 1 | -4/+3 | |
| | ||||||
* | Replace iterators with enhanced for loops (#10018) | Ahmed Ashour | 2017-09-19 | 11 | -51/+32 | |
| | | | This change also includes some other minor cleanup. | |||||
* | Add aria-sort to Grid (#10007) | Knoobie | 2017-09-18 | 1 | -0/+8 | |
| | | | | | | | | | This adds basic support for aria-sort for Grid (https://www.w3.org/TR/wai-aria-1.1/#aria-sort). - aria-sort is not added, if the column is not sortable - aria-sort="none" is added, if the column is sortable but currently not sorted - aria-sort="ascending" is added, if the column is sorted by asc - aria-sort="descending" is added, if the column is sorted by desc - aria-sort="other" is added, if more than 1 column is sorted, currently there is no aria-sort-order |