summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add since tags for 8.0.68.0.6Teemu Suo-Anttila2017-05-086-13/+30
|
* Use 8.0 branch of vaadin-screenshotsTeemu Suo-Anttila2017-05-081-0/+0
|
* Update screenshots referenceelmot2017-05-081-0/+0
|
* Fix data not being sent again when adding DataGenerators (#8947)Teemu Suo-Anttila2017-05-081-0/+3
| | | | | | * Fix data not being sent again when adding DataGenerators * Fix header component detaching, revert early header cleanup
* Remove unnecessary logging from setHeightByRows in EscalatorTeemu Suo-Anttila2017-05-081-1/+0
|
* Fix issues in Grid with undefined height (#9104)Teemu Suo-Anttila2017-05-084-64/+183
|
* Fix client-side memory leak caused by Grid events (#9103)Aleksi Hietanen2017-05-0813-129/+379
| | | | | | | Refactors AbstractGridKeyEvent, AbstractGridMouseEvent and their descendants to follow the pattern used in other GWT DomEvents. Fixes #7633
* Add missing methods to compatibility AbstractRendererConnectorHenri Sara2017-05-081-0/+45
| | | | Fixes #9096
* Ignore all external events in the Profiler (#9033)Artur2017-05-081-0/+6
| | | | | This fixes problems with profiling the initial paint: "SEVERE: Got end event for leftoversDownload.runAsync but is currently in null"
* Fix problem when reading a nested Design based on a GridLayout (#9092)Artur2017-05-083-6/+62
| | | | | | | | The parent Design must leave child handling to the nested design, when there are no children defined in the parent Design. This fixes a problem with com.vaadin.ui.GridLayout$OutOfBoundsException when the reading operation of the parent design tries to set number of rows according to its empty content.
* Always send a push identifier on UI initializationAleksi Hietanen2017-05-081-3/+1
|
* Use separate identifier for push connectionsAleksi Hietanen2017-05-086-9/+82
| | | | Closes #8700
* Remove sendKeys workaround from ComboBoxElement (#9046)Aleksi Hietanen2017-05-081-27/+1
|
* Correctly set ListSelect style namesArtur2017-05-084-20/+159
| | | | Fixes #8901
* Notify a resource load listener many times if it has been added many times ↵Artur2017-05-083-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-05-084-0/+215
|
* Check for NullPointer to remove exception spamKnoobie2017-05-081-0/+12
|
* Use setCaption Javadocs inherited from Component (#9066)Leif Åstrand2017-05-082-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-05-081-1/+1
|
* Update last video of the tutorial (#9054)Alejandro2017-05-081-1/+1
| | | | This change updates the video for the last step of the tutorial
* Updated embedded videos (#9043)Alejandro2017-05-081-23/+14
| | | | | | * Updated to new videos for Vaadin 8 * Update tutorial.adoc
* Remove compile-time mockito dependency from client moduleAleksi Hietanen2017-05-081-5/+0
|
* Use release version of TestBenchArtur2017-05-081-1/+1
|
* Update Chrome version in VerifyBrowserVersionTestAleksi Hietanen2017-05-081-1/+1
|
* Send view width as width and not heightArtur2017-05-081-2/+2
|
* Correctly set style names for NativeSelect (#9006)Artur2017-05-083-2/+53
| | | | Fixes #9005
* Fix Editor not saving values by pressing Enter (#8946)Stephen Wellington2017-05-083-2/+46
| | | | Fixes #8945
* Make bindInstanceFields not bind fields already bound using functions (#8998)Artur2017-05-082-3/+44
| | | | Fixes #8858
* Fixed @WidgetSet typo -> @Widgetset (#8996)Jens Jansson2017-05-081-1/+1
|
* Moved docs comment to own row (#8993)Jens Jansson2017-05-081-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.
* Fix method reference syntax in Grid documentation (#8978)Samuel DALICHAMPT2017-05-081-10/+10
|
* Fix column indexing when setting a renderer (#8976)Teemu Suo-Anttila2017-05-084-30/+112
| | | | Fixes #8943
* Remove future version from `@since`elmot2017-05-081-11/+11
|
* Fix infinite loop in data communication (#8927)Aleksi Hietanen2017-05-082-23/+141
| | | | | | | | | | * Fix infinite loop in data communication * Switch to less aggressive reset when data communication is out of sync * Remove triggering of reset if reset is already being performed * Avoid redundant collection of streams in DataCommunicator
* Add tip for GUI components with Vaadin 8 (#8899)Masashi Nakane2017-05-081-0/+4
| | | | | | | | * Use difference GUI component for Vaadin 8 With Vaadin Framework 8, Tutorial learner should use different setting and component for form development * Better explanation
* Change fromCollection -> ofCollectionJonni Nakari2017-05-081-3/+3
|
* Fix some javadoc errors (#8873)Ahmed Ashour2017-05-088-25/+24
|
* Fix readme (#8857)Johannes Häyry2017-05-081-11/+10
| | | Fixed badly formatted testUI url and header level
* Upgrade GWT to version 2.8.1 (#9237)Ilia Motornyi2017-05-051-1/+1
|
* Fix bug column and row expand ratio are not persisted (#9028)Ilia Motornyi2017-04-062-14/+31
| | | Fixes #9009
* Add missing @since for 8.0.5 and 7.7.88.0.5Pekka Hyvönen2017-03-304-5/+11
|
* Include charset in text/html responses (#8777)Artur2017-03-306-8/+17
| | | | Fixes #8775
* Fix Panel.setScrollTop() for large values (#8563)Olli Tietäväinen2017-03-303-0/+110
| | | Fixes #1149
* Make CustomField iterator() comply with contractArtur Signell2017-03-302-23/+72
| | | | Fixes #8957
* Fix ComboBox item select method in example (#8964)hlxnd2017-03-301-1/+1
|
* Update Vaadin Spring to 2.0.1 in BOM (#8963)Pekka Hyvönen2017-03-301-1/+1
| | | | * Update Vaadin Spring to 2.0.1 in BOM
* Fix NativeSelect inner component size (#8737)Ilia Motornyi2017-03-305-0/+105
| | | | Fixes #8702
* Fix data not being sent again when adding DataGenerators (#8947)Teemu Suo-Anttila2017-03-305-2/+41
| | | | | | * Fix data not being sent again when adding DataGenerators * Fix header component detaching, revert early header cleanup
* Fix Binder documentation on ValidationException (#8949)Pekka Hyvönen2017-03-302-1/+31
|
* Add `closable` style to Error Notifications (#8903)Jouni Koivuviita2017-03-304-3/+26
| | | | | | Add an additional stylename `critical-error` that styles the notification like the Error-type, but without the close button. Fixes #8296