Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Simplify conditional logic. | Ahmed Ashour | 2017-09-14 | 3 | -70/+32 | |
| | ||||||
* | Javadoc fixes | Ahmed Ashour | 2017-09-13 | 1 | -1/+0 | |
| | ||||||
* | Simplify boolean expressions | Ahmed Ashour | 2017-09-13 | 1 | -1/+1 | |
| | ||||||
* | Fix javadoc for CustomizedSystemMessages (#9970) | Michael Benz | 2017-09-12 | 1 | -2/+5 | |
| | | | | | | | | | Fixed two typos in the CustomizedSystemMessages Javadoc. Added the two missing situations: (although AuthenticationError seems not to be used in the server workspace) Authentication error: the client received a 401 (Unauthorized) response from the server. Cookies disabled: the browser does not support cookies reference in documentation: https://vaadin.com/vaadin-documentation-portlet/framework/application/application-errors.html | |||||
* | Fix incorrect resource name generation (#9957) | Dos Moonen | 2017-09-11 | 1 | -1/+1 | |
| | | | | Javadoc has this to say about ClassLoader#getResource(String): "The name of a resource is a '/'-separated path name that identifies the resource." The test fails on Windows because its File.separator does not equal "/". | |||||
* | Make Servlet related classes more welcoming to DI (#9658) | Dos Moonen | 2017-09-08 | 3 | -31/+128 | |
| | | | | VaadinCDIServlet can be made much cleaner when VaadinServletService can be proxied. This also enables specialization, interceptors and delegators. | |||||
* | Update version to 8.2-SNAPSHOT (#9946) | Teemu Suo-Anttila | 2017-09-08 | 1 | -1/+1 | |
| | ||||||
* | Add missing since tags for 8.2 (#9938) | Henri Sara | 2017-09-07 | 3 | -16/+16 | |
| | ||||||
* | Fix making components visible by push (#9934) | Henri Sara | 2017-09-06 | 3 | -5/+22 | |
| | | | | | | | | Fix connector tracker cleanup for the case where a component is hidden by a request and is made visible again by push. This fixes a regression caused by #9305. Fixes #9905 | |||||
* | Add methods to remove Bindings from Binder (#9932) | Teemu Suo-Anttila | 2017-09-05 | 2 | -0/+117 | |
| | ||||||
* | Update Binder isValid() javadoc (#9930) | Henri Sara | 2017-09-05 | 1 | -1/+4 | |
| | ||||||
* | Fix Binder bindInstanceFields code example in JavaDoc (#9929) | Teemu Suo-Anttila | 2017-09-05 | 1 | -1/+1 | |
| | | | Closes #8994 | |||||
* | Update DOCTYPE in WidgetSetBuilder | Henri Sara | 2017-08-31 | 1 | -1/+1 | |
| | ||||||
* | Fix AbstractClientConnector stateTypeCache memory leak (#9896) | Aleksi Hietanen | 2017-08-30 | 2 | -7/+75 | |
| | | | Fixes #9883 | |||||
* | Add missing Tree#getContentMode (#9889) | Aleksi Hietanen | 2017-08-29 | 1 | -2/+14 | |
| | ||||||
* | Fix since tags for 8.1.3 release (#9887) | Aleksi Hietanen | 2017-08-29 | 1 | -2/+2 | |
| | ||||||
* | Binder javadoc fix (#9886) | Aleksi Hietanen | 2017-08-29 | 1 | -8/+9 | |
| | ||||||
* | Minor javadoc improvements (#9885) | Aleksi Hietanen | 2017-08-29 | 2 | -11/+11 | |
| | ||||||
* | Add declarative support to Tree (#9881) | Aleksi Hietanen | 2017-08-29 | 3 | -2/+348 | |
| | | | Closes #9838 | |||||
* | Add item description to RadioButtonGroup and CheckBoxGroup (#9841) | Teemu Suo-Anttila | 2017-08-23 | 3 | -1/+84 | |
| | ||||||
* | Button icon constructor (#9857) | Stephan Knitelius | 2017-08-23 | 1 | -0/+14 | |
| | | | | | Added utility constructor for Button(Icon, ClickActionListener): new Button(VaadinIcons.AIRPLANE, e -> { ... }); | |||||
* | Fix null check in BackEndDataProvider (#9858) | Henri Sara | 2017-08-23 | 1 | -1/+1 | |
| | | | Fixes #9855 | |||||
* | Add item descriptions to Tree (#9840) | Teemu Suo-Anttila | 2017-08-21 | 1 | -0/+25 | |
| | | | Fixes #9803 | |||||
* | Fix state update on Grid Column hide in client (#9836) | Teemu Suo-Anttila | 2017-08-18 | 1 | -3/+2 | |
| | | | Fixes #9152 | |||||
* | Use getter instead of field for keyMapper (#9831) | Leif Åstrand | 2017-08-17 | 1 | -1/+1 | |
| | ||||||
* | Use correct version in since for Grid row height methods (#9824) | Teemu Suo-Anttila | 2017-08-16 | 1 | -6/+6 | |
| | | | Related to #9425. | |||||
* | Provide API for setting row heights in Grid for different sections (#9810) | Teemu Suo-Anttila | 2017-08-11 | 1 | -6/+92 | |
| | | | Fixes #9425 | |||||
* | Ensure wrong Action is not executed after detaching a component (#9806) | Henri Sara | 2017-08-11 | 2 | -13/+51 | |
| | | | | | | | | | | Due to action key generation on ActionManager a wrong action may be executed if the component that fired the wanted action is already detached. This patch makes action keys globally unique, simplifying the approach of #8495 but reusing its tests. Fixes #5864 | |||||
* | Enable setting non-selected default value for DateField (#9745) | Olli Tietäväinen | 2017-08-10 | 1 | -21/+94 | |
| | | | Requested feature: allow setting DateField to a certain starting point without selecting a value. | |||||
* | Remove Chrome Frame support from X-UA-Compatible (#9270) | Knoobie | 2017-08-10 | 1 | -5/+2 | |
| | | | | Remove Chrome Frame specific part of X-UA-Compatible but keep the meta tag to override compatibility mode settings where applicable. | |||||
* | Add loop and preload attributes for media elements, fix null poster (#9797) | Henri Sara | 2017-08-09 | 1 | -0/+43 | |
| | | | | | | | Picked from #9161 Fixes #7261 Fixes #5178 Fixes #4409 | |||||
* | Update Atmosphere version to remove warnings which are irrelevant (#9770) | Artur | 2017-08-07 | 1 | -1/+1 | |
| | | | Fixes #8292 | |||||
* | Fix moving child to first position in tree data (#9761) | Adam Wagner | 2017-08-07 | 2 | -20/+42 | |
| | | | Resolves #9760 | |||||
* | Add missing since tags for 8.1.1 (#9773)8.1.1 | Henri Sara | 2017-08-03 | 1 | -2/+3 | |
| | ||||||
* | Add automatic recalculation of Tree width on expand/collapse (#9767) | Teemu Suo-Anttila | 2017-08-02 | 1 | -4/+42 | |
| | | | Fixes #9628 | |||||
* | Fix AbstractDateField parsing and errors handling, support locale (#9740) | Ilia Motornyi | 2017-08-02 | 3 | -183/+133 | |
| | | | | | Fixes #9518 Fixes #8991 Fixes #8687 | |||||
* | Fix RadioButtonGroup selection updates to client (#9749) | Teemu Suo-Anttila | 2017-08-02 | 2 | -24/+5 | |
| | | | | | | | This patch provides a simple fix for the majority of issues. There are still issues that should be fixes by refactoring parts of the logic in AbstractSingleSelect. This patch does not unify the handling of empty values in the TestBench elements of various AbstractSingleSelects. Fixes #9494 |