Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make Button component draggable (#9038) | Adam Wagner | 2017-04-10 | 5 | -1/+228 | |
| | | | | | | * Make Button component draggable (#9037) * Add own state to button drag source | |||||
* | Updated embedded videos (#9043) | Alejandro | 2017-04-10 | 1 | -23/+14 | |
| | | | | | | * Updated to new videos for Vaadin 8 * Update tutorial.adoc | |||||
* | Remove compile-time mockito dependency from client module | Aleksi Hietanen | 2017-04-10 | 1 | -5/+0 | |
| | ||||||
* | Update screenshot reference | Aleksi Hietanen | 2017-04-10 | 1 | -0/+0 | |
| | ||||||
* | Use release version of TestBench8.1.0.alpha4 | Artur | 2017-04-07 | 1 | -1/+1 | |
| | ||||||
* | Update Chrome version in VerifyBrowserVersionTest | Aleksi Hietanen | 2017-04-07 | 1 | -1/+1 | |
| | ||||||
* | Send view width as width and not height | Artur | 2017-04-06 | 1 | -2/+2 | |
| | ||||||
* | Add server-side expand and collapse to TreeGrid (#9021) | Aleksi Hietanen | 2017-04-06 | 13 | -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 Motornyi | 2017-04-05 | 37 | -39/+39 | |
| | ||||||
* | TreeGrid keyboard navigation | Ilia Motornyi | 2017-04-05 | 15 | -135/+564 | |
| | | | Fixes #8758 | |||||
* | Fix bug column and row expand ratio are not persisted | Tien Nguyen | 2017-04-04 | 2 | -14/+31 | |
| | | | Fixes #9009 | |||||
* | Add notification of pre-release renderers to grid documentation | Aleksi Hietanen | 2017-04-04 | 1 | -31/+34 | |
| | ||||||
* | Correctly set style names for NativeSelect (#9006) | Artur | 2017-04-04 | 3 | -2/+53 | |
| | | | Fixes #9005 | |||||
* | Fix Editor not saving values by pressing Enter (#8946) | Stephen Wellington | 2017-04-03 | 3 | -2/+46 | |
| | | | Fixes #8945 | |||||
* | Make bindInstanceFields not bind fields already bound using functions (#8998) | Artur | 2017-04-03 | 2 | -3/+44 | |
| | | | Fixes #8858 | |||||
* | Fixed @WidgetSet typo -> @Widgetset (#8996) | Jens Jansson | 2017-04-03 | 1 | -1/+1 | |
| | ||||||
* | Moved docs comment to own row (#8993) | Jens Jansson | 2017-04-01 | 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. | |||||
* | Make getValueProvider return ValueProvider (#8983) | Leif Åstrand | 2017-03-31 | 2 | -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 DALICHAMPT | 2017-03-30 | 1 | -4/+4 | |
| | ||||||
* | Fix column indexing when setting a renderer (#8976) | Teemu Suo-Anttila | 2017-03-30 | 4 | -30/+112 | |
| | | | Fixes #8943 | |||||
* | Fix screenshots for VaadinIconSetTest (#8974)8.1.0.alpha3 | Henri Sara | 2017-03-30 | 1 | -0/+0 | |
| | ||||||
* | Implement LocalDateRenderer and LocalDateTimeRenderer (#8955) | Aleksi Hietanen | 2017-03-30 | 9 | -10/+704 | |
| | | | Closes #8377 | |||||
* | Add Grid.setRowHeight() (#8935) | Henri Sara | 2017-03-29 | 8 | -2/+118 | |
| | | | Fixes #8667 | |||||
* | Make CustomField iterator() comply with contract | Artur Signell | 2017-03-29 | 2 | -23/+72 | |
| | | | | Fixes #8957 | |||||
* | Fix ComboBox item select method in example (#8964) | hlxnd | 2017-03-28 | 1 | -1/+1 | |
| | ||||||
* | Update Vaadin Spring to 2.0.1 in BOM (#8963) | Pekka Hyvönen | 2017-03-28 | 1 | -1/+1 | |
| | | | | * Update Vaadin Spring to 2.0.1 in BOM | |||||
* | Fix NativeSelect inner component size (#8737) | Ilia Motornyi | 2017-03-28 | 5 | -0/+105 | |
| | | | Fixes #8702 | |||||
* | Fix data not being sent again when adding DataGenerators (#8947) | Teemu Suo-Anttila | 2017-03-28 | 5 | -2/+41 | |
| | | | | | | * Fix data not being sent again when adding DataGenerators * Fix header component detaching, revert early header cleanup | |||||
* | Move select all visible to multi selection model interface (#8627) | Pekka Hyvönen | 2017-03-27 | 5 | -66/+78 | |
| | ||||||
* | Fix Binder documentation on ValidationException (#8949) | Pekka Hyvönen | 2017-03-27 | 2 | -1/+31 | |
| | ||||||
* | Add `closable` style to Error Notifications (#8903) | Jouni Koivuviita | 2017-03-27 | 4 | -3/+26 | |
| | | | | | | Add an additional stylename `critical-error` that styles the notification like the Error-type, but without the close button. Fixes #8296 | |||||
* | Added test for removing last row in cache | Pekka Hyvönen | 2017-03-27 | 2 | -1/+47 | |
| | | | | | This is a test case for #8840 using TreeGrid. Cannot be picked for 8.0. | |||||
* | Fix removing rows over the cached range in Grid | Pekka Hyvönen | 2017-03-27 | 1 | -1/+9 | |
| | | | | Fixes #8840 | |||||
* | Use computed style for Escalator size calculations (#8861) | Artur | 2017-03-27 | 4 | -59/+197 | |
| | | | | | | | | | | | | | * Use computed style for Escalator size calculations The old method of using getBoundingClientRect does not work as expected if a transform has been applied to the element or one of its parents. For instance PopupView animates itself using a scale(0) -> scale(1) animation. When scale(0) is active, getBoundingClientRect will return 0 for all sizes while computed style ignores the transform and returns the expected value. Fixes #8793 | |||||
* | Fix infinite loop in data communication (#8927) | Aleksi Hietanen | 2017-03-27 | 4 | -10/+94 | |
| | | | | | | | | | | * 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 | |||||
* | Use textContent instead of innerText in TextRenderer (#8936) | Henri Sara | 2017-03-27 | 1 | -1/+8 | |
| | | | | | | | | * Use textContent instead of innerText in TextRenderer This improves standards compliance and reduces unnecessary layouting. Optimization suggested by Oskar Hýbl, Cleverbee solutions | |||||
* | Fix TreeGridBasicFeaturesTest for IE11 (#8933) | Ilia Motornyi | 2017-03-24 | 1 | -0/+6 | |
| | ||||||
* | Improve caching when expanding nodes in hierarchical data (#8902) | Teemu Suo-Anttila | 2017-03-24 | 4 | -31/+223 | |
| | | | Fixes #8790 | |||||
* | Clean DropEvent and DragEndEvent properties (#8925) | Adam Wagner | 2017-03-24 | 9 | -41/+39 | |
| | | | | | | | | * Add dropEffect parameter to DragEndEvent (#8895) * Remove drop effect from drop event (#8895) * Make sure that drop effect is not null | |||||
* | Make CloseSessionTest more stable with waitUntil (#8928) | Teemu Suo-Anttila | 2017-03-24 | 1 | -0/+3 | |
| | ||||||
* | Add possibility to configure the content mode of TabSheet tabs (#8920) | Aleksi Hietanen | 2017-03-24 | 5 | -3/+130 | |
| | | | Fixes #8590 | |||||
* | Add API support for setting server side drag data (#8915) | Adam Wagner | 2017-03-24 | 3 | -0/+57 | |
| | | | | | | | | | | * Add API support for setting server side drag data * Fix javadocs * Add server side drag data API to ASCII doc * Fix some javadocs and documentation details | |||||
* | Fix default header content changes on init (#8921) | Teemu Suo-Anttila | 2017-03-24 | 3 | -15/+31 | |
| | | | | | This patch also enables an old test that was pending #8128 Fixes vaadin/framework8-issues#556 | |||||
* | Add feature to disable collapsing items in TreeGrid (#8879) | Teemu Suo-Anttila | 2017-03-23 | 12 | -87/+346 | |
| | | | Fixes #8846 | |||||
* | Fix FlashExpansionTest (#8919) | Henri Sara | 2017-03-23 | 1 | -6/+5 | |
| | ||||||
* | Update since tags for 8.1.0.alpha2 (#8917)8.1.0.alpha2 | Henri Sara | 2017-03-23 | 2 | -7/+7 | |
| | | | | * Update since tags for 8.1.0.alpha2 | |||||
* | Add tip for GUI components with Vaadin 8 (#8899) | Masashi Nakane | 2017-03-23 | 1 | -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 | |||||
* | Improved Binder#hasChanges JavaDoc (#8912) | Matti Tahvonen | 2017-03-22 | 1 | -8/+12 | |
| | | | | JavaDoc now more explicitly states that hasChanges is not designed to work with setBean. | |||||
* | Remove support for transfer data type (#8910) | Adam Wagner | 2017-03-22 | 12 | -231/+135 | |
| | | | | | | * Remove API for setting arbitrary drag data * Store the drag source component in the UI Fixes #8893 | |||||
* | Set column captions when reading grid from a design file (#8770) | Artur | 2017-03-22 | 2 | -4/+14 | |
| | | | Fixes #8752 |