Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Replace CRLF with LF (#10062) | Henri Sara | 2017-09-22 | 30 | -27323/+27323 |
| | | | | | | | 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 | 6 | -49/+49 |
| | |||||
* | Disable end-of-line check for checkstyle (#10060) | Ahmed Ashour | 2017-09-22 | 1 | -6/+0 |
| | | | This is now handled by .gitattributes . | ||||
* | Replace iff with if in javadoc (#10056) | Ahmed Ashour | 2017-09-22 | 34 | -77/+77 |
| | |||||
* | Rename `.gitattribute` to `.gitattributes` (#10061) | Ahmed Ashour | 2017-09-22 | 1 | -0/+0 |
| | |||||
* | Add .gitattribute, to automatically handle text files end-of-line (#10052) | Ahmed Ashour | 2017-09-21 | 1 | -0/+17 |
| | |||||
* | Fix unused parameters in javadoc (#10055) | Ahmed Ashour | 2017-09-21 | 55 | -149/+132 |
| | |||||
* | Update modifier order to follow Java Specification suggestions (#10050) | Ahmed Ashour | 2017-09-21 | 116 | -235/+213 |
| | | | Also includes some other minor cleanup. | ||||
* | Access static members in a static way (#10054) | Ahmed Ashour | 2017-09-21 | 11 | -25/+24 |
| | |||||
* | Add Upload#setButtonStyleName (#10044) | Knoobie | 2017-09-21 | 2 | -0/+35 |
| | |||||
* | Use String.isEmpty() (#10045) | Ahmed Ashour | 2017-09-21 | 64 | -94/+94 |
| | |||||
* | Fix article links in articles/contents.asciidoc (#10048) | Kari Söderholm | 2017-09-21 | 1 | -84/+84 |
| | | | With this fix the links will work properly in vaadin.com | ||||
* | Fix typo in anchor in SettingAndReadingCookies.asciidoc (#10047) | Kari Söderholm | 2017-09-21 | 1 | -1/+1 |
| | |||||
* | Add scroll logic from TreeGrid to Tree (#10005) | Piotr Wilkin | 2017-09-20 | 5 | -4/+54 |
| | | | Fixes #9967 | ||||
* | Remove unused methods (#10020) | Ahmed Ashour | 2017-09-20 | 24 | -214/+6 |
| | |||||
* | Fix ColorPickerGrid indexing | Henri Sara | 2017-09-20 | 3 | -3/+80 |
| | | | Fixes #9018 | ||||
* | Use interface not Implementation, as method parameter | Ahmed Ashour | 2017-09-20 | 8 | -14/+17 |
| | |||||
* | Add headers to community articles (#10028) | Henri Muurimaa | 2017-09-20 | 84 | -5/+511 |
| | |||||
* | Use simple class names | Ahmed Ashour | 2017-09-20 | 41 | -112/+136 |
| | |||||
* | Show validation error selecting invalid date from DateField (#10013) | Marco Collovati | 2017-09-20 | 3 | -1/+89 |
| | | | | | | | | | | 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. | ||||
* | Implement hashCode() when implementing equals() | Ahmed Ashour | 2017-09-19 | 5 | -5/+52 |
| | |||||
* | Remove drag and drop from Tree doc (#9992) | Olli Tietäväinen | 2017-09-19 | 1 | -1/+0 |
| | | | Tree does not support drag and drop right now (see #9804). |