Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add/fill in missing @since tags for 8.1 (#9106)8.1.0.alpha6 | Henri Sara | 2017-04-19 | 23 | -142/+152 |
| | |||||
* | Wait for HTML imports to be processed and not only loaded (#9110) | Artur | 2017-04-19 | 1 | -1/+28 |
| | | | | Failing to do this might cause constructors and listeners in a Polymer element too be called too early in browsers which need the V1 polyfill. | ||||
* | Fix issues in Grid with undefined height (#9104) | Teemu Suo-Anttila | 2017-04-19 | 4 | -35/+175 |
| | |||||
* | Fix client-side memory leak caused by Grid events (#9103) | Aleksi Hietanen | 2017-04-19 | 16 | -146/+401 |
| | | | | | | Refactors AbstractGridKeyEvent, AbstractGridMouseEvent and their descendants to follow the pattern used in other GWT DomEvents. Fixes #7633 | ||||
* | Add missing methods to compatibility AbstractRendererConnector | Henri Sara | 2017-04-18 | 1 | -0/+45 |
| | | | Fixes #9096 | ||||
* | Mention non-compatibility renames in migration instructions (#9097) | Leif Åstrand | 2017-04-18 | 1 | -1/+4 |
| | |||||
* | Support using Composite and CustomComponent as a Design root class (#9017) | Artur | 2017-04-18 | 12 | -10/+341 |
| | | | Fixes #6043 | ||||
* | Ignore all external events in the Profiler (#9033) | Artur | 2017-04-18 | 1 | -0/+6 |
| | | | | This fixes problems with profiling the initial paint: "SEVERE: Got end event for leftoversDownload.runAsync but is currently in null" | ||||
* | Fix problem when reading a nested Design based on a GridLayout (#9092) | Artur | 2017-04-18 | 3 | -6/+62 |
| | | | | | | | The parent Design must leave child handling to the nested design, when there are no children defined in the parent Design. This fixes a problem with com.vaadin.ui.GridLayout$OutOfBoundsException when the reading operation of the parent design tries to set number of rows according to its empty content. | ||||
* | Schedule DOM reset after column size setting (#9011) | Henri Sara | 2017-04-18 | 1 | -1/+3 |
| | | | | Otherwise, the initial row height state update partly negates an earlier optimization for unnecessary column width calculation. | ||||
* | Composite component (#8952) | Artur | 2017-04-18 | 7 | -1/+677 |
| | | | | | | | | | | | | | | | | | A composite is included in the server side hierarchy and in the connector hierarchy on the client side but does not have its own widget or DOM. To ensure that captions etc are renderer correctly for the root contents, the client side connector returns both the widget and state for the content connector. Server side API related to width and height are automatically forwarded to the root component to enable easy use of the composite inside different layout configurations. Other server side API inherited from AbstractComponent is unwanted, should be optional and therefore throw an exception by default. Resolves #2458 | ||||
* | Indicate when multiple rows are dragged (#9087) | Adam Wagner | 2017-04-17 | 2 | -0/+58 |
| | | | | * Indicate when multiple rows are dragged (#8398) | ||||
* | Always send a push identifier on UI initialization | Aleksi Hietanen | 2017-04-13 | 1 | -3/+1 |
| | |||||
* | Add pre-release repository to apicmp profile (#9081) | Henri Sara | 2017-04-13 | 1 | -0/+6 |
| | |||||
* | Add LoadStyle.NONE for completely omitting a connector | Leif Åstrand | 2017-04-13 | 6 | -1/+144 |
| | |||||
* | Use separate identifier for push connections8.1.0.alpha5 | Aleksi Hietanen | 2017-04-13 | 6 | -10/+83 |
| | | | Closes #8700 | ||||
* | Create combined drop mode to allow both on_top and between drops (#9063) | Adam Wagner | 2017-04-13 | 4 | -0/+68 |
| | | | Resolves #8932 | ||||
* | Grid drag and drop documentation (#9055) | Adam Wagner | 2017-04-13 | 4 | -59/+226 |
| | |||||
* | Replace drag over class name with conventional ones (#9059) (#9076) | Pekka Hyvönen | 2017-04-13 | 2 | -26/+70 |
| | | | | | Generate drop target style names on every dragenter to make sure they match the primary style name. Fixes #9058 | ||||
* | Remove sendKeys workaround from ComboBoxElement (#9046) | Aleksi Hietanen | 2017-04-13 | 1 | -27/+1 |
| | |||||
* | Panel.setScrollTop() fails with impossibly large numbers | Olli Tietäväinen | 2017-04-13 | 3 | -0/+110 |
| | | | Fixes #1149 | ||||
* | Correctly set ListSelect style names | Artur | 2017-04-13 | 4 | -20/+159 |
| | | | Fixes #8901 | ||||
* | Notify a resource load listener many times if it has been added many times ↵ | Artur | 2017-04-13 | 3 | -3/+83 |
| | | | | | (#9075) This is what the javadoc promises and what DependencyLoader relies on | ||||
* | Provide GridLayout size and cell elements to JS and TB (#9019) | Artur | 2017-04-13 | 4 | -0/+215 |
| | |||||
* | Check for NullPointer to remove exception spam | Knoobie | 2017-04-13 | 1 | -0/+12 |
| | |||||
* | Binder with Nested Properties (#8923) | chrosim | 2017-04-12 | 8 | -25/+341 |
| | |||||
* | Fix empty TreeGrid (#9067) | Aleksi Hietanen | 2017-04-12 | 4 | -1/+42 |
| | |||||
* | Remove Extension suffix from Grid DND classes (#9035) | Adam Wagner | 2017-04-12 | 15 | -59/+62 |
| | |||||
* | Make it possible to drop things between Grid rows (#8979) | Adam Wagner | 2017-04-12 | 9 | -49/+284 |
| | | | | Fixes #8401 | ||||
* | Provide dragged Grid items in server side (#8950) | Adam Wagner | 2017-04-12 | 16 | -81/+497 |
| | | | | Fixes #8931 | ||||
* | Make it possible to drop things on top of Grid rows (#8747) | Adam Wagner | 2017-04-12 | 13 | -53/+485 |
| | | | | Fixes #8400 | ||||
* | Make all selected rows draggable (#8746) | Adam Wagner | 2017-04-12 | 3 | -3/+100 |
| | | | | Fixes #8397 | ||||
* | Make Grid rows draggable (#8690) | Adam Wagner | 2017-04-12 | 7 | -12/+466 |
| | | | | | | It is possible to customize the drag data for each row. (#8706) Fixes #8396 | ||||
* | Use setCaption Javadocs inherited from Component (#9066) | Leif Åstrand | 2017-04-12 | 2 | -16/+0 |
| | | | | | | Component.setCaption has thorough Javadocs that are shadowed by a very brief snippet in AbstractComponent and an erroneous description in Panel. By removing those snippets, component classes will instead inherit a much more useful description of the method. | ||||
* | Fix typo in license (#9060) | Guille | 2017-04-11 | 1 | -1/+1 |
| | |||||
* | Update last video of the tutorial (#9054) | Alejandro | 2017-04-11 | 1 | -1/+1 |
| | | | This change updates the video for the last step of the tutorial | ||||
* | Fix initial expand of TreeGrid items | Aleksi Hietanen | 2017-04-11 | 5 | -10/+72 |
| | | | Fixes #9050 | ||||
* | Correct TreeGrid documentation for expand and collapse | Aleksi Hietanen | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | 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 |
| |