summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Indicate when multiple rows are dragged (#9087)Adam Wagner2017-04-172-0/+58
| | | | * Indicate when multiple rows are dragged (#8398)
* Always send a push identifier on UI initializationAleksi Hietanen2017-04-131-3/+1
|
* Add pre-release repository to apicmp profile (#9081)Henri Sara2017-04-131-0/+6
|
* Add LoadStyle.NONE for completely omitting a connectorLeif Åstrand2017-04-136-1/+144
|
* Use separate identifier for push connections8.1.0.alpha5Aleksi Hietanen2017-04-136-10/+83
| | | Closes #8700
* Create combined drop mode to allow both on_top and between drops (#9063)Adam Wagner2017-04-134-0/+68
| | | Resolves #8932
* Grid drag and drop documentation (#9055)Adam Wagner2017-04-134-59/+226
|
* Replace drag over class name with conventional ones (#9059) (#9076)Pekka Hyvönen2017-04-132-26/+70
| | | | | Generate drop target style names on every dragenter to make sure they match the primary style name. Fixes #9058
* Remove sendKeys workaround from ComboBoxElement (#9046)Aleksi Hietanen2017-04-131-27/+1
|
* Panel.setScrollTop() fails with impossibly large numbersOlli Tietäväinen2017-04-133-0/+110
| | | Fixes #1149
* Correctly set ListSelect style namesArtur2017-04-134-20/+159
| | | Fixes #8901
* Notify a resource load listener many times if it has been added many times ↵Artur2017-04-133-3/+83
| | | | | (#9075) This is what the javadoc promises and what DependencyLoader relies on
* Provide GridLayout size and cell elements to JS and TB (#9019)Artur2017-04-134-0/+215
|
* Check for NullPointer to remove exception spamKnoobie2017-04-131-0/+12
|
* Binder with Nested Properties (#8923)chrosim2017-04-128-25/+341
|
* Fix empty TreeGrid (#9067)Aleksi Hietanen2017-04-124-1/+42
|
* Remove Extension suffix from Grid DND classes (#9035)Adam Wagner2017-04-1215-59/+62
|
* Make it possible to drop things between Grid rows (#8979)Adam Wagner2017-04-129-49/+284
| | | | Fixes #8401
* Provide dragged Grid items in server side (#8950)Adam Wagner2017-04-1216-81/+497
| | | | Fixes #8931
* Make it possible to drop things on top of Grid rows (#8747)Adam Wagner2017-04-1213-53/+485
| | | | Fixes #8400
* Make all selected rows draggable (#8746)Adam Wagner2017-04-123-3/+100
| | | | Fixes #8397
* Make Grid rows draggable (#8690)Adam Wagner2017-04-127-12/+466
| | | | | | It is possible to customize the drag data for each row. (#8706) Fixes #8396
* Use setCaption Javadocs inherited from Component (#9066)Leif Åstrand2017-04-122-16/+0
| | | | | | Component.setCaption has thorough Javadocs that are shadowed by a very brief snippet in AbstractComponent and an erroneous description in Panel. By removing those snippets, component classes will instead inherit a much more useful description of the method.
* Fix typo in license (#9060)Guille2017-04-111-1/+1
|
* Update last video of the tutorial (#9054)Alejandro2017-04-111-1/+1
| | | This change updates the video for the last step of the tutorial
* Fix initial expand of TreeGrid itemsAleksi Hietanen2017-04-115-10/+72
| | | Fixes #9050
* Correct TreeGrid documentation for expand and collapseAleksi Hietanen2017-04-101-1/+1
|
* Make Button component draggable (#9038)Adam Wagner2017-04-105-1/+228
| | | | | | * Make Button component draggable (#9037) * Add own state to button drag source
* Updated embedded videos (#9043)Alejandro2017-04-101-23/+14
| | | | | | * Updated to new videos for Vaadin 8 * Update tutorial.adoc
* Remove compile-time mockito dependency from client moduleAleksi Hietanen2017-04-101-5/+0
|
* Update screenshot referenceAleksi Hietanen2017-04-101-0/+0
|
* Use release version of TestBench8.1.0.alpha4Artur2017-04-071-1/+1
|
* Update Chrome version in VerifyBrowserVersionTestAleksi Hietanen2017-04-071-1/+1
|
* Send view width as width and not heightArtur2017-04-061-2/+2
|
* Add server-side expand and collapse to TreeGrid (#9021)Aleksi Hietanen2017-04-0613-43/+588
| | | | | | | | | | | | | | | | * Add server-side expand and collapse to TreeGrid * Add javadocs * Fix variable naming in TreeGridHugeTreeTest * Fix review comments * Merge remote-tracking branch 'github/master' into 8759-server-expand * Clear pending expands when all data is dropped * Add documentation
* Snapshot version update to 8.1 (#9023)Ilia Motornyi2017-04-0537-39/+39
|
* TreeGrid keyboard navigation Ilia Motornyi2017-04-0515-135/+564
| | | Fixes #8758
* Fix bug column and row expand ratio are not persisted Tien Nguyen2017-04-042-14/+31
| | | Fixes #9009
* Add notification of pre-release renderers to grid documentationAleksi Hietanen2017-04-041-31/+34
|
* Correctly set style names for NativeSelect (#9006)Artur2017-04-043-2/+53
| | | Fixes #9005
* Fix Editor not saving values by pressing Enter (#8946)Stephen Wellington2017-04-033-2/+46
| | | Fixes #8945
* Make bindInstanceFields not bind fields already bound using functions (#8998)Artur2017-04-032-3/+44
| | | Fixes #8858
* Fixed @WidgetSet typo -> @Widgetset (#8996)Jens Jansson2017-04-031-1/+1
|
* Moved docs comment to own row (#8993)Jens Jansson2017-04-011-2/+2
| | | | | | * Moved docs comment to own row Anyone can read the TODO comment on https://vaadin.com/docs/-/part/framework/advanced/advanced-logging.html. The comment is directly on same row as normal text, which means that it will be printed out when asciidoc is transformed to html. I moved it now to a new row which will make the asciidoc parser treat is as a comment. Please make a proper fix for it.
* Make getValueProvider return ValueProvider (#8983)Leif Åstrand2017-03-312-3/+31
| | | | | | | | | * Make getValueProvider return ValueProvider The instance can only be a ValueProvider, but the getter previously returned a less specific type. Making the getter return ValueProvider makes it easier to reuse the provider in other contexts that require ValueProvider, e.g. when adding filters to a ListDataProvider.
* Fix method reference syntax in Grid documentation (#8978)Samuel DALICHAMPT2017-03-301-4/+4
|
* Fix column indexing when setting a renderer (#8976)Teemu Suo-Anttila2017-03-304-30/+112
| | | Fixes #8943
* Fix screenshots for VaadinIconSetTest (#8974)8.1.0.alpha3Henri Sara2017-03-301-0/+0
|
* Implement LocalDateRenderer and LocalDateTimeRenderer (#8955)Aleksi Hietanen2017-03-309-10/+704
| | | Closes #8377
* Add Grid.setRowHeight() (#8935)Henri Sara2017-03-298-2/+118
| | | Fixes #8667