Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Synchronize code between V7 and compatibility package | Teemu Suo-Anttila | 2017-03-07 | 92 | -582/+1082 |
| | |||||
* | Revert diamond operator changes | Teemu Suo-Anttila | 2017-03-07 | 71 | -423/+436 |
| | |||||
* | Eliminate more full classnames | Teemu Suo-Anttila | 2017-03-07 | 4 | -35/+29 |
| | |||||
* | Remove unnecessary full classname references | Teemu Suo-Anttila | 2017-03-07 | 60 | -906/+308 |
| | |||||
* | Remove tracking of unregistered connectors (#8153) | Aleksi Hietanen | 2017-03-07 | 13 | -294/+69 |
| | |||||
* | Always load the deferred connector bundle (#8713) | Leif Åstrand | 2017-03-07 | 12 | -18/+383 |
| | | | | | | | | | | endDependencyLoading that was used for starting to load the deferred connector bundle is only called during regular application init if the theme wasn't yet loaded when the initial UIDL request finished. With this patch, the bundle is instead set to be loaded after the initial UIDL message has been completely processed. Fixes #4763 | ||||
* | Update getting-started-idea.asciidoc (#8756) | Jens Jansson | 2017-03-07 | 1 | -1/+1 |
| | |||||
* | Add missing Grid.removeAllColumns (#8750) | Artur | 2017-03-07 | 2 | -0/+23 |
| | | | Fixes #8704 | ||||
* | Add link to pro tools migration docs (#8742) | Guille | 2017-03-07 | 1 | -0/+10 |
| | |||||
* | Use try-with-resources (#8757) | Ahmed Ashour | 2017-03-07 | 5 | -42/+43 |
| | | | To ensure the resource is automatically closed | ||||
* | Fix warning: '_' should not be used as an identifier (#8755) | Ahmed Ashour | 2017-03-07 | 1 | -19/+19 |
| | |||||
* | Fix exception when no columns are shown (#8733) | Artur | 2017-03-06 | 5 | -24/+77 |
| | | | | | | * Fix exception when no columns are shown or all columns are frozen Fixes #8329 | ||||
* | Some cleanup to themes module (#8526) | Ilia Motornyi | 2017-03-06 | 2 | -1/+2 |
| | |||||
* | Fix tutorial (use parameterized Grid) (#8738) | Alejandro | 2017-03-03 | 1 | -2/+2 |
| | | | | | | | | | | | | * Updated tutorial: Use Grid::setColumns * Updated tutorial: use Binder instead of BeanBinder * Fixed tutorial (use parameterized Grid) * Fixed tutorial (use parameterized Grid) * Merge branch 'master' of https://github.com/alejandro-du/framework | ||||
* | Fix documentation links (#8726) | Artur | 2017-03-03 | 2 | -10/+10 |
| | | | | * Fix documentation links | ||||
* | Add Column.getValueProvider to Grid (#8732) | Artur | 2017-03-02 | 2 | -4/+63 |
| | | | | | | * Add Column.getValueProvider to Grid Fixes #8680 | ||||
* | Remove unnecessary override and correct javadoc typo (#8716) | Peter Lehto | 2017-03-01 | 1 | -9/+1 |
| | | | Fixes #8715 | ||||
* | Fix js state partial updates (#8695) | Leif Åstrand | 2017-03-01 | 4 | -6/+135 |
| | | | | | | | | | | | | * Fix partial state change handling of JavaScript components In ace0e324b69753431dcde9949eaa9b0e3e648db9 (Use diffstate for JS connectors) partial state change handling for JavaScript components was introduced, but the setNativeState method in JavaScriptConnectorHelper was not adjusted. By removing the cleanup code from the updateNativeState method it can be ensured that the non-changed properties are still present on the state object. * Add test for preserving untouched JS state fields | ||||
* | Add @author and @since tags to drag and drop related new files (#8693) (#8694) | Adam Wagner | 2017-03-01 | 16 | -1/+42 |
| | | | | * Add @author and @since tags to drag and drop related new files (#8693) | ||||
* | Minor fix for javadocs (#8710) | Ilia Motornyi | 2017-03-01 | 1 | -3/+3 |
| | |||||
* | Add prerelease profile and remove inherited plug-in | Henri Sara | 2017-02-28 | 2 | -22/+62 |
| | |||||
* | Update vaadin-parent version to 1.1.0 | Henri Sara | 2017-02-28 | 2 | -2/+2 |
| | |||||
* | Easy DevelopmentServerLauncher run with maven (#8677) | Ilia Motornyi | 2017-02-28 | 2 | -23/+53 |
| | | | | Add Maven target for running or debugging the development server and instructions for IDEA. | ||||
* | Allow powerful Navigator subclassing (#8663) | Giovanni Lovato | 2017-02-28 | 1 | -4/+17 |
| | | | | | | | | * Allow powerful Navigator subclassing `protected` methods in `Navigator` permit to create new `Navigator`s to add new capabilities to Vaadin, but `Navigator` fields are still `private` and this limit, for example, the overriding of `Navigator.init`. This PR makes `private` the `Navigator` fields. * Add documentation blocks to protected fields | ||||
* | Remove mention of removed API (#8701) | Guille | 2017-02-28 | 1 | -3/+0 |
| | | | Deprecated setColumns was removed in fd3617b | ||||
* | Updated tutorial: Use Grid::setColumns and Binder (#8698) | Alejandro | 2017-02-27 | 1 | -21/+18 |
| | | | | | | * Updated tutorial: Use Grid::setColumns * Updated tutorial: use Binder instead of BeanBinder | ||||
* | Fix some issues with Binder serialization (#8660) | Ilia Motornyi | 2017-02-23 | 8 | -12/+44 |
| | | | Partial fix for #8640 | ||||
* | Add snapshot profile (#8672) | Henri Sara | 2017-02-23 | 1 | -0/+63 |
| | |||||
* | Add update checker (#8654) | Henri Sara | 2017-02-23 | 2 | -0/+185 |
| | |||||
* | Fix NPE sorting columns with null values (#8610) | Filippo | 2017-02-23 | 2 | -1/+50 |
| | | | | | | | | | | | | | | * Fix NPE sorting columns with null values Sorting a column in Grid throws a NullPointerException if there are null values and we are using the default TextRenderer * Test for #8610 * Update Grid.java * Update GridNullValueSortTest.java * Update GridNullValueSortTest.java | ||||
* | Add initial implementation of TreeGrid (#8572) | Aleksi Hietanen | 2017-02-23 | 17 | -1/+1461 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Add initial implementation of TreeGrid * Refactor TreeGrid and related classes * Fix potential class cast exception in TreeGrid#getDataProvider * Add smoke tests for TreeGrid * Add communication constants for TreeGrid Use shared constant values for hierarchy data serialization and deserialization * Fix event ordering in TreeGrid, add javadocs, keyboard navigation test * TreeGrid improvements * Add TreeGrid.getDataProvider to StateGetDoesNotMarkDirtyTest exclude list * Merge remote-tracking branch 'github/master' into tree-grid * Remove getEscalator override from TreeGrid | ||||
* | Make DragSource extension/component available in DropEvent (#8636) | Adam Wagner | 2017-02-22 | 11 | -55/+87 |
| | | | | | | | | | | * Make DragSource extension/component available in DropEvent (resolves #8439) * Update drag and drop test to use new API * Change type of drag source and update javadoc * Use existing data map instead of DataTransfer | ||||
* | Migrate v7 Grid tests. 7th round. (#8452) | Denis | 2017-02-22 | 21 | -398/+268 |
| | | | | | | | | | | | | | | | | * Migrate v7 Grid tests. 7th round. Fixes #8419 * Fix test failures * Minor improvements * Merge remote-tracking branch 'github/master' into 8436-grid-test-migration * Merge remote-tracking branch 'github/master' into 8436-grid-test-migration * Update screenshot reference | ||||
* | Add support for rendering HTML in ButtonRenderer (#8606) | Artur | 2017-02-22 | 6 | -13/+81 |
| | |||||
* | Make it possible to use an extended ComboBox in declarative files (#8651) | Artur | 2017-02-22 | 3 | -2/+25 |
| | |||||
* | Support Vaadin custom protocols in Vaadin-Refresh redirects (#8597) | Artur | 2017-02-22 | 5 | -1/+95 |
| | | | | A login page you want to redirect to is typically in the webapp root, which you can now refer to as "Vaadin-Refresh: context://login.html" |