Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 170 | -2046/+2211 | |
| | | | | Also removes dependency on junit.framework.TestCase . | |||||
* | Use enhanced for loop for arrays. (#10121) | Ahmed Ashour | 2017-10-02 | 7 | -50/+37 | |
| | ||||||
* | First sentence of javadoc should end with a period (#10114) | Ahmed Ashour | 2017-10-02 | 75 | -236/+242 | |
| | | | Also includes minor other javadoc and formatting fixes. | |||||
* | Use enhanced for loop instead of Iterator. (#10100) | Ahmed Ashour | 2017-09-29 | 11 | -58/+25 | |
| | ||||||
* | Use StandardCharsets.UTF_8 (#10113) | Ahmed Ashour | 2017-09-29 | 18 | -57/+74 | |
| | ||||||
* | Revert "Store Vaadin session after each update" (#10112)8.2.0.alpha2 | Henri Sara | 2017-09-28 | 2 | -21/+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 | 4 | -46/+58 | |
| | ||||||
* | Handle 'z' (timezone) in AbstractDateField.setDateFormat() (#8844) | Ahmed Ashour | 2017-09-28 | 2 | -0/+201 | |
| | ||||||
* | Update empty since tags for 8.2 (#10107) | Henri Sara | 2017-09-28 | 6 | -7/+7 | |
| | ||||||
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 25 | -72/+76 | |
| | ||||||
* | Use single character for StringBuilder.append (#10102) | Ahmed Ashour | 2017-09-28 | 15 | -66/+68 | |
| | ||||||
* | Fix typos (#10095) | Ahmed Ashour | 2017-09-27 | 3 | -7/+7 | |
| | ||||||
* | Support addCloseListener for Notification (#10027) | Ahmed Ashour | 2017-09-27 | 4 | -124/+173 | |
| | | | | | 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 | 1 | -3/+21 | |
| | ||||||
* | Convert Embedded not to be a LegacyComponent (#10088) | Ahmed Ashour | 2017-09-27 | 1 | -148/+49 | |
| | ||||||
* | Add option to use PushState instead of URI fragments in Navigator (#10042) | Teemu Suo-Anttila | 2017-09-27 | 9 | -20/+409 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
* | 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 | 9 | -68/+31 | |
| | | | | | | | 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 | |||||
* | Fix BindingBuilder to always use the same instance (#10004) | Teemu Suo-Anttila | 2017-09-26 | 2 | -23/+51 | |
| | | | | | | 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 | |||||
* | Remove unused @VERSION@ | Ahmed Ashour | 2017-09-25 | 10 | -11/+2 | |
| | ||||||
* | Improve Binder value change handling with bean validation (#9988) | Teemu Suo-Anttila | 2017-09-25 | 3 | -115/+273 | |
| | | | | | | | 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. | |||||
* | Fix typos (#10071) | Ahmed Ashour | 2017-09-25 | 2 | -5/+6 | |
| | | | And use varargs in a test. | |||||
* | Construct array inline (#10068) | Ahmed Ashour | 2017-09-23 | 10 | -10/+10 | |
| | | | And some trivial test enhancements | |||||
* | Fix javadoc references (#10067) | Ahmed Ashour | 2017-09-23 | 29 | -55/+28 | |
| | | | 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 | 3 | -0/+3 | |
| | ||||||
* | Replace iff with if in javadoc (#10056) | Ahmed Ashour | 2017-09-22 | 2 | -3/+3 | |
| | ||||||
* | Fix unused parameters in javadoc (#10055) | Ahmed Ashour | 2017-09-21 | 2 | -3/+1 | |
| | ||||||
* | Update modifier order to follow Java Specification suggestions (#10050) | Ahmed Ashour | 2017-09-21 | 19 | -33/+33 | |
| | | | Also includes some other minor cleanup. | |||||
* | Add Upload#setButtonStyleName (#10044) | Knoobie | 2017-09-21 | 1 | -0/+31 | |
| | ||||||
* | Use String.isEmpty() (#10045) | Ahmed Ashour | 2017-09-21 | 16 | -17/+17 | |
| | ||||||
* | Add scroll logic from TreeGrid to Tree (#10005) | Piotr Wilkin | 2017-09-20 | 4 | -4/+53 | |
| | | | Fixes #9967 | |||||
* | Remove unused methods (#10020) | Ahmed Ashour | 2017-09-20 | 13 | -99/+6 | |
| | ||||||
* | Fix ColorPickerGrid indexing | Henri Sara | 2017-09-20 | 1 | -3/+3 | |
| | | | Fixes #9018 | |||||
* | Use interface not Implementation, as method parameter | Ahmed Ashour | 2017-09-20 | 1 | -1/+1 | |
| | ||||||
* | Use simple class names | Ahmed Ashour | 2017-09-20 | 13 | -50/+60 | |
| | ||||||
* | Show validation error selecting invalid date from DateField (#10013) | Marco Collovati | 2017-09-20 | 1 | -1/+1 | |
| | | | | | | | | | | 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 | |||||
* | Add API for running BindingValidationStatusHandlers (#9966) | Teemu Suo-Anttila | 2017-09-19 | 4 | -12/+111 | |
| | | | This patch adds an API to Binding for accessing the validation status handlers from a custom BinderValidationStatusHandler. | |||||
* | Optimize HierarchyMapper (#10003) | Piotr Wilkin | 2017-09-19 | 3 | -18/+89 | |
| | | | Fixes parts of #9951, but does not address the issue of grouping pushed updates. | |||||
* | Use String.isEmpty() | Ahmed Ashour | 2017-09-19 | 8 | -19/+19 | |
| | ||||||
* | Fix typo | Ahmed Ashour | 2017-09-19 | 1 | -5/+5 | |
| | | | And change private member to List instead of ArrayList | |||||
* | Remove unneeded ArrayList construction | Ahmed Ashour | 2017-09-19 | 3 | -7/+7 | |
| | ||||||
* | Fix removeBinding logic (#10002) | Piotr Wilkin | 2017-09-19 | 2 | -12/+73 | |
| | | | Fixes and improves on PR #9932. | |||||
* | Replace iterators with enhanced for loops (#10018) | Ahmed Ashour | 2017-09-19 | 3 | -8/+4 | |
| | | | This change also includes some other minor cleanup. | |||||
* | Remove redundant versions in POMs (#9990) | Ahmed Ashour | 2017-09-14 | 1 | -1/+0 | |
| | ||||||
* | Fix javadoc typos (#9998) | Ahmed Ashour | 2017-09-14 | 1 | -1/+1 | |
| | ||||||
* | Upgrade maven-dependency and -source plugins | Ahmed Ashour | 2017-09-14 | 1 | -1/+0 | |
| |