Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Fix Flash expanding with percentage sizing (#8898) | Olli Tietäväinen | 2017-03-22 | 4 | -8/+200 |
| | | | | | Allows Flash embed to expand if percentage dimensions given Fixes #4035 | ||||
* | Check Trident version to detect compatibility mode (#8884) | Dos Moonen | 2017-03-22 | 2 | -8/+46 |
| | | | IE11 in compatibility mode is actually not too old. It's just not recognized as IE11 if you leave the Trident version out of the equation. Checking the Trident version and using it to determine the actual IE version instead of trusting the possibly emulated MSIE version string. | ||||
* | Optimize grid by avoiding redundant row refreshes (#8874) | Henri Sara | 2017-03-22 | 1 | -6/+21 |
| | | | | | | * Optimize grid by avoiding redundant row refreshes * Delay more calls to refreshBody() | ||||
* | Deprecate old DnD functionality (#8864) | Pekka Hyvönen | 2017-03-22 | 36 | -16/+231 |
| | | | Closes #8795 | ||||
* | Add collapse and expand events to TreeGrid (#8889) | Aleksi Hietanen | 2017-03-21 | 4 | -1/+225 |
| | | | Closes #8760 | ||||
* | Measure TreeGrid performance (#8896) | Aleksi Hietanen | 2017-03-21 | 3 | -16/+198 |
| | | | | | | * Update MemoryIT to report median render and request time * Add TreeGrid and TreeTable performance test UIs Addresses the collapsed cases for #8849, #8850 | ||||
* | Add missing since tags for 8.1.0.alpha1 (#8888) | Henri Sara | 2017-03-21 | 7 | -11/+25 |
| | | | | | | | | * Add missing since tags for 8.1.0.alpha1 * Update @since for DataCommunicatorClientRpc * Update @since for DataCommunicator | ||||
* | Add more 8.0.3 since tags | Henri Sara | 2017-03-21 | 5 | -14/+29 |
| | |||||
* | Add @since 8.0.3 tags | elmot | 2017-03-21 | 9 | -0/+34 |
| | |||||
* | Change fromCollection -> ofCollection | Jonni Nakari | 2017-03-21 | 1 | -3/+3 |
| | |||||
* | Support data-location attribute in CustomLayout (#8866) | Henri Sara | 2017-03-20 | 6 | -6/+105 |
| | | | Fixes #8416 | ||||
* | Initial Documentation for TreeGrid and Hierarchical Data (#8880) | Pekka Hyvönen | 2017-03-20 | 15 | -9/+240 |
| | | | | | | * Initial Documentation for TreeGrid and Hierarchical Data Fixes #8615, part of #8616 | ||||
* | Initial documentation for 8.1 Drag and Drop (#8867) | Pekka Hyvönen | 2017-03-20 | 3 | -502/+127 |
| | | | | | | * Initial documentation for 8.1 Drag and Drop Part of #8395 | ||||
* | Fix some javadoc errors (#8873) | Ahmed Ashour | 2017-03-20 | 8 | -23/+22 |
| | |||||
* | Fix readme (#8857)8.1.0.alpha1 | Johannes Häyry | 2017-03-17 | 1 | -11/+10 |
| | | | Fixed badly formatted testUI url and header level | ||||
* | Update release notes for 8.1.0.alpha1 (#8863) | Pekka Hyvönen | 2017-03-17 | 1 | -147/+15 |
| | |||||
* | Add tests for non-compatibility Grid | Teemu Suo-Anttila | 2017-03-16 | 2 | -0/+112 |
| | |||||
* | Always calculate Escalator max row count the same way (#8740) | Artur | 2017-03-16 | 6 | -28/+218 |
| | | | | | | | | | | | | | | * Rename getMaxEscalatorRowCapacity to describe what it does * Always calculate Escalator max row count the same way This changes Escalator to not take a horizontal scrollbar into account when trying to determine "maximum visible rows". This will add another row, compared to previous versions, when there is a horizontal scrollbar. In reality, it would likely make sense to always add 10 more rows to have some buffer above and below the visible area. Fixes #8661 | ||||
* | Handle unknown connectors consistently and quietly as described in #8111 (#8741) | Artur | 2017-03-16 | 2 | -6/+63 |
| | | | | Fixes #8629 | ||||
* | ApplicationRunnerServlet to correctly get last modified application (#8852) | Ahmed Ashour | 2017-03-16 | 2 | -4/+3 |
| | | | Also, change README.txt to the correct test port 8888 | ||||
* | Correctly write margin info for FormLayout into design files (#8804) | Artur | 2017-03-16 | 4 | -26/+85 |
| | | | Fixes #8800 | ||||
* | Remove unnecessary width calculation on Grid initial render (#8848) | Henri Sara | 2017-03-16 | 7 | -31/+232 |
| | | | | | | Do not calculate column widths unnecessarily, especially for columns with fixed width. Fixes #8678 | ||||
* | Hierarchical data (#8842) | Aleksi Hietanen | 2017-03-16 | 29 | -344/+3165 |
| | | | | | | | * Initial HierarchicalDataProvider for TreeGrid * Initial in-memory hierarchical data implementation * TreeGrid declarative support Fixes #8611, Fixes #8620 | ||||
* | Replacement guide javadocs for deprecated classes | Ilia Motornyi | 2017-03-15 | 103 | -34/+374 |
| | | | Fixes #8682 | ||||
* | Replacement guide javadocs for deprecated classes, part two (#8719) | Ilia Motornyi | 2017-03-15 | 26 | -3/+95 |
| | | | Partial fix for #8682 |