Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make all selected rows draggable (#8746) | Adam Wagner | 2017-04-12 | 1 | -1/+15 |
| | | | | Fixes #8397 | ||||
* | Make Grid rows draggable (#8690) | Adam Wagner | 2017-04-12 | 1 | -0/+103 |
| | | | | | | It is possible to customize the drag data for each row. (#8706) Fixes #8396 | ||||
* | Fix initial expand of TreeGrid items | Aleksi Hietanen | 2017-04-11 | 2 | -0/+51 |
| | | | Fixes #9050 | ||||
* | Make Button component draggable (#9038) | Adam Wagner | 2017-04-10 | 1 | -0/+73 |
| | | | | | | * Make Button component draggable (#9037) * Add own state to button drag source | ||||
* | Update Chrome version in VerifyBrowserVersionTest | Aleksi Hietanen | 2017-04-07 | 1 | -1/+1 |
| | |||||
* | Add server-side expand and collapse to TreeGrid (#9021) | Aleksi Hietanen | 2017-04-06 | 4 | -27/+254 |
| | | | | | | | | | | | | | | | | * 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 | 1 | -1/+1 |
| | |||||
* | TreeGrid keyboard navigation | Ilia Motornyi | 2017-04-05 | 3 | -31/+300 |
| | | | Fixes #8758 | ||||
* | Correctly set style names for NativeSelect (#9006) | Artur | 2017-04-04 | 1 | -0/+44 |
| | | | Fixes #9005 | ||||
* | Fix Editor not saving values by pressing Enter (#8946) | Stephen Wellington | 2017-04-03 | 2 | -0/+44 |
| | | | Fixes #8945 | ||||
* | Fix column indexing when setting a renderer (#8976) | Teemu Suo-Anttila | 2017-03-30 | 2 | -2/+57 |
| | | | Fixes #8943 | ||||
* | Implement LocalDateRenderer and LocalDateTimeRenderer (#8955) | Aleksi Hietanen | 2017-03-30 | 2 | -0/+97 |
| | | | Closes #8377 | ||||
* | Add Grid.setRowHeight() (#8935) | Henri Sara | 2017-03-29 | 4 | -0/+65 |
| | | | Fixes #8667 | ||||
* | Fix NativeSelect inner component size (#8737) | Ilia Motornyi | 2017-03-28 | 3 | -0/+81 |
| | | | Fixes #8702 | ||||
* | Fix data not being sent again when adding DataGenerators (#8947) | Teemu Suo-Anttila | 2017-03-28 | 2 | -2/+31 |
| | | | | | | * 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 | 2 | -2/+2 |
| | |||||
* | 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. | ||||
* | Use computed style for Escalator size calculations (#8861) | Artur | 2017-03-27 | 2 | -0/+84 |
| | | | | | | | | | | | | | * 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 | 2 | -0/+78 |
| | | | | | | | | | | * 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 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 | 2 | -0/+79 |
| | | | Fixes #8790 | ||||
* | Clean DropEvent and DragEndEvent properties (#8925) | Adam Wagner | 2017-03-24 | 1 | -4/+2 |
| | | | | | | | | * 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 | 2 | -0/+97 |
| | | | Fixes #8590 | ||||
* | Fix default header content changes on init (#8921) | Teemu Suo-Anttila | 2017-03-24 | 2 | -3/+17 |
| | | | | | 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 | 4 | -5/+131 |
| | | | Fixes #8846 | ||||
* | Fix FlashExpansionTest (#8919) | Henri Sara | 2017-03-23 | 1 | -6/+5 |
| | |||||
* | Fix Flash expanding with percentage sizing (#8898) | Olli Tietäväinen | 2017-03-22 | 2 | -0/+93 |
| | | | | | Allows Flash embed to expand if percentage dimensions given Fixes #4035 | ||||
* | Add collapse and expand events to TreeGrid (#8889) | Aleksi Hietanen | 2017-03-21 | 2 | -0/+39 |
| | | | 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 | ||||
* | Support data-location attribute in CustomLayout (#8866) | Henri Sara | 2017-03-20 | 3 | -0/+90 |
| | | | Fixes #8416 | ||||
* | 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 | 4 | -2/+180 |
| | | | | | | | | | | | | | | * 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 | ||||
* | ApplicationRunnerServlet to correctly get last modified application (#8852) | Ahmed Ashour | 2017-03-16 | 1 | -2/+1 |
| | | | Also, change README.txt to the correct test port 8888 | ||||
* | Remove unnecessary width calculation on Grid initial render (#8848) | Henri Sara | 2017-03-16 | 4 | -0/+176 |
| | | | | | | Do not calculate column widths unnecessarily, especially for columns with fixed width. Fixes #8678 | ||||
* | Hierarchical data (#8842) | Aleksi Hietanen | 2017-03-16 | 6 | -217/+403 |
| | | | | | | | * Initial HierarchicalDataProvider for TreeGrid * Initial in-memory hierarchical data implementation * TreeGrid declarative support Fixes #8611, Fixes #8620 | ||||
* | Allow changing renderers after column creation (#8841) | Teemu Suo-Anttila | 2017-03-15 | 2 | -0/+153 |
| | | | Closes #8250 | ||||
* | Fix removing rows from the middle of Escalator (#8826) | Pekka Hyvönen | 2017-03-14 | 3 | -1/+44 |
| | | | | | | * Fix removing rows from the middle of Escalator Fixes #8825 | ||||
* | Correct license location | Ahmed Ashour | 2017-03-14 | 10 | -159/+120 |
| | |||||
* | Correctly adjust upload button borders inside a component group (#8817) | Artur | 2017-03-13 | 2 | -0/+97 |
| | | | | * Correctly adjust upload button borders inside a component group | ||||
* | Fix detach of grid when it contains frozen columns (#8803) | Artur | 2017-03-13 | 4 | -66/+136 |
| | | | | | | * Fix detach of grid when it contains frozen columns Fixes #8748 | ||||
* | Migrate Escalator tests for 8 (#8811) | Pekka Hyvönen | 2017-03-13 | 13 | -76/+64 |
| | | | | | | * Migrate Escalator tests for 8 Tests require reindeer / base for escalator to render correctly. | ||||
* | Fix ComboBox popup location on scrolled pages in IE/Firefox | Henri Sara | 2017-03-10 | 3 | -0/+156 |
| | | | Fixes #8778 | ||||
* | Initial implementation of ComponentRenderer for Grid (#8743) | Teemu Suo-Anttila | 2017-03-09 | 2 | -0/+162 |
| | | | | Fixes #8622 Fixes #8623 | ||||
* | Fix Upload and push in TabSheet (#8782) | Ilia Motornyi | 2017-03-09 | 2 | -0/+80 |
| | | | | | Also fixes JSNI calls in compatibility Upload component. Fixes #8728 for the compatibility package | ||||
* | Avoid double unregister of columns on the client side | Artur Signell | 2017-03-08 | 2 | -0/+66 |
| | | | | | | | Columns unregister themselves from the grid through removeColumn, also when the whole grid is removed. Fixes #8748 | ||||
* | Fix some generics warnings in Eclipse | Ahmed Ashour | 2017-03-08 | 13 | -23/+27 |
| | |||||
* | Fix client-side error when Upload in TabSheet and Push | Johannes Tuikkala | 2017-03-07 | 2 | -0/+154 |
| | | | Fixes #8728 | ||||
* | Restore column based width for compatibility selects | Teemu Suo-Anttila | 2017-03-07 | 4 | -0/+74 |
| | |||||
* | Picked all changes from 7.7 | Teemu Suo-Anttila | 2017-03-07 | 16 | -11/+363 |
| | | | | | Synchronises parts of compatibility package code to match 7.7 Picks suitable patches for 8 code as well |