summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix BindingBuilder to always use the same instance (#10004)Teemu Suo-Anttila2017-09-263-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 Ashour2017-09-251-0/+9
|
* Configure Eclipse to insert new line at the end of files (#10080)Ahmed Ashour2017-09-251-1/+1
|
* Remove unused @VERSION@Ahmed Ashour2017-09-2523-28/+4
|
* Fix TreeGrid double click event in hierarchy column (#10070)Adam Wagner2017-09-256-39/+167
| | | Fixes #9868
* Improve Binder value change handling with bean validation (#9988)Teemu Suo-Anttila2017-09-254-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 Wilkin2017-09-252-364/+390
| | | | Resolves #7911. Prerequisite for #10033.
* Rewrite unclear part in GridLayout documentationHenri Sara2017-09-251-1/+1
|
* Fix typos (#10071)Ahmed Ashour2017-09-2511-16/+17
| | | And use varargs in a test.
* Construct array inline (#10068)Ahmed Ashour2017-09-23113-187/+185
| | | And some trivial test enhancements
* Add empty line at end of fileAhmed Ashour2017-09-2387-91/+87
|
* Fix javadoc references (#10067)Ahmed Ashour2017-09-2385-177/+107
| | | And remove unused imports.
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-2221-237/+108
|
* Remove unused methods. (#10058)Ahmed Ashour2017-09-2216-95/+5
|
* Replace tab with spaces in .xml files (#10064)Ahmed Ashour2017-09-226-200/+200
|
* Replace CRLF with LF (#10062)Henri Sara2017-09-2230-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 filesHenri Sara2017-09-226-49/+49
|
* Disable end-of-line check for checkstyle (#10060)Ahmed Ashour2017-09-221-6/+0
| | | This is now handled by .gitattributes .
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-2234-77/+77
|
* Rename `.gitattribute` to `.gitattributes` (#10061)Ahmed Ashour2017-09-221-0/+0
|
* Add .gitattribute, to automatically handle text files end-of-line (#10052)Ahmed Ashour2017-09-211-0/+17
|
* Fix unused parameters in javadoc (#10055)Ahmed Ashour2017-09-2155-149/+132
|
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-21116-235/+213
| | | Also includes some other minor cleanup.
* Access static members in a static way (#10054)Ahmed Ashour2017-09-2111-25/+24
|
* Add Upload#setButtonStyleName (#10044)Knoobie2017-09-212-0/+35
|
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-2164-94/+94
|
* Fix article links in articles/contents.asciidoc (#10048)Kari Söderholm2017-09-211-84/+84
| | | With this fix the links will work properly in vaadin.com
* Fix typo in anchor in SettingAndReadingCookies.asciidoc (#10047)Kari Söderholm2017-09-211-1/+1
|
* Add scroll logic from TreeGrid to Tree (#10005)Piotr Wilkin2017-09-205-4/+54
| | | Fixes #9967
* Remove unused methods (#10020)Ahmed Ashour2017-09-2024-214/+6
|
* Fix ColorPickerGrid indexingHenri Sara2017-09-203-3/+80
| | | Fixes #9018
* Use interface not Implementation, as method parameterAhmed Ashour2017-09-208-14/+17
|
* Add headers to community articles (#10028)Henri Muurimaa2017-09-2084-5/+511
|
* Use simple class namesAhmed Ashour2017-09-2041-112/+136
|
* Show validation error selecting invalid date from DateField (#10013)Marco Collovati2017-09-203-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-Anttila2017-09-194-12/+111
| | | This patch adds an API to Binding for accessing the validation status handlers from a custom BinderValidationStatusHandler.
* Optimize HierarchyMapper (#10003)Piotr Wilkin2017-09-193-18/+89
| | | Fixes parts of #9951, but does not address the issue of grouping pushed updates.
* Implement hashCode() when implementing equals()Ahmed Ashour2017-09-195-5/+52
|
* Remove drag and drop from Tree doc (#9992)Olli Tietäväinen2017-09-191-1/+0
| | | Tree does not support drag and drop right now (see #9804).
* Use String.isEmpty()Ahmed Ashour2017-09-1944-78/+78
|
* Fix typoAhmed Ashour2017-09-191-5/+5
| | | And change private member to List instead of ArrayList
* Remove unneeded ArrayList constructionAhmed Ashour2017-09-196-14/+13
|
* Fix removeBinding logic (#10002)Piotr Wilkin2017-09-192-12/+73
| | | Fixes and improves on PR #9932.
* Replace iterators with enhanced for loops (#10018)Ahmed Ashour2017-09-1919-86/+51
| | | This change also includes some other minor cleanup.
* Migrate wiki articles to Vaadin documentation (#9959)Henri Sara2017-09-19115-6/+8839
|\
| * Remove migration error messageErik Lumme2017-09-181-2/+0
| |
| * Fix typ and add attachment linkErik Lumme2017-09-151-2/+2
| |
| * Migrate AddingASplashScreen and CreatingMultiTabApplicationsErik Lumme2017-09-133-0/+84
| |
| * Migrate ConfigureInputFieldsToGuideDataEntryErik Lumme2017-09-137-0/+120
| |
| * Migrate BroadcastingMessagesToOtherUsersErik Lumme2017-09-132-0/+130
| |