Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Grid initial render performance (#10579) | Teemu Suo-Anttila | 2018-02-13 | 1 | -1/+0 |
| | | | | Fixes #10232 | ||||
* | Fix usage of Assert in TreeGridTest | Teemu Suo-Anttila | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | Fix TreeGrid to use correct super constructor (#10291) | Jerome Meyer | 2017-11-27 | 2 | -35/+35 |
| | | | | Fixes #10195 | ||||
* | Grid.removeColumn() not to fail silently (#10215)8.1.6 | Ahmed Ashour | 2017-10-23 | 2 | -38/+107 |
| | | | | Fixes #8056 | ||||
* | Prevent Grid refreshAll from getting stuck due mismatched state (#10161) | Ansku | 2017-10-23 | 1 | -3/+0 |
| | | | Fixes #10038 | ||||
* | Fix ColorPickerGrid indexing8.1.5 | Henri Sara | 2017-09-26 | 1 | -3/+3 |
| | | | Fixes #9018 | ||||
* | Show validation error selecting invalid date from DateField (#10013) | Marco Collovati | 2017-09-26 | 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 | ||||
* | Optimize HierarchyMapper (#10003) | Piotr Wilkin | 2017-09-26 | 3 | -18/+89 |
| | | | Fixes parts of #9951, but does not address the issue of grouping pushed updates. | ||||
* | Fix DataCommunicator parameter not used in Grid constructor (#10075) | JenoDK | 2017-09-26 | 3 | -1/+28 |
| | | | Fixes #9944 | ||||
* | Update since tag for ConnectorTracker8.1.4 | Henri Sara | 2017-09-12 | 1 | -1/+1 |
| | |||||
* | Fix incorrect resource name generation (#9957) | Dos Moonen | 2017-09-12 | 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 "/". | ||||
* | Fix making components visible by push (#9934) | Henri Sara | 2017-09-12 | 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 | ||||
* | 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-09-05 | 1 | -1/+1 |
| | |||||
* | Fix AbstractClientConnector stateTypeCache memory leak (#9896) | Aleksi Hietanen | 2017-09-05 | 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 | ||||
* | Fix null check in BackEndDataProvider (#9858) | Henri Sara | 2017-08-29 | 1 | -1/+1 |
| | | | Fixes #9855 | ||||
* | 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-18 | 1 | -1/+1 |
| | |||||
* | Revert Grid row height per section feature (#9823)8.1.2 | Teemu Suo-Anttila | 2017-08-16 | 1 | -92/+6 |
| | | | | | | | Revert changes for #9425 (PRs #9810 and #9813) in the 8.1 branch. This reverts commit bda7e54cb6eadddf07fb19d88479c642c4831a66. This reverts commit 1f878089dec6c03090efbcc79b08edbfbffb7620. | ||||
* | 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 |