summaryrefslogtreecommitdiffstats
path: root/all/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Change Upload to be in immediate mode by default (#111)Pekka Hyvönen2016-12-121-1/+1
| | | Fixes vaadin/framework8-issues#547
* Add list of breaking changes in FW8 to release notes (#102)Pekka Hyvönen2016-12-091-12/+108
| | | | | | * Add list of breaking changes in FW8 to release notes Fixes vaadin/framework8-issues#226
* Replace github.com/vaadin/vaadin with github.com/vaadin/framework (#75)Artur2016-12-021-2/+2
|
* Remove broken changelog section for release notes and related code8.0.0.alpha2Artur Signell2016-09-142-184/+4
| | | | Change-Id: I1e35dcbe4f75cb8b21a7c2a78143556522f32363
* Merge update and migration section of release notesArtur Signell2016-09-121-85/+56
| | | | | | Also fixes some typos and outdated information Change-Id: Ic2f1f33b84ad3cb658ee9f4228444c35489e72ef
* Update server and browser support in release notesArtur Signell2016-09-121-13/+9
| | | | Change-Id: I73279f7837b0907fea6cfc9d21076ac226af4c00
* Implement new RichTextAreaArtur Signell2016-09-121-0/+1
| | | | Change-Id: I6f430c77caaad6d610133f340eba960f2268897e
* Delete broken stylesheet and revert to default style until a newHenri Sara2016-09-081-236/+0
| | | | | | stylesheet is created Change-Id: I25da6154d55ab829d1166bbde5075bacaf62bf26
* Remove unused commit author fetching from build.Henri Sara2016-09-082-106/+0
| | | | Change-Id: I36faa94382258d5df40c7f200e5c24805896f100
* Update release notes for Vaadin 8Henri Sara2016-09-081-3/+43
| | | | Change-Id: Icf3d3632ec50c732d43acb784033ae6ae0e35d7b
* Use diamond operator where it can be usedArtur Signell2016-09-052-3/+3
| | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
* Update copyright year to 2016Artur Signell2016-08-182-2/+2
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-181-3/+3
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-182-16/+15
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Remove confusing note about OSGi support (#20094)Artur Signell2016-08-171-1/+0
| | | | Change-Id: I9fa6d288c1436b7c71ccce1d3198dd939211ca07
* Note that Windows Phone is no longer supportedArtur Signell2016-08-121-4/+1
| | | | Change-Id: Idd27b9e805c2eb2875bcc9cca2eb0ac1e19926a8
* Update release notes for Vaadin 8Henri Sara2016-08-051-101/+43
| | | | Change-Id: I920a72c524f331b726a4beb8206fadcf3687999f
* New login form (#8171)Ingo Kegel2016-06-011-0/+3
| | | | | | | | | The legacy LoginForm is substituted with the new one which is compatible in API. The patch contains modified code from the addon https://vaadin.com/directory#addon/loginform Change-Id: I2178291c97c2f66840f832a0bf932271534beb49
* Use gwt-user and gwt-dev dependencies in client and compilerTeemu Suo-Anttila2016-06-011-0/+28
| | | | | | | This removes GWT dependency from the server and shared parts of the framework Change-Id: Iafbb752c0184611a18d4a9d61c9e03229d42836e
* Use error styles for NativeSelect/ListSelect/TwinColSelect in Valo (#19550)Artur Signell2016-05-111-0/+1
| | | | Change-Id: Ifc87f48b8145b56c7b83b9ce4aa1db8a698d7d49
* Remove guava URL encode dependencyMarkus Koivisto2016-05-111-0/+1
| | | | Change-Id: I7b76c7736f470dd5016370b61d3872300c3331a9
* Fix UIProvider backwards compatibility with AppWidgetsetTeemu Suo-Anttila2016-05-111-1/+1
| | | | Change-Id: Ia3171f4398caa9824f9b511da6576baa7b40be07