Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Update ComboBox internal state on new item added (#11094)" (#11331) | Sun Zhe | 2018-11-27 | 1 | -9/+6 |
| | | | | | | | | * Revert "Update ComboBox internal state on new item added (#11094)" This reverts commit 56ce91c6160a252ddcd952bca6eb7037120ebf59. * Add tests to verify the issue | ||||
* | Add javadoc for validate() call in Binder (#11318) | Sun Zhe | 2018-11-15 | 1 | -0/+6 |
| | | | | * Add javadoc for validate() call in Binder | ||||
* | Refactoring DataCommunicator code (#11304) | Anastasia Smirnova | 2018-11-15 | 1 | -9/+9 |
| | | | | | | | This refactoring addresses two issues cased by dropping updatedData before it was processed. Issues arise , when visibility has change. Fixes #11274 and similar issue within RadioButton There is no reliable way to test automatically NativeSelects in Grid, but adding UI test, at least | ||||
* | Correct the logic for validation used in DateField (#11307) | Sun Zhe | 2018-11-13 | 1 | -14/+33 |
| | | | | | | | | Fixes #11276 Refactor the code and correct the logic for validation Rename an internal variable, as it contains more than one type of messages | ||||
* | Update framework to use jetty-server 9.4 (#11272) | Sun Zhe | 2018-11-06 | 1 | -0/+1 |
| | | | Fix upload issue | ||||
* | Code formatting (#11278) | Sun Zhe | 2018-11-06 | 3 | -4/+4 |
| | |||||
* | Fixing NPE in Binder, ported from Flow (#11290) | Mehdi Javan | 2018-11-06 | 2 | -5/+73 |
| | |||||
* | Make value changes in color picker user originated (#11252) | Jeremy Stucki | 2018-11-02 | 1 | -2/+2 |
| | | | | | | | | | * Make value changes in color picker user originated This is not a programmatically initiated event, so it should have the 'userOriginated' property set to 'true'. - Added test to verify that indeed event is user originated after the change | ||||
* | Refactor the usage of KeyMapper in ActionManager. (#11265) | Sun Zhe | 2018-10-26 | 2 | -21/+42 |
| | | | | | | | | | * Add Test for closing window with focused textfield verify issue #10642 * Refactor the code about using keyMapper | ||||
* | Improve setStyleGenerator JavaDocs (#11262) | Tatu Lund | 2018-10-19 | 1 | -0/+6 |
| | | | | | Added note that style generator is not applied to the Editor See also: https://github.com/vaadin/framework/issues/11169 | ||||
* | Revert change to fix issue on removing Grid with components (#11224) | Sun Zhe | 2018-10-12 | 2 | -2/+2 |
| | | | | | | | | | | * Test case for removing Grid with components * This reverts commit b2745dc14f17b510df7321ab3f6285ed317da3b3. Add test case to address the issue with removing gird with components; Current situation: the grid cannot be removed and client-side throw an error. fixes: Revert the corresponding change, as it didn't address any issue which was fixed. | ||||
* | Run formatter to the code (#11227) | Sun Zhe | 2018-10-09 | 3 | -10/+10 |
| | |||||
* | Suppress unavoidable UIDetachedException (#11146) | Leif Åstrand | 2018-10-02 | 4 | -13/+83 |
| | | | | | * Suppress unavoidable UIDetachedException Fixes #11144 | ||||
* | Updated JavaDoc of getColumn(..) method (#11179) | Tatu Lund | 2018-10-01 | 1 | -0/+3 |
| | | | | | | * Updated JavaDoc of getColumn(..) method Fixes https://github.com/vaadin/framework/issues/9920 | ||||
* | Updated Upload.java (#11203) | Michael Benz | 2018-10-01 | 1 | -2/+2 |
| | | | Javadoc correction of typos in getAcceptMimeTypes() and setAcceptMimeTypes(String acceptMimeTypes) | ||||
* | Update master to 8.7-SNAPSHOT (#11208) | Sun Zhe | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | Update ComboBox internal state on new item added (#11094)8.6.0.beta1 | Teemu Suo-Anttila | 2018-09-26 | 1 | -6/+9 |
| | |||||
* | Fixing typo (#11207) | Mehdi Javan | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | Updating since tags (#11200)8.6.0.alpha2 | Mehdi Javan | 2018-09-21 | 3 | -4/+4 |
| | |||||
* | OSGi resource registration via SCR (#11166) | S.W | 2018-09-21 | 1 | -24/+14 |
| | | | * Changed the way resources, themes, and widgetsets are registered to the HttpService by only using the VaadinResourceTrackerComponent | ||||
* | Since tags in 8.5.2 (#11174) | Olli Tietäväinen | 2018-09-07 | 2 | -2/+2 |
| | |||||
* | Fix handler creation to happen on init (#11172) | Teemu Suo-Anttila | 2018-09-07 | 2 | -2/+2 |
| | | | | Fix handler creation to happen on init | ||||
* | Remove objects from ActiveDataHandler that are no longer available in used ↵ | Ilia Motornyi | 2018-09-07 | 2 | -1/+90 |
| | | | | | | DataProvider (#11167) Remove objects from DataCommunicator.ActiveDataHandler that are no longer available in used DataProvider. | ||||
* | Force re-updating the resolutions of DateField (#11159) | Anastasia Smirnova | 2018-09-06 | 1 | -0/+1 |
| | | | Fixes #11099 | ||||
* | Re-enable the Atmosphere heartbeat interceptor (#9877) | Petter Holmström | 2018-09-06 | 1 | -5/+0 |
| | |||||
* | Add API to access features of SelectionModels (#10939) | Teemu Suo-Anttila | 2018-09-04 | 4 | -15/+610 |
| | |||||
* | Upgrade to new Atmosphere (#11122), replace SSH proxy with java-based ↵ | Ilia Motornyi | 2018-09-04 | 1 | -1/+1 |
| | | | | trivial one, fix tests | ||||
* | Add fallback resolvers for CurrentInstance (#10974) | Gilberto Torrezan | 2018-09-03 | 3 | -0/+218 |
| | | | | | | | | | This allow applications to inject custom default instances when the current instances cannot be found by regular means. For example, when VaadinServlet.getCurrent() would return null, a fallback resolver could be invoked to properly create the servlet and return it. | ||||
* | Set correct GWT .dtd definition (#11110) | Ilia Motornyi | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | Improving javadoc of Binder.removeBinding (#11107) | Mehdi Javan | 2018-08-09 | 1 | -1/+18 |
| | | | Fixes #11091 | ||||
* | Document how to handle cancelled file downloads. (#11079) | Ilia Motornyi | 2018-08-07 | 1 | -3/+8 |
| | |||||
* | Fix Grid MultiSelectionModel to always use getId (#11086) | Teemu Suo-Anttila | 2018-07-30 | 3 | -25/+128 |
| | | | Fixes #11083 | ||||
* | Fix DataCommunicator not sending data on filter updates (#11068) | Teemu Suo-Anttila | 2018-07-19 | 3 | -1/+47 |
| | |||||
* | Fix Combobox adding an item with empty string (#11067) | Teemu Suo-Anttila | 2018-07-18 | 1 | -11/+9 |
| | |||||
* | Fix canceling Grid Editor during EditorOpenEvent (#11038) | Teemu Suo-Anttila | 2018-07-11 | 1 | -1/+1 |
| | | | Fixes #11002 | ||||
* | Add xsrf token header if cookie is present (#11034) | Ilia Motornyi | 2018-07-11 | 1 | -0/+11 |
| | | | Fixes #9471 | ||||
* | Fix formatting (#11023) | Ilia Motornyi | 2018-07-04 | 5 | -24/+28 |
| | |||||
* | Fix expanding an added TreeGrid node (#11018) | Teemu Suo-Anttila | 2018-07-02 | 1 | -7/+4 |
| | | | Fixes #9997 | ||||
* | Update project version to 8.6-SNAPSHOT (#11011) | Mehdi Javan | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | Memory leak fix in ConnectorTracker (#10996) | Teemu Suo-Anttila | 2018-06-27 | 2 | -1/+6 |
| | |||||
* | Update since tags (#11001)8.5.0.alpha2 | Teemu Suo-Anttila | 2018-06-27 | 6 | -29/+27 |
| | |||||
* | Code cleanup and serialization test in compatibility package (#10977) | Ilia Motornyi | 2018-06-21 | 1 | -5/+13 |
| | |||||
* | Fix TabSheet attaching and detaching components (#10988) | Teemu Suo-Anttila | 2018-06-19 | 4 | -36/+28 |
| | | | | | | | This patch reverts the fix #10557 and replaces it with a proper solution from Grid perspective. Fixes #10987 Fixes #10985 | ||||
* | Graceful servlet shutdown if no VaadinService is initialized (#10981) | Ilia Motornyi | 2018-06-18 | 1 | -1/+3 |
| | | | Fixes #10980 | ||||
* | Add ACCEPT attribute to Upload (#10906) | Ilia Motornyi | 2018-06-18 | 1 | -0/+31 |
| | | | Fixes #2410 | ||||
* | Fix temporal renderers serialization (#10929) | Ilia Motornyi | 2018-06-13 | 7 | -29/+349 |
| | |||||
* | Fix formatting of some files (#10972) | Ilia Motornyi | 2018-06-12 | 2 | -12/+19 |
| | |||||
* | Remove parse error when changing from invalid to empty date text (#10771) | Alexander Nittka | 2018-06-07 | 2 | -2/+89 |
| | | | Fixes #10673. | ||||
* | Fix NPE check in BindingValidationStatus (#10964) | Olli Tietäväinen | 2018-06-05 | 2 | -1/+14 |
| | |||||
* | Implement serializable predicate helper methods (#10952) | Ilia Motornyi | 2018-06-04 | 1 | -1/+81 |
| |