summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix link in "Vaadin Spring Tips" article (#11214)Kari Söderholm2018-10-011-1/+1
| | | Link to `3.0` branch of `vaadin/spring` which is the latest version for Vaadin 8 and latest version branch to contain this mentioned file with this path/name.
* Updated JavaDoc of getColumn(..) method (#11179)Tatu Lund2018-10-011-0/+3
| | | | | | * Updated JavaDoc of getColumn(..) method Fixes https://github.com/vaadin/framework/issues/9920
* Replaced Grid's internal size calculation fix with an indexing fix. (#11154)Anna Koskinen2018-10-014-18/+149
| | | | | | - More lightweight, and fixes things for any custom implementations of Escalator as well. Fixes #11044
* Updated Upload.java (#11203)Michael Benz2018-10-011-2/+2
| | | Javadoc correction of typos in getAcceptMimeTypes() and setAcceptMimeTypes(String acceptMimeTypes)
* Introduce delay for ChameleonTheme test (#11210)Sun Zhe2018-10-011-0/+1
|
* Update master to 8.7-SNAPSHOT (#11208)Sun Zhe2018-09-2766-66/+66
|
* Update ComboBox internal state on new item added (#11094)8.6.0.beta1Teemu Suo-Anttila2018-09-264-27/+45
|
* Fixing typo (#11207)Mehdi Javan2018-09-261-1/+1
|
* Update release note for framework 8.6.0.beta1 (#11205)Sun Zhe2018-09-261-4/+6
| | | | * Update release note for framework 8.6.0.beta1
* Updating since tags (#11200)8.6.0.alpha2Mehdi Javan2018-09-216-8/+8
|
* OSGi resource registration via SCR (#11166)S.W2018-09-2111-185/+338
| | | * Changed the way resources, themes, and widgetsets are registered to the HttpService by only using the VaadinResourceTrackerComponent
* update uitest screenshot reference (#11197)Sun Zhe2018-09-213-0/+0
| | | | | | | | * update uitest screenshot reference * one more screenshot * screenshot for table drop indicator
* Fix/focus inside window chrome (#11142)Mehdi Javan2018-09-193-37/+176
| | | | Fixes #11087
* Fixing RadioButtonGroup exception in Window (#11181)Mehdi Javan2018-09-173-1/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * discardStaleCacheEntries is moved to a proper place before updating indexToRowMap and keyToIndexMap maps. In its previous place, it cleared the data that was just put in the maps. Fixes #11143 * Adding test * Removing extra annotations * Updating chrome version to 69 in tests (#11182) * Updating Chrome version to 69 * Updating screenshots taken in Chrome 69 * Fixing screenshots * Fixing screenshots * Adding some wait commands to tests * Fixing screenshots * Revert: Fixing screenshots * More screenshots * - Adding wait commands to make sure the transitions end before screenshot - Fixing a screenshot * Correcting a mistake of using wait instead of sleep * Fixing more screenshots * Increasing the height of ContextMenu (Because of limitation of new Chrome 69 in terms of minimum window height, ContextMenu size can't be tested with a small height.)
* Updating chrome version to 69 in tests (#11182)Mehdi Javan2018-09-17201-9/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Updating Chrome version to 69 * Updating screenshots taken in Chrome 69 * Fixing screenshots * Fixing screenshots * Adding some wait commands to tests * Fixing screenshots * Revert: Fixing screenshots * More screenshots * - Adding wait commands to make sure the transitions end before screenshot - Fixing a screenshot * Correcting a mistake of using wait instead of sleep * Fixing more screenshots * Increasing the height of ContextMenu (Because of limitation of new Chrome 69 in terms of minimum window height, ContextMenu size can't be tested with a small height.)
* Since tags in 8.5.2 (#11174)Olli Tietäväinen2018-09-072-2/+2
|
* Fix handler creation to happen on init (#11172)Teemu Suo-Anttila2018-09-076-50/+67
| | | | Fix handler creation to happen on init
* Ensure that HeaderRow is not null in Grid (#11165)Anastasia Smirnova2018-09-073-0/+54
| | | | | Ensure that HeaderRow is not null in Grid Fixes #10485
* Fix handling of hidden Components in Grid(#10367)Marco Collovati2018-09-073-4/+215
|
* Remove objects from ActiveDataHandler that are no longer available in used ↵Ilia Motornyi2018-09-072-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 Smirnova2018-09-063-0/+72
| | | Fixes #11099
* Re-enable the Atmosphere heartbeat interceptor (#9877)Petter Holmström2018-09-061-5/+0
|
* Add API to access features of SelectionModels (#10939)Teemu Suo-Anttila2018-09-044-15/+610
|
* Upgrade to new Atmosphere (#11122), replace SSH proxy with java-based ↵Ilia Motornyi2018-09-0410-63/+158
| | | | trivial one, fix tests
* Upgrading Vaadin Spring Add-on to 3.1.1 (#11158)Mehdi Javan2018-09-031-1/+1
|
* Add fallback resolvers for CurrentInstance (#10974)Gilberto Torrezan2018-09-033-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.
* Update tests for new Chrome (#11150)Ilia Motornyi2018-08-319-29/+40
|
* Fix broken link to mobile d&d polyfill (#11127)haiwan2018-08-231-1/+1
|
* Fix Grid stylename in documentation (#11130)haiwan2018-08-221-1/+1
|
* Update stale.yml (#11123)Matti Tahvonen2018-08-211-1/+1
|
* Lift frozen columns up to allow some z-index changes beneath them. (#11117)Anna Koskinen2018-08-213-0/+149
| | | Fixes #9787
* Set correct GWT .dtd definition (#11110)Ilia Motornyi2018-08-1310-11/+11
|
* Improving javadoc of Binder.removeBinding (#11107)Mehdi Javan2018-08-091-1/+18
| | | Fixes #11091
* Document how to handle cancelled file downloads. (#11079)Ilia Motornyi2018-08-072-5/+34
|
* Fix Escalator to properly reset height by rows (#11090)Mehdi Javan2018-07-304-7/+91
|
* Add mention of ContextMenu changes to Release Notes (#11085)8.6.0.alpha1Teemu Suo-Anttila2018-07-301-1/+3
|
* Fix Grid MultiSelectionModel to always use getId (#11086)Teemu Suo-Anttila2018-07-303-25/+128
| | | Fixes #11083
* Fix Grid Editor closing and disabling at same time (#11078)Mehdi Javan2018-07-203-1/+192
| | | Fixes #10688
* Fix removal tabsheets if last one is selected (#11070)Ilia Motornyi2018-07-193-3/+66
| | | Fixes #10925
* Fixed typo (#11072)Ilia Motornyi2018-07-191-1/+1
|
* Fix DataCommunicator not sending data on filter updates (#11068)Teemu Suo-Anttila2018-07-193-1/+47
|
* Update version numbers in Release Notes (#11062)Teemu Suo-Anttila2018-07-194-5/+95
| | | | | This patch also introduces missing tests for newer Wildfly versions. Addresses #11050
* Fix Combobox adding an item with empty string (#11067)Teemu Suo-Anttila2018-07-181-11/+9
|
* Advance spring addon version (#11063)Ilia Motornyi2018-07-181-1/+1
|
* Upgrade ContextMenu version in BOM (#11065)Teemu Suo-Anttila2018-07-181-1/+1
|
* Update TestBench version to 5.2.0 (#11058)Guille2018-07-172-2/+2
|
* Fix Grid resetting row height on resize (#11056)Teemu Suo-Anttila2018-07-171-1/+6
|
* Ported change from 7.7 to compatibility - ComboBox popup position while ↵Ilia Motornyi2018-07-161-4/+65
| | | | | scrolling (#11055) Fixes #5043
* Fix Grid internal size calculations on vertical resize (#11046)Teemu Suo-Anttila2018-07-131-4/+12
|
* Fix canceling Grid Editor during EditorOpenEvent (#11038)Teemu Suo-Anttila2018-07-113-1/+23
| | | Fixes #11002