Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add mouse event details to the drop event (#9485) | Adam Wagner | 2017-06-07 | 10 | -17/+71 |
| | | | Fixes #9483 | ||||
* | Show empty selection caption in ComboBox (#9468) | Teemu Suo-Anttila | 2017-06-05 | 5 | -7/+56 |
| | | | Fixes #9079 | ||||
* | Improve logging when bean validation is not available | Henri Sara | 2017-06-05 | 2 | -4/+6 |
| | | | Closes #9464 | ||||
* | Mark valo $v-textfield-background-color--readonly as default (#9458) | Yuriy Artamonov | 2017-05-31 | 1 | -1/+1 |
| | | | Fixes #7765 | ||||
* | Allow grid columns to optionally shrink to be narrower than contents | Artur | 2017-05-30 | 8 | -10/+212 |
| | | | Fixes #8548 | ||||
* | Make TreeData.getChildren() return value immutable (#9455) | Henri Sara | 2017-05-30 | 1 | -3/+5 |
| | | | | | This prevents unsupported modifications such as iterator.remove(). Closes #9446 | ||||
* | Add since tags and javadocs | Henri Sara | 2017-05-30 | 2 | -0/+21 |
| | |||||
* | Fix typo in documentation (#9454) | Flamenco | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | Clarify javadoc of AbstractListing item icon generator | Henri Sara | 2017-05-26 | 1 | -2/+5 |
| | |||||
* | Make component iterators unmodifiable | Henri Sara | 2017-05-26 | 7 | -9/+19 |
| | | | Fixes #9404 | ||||
* | Add new artifacts to vaadin-all ZIP | Henri Sara | 2017-05-26 | 2 | -0/+21 |
| | | | Fixes #9444 | ||||
* | Find active connector anywhere in the DOM (#9429) | Artur | 2017-05-26 | 3 | -3/+103 |
| | | | Fixes #9419 | ||||
* | Use correct listener in dependency filter test | Henri Sara | 2017-05-26 | 2 | -1/+10 |
| | | | | | This fixes the test after the changes in #9368 | ||||
* | Throw exception if user modifies same binding step twice | Teemu Suo-Anttila | 2017-05-26 | 2 | -0/+15 |
| | | | Fixes #9427 | ||||
* | Fix `@since` tags from #9206 to 8.0.7 | Pekka Hyvönen | 2017-05-26 | 1 | -9/+11 |
| | |||||
* | Fixes OOM for broken upload request | Ilia Motornyi | 2017-05-26 | 2 | -0/+70 |
| | | | Related to #9102 | ||||
* | Added constructor to Grid for compatibility with 8.0.7 (#9206) (#9209) | Mikhail Buzuverov | 2017-05-26 | 1 | -2/+19 |
| | | | | | | | | Constructor Grid(Class, DataCommunicator) was added to 8.0.7 and ported to master to maintain backward compatibility. Also fixed javadocs of constructors Grid(DataCommunicator) and Grid(PropertySet, DataCommunicator) to reflect that constructors were backported to 8.0.x and available since 8.0.7 | ||||
* | Make dirty connector handling more deterministic (#9396) | Henri Sara | 2017-05-26 | 1 | -6/+21 |
| | | | | | | | | | Changes in connector tracking and cleaning (#9305) changed the behavior so that the framework runs beforeClientResponse methods in a non-deterministic and possibly different order than before. This change makes the framework call beforeClientResponse methods in a more deterministic order (parents before children) and checks that the connector tracker knows the connector. | ||||
* | Update release notes for beta (#9422)8.1.0.beta1 | Henri Sara | 2017-05-24 | 1 | -1/+1 |
| | |||||
* | Fix Escalator javadocs (#9421) | Pekka Hyvönen | 2017-05-24 | 1 | -2/+3 |
| | |||||
* | Fix drop indicator when Grid is scrolled (#9417) | Pekka Hyvönen | 2017-05-24 | 5 | -28/+72 |
| | | | | | Now the DnD events are listened from tablewrapper element, which contains also grid's header and footer, making it possible to drop on top of them. | ||||
* | Allow changing NavigationStateManager (#9410) | apolds | 2017-05-24 | 1 | -0/+4 |
| | | | | | Unregister old NavigationStateManager before setting new one. Fixes #9406 | ||||
* | Fix missing drag image on FF, Safari (#9409) | Pekka Hyvönen | 2017-05-23 | 5 | -79/+284 |
| | | | | | | | | | When CSS transform has been applied, the drag image is missing (safari), or gets offset (FF). Fixed by using custom drag image without transform, and checking for transforms on parent DOM tree. Does NOT fix #9408 When there are frozen columns used, the image needs should not look weird because of the frozen column transitions. The multiselection column is now not shown it is frozen. Fixes #9261 | ||||
* | Make select all work with TreeGrid (#9412) | Aleksi Hietanen | 2017-05-23 | 3 | -3/+133 |
| | | | Fixes #9403 | ||||
* | Fix ComboBoxClosePopupRetainTextTest (#9415) | Aleksi Hietanen | 2017-05-23 | 1 | -3/+9 |
| | |||||
* | New Tree component theme | Ilia Motornyi | 2017-05-23 | 4 | -35/+40 |
| | | | Fixes #9310 | ||||
* | Correctly use id to identify data when refreshing (#9398) | Teemu Suo-Anttila | 2017-05-23 | 9 | -65/+243 |
| | | | | | | This patch refactors the internals of Grid single selection model implementation. Fixes #9380 | ||||
* | Add MultiSelection support for Tree Component (#9354) | Teemu Suo-Anttila | 2017-05-23 | 6 | -3/+214 |
| | |||||
* | Fix CheckboxFocusClickTest on Firefox (#9397) | Aleksi Hietanen | 2017-05-22 | 1 | -4/+5 |
| | |||||
* | Add missing since tag to Binder#getFields (#9395) | Aleksi Hietanen | 2017-05-22 | 1 | -1/+1 |
| | |||||
* | Fix test module for changed dependency filter API | Henri Sara | 2017-05-22 | 1 | -3/+5 |
| | |||||
* | Add style name to all dragged rows (#9388) | Adam Wagner | 2017-05-21 | 3 | -20/+91 |
| | | | * Add style name to all dragged rows to indicate that they are being dragged | ||||
* | Fix menu item selection in tests (#9387) | Henri Sara | 2017-05-19 | 2 | -11/+2 |
| | | | | | | When the parent span was not used, the size of the wrong span was used in the calculation of mouse locations for activating a menu item. This occasionally leads to the wrong submenu being opened on IE as the cursor passed over the corner of the next item. | ||||
* | TreeGrid Sass variables (#9333) | Ilia Motornyi | 2017-05-19 | 1 | -39/+36 |
| | | | Fixes #9311 | ||||
* | Add dependency filters through the service init event (#9368) | Leif Åstrand | 2017-05-19 | 3 | -15/+47 |
| | | | | | | | | We shouldn't create new service loader interfaces since each new such interface has implications for custom integrations. Instead, the VaadinServiceInitListener mechanism should be enhanced to allow such listeners to introduce their own dependency filter implementations similarly to how VaadinServiceInitListener can already be used to contribute new request handlers | ||||
* | Hide DataGenerator from Column API (#9351) | Teemu Suo-Anttila | 2017-05-19 | 3 | -63/+107 |
| | |||||
* | Add style automatically to indicate that an element is being dragged (#9385) | Adam Wagner | 2017-05-19 | 3 | -6/+24 |
| | | | Closes #9223 | ||||
* | Clear errors when clearing binder fields (#9364) | Artur | 2017-05-19 | 2 | -1/+24 |
| | | | | Calling readBean(null) should reset the form state to the initial state it was in before calling writeBean(bean) | ||||
* | Make VaadinService#isUIActive() public (#9285) | Ilia Motornyi | 2017-05-19 | 1 | -3/+3 |
| | |||||
* | Reorganize packages of connectors introduced in 8.1 (#9340) | Aleksi Hietanen | 2017-05-19 | 4 | -8/+7 |
| | | | | | | | | * Move Tree and TreeGrid connectors to different package * Move grid renderers to correct package Only renderers introduced in 8.1 have been moved for backwards compatibility. | ||||
* | Add a method for getting bound fields from Binder (#9365) | Artur | 2017-05-19 | 2 | -11/+36 |
| | |||||
* | Fix resetting of last filter in VComboBox (#9381) | Matti Tahvonen | 2017-05-19 | 2 | -1/+26 |
| | | | | | | Currently the reset method resets the lastFilter as well and then the logic thinks items don’t need to be refreshed when popup is reopened. Fixes #9027 Fixes #7790 | ||||
* | Make it possible for drop target to accept both files and other data (#9382) | Adam Wagner | 2017-05-19 | 3 | -17/+58 |
| | |||||
* | Add shorthand for adding a column with ComponentRenderer | Pekka Hyvönen | 2017-05-19 | 4 | -8/+28 |
| | |||||
* | Update Atmosphere to support latest Jetty versions (#9359) | Artur | 2017-05-18 | 2 | -2/+2 |
| | | | Fixes #8134, #8135 | ||||
* | Add TreeData#addRootItems, getRootItems | Aleksi Hietanen | 2017-05-18 | 2 | -0/+80 |
| | |||||
* | Add HasHierarchicalDataProvider#setTreeData | Aleksi Hietanen | 2017-05-18 | 3 | -29/+13 |
| | | | | Additionally removes TreeData constructors from Tree and TreeGrid. | ||||
* | Add stream variants for the child item provider shorthands (#9375) | Leif Åstrand | 2017-05-18 | 3 | -4/+86 |
| | |||||
* | Show drop hints when dropping in empty Grid (#9353) | Pekka Hyvönen | 2017-05-18 | 7 | -66/+166 |
| | | | | Also makes sure that the drop location and target row return something sensible in drop event. Clarifies docs on drop location. | ||||
* | Rename findAndFilterDependencies to findDependencies (#9366) | Leif Åstrand | 2017-05-18 | 3 | -8/+8 |
| | | | | | | | | The old findDependencies method is made private since it's only an implementation detail and should not be used from outside the class. At the same time, the new findAndFilterDependencies method is renamed to findDependencies since there's no longer necessary to have a name that distinguishes it from the variant that doesn't do any filtering. |