Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new test screenshots8.0.78.0 | Teemu Suo-Anttila | 2017-07-13 | 1 | -0/+0 |
| | |||||
* | Add missing since for 8.0.7 | Teemu Suo-Anttila | 2017-07-11 | 1 | -0/+3 |
| | |||||
* | Fix CheckboxFocusClickTest on Firefox (#9397) | Aleksi Hietanen | 2017-07-11 | 1 | -4/+5 |
| | |||||
* | Revert "Update Atmosphere to support latest Jetty versions (#9359)" | Teemu Suo-Anttila | 2017-07-11 | 2 | -2/+2 |
| | | | | This reverts commit 6fdea957798b24156fcb301269b867112b96bfb9. | ||||
* | Fix displaying Grid sort order set from server (#9530) | Teemu Suo-Anttila | 2017-07-11 | 4 | -70/+73 |
| | | | Fixes #8316 | ||||
* | Only throw from Binder.bindInstanceFields if there are no bindings at all ↵ | Artur | 2017-07-11 | 3 | -8/+64 |
| | | | | | | (#9487) Fixes #8986 | ||||
* | Add handler for row height changing in Grid | Teemu Suo-Anttila | 2017-07-11 | 3 | -8/+22 |
| | | | Fixes #9488 | ||||
* | Show empty selection caption in ComboBox (#9468) | Teemu Suo-Anttila | 2017-07-11 | 5 | -7/+56 |
| | | | Fixes #9079 | ||||
* | Make component iterators unmodifiable | Henri Sara | 2017-07-11 | 7 | -9/+19 |
| | | | Fixes #9404 | ||||
* | Clear errors when clearing binder fields (#9364) | Artur | 2017-07-11 | 2 | -1/+24 |
| | | | | Calling readBean(null) should reset the form state to the initial state it was in before calling writeBean(bean) | ||||
* | Fix resetting of last filter in VComboBox (#9381) | Matti Tahvonen | 2017-07-11 | 2 | -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 | ||||
* | Update Atmosphere to support latest Jetty versions (#9359) | Artur | 2017-07-11 | 2 | -2/+2 |
| | | | Fixes #8134, #8135 | ||||
* | Properly init client-side data in GridDataChangeHandlerTest | Teemu Suo-Anttila | 2017-07-11 | 1 | -1/+2 |
| | |||||
* | Wrap DataCommunicator#getBackEndSorting in an unmodifiable list | Aleksi Hietanen | 2017-07-11 | 1 | -2/+3 |
| | |||||
* | Properly remove service destroy listeners (#9304) | Artur | 2017-07-11 | 2 | -1/+31 |
| | | | Fixes #9291 | ||||
* | Make clicking checkbox label call focus listeners (#9271) | Knoobie | 2017-07-11 | 4 | -6/+75 |
| | | | | | Fixes the remaining issue from #3944 for Firefox so that a click on the checkbox label calls the focus listener. Fixes #9290 | ||||
* | Fix the missing focus and blur implementations (#9269) | Knoobie | 2017-07-11 | 1 | -1/+4 |
| | | | | Add (FieldEvents.FocusNotifier & FieldEvents.BlurNotifier) in AbstractTextField. The fields TextField, TextArea and PasswordField are the only focusable input fields where this Implementation is missing. | ||||
* | Fix @since tags from #9208 to point to 8.0.7 (#9440) | Pekka Hyvönen | 2017-05-26 | 1 | -9/+12 |
| | |||||
* | Added constructors which takes DataCommunicator instance to Grid (#9206) (#9208) | Mikhail Buzuverov | 2017-05-26 | 1 | -2/+54 |
| | | | Constructors are backported from master (8.1) | ||||
* | Add since tags for 8.0.68.0.6 | Teemu Suo-Anttila | 2017-05-08 | 6 | -13/+30 |
| | |||||
* | Use 8.0 branch of vaadin-screenshots | Teemu Suo-Anttila | 2017-05-08 | 1 | -0/+0 |
| | |||||
* | Update screenshots reference | elmot | 2017-05-08 | 1 | -0/+0 |
| | |||||
* | Fix data not being sent again when adding DataGenerators (#8947) | Teemu Suo-Anttila | 2017-05-08 | 1 | -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 Escalator | Teemu Suo-Anttila | 2017-05-08 | 1 | -1/+0 |
| | |||||
* | Fix issues in Grid with undefined height (#9104) | Teemu Suo-Anttila | 2017-05-08 | 4 | -64/+183 |
| | |||||
* | Fix client-side memory leak caused by Grid events (#9103) | Aleksi Hietanen | 2017-05-08 | 13 | -129/+379 |
| | | | | | | | Refactors AbstractGridKeyEvent, AbstractGridMouseEvent and their descendants to follow the pattern used in other GWT DomEvents. Fixes #7633 | ||||
* | Add missing methods to compatibility AbstractRendererConnector | Henri Sara | 2017-05-08 | 1 | -0/+45 |
| | | | | Fixes #9096 | ||||
* | Ignore all external events in the Profiler (#9033) | Artur | 2017-05-08 | 1 | -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) | Artur | 2017-05-08 | 3 | -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 initialization | Aleksi Hietanen | 2017-05-08 | 1 | -3/+1 |
| | |||||
* | Use separate identifier for push connections | Aleksi Hietanen | 2017-05-08 | 6 | -9/+82 |
| | | | | Closes #8700 | ||||
* | Remove sendKeys workaround from ComboBoxElement (#9046) | Aleksi Hietanen | 2017-05-08 | 1 | -27/+1 |
| | |||||
* | Correctly set ListSelect style names | Artur | 2017-05-08 | 4 | -20/+159 |
| | | | | Fixes #8901 | ||||
* | Notify a resource load listener many times if it has been added many times ↵ | Artur | 2017-05-08 | 3 | -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) | Artur | 2017-05-08 | 4 | -0/+215 |
| | |||||
* | Check for NullPointer to remove exception spam | Knoobie | 2017-05-08 | 1 | -0/+12 |
| | |||||
* | Use setCaption Javadocs inherited from Component (#9066) | Leif Åstrand | 2017-05-08 | 2 | -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) | Guille | 2017-05-08 | 1 | -1/+1 |
| | |||||
* | Update last video of the tutorial (#9054) | Alejandro | 2017-05-08 | 1 | -1/+1 |
| | | | | This change updates the video for the last step of the tutorial | ||||
* | Updated embedded videos (#9043) | Alejandro | 2017-05-08 | 1 | -23/+14 |
| | | | | | | * Updated to new videos for Vaadin 8 * Update tutorial.adoc | ||||
* | Remove compile-time mockito dependency from client module | Aleksi Hietanen | 2017-05-08 | 1 | -5/+0 |
| | |||||
* | Use release version of TestBench | Artur | 2017-05-08 | 1 | -1/+1 |
| | |||||
* | Update Chrome version in VerifyBrowserVersionTest | Aleksi Hietanen | 2017-05-08 | 1 | -1/+1 |
| | |||||
* | Send view width as width and not height | Artur | 2017-05-08 | 1 | -2/+2 |
| | |||||
* | Correctly set style names for NativeSelect (#9006) | Artur | 2017-05-08 | 3 | -2/+53 |
| | | | | Fixes #9005 | ||||
* | Fix Editor not saving values by pressing Enter (#8946) | Stephen Wellington | 2017-05-08 | 3 | -2/+46 |
| | | | | Fixes #8945 | ||||
* | Make bindInstanceFields not bind fields already bound using functions (#8998) | Artur | 2017-05-08 | 2 | -3/+44 |
| | | | | Fixes #8858 | ||||
* | Fixed @WidgetSet typo -> @Widgetset (#8996) | Jens Jansson | 2017-05-08 | 1 | -1/+1 |
| | |||||
* | Moved docs comment to own row (#8993) | Jens Jansson | 2017-05-08 | 1 | -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 DALICHAMPT | 2017-05-08 | 1 | -10/+10 |
| |