Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use synthetic methods for listener classes. (#10135) | Ahmed Ashour | 2017-10-04 | 10 | -44/+74 |
| | | | Fixes #9504 | ||||
* | 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 | 56 | -154/+163 |
| | |||||
* | Registration to remove state.registeredEventListeners (fixes #9634) (#10130) | Ahmed Ashour | 2017-10-04 | 8 | -39/+113 |
| | | | This changes SharedState.registeredEventListeners to be a Map that keeps track of how many listeners of each type have been added, and handles unregistering of such listeners correctly. | ||||
* | Add role="grid" and aria-multiselectable to grid (#10009) | Knoobie | 2017-10-04 | 9 | -3/+169 |
| | | | Also adds aria-selected for grid rows. | ||||
* | Break iteration when method is found (#10128) | Ahmed Ashour | 2017-10-03 | 2 | -7/+4 |
| | |||||
* | Use static import of Assert in tests (#10126) | Ahmed Ashour | 2017-10-03 | 735 | -6600/+7245 |
| | | | | Also removes dependency on junit.framework.TestCase . | ||||
* | Remove unneeded .toArray() (#10131) | Ahmed Ashour | 2017-10-03 | 4 | -11/+7 |
| | | | Use for each loop. | ||||
* | Use enhanced for loop for arrays. (#10121) | Ahmed Ashour | 2017-10-02 | 45 | -242/+197 |
| | |||||
* | Simplify conditional logic. (#10122) | Ahmed Ashour | 2017-10-02 | 10 | -28/+5 |
| | | | And remove unused imports. | ||||
* | First sentence of javadoc should end with a period (#10114) | Ahmed Ashour | 2017-10-02 | 337 | -1303/+1347 |
| | | | Also includes minor other javadoc and formatting fixes. | ||||
* | Use enhanced for loop instead of Iterator. (#10100) | Ahmed Ashour | 2017-09-29 | 49 | -395/+212 |
| | |||||
* | UIDL to implement Iterable (#10101) | Ahmed Ashour | 2017-09-29 | 16 | -78/+81 |
| | |||||
* | Use StandardCharsets.UTF_8 (#10113) | Ahmed Ashour | 2017-09-29 | 22 | -69/+86 |
| | |||||
* | Remove auto-generated comment (#10111) | Ahmed Ashour | 2017-09-29 | 26 | -114/+23 |
| | |||||
* | Revert "Store Vaadin session after each update" (#10112)8.2.0.alpha2 | Henri Sara | 2017-09-28 | 3 | -22/+0 |
| | | | | | This reverts commit 48e202a80653c2c8a9e31db11814d23b87d6ec19. Also reverts the related release notes update. | ||||
* | Add since tags and update release notes (#10109) | Henri Sara | 2017-09-28 | 8 | -69/+102 |
| | |||||
* | Update ValoThemeUITest form screenshots for ErrorLevel updates (#10110) | Henri Sara | 2017-09-28 | 1 | -0/+0 |
| | |||||
* | Handle 'z' (timezone) in AbstractDateField.setDateFormat() (#8844) | Ahmed Ashour | 2017-09-28 | 8 | -9/+615 |
| | |||||
* | Update empty since tags for 8.2 (#10107) | Henri Sara | 2017-09-28 | 17 | -27/+27 |
| | |||||
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 130 | -401/+467 |
| | |||||
* | Update IE11 screenshots for more stable GridLayout (#10105) | Henri Sara | 2017-09-28 | 1 | -0/+0 |
| | |||||
* | Use single character for StringBuilder.append (#10102) | Ahmed Ashour | 2017-09-28 | 33 | -107/+109 |
| | |||||
* | Update browser version test for Chrome 61 (#10098) | Henri Sara | 2017-09-27 | 1 | -1/+1 |
| | |||||
* | Update screenshots for PopupDateTimeFieldStatesTest after GridLayout fix ↵ | Henri Sara | 2017-09-27 | 1 | -0/+0 |
| | | | | (#10097) | ||||
* | Fix typos (#10095) | Ahmed Ashour | 2017-09-27 | 24 | -114/+152 |
| | |||||
* | Support addCloseListener for Notification (#10027) | Ahmed Ashour | 2017-09-27 | 13 | -189/+471 |
| | | | | | Converts Notification to an Extension and adds support for listening to the closing of notifications. Fixes #888 | ||||
* | Eliminate the use of AWT in non-test code (#10094) | Henri Sara | 2017-09-27 | 2 | -6/+42 |
| | |||||
* | Convert Embedded not to be a LegacyComponent (#10088) | Ahmed Ashour | 2017-09-27 | 6 | -283/+203 |
| | |||||
* | Add option to use PushState instead of URI fragments in Navigator (#10042) | Teemu Suo-Anttila | 2017-09-27 | 20 | -66/+561 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Fix GridLayout on IE and PhantomJS (#10087) | Henri Sara | 2017-09-27 | 2 | -2/+7 |
| | | | | | Additional fixes for #10077 for browsers that do not support document.fonts.ready by performing a delayed re-layout. | ||||
* | Store Vaadin session after each update | Artur Signell | 2017-09-27 | 2 | -0/+21 |
| | | | | | | | This helps clustering solutions know when the session attribute needs to be replicated instead of having to always aggressively replicate all attributes. Resolves #7535 | ||||
* | Implement error level on client side (#9817) | Adam Wagner | 2017-09-27 | 55 | -255/+1408 |
| | | | | | | | 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 DataCommunicator parameter not used in Grid constructor (#10075) | JenoDK | 2017-09-26 | 3 | -1/+28 |
| | | | Fixes #9944 | ||||
* | Relayout GridLayout when font loading completes (#10077) | Henri Sara | 2017-09-26 | 7 | -9/+163 |
| | | | | | | If a GridLayout is used and font loading is not complete, force another layout after all fonts are loaded. Fixes #9921 Fixes #8207 | ||||
* | Fix BindingBuilder to always use the same instance (#10004) | Teemu Suo-Anttila | 2017-09-26 | 3 | -23/+52 |
| | | | | | | This allows using BindingBuilder either in a type safe chained manner or with separate calls for the same instance at the cost of less strict type checking. Fixes #9927 Fixes #9619 | ||||
* | Add some text files to .gitattributes (#10078) | Ahmed Ashour | 2017-09-25 | 1 | -0/+9 |
| | |||||
* | Configure Eclipse to insert new line at the end of files (#10080) | Ahmed Ashour | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | Remove unused @VERSION@ | Ahmed Ashour | 2017-09-25 | 23 | -28/+4 |
| | |||||
* | Fix TreeGrid double click event in hierarchy column (#10070) | Adam Wagner | 2017-09-25 | 6 | -39/+167 |
| | | | Fixes #9868 | ||||
* | Improve Binder value change handling with bean validation (#9988) | Teemu Suo-Anttila | 2017-09-25 | 4 | -116/+275 |
| | | | | | | | Changed values are now only applied to the bean when they pass both field and bean validation. Any change that breaks validation will be pending and is attempted to apply when another change event comes. This patch also makes the order of status change event handler and listener call order. This addresses some of the issues raised in #9955. | ||||
* | Pass timezone ID from browser to server. (#10041) | Piotr Wilkin | 2017-09-25 | 2 | -364/+390 |
| | | | | Resolves #7911. Prerequisite for #10033. | ||||
* | Rewrite unclear part in GridLayout documentation | Henri Sara | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | Fix typos (#10071) | Ahmed Ashour | 2017-09-25 | 11 | -16/+17 |
| | | | And use varargs in a test. | ||||
* | Construct array inline (#10068) | Ahmed Ashour | 2017-09-23 | 113 | -187/+185 |
| | | | And some trivial test enhancements | ||||
* | Add empty line at end of file | Ahmed Ashour | 2017-09-23 | 87 | -91/+87 |
| | |||||
* | Fix javadoc references (#10067) | Ahmed Ashour | 2017-09-23 | 85 | -177/+107 |
| | | | And remove unused imports. | ||||
* | Format curly brackets correctly for checkstyle (#10066) | Ahmed Ashour | 2017-09-22 | 21 | -237/+108 |
| | |||||
* | Remove unused methods. (#10058) | Ahmed Ashour | 2017-09-22 | 16 | -95/+5 |
| | |||||
* | Replace tab with spaces in .xml files (#10064) | Ahmed Ashour | 2017-09-22 | 6 | -200/+200 |
| |