aboutsummaryrefslogtreecommitdiffstats
path: root/all/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Registration to remove state.registeredEventListeners (fixes #9634) (#10130)Ahmed Ashour2017-10-041-0/+1
| | | This changes SharedState.registeredEventListeners to be a Map that keeps track of how many listeners of each type have been added, and handles unregistering of such listeners correctly.
* Add role="grid" and aria-multiselectable to grid (#10009)Knoobie2017-10-041-0/+1
| | | Also adds aria-selected for grid rows.
* Revert "Store Vaadin session after each update" (#10112)8.2.0.alpha2Henri Sara2017-09-281-1/+0
| | | | | This reverts commit 48e202a80653c2c8a9e31db11814d23b87d6ec19. Also reverts the related release notes update.
* Add since tags and update release notes (#10109)Henri Sara2017-09-281-0/+10
|
* Support addCloseListener for Notification (#10027)Ahmed Ashour2017-09-271-1/+3
| | | | | Converts Notification to an Extension and adds support for listening to the closing of notifications. Fixes #888
* Convert Embedded not to be a LegacyComponent (#10088)Ahmed Ashour2017-09-271-0/+1
|
* Implement error level on client side (#9817)Adam Wagner2017-09-271-0/+2
| | | | | | | Add additional class names and style to components and error indicators to distinguish different error levels. Vaadin 8 implementation of #9816. Cherry picked changes and added compatibility package component changes and tests. Resolves #3139
* Fix BindingBuilder to always use the same instance (#10004)Teemu Suo-Anttila2017-09-261-0/+1
| | | | | | This allows using BindingBuilder either in a type safe chained manner or with separate calls for the same instance at the cost of less strict type checking. Fixes #9927 Fixes #9619
* Improve Binder value change handling with bean validation (#9988)Teemu Suo-Anttila2017-09-251-1/+2
| | | | | | | Changed values are now only applied to the bean when they pass both field and bean validation. Any change that breaks validation will be pending and is attempted to apply when another change event comes. This patch also makes the order of status change event handler and listener call order. This addresses some of the issues raised in #9955.
* Replace CRLF with LF (#10062)Henri Sara2017-09-221-97/+97
| | | | | | | After this change, .gitattributes will take care of keeping native line endings. * Replace CRLF with LF in non-Java files
* Add scroll logic from TreeGrid to Tree (#10005)Piotr Wilkin2017-09-201-0/+1
| | | Fixes #9967
* Update release notes for 8.2.0.alpha1 (#9937)Henri Sara2017-09-071-31/+17
|
* Provide API for setting row heights in Grid for different sections (#9810)Teemu Suo-Anttila2017-08-111-0/+1
| | | Fixes #9425
* Remove margin-left for FontAwesome icons in ComboBox (#9805)Teemu Suo-Anttila2017-08-101-0/+1
|
* Update release notes incompatible changes heading (#9771)Henri Sara2017-08-031-1/+1
|
* Update release notes for maintenance versions (#9755)Henri Sara2017-08-011-3/+4
|
* Update release notes for 8.1 final (#9722)8.1.0Henri Sara2017-07-241-4/+4
| | | Remove pre-release mention and update current browser versions.
* Fix typo in release notes (#9710)Henri Sara2017-07-241-1/+1
|
* Remove mention of height limitation in Tree (#9689)Teemu Suo-Anttila2017-07-181-1/+0
| | | Related to #9631
* Add information about known limitations (#9633)8.1.0.rc1Henri Sara2017-07-041-0/+2
|
* Add information about backwards incompatible changesHenri Sara2017-07-031-0/+4
|
* Update release notes for release candidate (#9625)Henri Sara2017-07-031-2/+2
|
* Update release notes and screenshots for link styleHenri Sara2017-06-301-0/+1
|
* Add presentation value providers for Grid (#9553)Teemu Suo-Anttila2017-06-271-0/+2
| | | | | | 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
* Fix keymapper reverse mapping (#9535)Ilia Motornyi2017-06-211-1/+1
| | | Fixes #9470
* Update release notes for beta (#9422)8.1.0.beta1Henri Sara2017-05-241-1/+1
|
* Hide DataGenerator from Column API (#9351)Teemu Suo-Anttila2017-05-191-1/+2
|
* Refactor common methods in in-memory data providers (#9308)Aleksi Hietanen2017-05-161-1/+1
| | | | | | * 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.
* Use theme font and normal line wrapping for regular tooltips (#9143)Leif Åstrand2017-05-151-0/+1
| | | Fixes #9121
* Add mobile html5 dnd support using polyfill (#9282)Pekka Hyvönen2017-05-112-1/+16
| | | | | | | | | | | | | | | First step of mobile DND support. - Add mobile html5 dnd support using polyfill - Adds a switch for enabling mobile html5 dnd support - Adds polyfill only when needed - Ignore native Android Chrome drag start because doesn't work properly (no dragend event fired) - Add documentation on enabling mobile HTML5 DnD support - Add mention of drag-drop-polyfill license - Fixed issue in polyfill when not using "snapback" - Add mention of forked polyfill Fixes #9174
* Fix minor issues with Tree theme and TB API (#9226)Teemu Suo-Anttila2017-05-031-2/+3
| | | Removes background color from Tree, adds release notes mention, JavaDoc updates.
* Add OSGi documentation and release notes (#9155)Henri Sara2017-04-261-0/+3
| | | | Resolves #9141 Partly addresses #8999
* Mention non-compatibility renames in migration instructions (#9097)Leif Åstrand2017-04-181-1/+4
|
* Update release notes for 8.1.0.alpha1 (#8863)Pekka Hyvönen2017-03-171-147/+15
|
* Mention VaadinServiceInitListener and JS state diff in release notes (#8607)Leif Åstrand2017-02-211-1/+2
| | | | * Mention VaadinServiceInitListener and JS state diff in release notes
* Add release notes mention of context click events (#8573)Teemu Suo-Anttila2017-02-151-0/+1
|
* Add Payara as an officially supported server (#8520)Leif Åstrand2017-02-091-0/+1
|
* Mention removed ThreadLocal.setInheritable in release notes (#8466)Leif Åstrand2017-02-071-0/+1
| | | Fixes vaadin/framework8-issues#594
* Replace FontAwesome with Vaadin Icons (#8208)Pekka Hyvönen2017-02-011-1/+1
| | | | | | | * Include FontAwesome by default for easier migration * Fix JSComponentLoadingIndicatorTest Fixes #7979 Addresses part of #8219
* Update release notes for 8.0.0.beta2 (#8402)Pekka Hyvönen2017-02-011-9/+14
| | | | * Update release notes for 8.0.0.beta2
* Support loading of HTML imports using @HtmlImport (#8301)Artur2017-01-251-0/+1
| | | | | Note that not all browsers yet support HTML imports. If a polyfill is needed to load HTML imports, it must be loaded before HTML Imports can be loaded. There is no automatic loading of any polyfills.
* Integrate BeanBinder functionality into Binder (#8096)Leif Åstrand2017-01-121-1/+1
| | | | * Integrate BeanBinder functionality into Binder
* Refactor AbstractDateField. (#8146)Denis2017-01-101-0/+3
| | | First round for #8132.
* Remove GAE support in release notes (#8044)Pekka Hyvönen2016-12-191-7/+0
| | | | * Remove GAE support in release notes
* Mention deprecating FontAwesome icons in release notes (#8039)Pekka Hyvönen2016-12-191-0/+1
| | | | | | * Mention deprecating FontAwesome icons in release notes Part of #7979
* Remove Google App Engine from documentation (#8038)Pekka Hyvönen2016-12-191-0/+1
| | | | | | | | * Remove Google App Engine from documentation Mention removal in release notes. Part of #8033
* Beta notes and special message to add-on developers (#8036)Juha Seppänen2016-12-191-0/+6
| | | | * Beta notes and special message to add-on developers
* Refer to Vaadin Framework in release notes (#8006)Pekka Hyvönen2016-12-151-59/+59
|
* Update and fix release notes (#8001)Pekka Hyvönen2016-12-151-37/+20
| | | | | | Removed outdated parts. Added missing parts. Clarified Android support. Fixed old links for dev.vaadin.com. to point to github.
* Provide declarative support for Grid. (#7961)Denis2016-12-131-3/+5
| | | Fixes vaadin/framework8-issues#390