summaryrefslogtreecommitdiffstats
path: root/all
Commit message (Collapse)AuthorAgeFilesLines
* Fix client-side memory leak caused by Grid events (#9062)Aleksi Hietanen2017-04-191-0/+1
| | | | | | Refactors AbstractGridKeyEvent, AbstractGridMouseEvent and their descendants to follow the pattern used in other GWT DomEvents. Fixes #7633
* Enable long tap emulation on iOS for context clicks (#8565) (#8570)Teemu Suo-Anttila2017-02-151-2/+2
| | | Fix release notes mention of context click events
* Update 7.7 release notes to github era (#8472)Pekka Hyvönen2017-02-071-21/+5
| | | | | | * Update 7.7 release notes to github era Fixes framework8-issues#222
* Mention latest browser versionsArtur Signell2016-10-271-4/+4
| | | | Change-Id: I06477d7ee5252ec4a5e7fdbc05fe6e31e05782e6
* Format project pom files using correct settings (4 spaces)Artur Signell2016-09-251-335/+346
| | | | Change-Id: Ib8ae22a56334046effe721bb4d3769ef7b92d61d
* Format Java files using Eclipse Neon and Vaadin settingsArtur Signell2016-09-202-19/+18
| | | | | | | Using the same formatting in the 7.7 branch and the master branch eases porting of fixes Change-Id: I51b4693f2f120447702cf322ce4505608ad92987
* Change snapshot version 7.7-SNAPSHOTArtur Signell2016-09-131-1/+1
| | | | Change-Id: I7929f6fbe9a83f63fcb7c1f3b174dd84d4add185
* Delete broken stylesheet and revert to default style until a new stylesheet ↵Artur Signell2016-09-052-238/+1
| | | | | | is created Change-Id: I8a2a3e2e9c35c38f58e0a64fa5e0363702e54e0f
* Update release notes for maintenance releasesHenri Sara2016-08-251-3/+6
| | | | Change-Id: I755dfe84224f32f0102661aae228656174fb7c76
* Add release notes mention about strict mode7.7.0Henri Sara2016-08-231-1/+2
| | | | Change-Id: I93eec041fbccd3961e82f2d7e52d23eb044ec4ea
* Remove confusing note about OSGi support (#20094)Artur Signell2016-08-171-1/+0
| | | | Change-Id: I8c20a2e3ac13fddf1ff207ae8da88ad822e5787c
* Update release notes for 7.7.0.rc1Henri Sara2016-08-151-8/+9
| | | | | | Update release type, ticket list link and supported browsers. Change-Id: I4e05620e78f081c70c0efc1545f7a6a41d090ba6
* 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-012-8/+29
| | | | | | | 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
* Move checkstyles plugin to actual moduleselmot2016-04-271-0/+13
| | | | Change-Id: I2d87a1aeba8ffc8cc15909c32a0c9d10b3ada9a7
* 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
* | Final working configuration for nexus staging pluginTeemu Suo-Anttila2016-04-141-1/+1
| | | | | | | | Change-Id: I05d546b763651ad6856fb86adc068058a35be429
* | Skip only staging instead of the whole nexus deploy mojoTeemu Suo-Anttila2016-04-141-1/+1
| | | | | | | | Change-Id: I4b1015dd27422500aed698bfa3dc87fc7b13a58a
* | Skip staging of non-deployable modulesHenri Sara2016-04-131-0/+7
| | | | | | | | Change-Id: I2882a5b4df627f440d17733b57fa173d85ea8c6e
* | Merge branch 'master' into feature/mavenizeelmot2016-04-132-20/+4
|\| | | | | | | Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94
* | Skip GPG signing for vaadin-allHenri Sara2016-04-131-0/+11
| | | | | | | | | | | | | | The type of the module is JAR but it does not actually produce a JAR, so GPG signing needs to be explicitly skipped. Change-Id: If8d0577a0a75e2a86077451efdc79b72f06fbf38
* | Move organization, license and SCM to parent POMHenri Sara2016-04-131-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | This change also cleans up some redundant POM metaadata. Even though Maven documentation does not list it, also the organization section is inherited to the effective POM. pom-template.xml is still in the project for a longer description and a repositories section until publishing to staging is cleaned up. Change-Id: I76b71aec1d2812e2f9ef321c3b4131c613a29cb7
* | Generate combined JavaDoc in vaadin-all pom.xmlTeemu Suo-Anttila2016-04-132-39/+120
| | | | | | | | Change-Id: I8e3ef8cd027def174e6f697597c77ba6c5870f2a
* | Generate sources with release profileTeemu Suo-Anttila2016-04-111-1/+0
| | | | | | | | | | | | | | | | | | This patch refactors how unpacking of dependencies is handled. It now uses a more generic configuration on top level as well as updates the phase where the extraction happens. This way the source plugin configuration remains small Change-Id: I952ec84e05eac255f8b44044baceba37e07737c5
* | Add transitive dependencies for vaadin-all zip to lib folderTeemu Suo-Anttila2016-04-012-0/+17
| | | | | | | | Change-Id: I020ddda7a11390c9a15e755abf0fc2528fe1cc3a
* | Clean up pom files, update plugins, skip liferay installTeemu Suo-Anttila2016-03-311-9/+6
| | | | | | | | Change-Id: Ia0cabe96616d5357928810ae2473606d7e7cf00b
* | Build vaadin-all with mavenTeemu Suo-Anttila2016-03-3131-180/+5186
| | | | | | | | Change-Id: I87aef5ee0b35ff8746a182192706f236afaef32d
* | Build vaadin-buildhelpers with mavenTeemu Suo-Anttila2016-03-241-3/+3
|/ | | | Change-Id: I1b67fdc7d32d57f98bca78dba4fa190950b94507
* Fix build scripts for BOM (#17025)Henri Sara2015-03-262-3/+2
| | | | Change-Id: Ia59a2423d8e22e15a978dd73baf08b5fa6388ea6
* Build Maven BOM for Vaadin (#17025)Henri Sara2015-03-261-0/+1
| | | | Change-Id: I842a5f1551012744354371e1c099f6ca2360029c
* Fix release buildArtur Signell2015-01-151-10/+3
| | | | Change-Id: Ie915aeb31aff7a0c2f655ad9b54e00a582770984
* Reformat build filesArtur Signell2015-01-151-44/+59
| | | | Change-Id: Iab68be3e5d5e59bb05610677642a5715efe50feb
* Ensure widgets is built before all (#15544)Artur Signell2015-01-121-0/+1
| | | | Change-Id: Ie1adc9a456b750c7cc5c55620ad5364c7e4f1984
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-311-2/+0
| | | | | | | | | | | | | * Moves CompileTheme from the theme-compiler to buildhelpers * Refactors CompileTheme to get the Vaadin version on the command line instead of using the Version class found in vaadin-shared * Refactors build scripts to pass the version number on the command line when running CompileTheme * Removes the theme-compiler module/project/whatchamacallit * Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0 from maven Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54
* Fixed nojavadoc parameter on "all" build.Sauli Tähkäpää2014-03-101-9/+11
| | | | Change-Id: I336cbee8bf33591552034c1cdf29d34fc49e3c43
* Added nojavadoc parameter to "all" build script.Sauli Tähkäpää2014-03-101-29/+35
| | | | Change-Id: Id83983e7fd81612354c6b15037a6749ba3dda55a
* Better-looking CSS for Vaadin API Javadocs (#13219)Marlon Richert2014-01-212-1/+238
| | | | Change-Id: I52fd843b839830cefe330c9c9cf94b59db0928af
* Unified xml files to end with new lineArtur Signell2013-09-041-1/+1
| | | | Change-Id: Ifb1393e7e5c5c1002b924223957767b3e584d5ab
* Reformatted using Ant editor (#12040)Artur Signell2013-06-101-23/+10
| | | | Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474
* Exclude provided portal-service from all zip (#9823)Artur Signell2013-06-061-0/+1
| | | | Change-Id: Ic08885d74f382547aabf4a394265c2094d884cd5
* Formatted XML files using defined rules (#11956)Artur Signell2013-05-302-125/+141
| | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
* Added push meta module (#11498)Artur Signell2013-04-081-0/+2
| | | | Change-Id: Ia95f4682333656fc34f04e563dc256ef45f987c1