Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add note that multiple selection drags only visible rows (#9093) (#9198) | Adam Wagner | 2017-04-30 | 1 | -0/+5 | |
| | ||||||
* | Fix invalid link (#9183) | Artur | 2017-04-28 | 1 | -1/+1 | |
| | ||||||
* | Set transfer data only when not null (#9185) | Adam Wagner | 2017-04-27 | 1 | -2/+5 | |
| | | | | * Set transfer data only when not null (#9178) | |||||
* | Fix typo in OSGi documentation | Henri Sara | 2017-04-27 | 1 | -1/+1 | |
| | ||||||
* | Open VaadinServlet and BootstrapHandler classes for external use (#9164) | Artur | 2017-04-27 | 3 | -17/+113 | |
| | ||||||
* | Make Bootstrap URIResolver available to bootstrap listeners (#9171) | Artur | 2017-04-27 | 2 | -8/+36 | |
| | | | | Without access to the URIResolver it is impossible to add script and other URLs using a listener | |||||
* | Make some of dnd's javadoc clearer. | Adam Wagner | 2017-04-27 | 2 | -4/+21 | |
| | ||||||
* | Add since tags for 8.1 | Henri Sara | 2017-04-27 | 10 | -7/+55 | |
| | ||||||
* | Add documentation pre-release disclaimer for OSGi | Henri Sara | 2017-04-27 | 1 | -0/+2 | |
| | ||||||
* | Add documentation for Composite | Henri Sara | 2017-04-27 | 3 | -18/+31 | |
| | ||||||
* | Add OSGi documentation and release notes (#9155) | Henri Sara | 2017-04-26 | 3 | -0/+105 | |
| | | | | Resolves #9141 Partly addresses #8999 | |||||
* | Add an option for defining number of visible items in a NativeSelect (#9109) | Artur | 2017-04-26 | 5 | -0/+118 | |
| | ||||||
* | Make TreeGrid follow framework style conventions | Aleksi Hietanen | 2017-04-26 | 12 | -46/+85 | |
| | ||||||
* | Fix parent version in some POMs | Henri Sara | 2017-04-25 | 3 | -3/+3 | |
| | | | Use the correct snapshot version of the parent. | |||||
* | Detect Chrome on iOS as Chrome + Webkit (#9138) | Artur | 2017-04-25 | 10 | -27/+64 | |
| | ||||||
* | Clarify javadoc for OSGi related interfaces | Henri Sara | 2017-04-25 | 2 | -0/+10 | |
| | ||||||
* | Add some javadoc for Liferay integration module | Henri Sara | 2017-04-25 | 8 | -4/+33 | |
| | | | | Indicate that the classes are only for Liferay 7+, clarify annotation parameters and update module description. | |||||
* | Add missing fields to OSGi manifests | Henri Sara | 2017-04-25 | 11 | -5/+27 | |
| | | | | Adds RequiredExecutionEnvironment and License fields and renames some bundles (SymbolicName) for backwards compatibility. | |||||
* | Property change of the UI service updates the properties of the Portlet | Mirjan Merruko | 2017-04-25 | 1 | -0/+14 | |
| | | | | In response to property change the properties | |||||
* | Remove dependency of portlets to liferay-integration bundle | Mirjan Merruko | 2017-04-25 | 2 | -7/+96 | |
| | | | | | | | A property can be used instead of the convenience annotation to mark a UI as a Portlet UI registration that should be picked up by the liferay integration. This removes the unnecessary dependency on the liferay-integration bundle. | |||||
* | Fix dependency issues that cause the server bundle to be built incorrectly | Mirjan Merruko | 2017-04-25 | 2 | -3/+4 | |
| | ||||||
* | Convenience API for registering themes and widgetsets | Mirjan Merruko | 2017-04-25 | 6 | -35/+396 | |
| | ||||||
* | Add scr component to help registering VaadinServlet configurations | Mirjan Merruko | 2017-04-25 | 5 | -1/+247 | |
| | | | | | | | | This component will detect VaadinServlet configurations, add the static resource configuration property and then register a servlet using the HttpWhiteboard specification. This works with pax-jetty but not pax-http-tomcat. Partly covers #7173 | |||||
* | Add liferay integration originally developed by Sampsa Sohlman #8834 | Mirjan Merruko | 2017-04-25 | 10 | -1/+579 | |
| | ||||||
* | Move GAEVaadinServlet to its own module | Mirjan Merruko | 2017-04-25 | 6 | -9/+67 | |
| | ||||||
* | Add OSGi support #8830 #8827 #8828 #8829 | Mirjan Merruko | 2017-04-25 | 30 | -577/+784 | |
| | | | | | Use bnd-maven-plugin instead of maven-bundle-plugin and helper class, and add support for publishing static resources such as themes and widgetsets. | |||||
* | Make it possible to set a Resource as drag image (#9088) | Adam Wagner | 2017-04-25 | 3 | -0/+43 | |
| | | | | | Fixes #8892 Note that IE and Edge are not covered by this change - see #8977 | |||||
* | Add support for frontend:// using separate es5 and es6 folders | Artur | 2017-04-24 | 15 | -10/+426 | |
| | ||||||
* | Fix race condition between rendering TreeGrid and setting up headers (#9105) | Teemu Suo-Anttila | 2017-04-21 | 4 | -16/+59 | |
| | | | | | | * Fix race condition between rendering Grid and setting up headers * Remove Grid default headers when initializing the widget * Fix header clean up, add null check to select all checkbox | |||||
* | Include charset in text/html responses (#8777) (#9123) | Ilia Motornyi | 2017-04-21 | 5 | -6/+16 | |
| | | | Addresses #8775 for version 8.1+ | |||||
* | Remove unnecessary logging from setHeightByRows in Escalator | Teemu Suo-Anttila | 2017-04-20 | 1 | -10/+9 | |
| | ||||||
* | Fix changing primary style name for NativeSelect (#9016) | Artur | 2017-04-20 | 2 | -2/+2 | |
| | ||||||
* | 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 | |
| |