Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Allow changing renderers after column creation (#8841) | Teemu Suo-Anttila | 2017-03-15 | 8 | -26/+296 |
| | | | Closes #8250 | ||||
* | Update custom fonts page. | Rolf Smeds | 2017-03-15 | 1 | -23/+9 |
| | |||||
* | components-grid to use correct function setHidable (#8843) | Michael Benz | 2017-03-14 | 1 | -2/+2 |
| | | | | | | | | | * components-grid to use correct function setHidable The correct function to use in Vaadin 8 (also before) is setHidable() https://vaadin.com/api/8.0.0/com/vaadin/ui/Grid.Column.html#setHidable-boolean- For 7.7.7: https://vaadin.com/api/7.7.7/com/vaadin/ui/Grid.Column.html#setHidable-boolean- | ||||
* | Fix removing rows from the middle of Escalator (#8826) | Pekka Hyvönen | 2017-03-14 | 4 | -9/+46 |
| | | | | | | * Fix removing rows from the middle of Escalator Fixes #8825 | ||||
* | Correct license location | Ahmed Ashour | 2017-03-14 | 15 | -185/+125 |
| | |||||
* | Make test for EditorSaveEvent.bean field | Ilia Motornyi | 2017-03-14 | 2 | -6/+25 |
| | | | * Fixes #8810, #8658 | ||||
* | Build report changes for Vaadin Framework 8.1 (#8823) | Henri Sara | 2017-03-14 | 2 | -14/+9 |
| | | | | | | | | | * Use only one staging repository * Move "Close milestone" to a later step Note that these changes only apply to 8.1+. * Add BOM as expected artifact | ||||
* | Read/write Grid item type to declarative and create columns correctly (#8769) | Artur | 2017-03-13 | 3 | -18/+438 |
| | | | Fixes #8467 | ||||
* | Correctly adjust upload button borders inside a component group (#8817) | Artur | 2017-03-13 | 4 | -0/+114 |
| | | | | * Correctly adjust upload button borders inside a component group | ||||
* | Fix broken link (#8812) | Ilia Motornyi | 2017-03-13 | 1 | -1/+1 |
| | | | | * Fix broken link | ||||
* | Fix detach of grid when it contains frozen columns (#8803) | Artur | 2017-03-13 | 5 | -68/+142 |
| | | | | | | * 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. | ||||
* | Update frozen column count when a frozen column is removed (#8788) | Artur | 2017-03-10 | 2 | -2/+45 |
| | | | | * Update frozen column count when a frozen column is removed | ||||
* | Fix ComboBox popup location on scrolled pages in IE/Firefox | Henri Sara | 2017-03-10 | 4 | -5/+169 |
| | | | Fixes #8778 | ||||
* | Add the bean to grid editor events | Giovanni Lovato | 2017-03-10 | 3 | -4/+32 |
| | | | Fixes #8658 | ||||
* | Update JavaDoc for @DesignRoot. (#8805) | anssit | 2017-03-10 | 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-09 | 1 | -7/+0 |
| | | | | | | * RichTextField unnecessarily overwrites clear method Fixes #8801 | ||||
* | Update Atmosphere to resolve problems in servlets with multiple mappings (#8785) | Artur | 2017-03-09 | 2 | -2/+2 |
| | | | Fixes #8734 | ||||
* | Remove mentioning of removed example from progressbar docs (#8799) | Adam Wagner | 2017-03-09 | 1 | -2/+1 |
| | | | | * Remove mentioning of removed example from progressbar docs | ||||
* | Add @since 8.0.2 for Grid.removeAllColumns() (#8789) | Ilia Motornyi | 2017-03-09 | 1 | -0/+2 |
| | |||||
* | Correctly detach components in merged cells (#8773) | Artur | 2017-03-09 | 2 | -0/+28 |
| | | | | | | * Correctly detach components in merged cells This was already once fixed in 7.7 in #8142 | ||||
* | Initial implementation of ComponentRenderer for Grid (#8743) | Teemu Suo-Anttila | 2017-03-09 | 8 | -2/+485 |
| | | | | Fixes #8622 Fixes #8623 | ||||
* | Fix Upload and push in TabSheet (#8782) | Ilia Motornyi | 2017-03-09 | 5 | -6/+88 |
| | | | | | Also fixes JSNI calls in compatibility Upload component. Fixes #8728 for the compatibility package | ||||
* | Fix JSNI calls in compatibility Escalator (#8783) | Ilia Motornyi | 2017-03-09 | 1 | -8/+8 |
| | |||||
* | Fix typo in documentation (#8784) | Maciej Aleksandrowicz | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | Include components in joined cells when finding child components (#8772) | Artur | 2017-03-08 | 5 | -46/+58 |
| | | | Fixes #8722 | ||||
* | Remove extra empty javadocs before package declaration (#8776) | Ahmed Ashour | 2017-03-08 | 27 | -77/+0 |
| | |||||
* | Avoid double unregister of columns on the client side | Artur Signell | 2017-03-08 | 3 | -7/+73 |
| | | | | | | | Columns unregister themselves from the grid through removeColumn, also when the whole grid is removed. Fixes #8748 | ||||
* | Fix license header location | Ahmed Ashour | 2017-03-08 | 3 | -3/+3 |
| | |||||
* | Fix some generics warnings in Eclipse | Ahmed Ashour | 2017-03-08 | 14 | -26/+30 |
| | |||||
* | Update column caption when a text is set in the default header row | Artur | 2017-03-08 | 3 | -0/+40 |
| | | | Fixes #8751 | ||||
* | Fix client-side error when Upload in TabSheet and Push | Johannes Tuikkala | 2017-03-07 | 3 | -4/+160 |
| | | | Fixes #8728 | ||||
* | Revert multi select using state change | Teemu Suo-Anttila | 2017-03-07 | 3 | -14/+14 |
| | |||||
* | Restore column based width for compatibility selects | Teemu Suo-Anttila | 2017-03-07 | 10 | -10/+234 |
| | |||||
* | Restore type attributes to compatibility UIDL | Teemu Suo-Anttila | 2017-03-07 | 4 | -1/+12 |
| | |||||
* | Revert html content through shared state for OptionGroup | Teemu Suo-Anttila | 2017-03-07 | 5 | -21/+23 |
| | |||||
* | Add missing since, remove unused command | Teemu Suo-Anttila | 2017-03-07 | 2 | -18/+1 |
| | |||||
* | Revert immediate tests, deprecate HasUserSelectionAllowed | Teemu Suo-Anttila | 2017-03-07 | 2 | -36/+1 |
| | |||||
* | Picked all changes from 7.7 | Teemu Suo-Anttila | 2017-03-07 | 31 | -124/+1530 |
| | | | | | Synchronises parts of compatibility package code to match 7.7 Picks suitable patches for 8 code as well |