Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix invalid index in drop target Grid (#9604) | Pekka Hyvönen | 2017-06-29 | 1 | -11/+15 |
| | | | | | Was using length - 1 and 0 for getting the row element, which caused client side exception when dragging over header or footer when the grid had enough rows. This had no effect on UX, only exceptions thrown. Now using visible range instead. | ||||
* | Add isUserOriginated to SelectedTabChangeEvent (#9580) | Artur | 2017-06-29 | 4 | -43/+174 |
| | | | Fixes #9545 | ||||
* | Provide old value of position in SplitPositionChangeEvent of *SplitPanel (#9578) | Yuriy Artamonov | 2017-06-29 | 2 | -11/+106 |
| | | | | | | | | | Provide old value of position in SplitPositionChangeEvent of *SplitPanel New properties have been added to SplitPositionChangeEvent: oldSplitPositionUnit, oldSplitPosition, userOriginated Resolves #9472 | ||||
* | Update Chrome 59 screenshots for ColumnCollapsing | Henri Sara | 2017-06-28 | 1 | -0/+0 |
| | |||||
* | Add mouse event details to Tree.ItemClick (#9599) | Henri Sara | 2017-06-28 | 1 | -3/+19 |
| | | | | This provides a way to get the mouse button clicked as requested in #9335. | ||||
* | Add isExpanded() method to Tree and TreeGrid | Henri Sara | 2017-06-28 | 4 | -6/+29 |
| | | | Fixes #9595 | ||||
* | Create drag source and drop target extensions for tree grid (#9463) | Adam Wagner | 2017-06-28 | 13 | -5/+682 |
| | | | Resolves #9372 | ||||
* | Add presentation value providers for Grid (#9553) | Teemu Suo-Anttila | 2017-06-27 | 5 | -27/+318 |
| | | | | | | This patch changes Grid Columns, so they can have different value and presentation types. A presentation provider can be given when setting the renderer for a column. This provider takes the value of the column on a row and chooses what to present for this value. Using this approach it is easier to have an editor for the actual backing data instead of the presentation of it. Fixes #8656 Resolves #9588 | ||||
* | Clarify javadoc of Grid.scrollTo (#9582) | Henri Sara | 2017-06-26 | 1 | -4/+7 |
| | | | Resolves #9265 | ||||
* | Fix screenshots for VaadinIconSetTest | Henri Sara | 2017-06-22 | 1 | -0/+0 |
| | |||||
* | Make it optional to implement enter() in Views | Artur | 2017-06-22 | 1 | -7/+11 |
| | |||||
* | Fix tests broken by Chrome 59 (#9564)8.1.0.beta3 | Henri Sara | 2017-06-21 | 2 | -1/+1 |
| | |||||
* | Fix keymapper reverse mapping (#9535) | Ilia Motornyi | 2017-06-21 | 10 | -74/+313 |
| | | | Fixes #9470 | ||||
* | Update more Chrome 59 screenshots (#9563) | Henri Sara | 2017-06-21 | 1 | -0/+0 |
| | |||||
* | Load the debug window implementation asynchronously (#9026) | Leif Åstrand | 2017-06-21 | 1 | -52/+56 |
| | | | | | Reduces the gzipped DefaultWidgetset eager bundle size from 345kb to 325kb. The relative impact is greater optimized widgetsets that might have down to around 150kb in the eager bundle. | ||||
* | Update screenshots for Chrome 59 (#9562) | Henri Sara | 2017-06-20 | 1 | -0/+0 |
| | |||||
* | Prevent multiple runs of hierarchy column update (#9561) | Teemu Suo-Anttila | 2017-06-20 | 1 | -3/+9 |
| | | | Fixes #9555 | ||||
* | Use fixed width in integration test for stability (#9560) | Henri Sara | 2017-06-20 | 1 | -0/+1 |
| | | | Fix table width to match the reference screenshot. | ||||
* | Enable row height and content mode settings for Tree (#9540) | Teemu Suo-Anttila | 2017-06-20 | 7 | -21/+149 |
| | | | | | | | | | | * Enable row height setting for Tree * Add content mode for captions * Align expander element by default to top The content mode allows use of preformatted and HTML captions that bring value to row height Fixes #9411 | ||||
* | Update hierarchical data related deprecation messages (#9558) | Henri Sara | 2017-06-20 | 8 | -21/+28 |
| | | | Resolves #9330 | ||||
* | Set proper paragraph breaks in Button JavaDocs (#9557) | Leif Åstrand | 2017-06-20 | 1 | -4/+3 |
| | |||||
* | Add View.beforeLeave to support delayed navigation | Artur | 2017-06-20 | 7 | -60/+582 |
| | |||||
* | Fix minor Java documentation typo in Button#click API | Christophe Bismuth | 2017-06-19 | 1 | -1/+1 |
| | |||||
* | Fix displaying Grid sort order set from server (#9530) | Teemu Suo-Anttila | 2017-06-19 | 4 | -70/+73 |
| | | | Fixes #8316 | ||||
* | Added the documentation getting-started-kotlin file (#9552) | Martin Vysny | 2017-06-19 | 2 | -0/+53 |
| | |||||
* | Use ClientConnector instead of Connector in id generation event (#9542) | Leif Åstrand | 2017-06-19 | 1 | -5/+3 |
| | |||||
* | Add missing JavaDoc to DataCommunicator | Teemu Suo-Anttila | 2017-06-16 | 1 | -0/+13 |
| | |||||
* | Only throw from Binder.bindInstanceFields if there are no bindings at all ↵8.1.0.beta2 | Artur | 2017-06-15 | 3 | -7/+62 |
| | | | | | (#9487) Fixes #8986 | ||||
* | Add missing since tags (#9544) | Henri Sara | 2017-06-15 | 7 | -15/+19 |
| | |||||
* | Rewrite HierarchyMapper to consistently handle changes | Teemu Suo-Anttila | 2017-06-15 | 11 | -991/+923 |
| | | | | | | Fixes #9449 Fixes #9490 Fixes #9448 Fixes #9465 | ||||
* | Fix initConnectorIdGenerator typo (#9541) | Leif Åstrand | 2017-06-15 | 2 | -4/+4 |
| | |||||
* | Replace FontAwesome with VaadinIcons in an example (#9534) | manishpatelUK | 2017-06-15 | 1 | -3/+3 |
| | | | FontAwesome is deprecated | ||||
* | Make view parameter map available in ViewChangeEvent (#9529) | Artur | 2017-06-15 | 3 | -2/+105 |
| | |||||
* | Trying to lower the barrier to start following the tutorial (#9531) | Matti Tahvonen | 2017-06-14 | 1 | -1/+1 |
| | | | | * Trying to lower the barrier to start following the tutorial | ||||
* | Fix method link in ActiveDataHandler JavaDoc (#9525) | Ilia Motornyi | 2017-06-14 | 1 | -1/+1 |
| | |||||
* | Allow changing the renderer of hierarchy column in TreeGrid (#9514) | Teemu Suo-Anttila | 2017-06-13 | 8 | -85/+116 |
| | | | Addresses #9465 | ||||
* | Add getStateParameterMap to Navigator to get parameters as a map (#9517) | Peter Lehto | 2017-06-13 | 2 | -26/+188 |
| | |||||
* | Add methods for setting the date as an ISO value for date fields | Artur | 2017-06-12 | 14 | -83/+455 |
| | |||||
* | Add handler for row height changing in Grid | Teemu Suo-Anttila | 2017-06-12 | 3 | -8/+22 |
| | | | Fixes #9488 | ||||
* | Add support for Views which are not components | Artur | 2017-06-12 | 3 | -18/+91 |
| | |||||
* | Add pluggable connector id generator support | Leif Åstrand | 2017-06-12 | 10 | -13/+287 |
| | |||||
* | 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 |
| |