Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix position of font icons in ComboBox (#9638) | Henri Sara | 2017-07-18 | 4 | -0/+55 |
| | | | Fixes #9637 | ||||
* | Remove obsolete workaround for Firefox (#9687) | Teemu Suo-Anttila | 2017-07-18 | 1 | -5/+1 |
| | |||||
* | Fixed minor typos and spelling issues in CONTRIBUTING.md guide (#9683) | Yuriy Artamonov | 2017-07-17 | 1 | -29/+29 |
| | |||||
* | Feature/tutorial finetuning (#9672) | Matti Tahvonen | 2017-07-17 | 3 | -0/+6 |
| | | | | * Trying to lower the barrier to start following the tutorial * Guiding new Vaadin users to start with the tutorial | ||||
* | Fix combobox adding new items on blur (#9660) | Teemu Suo-Anttila | 2017-07-17 | 2 | -2/+26 |
| | | | Fixes #9071 | ||||
* | Change sendMessage access modifier to protected. (#9622) | Andrew Spear | 2017-07-17 | 1 | -1/+1 |
| | | | This allows extending AtmospherePushConnection, and then doing overriding sendMessage. One use case is to correlate the IP address and the message in the logs. | ||||
* | Fix hierarchical dataprovider example code bug | tmattsso | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | Delegate properties to Composite's root if possible | Ilia Motornyi | 2017-07-13 | 2 | -39/+81 |
| | | | Fixes #9670 | ||||
* | Add missing since for 8.0.7 | Teemu Suo-Anttila | 2017-07-12 | 1 | -3/+4 |
| | |||||
* | Implement tree item context click | Ilia Motornyi | 2017-07-10 | 8 | -11/+281 |
| | | | | | Fixes #9606 Fixes #9645 Fixes #9647 | ||||
* | Clarification for GridContextClickEvent | Ilia Motornyi | 2017-07-10 | 2 | -1/+35 |
| | |||||
* | Add Bakery link to the documentation. | Ville Ingman | 2017-07-06 | 1 | -0/+1 |
| | |||||
* | Add information about known limitations (#9633)8.1.0.rc1 | Henri Sara | 2017-07-04 | 1 | -0/+2 |
| | |||||
* | Add information about backwards incompatible changes | Henri Sara | 2017-07-03 | 1 | -0/+4 |
| | |||||
* | Update/add since tags (#9627) | Henri Sara | 2017-07-03 | 4 | -13/+52 |
| | |||||
* | Fix TreeData item removal, small improvements (#9621) | Ilia Motornyi | 2017-07-03 | 6 | -17/+136 |
| | | | Fixes #9614 | ||||
* | Add criteria API to make it easier to set acceptance criteria for drag and ↵ | Adam Wagner | 2017-07-03 | 11 | -38/+689 |
| | | | | | drop (#9605) Fixes #9600 | ||||
* | Map column components by id (#9624) | Teemu Suo-Anttila | 2017-07-03 | 1 | -5/+6 |
| | | | Fixes #9452 | ||||
* | Update release notes for release candidate (#9625) | Henri Sara | 2017-07-03 | 1 | -2/+2 |
| | |||||
* | Add editor open event to Grid Editor (#9623) | Teemu Suo-Anttila | 2017-07-03 | 6 | -6/+144 |
| | | | Fixes #9596 | ||||
* | Add internal state validators for HasValue (#9532) | Teemu Suo-Anttila | 2017-07-03 | 5 | -2/+136 |
| | | | This also fixes/improves AbstractDateField validation. | ||||
* | Use ZoneId rather than ZoneOffset for conversion (#9620) | Ezra Epstein | 2017-07-03 | 1 | -16/+10 |
| | | | | | | | | | | | Use ZoneId rather than ZoneOffset for conversion between model (Date) and presentation of LocalDateTime. LocalDateToDateConverter (correctly) uses ZoneId, whereas LocalDateTimeToDateConverter (incorrectly) used a ZoneOffset. This fix aligns the two Converter implementations and makes the latter one more robust. A ZoneOffset is a fixed time difference, e.g., +07:00, whereas a time zone - represented by a ZoneId - is more dynamic, including features like Daylight-Savings Time. A ZoneId returns one or more ZoneOffsets via its ZoneRules method. (ZoneOffsets have trivial ZoneRules that simply return the ZoneOffset.) Since the date/time being displayed may be from any date on the calendar, the ZoneOffset imposes a negative limitation. Using ZoneId instead gets us past that limitation and allows a more robust set of conversion rules. Fixes #9594 | ||||
* | Update release notes and screenshots for link style | Henri Sara | 2017-06-30 | 2 | -0/+1 |
| | |||||
* | Fix bookkeeping assertion error | Ilia Motornyi | 2017-06-30 | 3 | -1/+25 |
| | | | Fixes #9584 | ||||
* | Update README.md (#9612) | Enver Haase | 2017-06-30 | 1 | -1/+1 |
| | | | it's Vaadin Framework EIGHT nowadays | ||||
* | Remove global button styling (#9607) | Henri Sara | 2017-06-29 | 3 | -10/+8 |
| | | | Move remaining button and link related styles from _global to _nativebutton and _link. | ||||
* | Add multiple styles handling to Component | appreciated | 2017-06-29 | 1 | -0/+30 |
| | | | Fixes #9357 | ||||
* | Add an optional HasValue to a ValueContext | Ilia Motornyi | 2017-06-29 | 5 | -4/+85 |
| | |||||
* | Use HasUserOriginated interface where appropriate (#9608) | Henri Sara | 2017-06-29 | 9 | -75/+45 |
| | |||||
* | 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 |
| |