summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add mouse event details to the drop event (#9485)Adam Wagner2017-06-0710-17/+71
| | | Fixes #9483
* Show empty selection caption in ComboBox (#9468)Teemu Suo-Anttila2017-06-055-7/+56
| | | Fixes #9079
* Improve logging when bean validation is not available Henri Sara2017-06-052-4/+6
| | | Closes #9464
* Mark valo $v-textfield-background-color--readonly as default (#9458)Yuriy Artamonov2017-05-311-1/+1
| | | Fixes #7765
* Allow grid columns to optionally shrink to be narrower than contentsArtur2017-05-308-10/+212
| | | Fixes #8548
* Make TreeData.getChildren() return value immutable (#9455)Henri Sara2017-05-301-3/+5
| | | | | This prevents unsupported modifications such as iterator.remove(). Closes #9446
* Add since tags and javadocsHenri Sara2017-05-302-0/+21
|
* Fix typo in documentation (#9454)Flamenco2017-05-301-1/+1
|
* Clarify javadoc of AbstractListing item icon generatorHenri Sara2017-05-261-2/+5
|
* Make component iterators unmodifiableHenri Sara2017-05-267-9/+19
| | | Fixes #9404
* Add new artifacts to vaadin-all ZIPHenri Sara2017-05-262-0/+21
| | | Fixes #9444
* Find active connector anywhere in the DOM (#9429)Artur2017-05-263-3/+103
| | | Fixes #9419
* Use correct listener in dependency filter testHenri Sara2017-05-262-1/+10
| | | | | This fixes the test after the changes in #9368
* Throw exception if user modifies same binding step twiceTeemu Suo-Anttila2017-05-262-0/+15
| | | Fixes #9427
* Fix `@since` tags from #9206 to 8.0.7Pekka Hyvönen2017-05-261-9/+11
|
* Fixes OOM for broken upload requestIlia Motornyi2017-05-262-0/+70
| | | Related to #9102
* Added constructor to Grid for compatibility with 8.0.7 (#9206) (#9209)Mikhail Buzuverov2017-05-261-2/+19
| | | | | | | | Constructor Grid(Class, DataCommunicator) was added to 8.0.7 and ported to master to maintain backward compatibility. Also fixed javadocs of constructors Grid(DataCommunicator) and Grid(PropertySet, DataCommunicator) to reflect that constructors were backported to 8.0.x and available since 8.0.7
* Make dirty connector handling more deterministic (#9396)Henri Sara2017-05-261-6/+21
| | | | | | | | | Changes in connector tracking and cleaning (#9305) changed the behavior so that the framework runs beforeClientResponse methods in a non-deterministic and possibly different order than before. This change makes the framework call beforeClientResponse methods in a more deterministic order (parents before children) and checks that the connector tracker knows the connector.
* Update release notes for beta (#9422)8.1.0.beta1Henri Sara2017-05-241-1/+1
|
* Fix Escalator javadocs (#9421)Pekka Hyvönen2017-05-241-2/+3
|
* Fix drop indicator when Grid is scrolled (#9417)Pekka Hyvönen2017-05-245-28/+72
| | | | | Now the DnD events are listened from tablewrapper element, which contains also grid's header and footer, making it possible to drop on top of them.
* Allow changing NavigationStateManager (#9410)apolds2017-05-241-0/+4
| | | | | Unregister old NavigationStateManager before setting new one. Fixes #9406
* Fix missing drag image on FF, Safari (#9409)Pekka Hyvönen2017-05-235-79/+284
| | | | | | | | | When CSS transform has been applied, the drag image is missing (safari), or gets offset (FF). Fixed by using custom drag image without transform, and checking for transforms on parent DOM tree. Does NOT fix #9408 When there are frozen columns used, the image needs should not look weird because of the frozen column transitions. The multiselection column is now not shown it is frozen. Fixes #9261
* Make select all work with TreeGrid (#9412)Aleksi Hietanen2017-05-233-3/+133
| | | Fixes #9403
* Fix ComboBoxClosePopupRetainTextTest (#9415)Aleksi Hietanen2017-05-231-3/+9
|
* New Tree component themeIlia Motornyi2017-05-234-35/+40
| | | Fixes #9310
* Correctly use id to identify data when refreshing (#9398)Teemu Suo-Anttila2017-05-239-65/+243
| | | | | | This patch refactors the internals of Grid single selection model implementation. Fixes #9380
* Add MultiSelection support for Tree Component (#9354)Teemu Suo-Anttila2017-05-236-3/+214
|
* Fix CheckboxFocusClickTest on Firefox (#9397)Aleksi Hietanen2017-05-221-4/+5
|
* Add missing since tag to Binder#getFields (#9395)Aleksi Hietanen2017-05-221-1/+1
|
* Fix test module for changed dependency filter APIHenri Sara2017-05-221-3/+5
|
* Add style name to all dragged rows (#9388)Adam Wagner2017-05-213-20/+91
| | | * Add style name to all dragged rows to indicate that they are being dragged
* Fix menu item selection in tests (#9387)Henri Sara2017-05-192-11/+2
| | | | | | When the parent span was not used, the size of the wrong span was used in the calculation of mouse locations for activating a menu item. This occasionally leads to the wrong submenu being opened on IE as the cursor passed over the corner of the next item.
* TreeGrid Sass variables (#9333)Ilia Motornyi2017-05-191-39/+36
| | | Fixes #9311
* Add dependency filters through the service init event (#9368)Leif Åstrand2017-05-193-15/+47
| | | | | | | | We shouldn't create new service loader interfaces since each new such interface has implications for custom integrations. Instead, the VaadinServiceInitListener mechanism should be enhanced to allow such listeners to introduce their own dependency filter implementations similarly to how VaadinServiceInitListener can already be used to contribute new request handlers
* Hide DataGenerator from Column API (#9351)Teemu Suo-Anttila2017-05-193-63/+107
|
* Add style automatically to indicate that an element is being dragged (#9385)Adam Wagner2017-05-193-6/+24
| | | Closes #9223
* Clear errors when clearing binder fields (#9364)Artur2017-05-192-1/+24
| | | | Calling readBean(null) should reset the form state to the initial state it was in before calling writeBean(bean)
* Make VaadinService#isUIActive() public (#9285)Ilia Motornyi2017-05-191-3/+3
|
* Reorganize packages of connectors introduced in 8.1 (#9340)Aleksi Hietanen2017-05-194-8/+7
| | | | | | | | * Move Tree and TreeGrid connectors to different package * Move grid renderers to correct package Only renderers introduced in 8.1 have been moved for backwards compatibility.
* Add a method for getting bound fields from Binder (#9365)Artur2017-05-192-11/+36
|
* Fix resetting of last filter in VComboBox (#9381)Matti Tahvonen2017-05-192-1/+26
| | | | | | Currently the reset method resets the lastFilter as well and then the logic thinks items don’t need to be refreshed when popup is reopened. Fixes #9027 Fixes #7790
* Make it possible for drop target to accept both files and other data (#9382)Adam Wagner2017-05-193-17/+58
|
* Add shorthand for adding a column with ComponentRendererPekka Hyvönen2017-05-194-8/+28
|
* Update Atmosphere to support latest Jetty versions (#9359)Artur2017-05-182-2/+2
| | | Fixes #8134, #8135
* Add TreeData#addRootItems, getRootItemsAleksi Hietanen2017-05-182-0/+80
|
* Add HasHierarchicalDataProvider#setTreeDataAleksi Hietanen2017-05-183-29/+13
| | | | Additionally removes TreeData constructors from Tree and TreeGrid.
* Add stream variants for the child item provider shorthands (#9375)Leif Åstrand2017-05-183-4/+86
|
* Show drop hints when dropping in empty Grid (#9353)Pekka Hyvönen2017-05-187-66/+166
| | | | Also makes sure that the drop location and target row return something sensible in drop event. Clarifies docs on drop location.
* Rename findAndFilterDependencies to findDependencies (#9366)Leif Åstrand2017-05-183-8/+8
| | | | | | | | The old findDependencies method is made private since it's only an implementation detail and should not be used from outside the class. At the same time, the new findAndFilterDependencies method is renamed to findDependencies since there's no longer necessary to have a name that distinguishes it from the variant that doesn't do any filtering.