Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Add header and footer visibility setting to Grid (#9706) | Teemu Suo-Anttila | 2017-08-01 | 2 | -0/+70 | |
| | ||||||
* | Add API for forcing Grid column width calculation (#9756) | Teemu Suo-Anttila | 2017-08-01 | 1 | -5/+20 | |
| | | | This feature was present in Vaadin 7 but missing from Vaadin 8 | |||||
* | Unify basic instance creation and related error reporting (#9704) | Leif Åstrand | 2017-08-01 | 12 | -40/+101 | |
| | ||||||
* | Add method to get parent in TreeData (#9701) | Adam Wagner | 2017-07-27 | 2 | -0/+27 | |
| | ||||||
* | Add support for detecting ChromeOS operating system (#9698) | Flamenco | 2017-07-27 | 1 | -0/+10 | |
| | ||||||
* | Remove portlet dependency/import (#9741) | Artur | 2017-07-27 | 1 | -3/+3 | |
| | ||||||
* | Make JavaScriptExtension serializable (#9721) | Artur | 2017-07-26 | 1 | -6/+11 | |
| | | | Fixes #9705 | |||||
* | Do full connector tracker cleanup when the session lock is released (#9707) | Artur | 2017-07-24 | 3 | -22/+5 | |
| | | | | | | | | | | As there is no "request end" call after invoking UI.access() from a background thread, the connector map was not earlier properly cleaned afterwards. If you toggled visibility of a component from the background thread, the tracker state became inconsistent. If this becomes a performance problem, it could probably be optimized to that cleanup is done in request end and only at the end of access if not inside a request. Fixes #9654 | |||||
* | Add missing since tag to Tree (#9711) | Henri Sara | 2017-07-24 | 1 | -30/+37 | |
| | ||||||
* | Allow null Components in ComponentRenderer (#9692)8.1.0.rc2 | Teemu Suo-Anttila | 2017-07-19 | 1 | -3/+4 | |
| | ||||||
* | More user friendly fail message (was NullPointerException) (#9665) | Dos Moonen | 2017-07-19 | 1 | -1/+6 | |
| | | | | | | | Yes, I should never have created "D:\eclipse workspaces" in the first place. No, I am not replacing "%20" with spaces, or creating an URI instance. "D:\eclipse%20workspaces" is a valid folder and I'm not willing to go down the rabbit hole and see what that turns into. | |||||
* | Fix TreeGrid.getHierarchyColumn to use correct id (#9690) | Teemu Suo-Anttila | 2017-07-18 | 2 | -1/+13 | |
| | | | Fixes #9661 | |||||
* | Add methods to change parent and to change child's position in hierarchical ↵ | Adam Wagner | 2017-07-18 | 2 | -0/+128 | |
| | | | | | data (#9673) Resolves #9674 | |||||
* | Remove non working setHeight methods from Tree (#9631) | Jonni Nakari | 2017-07-18 | 1 | -27/+0 | |
| | | | Fixes #9629 | |||||
* | Provide current request/response through VaadinRequest/VaadinResponse (#9642) | Artur | 2017-07-18 | 6 | -15/+84 | |
| | | | | This greatly improves discoverability of the feature and was made possible by dropping Java 7 support | |||||
* | Change sendMessage access modifier to protected. (#9622) | Andrew Spear | 2017-07-17 | 1 | -1/+1 | |
| | | | This allows extending AtmospherePushConnection, and then doing overriding sendMessage. One use case is to correlate the IP address and the message in the logs. | |||||
* | Delegate properties to Composite's root if possible | Ilia Motornyi | 2017-07-13 | 2 | -39/+81 | |
| | | | Fixes #9670 | |||||
* | Implement tree item context click | Ilia Motornyi | 2017-07-10 | 3 | -10/+125 | |
| | | | | | Fixes #9606 Fixes #9645 Fixes #9647 | |||||
* | Clarification for GridContextClickEvent | Ilia Motornyi | 2017-07-10 | 1 | -0/+26 | |
| | ||||||
* | Update/add since tags (#9627) | Henri Sara | 2017-07-03 | 4 | -13/+52 | |
| | ||||||
* | Fix TreeData item removal, small improvements (#9621) | Ilia Motornyi | 2017-07-03 | 6 | -17/+136 | |
| | | | Fixes #9614 | |||||
* | Add criteria API to make it easier to set acceptance criteria for drag and ↵ | Adam Wagner | 2017-07-03 | 3 | -23/+210 | |
| | | | | | drop (#9605) Fixes #9600 | |||||
* | Map column components by id (#9624) | Teemu Suo-Anttila | 2017-07-03 | 1 | -5/+6 | |
| | | | Fixes #9452 | |||||
* | Add editor open event to Grid Editor (#9623) | Teemu Suo-Anttila | 2017-07-03 | 4 | -0/+137 | |
| | | | Fixes #9596 | |||||
* | Add internal state validators for HasValue (#9532) | Teemu Suo-Anttila | 2017-07-03 | 3 | -2/+36 | |
| | | | This also fixes/improves AbstractDateField validation. |