Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Update Atmosphere to support latest Jetty versions (#9359)" | Teemu Suo-Anttila | 2017-07-11 | 1 | -1/+1 |
| | | | | This reverts commit 6fdea957798b24156fcb301269b867112b96bfb9. | ||||
* | Fix displaying Grid sort order set from server (#9530) | Teemu Suo-Anttila | 2017-07-11 | 1 | -0/+12 |
| | | | Fixes #8316 | ||||
* | Only throw from Binder.bindInstanceFields if there are no bindings at all ↵ | Artur | 2017-07-11 | 3 | -8/+64 |
| | | | | | | (#9487) Fixes #8986 | ||||
* | 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) | ||||
* | Update Atmosphere to support latest Jetty versions (#9359) | Artur | 2017-07-11 | 1 | -1/+1 |
| | | | Fixes #8134, #8135 | ||||
* | 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 | ||||
* | 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 | 2 | -11/+12 |
| | |||||
* | 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 | ||||
* | 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 | 3 | -3/+50 |
| | | | | Closes #8700 | ||||
* | 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. | ||||
* | Make bindInstanceFields not bind fields already bound using functions (#8998) | Artur | 2017-05-08 | 2 | -3/+44 |
| | | | | Fixes #8858 | ||||
* | Remove future version from `@since` | elmot | 2017-05-08 | 1 | -11/+11 |
| | |||||
* | Fix infinite loop in data communication (#8927) | Aleksi Hietanen | 2017-05-08 | 2 | -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 | ||||
* | Fix some javadoc errors (#8873) | Ahmed Ashour | 2017-05-08 | 7 | -24/+23 |
| | |||||
* | Fix bug column and row expand ratio are not persisted (#9028) | Ilia Motornyi | 2017-04-06 | 2 | -14/+31 |
| | | | Fixes #9009 | ||||
* | Add missing @since for 8.0.5 and 7.7.88.0.5 | Pekka Hyvönen | 2017-03-30 | 1 | -3/+5 |
| | |||||
* | Include charset in text/html responses (#8777) | Artur | 2017-03-30 | 4 | -6/+11 |
| | | | | Fixes #8775 | ||||
* | Make CustomField iterator() comply with contract | Artur Signell | 2017-03-30 | 2 | -23/+72 |
| | | | | Fixes #8957 | ||||
* | Fix data not being sent again when adding DataGenerators (#8947) | Teemu Suo-Anttila | 2017-03-30 | 2 | -0/+4 |
| | | | | | | * 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önen | 2017-03-30 | 1 | -0/+30 |
| | |||||
* | Add `closable` style to Error Notifications (#8903) | Jouni Koivuviita | 2017-03-30 | 1 | -0/+7 |
| | | | | | | Add an additional stylename `critical-error` that styles the notification like the Error-type, but without the close button. Fixes #8296 | ||||
* | Improved Binder#hasChanges JavaDoc (#8912) | Matti Tahvonen | 2017-03-30 | 1 | -8/+12 |
| | | | | JavaDoc now more explicitly states that hasChanges is not designed to work with setBean. | ||||
* | Fix infinite loop in data communication (#8951) | Aleksi Hietanen | 2017-03-27 | 1 | -4/+11 |
| | | | Fixes #8479 for Vaadin Framework 8.0 | ||||
* | Set column captions when reading grid from a design file (#8770)8.0.4 | Artur | 2017-03-22 | 2 | -4/+14 |
| | | | Fixes #8752 | ||||
* | Add more 8.0.3 since tags | Henri Sara | 2017-03-22 | 4 | -14/+25 |
| | |||||
* | Support data-location attribute in CustomLayout (#8866) | Henri Sara | 2017-03-22 | 1 | -0/+5 |
| | | | Fixes #8416 | ||||
* | Add @since 8.0.3 tags8.0.3 | elmot | 2017-03-16 | 6 | -0/+26 |
| | |||||
* | Handle unknown connectors consistently and quietly as described in #8111 (#8741) | Artur | 2017-03-16 | 2 | -6/+63 |
| | | | | Fixes #8629 | ||||
* | Correctly write margin info for FormLayout into design files (#8804) | Artur | 2017-03-16 | 4 | -26/+85 |
| | | | Fixes #8800 | ||||
* | Allow changing renderers after column creation (#8841) | Teemu Suo-Anttila | 2017-03-16 | 1 | -1/+44 |
| | | | | Closes #8250 | ||||
* | Correct license location | Ahmed Ashour | 2017-03-16 | 3 | -20/+3 |
| | |||||
* | Make test for EditorSaveEvent.bean field | Ilia Motornyi | 2017-03-16 | 2 | -6/+25 |
| | | | * Fixes #8810, #8658 | ||||
* | Read/write Grid item type to declarative and create columns correctly (#8769) | Artur | 2017-03-16 | 3 | -18/+438 |
| | | | Fixes #8467 | ||||
* | Update frozen column count when a frozen column is removed (#8788) | Artur | 2017-03-16 | 2 | -2/+45 |
| | | | | * Update frozen column count when a frozen column is removed | ||||
* | Add the bean to grid editor events | Giovanni Lovato | 2017-03-16 | 3 | -4/+32 |
| | | | Fixes #8658 | ||||
* | Update JavaDoc for @DesignRoot. (#8805) | anssit | 2017-03-16 | 1 | -4/+5 |
| | | | Emphasise that both location and filename for the design file can be specified in the value parameter. | ||||
* | RichTextField unnecessarily overwrites clear method (#8802) | Ilia Motornyi | 2017-03-16 | 1 | -7/+0 |
| | | | | | | * RichTextField unnecessarily overwrites clear method Fixes #8801 | ||||
* | Update Atmosphere to resolve problems in servlets with multiple mappings (#8785) | Artur | 2017-03-16 | 1 | -1/+1 |
| | | | Fixes #8734 | ||||
* | Add @since 8.0.2 for Grid.removeAllColumns() (#8789) | Ilia Motornyi | 2017-03-16 | 1 | -0/+2 |
| | |||||
* | Correctly detach components in merged cells (#8773) | Artur | 2017-03-16 | 2 | -0/+28 |
| | | | | | | * Correctly detach components in merged cells This was already once fixed in 7.7 in #8142 | ||||
* | Include components in joined cells when finding child components (#8772) | Artur | 2017-03-16 | 5 | -16/+134 |
| | | | Fixes #8722 | ||||
* | Remove extra empty javadocs before package declaration (#8776) | Ahmed Ashour | 2017-03-16 | 9 | -27/+0 |
| |