Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix NPE when detaching DragSource & DropTarget on client side (#9341) | Pekka Hyvönen | 2017-05-17 | 4 | -32/+124 | |
| | | | | | | | | When the component the extensions have been attached to are removed, there was an NPE due to getParent() not being available anymore. Fixed by not doing clean up on those cases as it is not necessary. Fixes #9101 * Add back missing detach call | |||||
* | Update screenshots with new tooltip formatting | Henri Sara | 2017-05-17 | 1 | -0/+0 | |
| | ||||||
* | Fix tooltip test after tooltip style change | Henri Sara | 2017-05-17 | 1 | -4/+4 | |
| | ||||||
* | Update WidgetUtilTest for Chrome 58 | Henri Sara | 2017-05-17 | 1 | -2/+1 | |
| | | | Chrome 58 changes how border sizes are rounded. | |||||
* | Make ThemeTest notification tests more reliable | Henri Sara | 2017-05-17 | 1 | -0/+1 | |
| | ||||||
* | Update ES5/ES6 tests for Firefox | Henri Sara | 2017-05-17 | 2 | -2/+4 | |
| | | | Expect ES5 for Firefox as the test cluster has an older version. | |||||
* | Make GridPopupViewTest more stable | Henri Sara | 2017-05-17 | 1 | -1/+1 | |
| | ||||||
* | Update Chrome version to 58 in test | Henri Sara | 2017-05-17 | 1 | -1/+1 | |
| | ||||||
* | Remove deprecation from setTag and throw on subsequent calls | Teemu Suo-Anttila | 2017-05-17 | 2 | -5/+10 | |
| | ||||||
* | Add getters for providers to Tree and TreeGrid | Teemu Suo-Anttila | 2017-05-17 | 3 | -12/+76 | |
| | ||||||
* | Add convenience constructors for Tree component | Teemu Suo-Anttila | 2017-05-17 | 1 | -1/+51 | |
| | ||||||
* | Add example of how to use ComponentRenderer to JavaDoc | Teemu Suo-Anttila | 2017-05-17 | 1 | -0/+10 | |
| | ||||||
* | Fix drag image offset for Grid rows for mobile (#9336) | Pekka Hyvönen | 2017-05-17 | 4 | -31/+68 | |
| | | | | Asks the polyfill to always center the drag image based on the touch coordinates. Also temporarely removes the transform offset for the row. | |||||
* | Fix Button as a Html5 DragSource (#9346) | Pekka Hyvönen | 2017-05-17 | 3 | -36/+13 | |
| | | | | | | * Fix Button as a Html5 DragSourcei It was completely broken, not being clickable, and also preventing anything else from being clicked. | |||||
* | Add since tags for 8.1 (#9343) | Henri Sara | 2017-05-17 | 3 | -2/+6 | |
| | | | | | | | * Add since tags for 8.1 Note that ConnectorTracker changes will probably be backported to 7.7 in #9331. | |||||
* | Reflect latest Tree API and styling changes to the documentation | Ilia Motornyi | 2017-05-17 | 1 | -41/+28 | |
| | ||||||
* | Make it possible for grid drop target to accept dragged data when grid is ↵ | Adam Wagner | 2017-05-17 | 6 | -24/+86 | |
| | | | | | | empty (#9332) * Make it possible for grid drop target to accept dragged data when grid is empty (#9068) * Make return type of getDropTargetRow() optional | |||||
* | Add mention of context menu and DnD collision on mobile devices (#9337) | Teemu Suo-Anttila | 2017-05-16 | 1 | -1/+3 | |
| | | | | * Add mention of context menu and DnD collision on mobile devices | |||||
* | Update since tags for TB elements (#9329)8.1.0.alpha8 | Henri Sara | 2017-05-16 | 7 | -10/+9 | |
| | ||||||
* | Remove unnecessary rowmode prefix from TreeGrid focus styles (#9327) | Teemu Suo-Anttila | 2017-05-16 | 6 | -41/+44 | |
| | ||||||
* | Properly init client-side data in GridDataChangeHandlerTest | Teemu Suo-Anttila | 2017-05-16 | 1 | -1/+2 | |
| | ||||||
* | Add BackEndHierarchicalDataProvider and an abstract base class | Aleksi Hietanen | 2017-05-16 | 4 | -19/+139 | |
| | ||||||
* | Fix code review comments | Aleksi Hietanen | 2017-05-16 | 2 | -7/+16 | |
| | ||||||
* | Add ItemCollapseAllowedProvider interface | Aleksi Hietanen | 2017-05-16 | 5 | -8/+54 | |
| | ||||||
* | Add TreeGrid#getHierarchyColumn | Aleksi Hietanen | 2017-05-16 | 1 | -0/+10 | |
| | ||||||
* | Improve CollapseEvent and ExpandEvent javadocs | Aleksi Hietanen | 2017-05-16 | 2 | -4/+6 | |
| | ||||||
* | Move HierarchicalDataCommunicatorConstants to the correct package | Aleksi Hietanen | 2017-05-16 | 5 | -5/+5 | |
| | ||||||
* | Add convenience constructors to TreeGrid | Aleksi Hietanen | 2017-05-16 | 2 | -2/+120 | |
| | ||||||
* | Add javadocs to Grid#readData and writeData | Aleksi Hietanen | 2017-05-16 | 1 | -0/+28 | |
| | ||||||
* | Add setHierarchyColumn(column) overload to TreeGrid | Aleksi Hietanen | 2017-05-16 | 1 | -0/+24 | |
| | ||||||
* | Make HierarchyRendererCellReferenceWrapper a nested class of HierarchyRenderer | Aleksi Hietanen | 2017-05-16 | 2 | -60/+39 | |
| | ||||||
* | Rename BodyRowContainer.setNewEscalatorRowCallback to setNewRowCallback | Aleksi Hietanen | 2017-05-16 | 4 | -7/+7 | |
| | ||||||
* | Rename TreeGridCommunicationConstants to HierarchicalDataCommunicatorConstants | Aleksi Hietanen | 2017-05-16 | 5 | -32/+33 | |
| | ||||||
* | Remove redundant method getComponentCount from Composite | Aleksi Hietanen | 2017-05-16 | 1 | -10/+1 | |
| | ||||||
* | Add FunctionalInterface annotation to DependencyFilter | Aleksi Hietanen | 2017-05-16 | 1 | -0/+1 | |
| | ||||||
* | Wrap DataCommunicator#getBackEndSorting in an unmodifiable list | Aleksi Hietanen | 2017-05-16 | 1 | -2/+3 | |
| | ||||||
* | Move CompositeState to different package | Aleksi Hietanen | 2017-05-16 | 2 | -2/+2 | |
| | ||||||
* | Add javadoc to client-side TreeGrid widget | Aleksi Hietanen | 2017-05-16 | 1 | -0/+4 | |
| | ||||||
* | Improvements to HierarchyRenderer | Aleksi Hietanen | 2017-05-16 | 1 | -5/+12 | |
| | | | | | - Make HierarchyRenderer.ExpanderState private - Add javadocs to HierarchyRenderer#setStyleNames | |||||
* | Clarify HierarchicalQuery javadocs | Aleksi Hietanen | 2017-05-16 | 1 | -4/+7 | |
| | ||||||
* | Make CollapseListener and ExpandListener extend SerializableEventListener | Aleksi Hietanen | 2017-05-16 | 2 | -4/+2 | |
| | ||||||
* | Clean connector tracker after each access block to stop memory leaks (#9305) | Artur | 2017-05-16 | 9 | -30/+264 | |
| | | | | | Immediately clean connectors which the client side does not know about Fixes #9303 | |||||
* | Add API for multiple drag data generators (#9321) | Adam Wagner | 2017-05-16 | 5 | -117/+172 | |
| | | | | * Add ability to set multiple drag data generators for any drag data type and change default to be accepted by spreadsheet applications such as Excel | |||||
* | Adds a passthrough to root component for most Composite methods (#9324) | Teemu Suo-Anttila | 2017-05-16 | 1 | -0/+82 | |
| | | | Fixes #9323 | |||||
* | Refactor common methods in in-memory data providers (#9308) | Aleksi Hietanen | 2017-05-16 | 27 | -808/+1070 | |
| | | | | | | * Refactor common methods of InMemoryHierarchicalDataProvider and ListDataProvider to a single interface * Rename HierarchyData and InMemoryHierarchicalDataProvider, introduce HasHierarchicalDataProvider * Additionally adds a helper method for recursive constructing TreeData with a child item provider. | |||||
* | Add API to store any type of data in the dataTransfer object (#9319) | Adam Wagner | 2017-05-16 | 13 | -88/+299 | |
| | ||||||
* | Add events and functionality to Tree (#9318) | Teemu Suo-Anttila | 2017-05-16 | 3 | -0/+192 | |
| | | | | * Add ItemClick event to Tree * Add collapse provider and style generator to Tree | |||||
* | Rename OSGi classes for Java naming conventions (#9320) | Henri Sara | 2017-05-15 | 18 | -59/+69 | |
| | | | | | | - Rename OSGi to Osgi in class names. - Rename VaadinOSGiPortlet to OSGiVaadinPortlet for consistency with Spring, CDI etc. add-ons - Add missing javadoc | |||||
* | Update video link in tutorial.adoc (#9317) | Alejandro | 2017-05-15 | 1 | -3/+1 | |
| | | | Updated Vaadin Designer video | |||||
* | Fix DnD Polyfill to use isNan(i) instead of i===NaN (#9312) | Pekka Hyvönen | 2017-05-15 | 1 | -1/+1 | |
| | | | A Beginners JS mistake. Used in the forked part of the polyfill, related PR for Polyfill has been updated. |