summaryrefslogtreecommitdiffstats
path: root/all/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Revert "Documentation fix for null representation (#13221)"Ilia Motornyi2016-05-041-3/+0
| | | | | | This reverts commit 41e29dd2e32d8ca70bfcec25a1883f7965e53296. Change-Id: I4065d4db8dcc2dc652b171ab0472186bbe40ee17
* Documentation fix for null representation (#13221)elmot2016-05-021-0/+3
| | | | Change-Id: Ib532fbd9efd587080a75155139ae1a7a219c1003
* Add interface for AppWidgetset (#19770)Markus Koivisto2016-04-291-0/+1
| | | | | | | | | This allows selecting the widgetset name and URL simply by placing a class in the default package if nothing is explicitly give by the user. This can be used e.g. by the Maven plug-in and other build automation tools to automatically generate widgetsets or use one from CDN. Change-Id: If3a7b35e3b25371e08e6d9b504fcda6f66de5119
* Some Vaadin 7.7 release notes changes7.7.0.alpha1Henri Sara2016-04-211-45/+13
| | | | | | Removed 7.6 material from release notes and some other updates. Change-Id: Ic1084980a3e188459358eee71554cd0db76bbcca
* Merge remote-tracking branch 'origin/master' into feature/mavenizeTeemu Suo-Anttila2016-04-211-0/+1
| | | | Change-Id: I1c55d6158caf32b796a9ad0d9e8df5392812e9a6
* Updated READMEselmot2016-04-211-6/+18
| | | | Change-Id: I60eb78fcf7eab53771c12687b0b973ea732ebf1c
* Merge branch 'master' into feature/mavenizeelmot2016-04-132-20/+4
| | | | Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94
* Generate combined JavaDoc in vaadin-all pom.xmlTeemu Suo-Anttila2016-04-131-0/+236
| | | | Change-Id: I8e3ef8cd027def174e6f697597c77ba6c5870f2a
* Add transitive dependencies for vaadin-all zip to lib folderTeemu Suo-Anttila2016-04-011-0/+13
| | | | Change-Id: I020ddda7a11390c9a15e755abf0fc2528fe1cc3a
* Build vaadin-all with mavenTeemu Suo-Anttila2016-03-3127-0/+4891
Change-Id: I87aef5ee0b35ff8746a182192706f236afaef32d