]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
8 years agoUse gwt-user and gwt-dev dependencies in client and compiler feature/standard-gwt
Teemu Suo-Anttila [Mon, 2 May 2016 11:30:42 +0000 (14:30 +0300)]
Use gwt-user and gwt-dev dependencies in client and compiler

This removes GWT dependency from the server and shared parts of the framework.

Change-Id: I66755e8fb058eca924a6551a38ca588de8bf0996

8 years agoCompare against references also if no version specified
Henri Sara [Wed, 4 May 2016 08:30:51 +0000 (11:30 +0300)]
Compare against references also if no version specified

Change-Id: I4396f456770aab470a98b19c5474f1a74e72f141

8 years agoAdd javadocs for onConnectorHierarchyChange
Leif Åstrand [Tue, 15 Mar 2016 08:28:56 +0000 (10:28 +0200)]
Add javadocs for onConnectorHierarchyChange

Change-Id: Ibd177fc41d83c5d9fa6adc2c117a9cab4bf670df

8 years agoRevert "Better default for nullRepresentation (#13221, #12877)" feature/standard-sass
Ilia Motornyi [Wed, 4 May 2016 08:31:22 +0000 (08:31 +0000)]
Revert "Better default for nullRepresentation (#13221, #12877)"

This reverts commit 85870ccd9f93cebd839d22d2bd63ec817bb90a3d.

Change-Id: Ifb9bbac0ee36e71d2251c31b936a12f1f3ea7315

8 years agoRevert "Documentation fix for null representation (#13221)"
Ilia Motornyi [Wed, 4 May 2016 08:31:05 +0000 (08:31 +0000)]
Revert "Documentation fix for null representation (#13221)"

This reverts commit 41e29dd2e32d8ca70bfcec25a1883f7965e53296.

Change-Id: I4065d4db8dcc2dc652b171ab0472186bbe40ee17

8 years agoFix classpath order for integration tests
Henri Sara [Tue, 3 May 2016 14:03:10 +0000 (17:03 +0300)]
Fix classpath order for integration tests

Test classes need to come first because of how TB3TestLocator is
implemented.

Change-Id: I912e7a6e4743053ce01567870754e2b9ea30b0f1

8 years agoRelax checkstyle rules
Henri Sara [Tue, 3 May 2016 14:18:42 +0000 (17:18 +0300)]
Relax checkstyle rules

Allow whitespace after cast to match default and Eclipse formatting.

Change-Id: I9c14d014bebb0b4507885d309ea5adc9d00279e7

8 years agoIgnore files generated for checkstyles
Leif Åstrand [Tue, 3 May 2016 13:06:55 +0000 (16:06 +0300)]
Ignore files generated for checkstyles

Change-Id: Ifb4199bf1e7a168c9f5e0770229bbac9cf75ca9d

8 years agoMove theme and widgetset compilation to prepare-package
Teemu Suo-Anttila [Tue, 3 May 2016 10:02:04 +0000 (13:02 +0300)]
Move theme and widgetset compilation to prepare-package

Change-Id: I5c366be930383a6008a7f40f1f4ad532c5da1772

8 years agoThrow IAE in setExpandRatio() if given ratio is less than 0
Maciej Przepióra [Thu, 28 Apr 2016 13:34:33 +0000 (16:34 +0300)]
Throw IAE in setExpandRatio() if given ratio is less than 0

Change-Id: Ie7f92edea210c54400f6dce38e1376e3c0eae575

8 years agoEnsure addItem(null) returns null
Artur Signell [Sun, 13 Mar 2016 11:24:11 +0000 (13:24 +0200)]
Ensure addItem(null) returns null

Change-Id: I67823b306e68637b469ed35fad00f6af64e8cc15

8 years agoadded one missing "you"
Fredrik Rönnlund [Thu, 14 Apr 2016 11:48:48 +0000 (14:48 +0300)]
added one missing "you"

Change-Id: Ibe297192a67271ad0d5349e12ddeaa95af0ad9c8

8 years agoUpdate gwt-rpc.asciidoc
Enver Haase [Fri, 8 Apr 2016 16:40:36 +0000 (18:40 +0200)]
Update gwt-rpc.asciidoc

Change-Id: Iae5e5591d7d3a1ee418bdd90ed156f80e86b24f9

8 years agoUpdate clientside-debugging.asciidoc
Enver Haase [Fri, 8 Apr 2016 09:59:13 +0000 (11:59 +0200)]
Update clientside-debugging.asciidoc

Change-Id: I2c5c962bdd572b697b992046a139d8d8f653133f

8 years agoUpdate advanced-dragndrop.asciidoc
Guglielmo Moretti [Fri, 12 Feb 2016 11:18:11 +0000 (12:18 +0100)]
Update advanced-dragndrop.asciidoc

Error on formatting at line 299

Change-Id: I8ca16880dd77def9e01b5d51c3186cb0ed4fba41

8 years agoTake body scrolling into account when deciding combobox popup position (#19162)
Artur Signell [Sat, 16 Apr 2016 10:47:26 +0000 (13:47 +0300)]
Take body scrolling into account when deciding combobox popup position (#19162)

For standard standalone Vaadin apps, the body scroll is not scrollable. For
these this change should have no effect.

In embedded cases and when running as portlet, the body is scrollable. For
these cases, the popup is now correctly shown below the combo box when
there is space.

Change-Id: Ia183f4f2988e6593634f6e9735fd58abbd4a1da1

8 years agoGWT history frame is not needed in embedding
Jonni Nakari [Mon, 15 Feb 2016 13:15:32 +0000 (15:15 +0200)]
GWT history frame is not needed in embedding

Vaadin is not anymore using the type of GWT History support that would need the __gwt_historyFrame iframe.

Change-Id: Ibd5414ddd744b3a570bb7b23700a616ca7ee56bf

8 years agoDocumentation fix for null representation (#13221)
elmot [Mon, 2 May 2016 09:40:41 +0000 (12:40 +0300)]
Documentation fix for null representation (#13221)

Change-Id: Ib532fbd9efd587080a75155139ae1a7a219c1003

8 years agoBetter default for nullRepresentation (#13221, #12877)
Matti Tahvonen [Thu, 16 Jul 2015 15:12:57 +0000 (18:12 +0300)]
Better default for nullRepresentation (#13221, #12877)

Change-Id: Ia4662c79b20ee699b3a9741ffa24c4de6645b775

8 years agoFix README.md feature/nullrepresentation
elmot [Mon, 2 May 2016 07:42:05 +0000 (10:42 +0300)]
Fix README.md

Change-Id: I95e8a7d0ad9287ac9f21ac37902301ab28c974eb

8 years agoExpect Chrome 50 in VerifyBrowserVersionTest
Henri Sara [Mon, 2 May 2016 07:47:18 +0000 (10:47 +0300)]
Expect Chrome 50 in VerifyBrowserVersionTest

Change-Id: I65c0231b5f6a1ad14a8439824a95c36a9f6e8138

8 years agoFix CriticalNotificationsTest on Chrome
Henri Sara [Mon, 2 May 2016 07:16:55 +0000 (10:16 +0300)]
Fix CriticalNotificationsTest on Chrome

Without this fix, a mismatch in screenshots causes a non-screenshot
test failure.

Change-Id: I6fb157a764ef1ec594836cbeceacd898820e7e11

8 years agoAdd interface for AppWidgetset (#19770)
Markus Koivisto [Tue, 26 Apr 2016 08:35:02 +0000 (11:35 +0300)]
Add interface for AppWidgetset (#19770)

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

8 years agoFix IE focus fix which has been broken since 7.0.0 (#7965)
Artur Signell [Sun, 17 Apr 2016 15:58:59 +0000 (18:58 +0300)]
Fix IE focus fix which has been broken since 7.0.0 (#7965)

Change-Id: Ia0aee645ed3b0ba6de33a6a2ce9f8bde9b84f44f

8 years agoRestrict grid sidebar size to visible viewport (#19349)
Artur Signell [Sun, 17 Apr 2016 08:31:01 +0000 (11:31 +0300)]
Restrict grid sidebar size to visible viewport (#19349)

Change-Id: I75b7c662251de53b46e045d17d3cac650586acd2

8 years agoScroll selected tab into view (#3899)
Artur Signell [Sat, 16 Apr 2016 13:43:59 +0000 (16:43 +0300)]
Scroll selected tab into view (#3899)

Change-Id: I4e86caa4ad02dfc5d0eaa33b85f67da3837fcea0

8 years agoUse the correct window height when comparing to browser window height (#19590)
Artur Signell [Fri, 15 Apr 2016 05:59:01 +0000 (08:59 +0300)]
Use the correct window height when comparing to browser window height (#19590)

Change-Id: I7fdecab93fa6730e63e3ba7f0df3a67f3020c19c

8 years agoDouble check table focus in IE (#19676)
Artur Signell [Sun, 17 Apr 2016 15:29:08 +0000 (18:29 +0300)]
Double check table focus in IE (#19676)

Change-Id: I46d95e0b198dd4594e5c84dda9b6c462d4a7bf51

8 years agoTake transition into account for Window layout (#15192, #19525, #19415)
Artur Signell [Tue, 8 Mar 2016 06:37:21 +0000 (08:37 +0200)]
Take transition into account for Window layout (#15192, #19525, #19415)

Change-Id: I33bbbac39bff97330b166e1c608b702fe6e527d7

8 years agoFixed language mistakes
elmot [Tue, 29 Dec 2015 15:47:51 +0000 (17:47 +0200)]
Fixed language mistakes

Change-Id: I838fccb573166791bf7fdcd9bc292dd9a4ae810c

8 years agoClarify error message for column mismatches (#18323)
Leif Åstrand [Mon, 11 Apr 2016 11:56:14 +0000 (14:56 +0300)]
Clarify error message for column mismatches (#18323)

Change-Id: I94b0819b68dbdda96fb1036e503bf63390a800d7

8 years agoStore unknown attributes in DesignContext #19749
John Ahlroos [Thu, 21 Apr 2016 05:46:47 +0000 (08:46 +0300)]
Store unknown attributes in DesignContext #19749

Change-Id: I1e90d422ec716092e6d407b6965902f48eac1646

8 years agoFix PropertyValueGenerator javadocs
Leif Åstrand [Fri, 18 Mar 2016 11:34:24 +0000 (13:34 +0200)]
Fix PropertyValueGenerator javadocs

Change-Id: I8a6bc3b5807f78f459cc9f9e2f02a55835370d7f

8 years agoDo not throw an exception for PhantomJS
Henri Sara [Thu, 28 Apr 2016 11:27:19 +0000 (14:27 +0300)]
Do not throw an exception for PhantomJS

Change-Id: Ief7ae278c8c120c40cd73bc93f982db912ef6648

8 years agoMake sure that browser.factory is passed to JUnit
Henri Sara [Thu, 28 Apr 2016 11:37:49 +0000 (14:37 +0300)]
Make sure that browser.factory is passed to JUnit

Change-Id: I422da01262676ac148c6b705f7618c8b9afb506c

8 years agoMerge remote-tracking branch 'origin/feature/mavenize' to master
Teemu Suo-Anttila [Thu, 28 Apr 2016 10:35:51 +0000 (13:35 +0300)]
Merge remote-tracking branch 'origin/feature/mavenize' to master

Change-Id: I7dadf3a94372a560529ed5b31cd062977c5ed802

8 years agoFix formatting of VaadinBrowserFactory
Henri Sara [Thu, 28 Apr 2016 06:41:36 +0000 (09:41 +0300)]
Fix formatting of VaadinBrowserFactory

Change-Id: I9b650faf2c35d64230b65791fcc28be2c421f0e6

8 years agoAdd browser factory for SauceLabs
Henri Sara [Thu, 28 Apr 2016 06:27:55 +0000 (09:27 +0300)]
Add browser factory for SauceLabs

Change-Id: I91fffa8e88ab83e262d09c55282dc51562709b76

8 years agoAdd browser factory for BrowserStack
Henri Sara [Thu, 28 Apr 2016 06:02:51 +0000 (09:02 +0300)]
Add browser factory for BrowserStack

Change-Id: Id761c99068410c9d00f2b2a124568e3c86d112d7

8 years agoAdd a way to override browser factory
Henri Sara [Thu, 28 Apr 2016 05:54:26 +0000 (08:54 +0300)]
Add a way to override browser factory

Use the parameter browser.factory to select a class implementing
TestBenchBrowserFactory.

Change-Id: Ibc1f11ad83f8ac1ed85766892cfa0463af9bf440

8 years agoMove checkstyles plugin to actual modules
elmot [Wed, 27 Apr 2016 10:55:20 +0000 (13:55 +0300)]
Move checkstyles plugin to actual modules

Change-Id: I2d87a1aeba8ffc8cc15909c32a0c9d10b3ada9a7

8 years agoMove compiled themes out from resources
Teemu Suo-Anttila [Wed, 27 Apr 2016 07:19:38 +0000 (10:19 +0300)]
Move compiled themes out from resources

Change-Id: Id5cc38c717cd43f8e524db330c205958c8db1e31

8 years agoMove test UI to correct source folder
Teemu Suo-Anttila [Wed, 27 Apr 2016 08:26:25 +0000 (11:26 +0300)]
Move test UI to correct source folder

Change-Id: Iadb594d23632b71ca75eab36939cee422dda61cb

8 years agoMoving WindowAndUIShortcuts to the correct place
elmot [Tue, 26 Apr 2016 12:22:23 +0000 (15:22 +0300)]
Moving WindowAndUIShortcuts to the correct place

Change-Id: If2e7c44e1497f600cf050c8430dafa62de1bd0a5

8 years agoUpdate Eclipse documentation for preferences pane
Markus Koivisto [Fri, 1 Apr 2016 10:46:47 +0000 (13:46 +0300)]
Update Eclipse documentation for preferences pane

Change-Id: Ibb1a51b708a7ba4d78f56447d7054ee3c6297193

8 years agoCheck Java 1.6 compatibility
Henri Sara [Fri, 22 Apr 2016 18:23:01 +0000 (21:23 +0300)]
Check Java 1.6 compatibility

Ensure that server side classes are compatible with Java 1.6.

Change-Id: I464096bbb316769a4c2fede55d7bcb11ce61e4f0

8 years agoUse classes compiled with Maven in uitest
Henri Sara [Fri, 22 Apr 2016 20:09:51 +0000 (23:09 +0300)]
Use classes compiled with Maven in uitest

Remove recompilation of test classes with Ant and minor cleanup.

Change-Id: Ibe57be753d12558229a9d0b83a9eef16f57b46be

8 years agoRun checkstyle with Maven
Henri Sara [Fri, 22 Apr 2016 12:41:35 +0000 (15:41 +0300)]
Run checkstyle with Maven

Change-Id: I8590d2161d027827a5037f0b371ec620cea61733

8 years agoSome Vaadin 7.7 release notes changes 7.7.0.alpha1
Henri Sara [Thu, 21 Apr 2016 06:52:20 +0000 (09:52 +0300)]
Some Vaadin 7.7 release notes changes

Removed 7.6 material from release notes and some other updates.

Change-Id: Ic1084980a3e188459358eee71554cd0db76bbcca

8 years agoMerge remote-tracking branch 'origin/master' into feature/mavenize
Teemu Suo-Anttila [Thu, 21 Apr 2016 07:24:12 +0000 (10:24 +0300)]
Merge remote-tracking branch 'origin/master' into feature/mavenize

Change-Id: I1c55d6158caf32b796a9ad0d9e8df5392812e9a6

8 years agoSkip javadoc plugin in uitest
Teemu Suo-Anttila [Wed, 20 Apr 2016 14:32:13 +0000 (17:32 +0300)]
Skip javadoc plugin in uitest

Change-Id: I697965dbed453c93d09935220eb05cb4e39e3399

8 years agoUpdated READMEs
elmot [Mon, 18 Apr 2016 12:09:01 +0000 (15:09 +0300)]
Updated READMEs

Change-Id: I60eb78fcf7eab53771c12687b0b973ea732ebf1c

8 years agoMerge remote-tracking branch 'origin/feature/appwidgetset'
Teemu Suo-Anttila [Wed, 20 Apr 2016 14:21:05 +0000 (17:21 +0300)]
Merge remote-tracking branch 'origin/feature/appwidgetset'

Change-Id: I2136f2790d780e762736334145b0addaf2194d11

8 years agoEnsure getItemProperty returns null for unknown property ids (#7103)
Artur Signell [Sun, 13 Mar 2016 11:27:38 +0000 (13:27 +0200)]
Ensure getItemProperty returns null for unknown property ids (#7103)

Change-Id: I77e826f81f2469badf35462ba40f0e8d73e48245

8 years agoRemove duplicate link, improve tag script variable ordering
Teemu Suo-Anttila [Wed, 20 Apr 2016 07:25:35 +0000 (10:25 +0300)]
Remove duplicate link, improve tag script variable ordering

Change-Id: I3b8990ea31603a8b8aa278ac5ae1495fdd603dbc

8 years agoCombine build and staging report scripts
Teemu Suo-Anttila [Tue, 19 Apr 2016 13:38:03 +0000 (16:38 +0300)]
Combine build and staging report scripts

Change-Id: I722a3311326160afed9ff23822d78b31115a9386

8 years agoCompile default widgetset with maven plugin, fix unit cache
Teemu Suo-Anttila [Tue, 19 Apr 2016 13:01:33 +0000 (16:01 +0300)]
Compile default widgetset with maven plugin, fix unit cache

Change-Id: I0b0666e22e93ed1b36796365b1811eca863c9cb1

8 years agoAdd plugin repository parameter to validation scripts
Teemu Suo-Anttila [Tue, 19 Apr 2016 12:14:53 +0000 (15:14 +0300)]
Add plugin repository parameter to validation scripts

Change-Id: I94888fd19e2bf01f34ef57230bd3e9df7fb3d8eb

8 years agoFix Chrome version string
Markus Koivisto [Tue, 19 Apr 2016 12:14:08 +0000 (15:14 +0300)]
Fix Chrome version string

Change-Id: I488785bfde5edf83564a5e0f426dca9cd99ca373

8 years agoRemove obsolete launch files
Henri Sara [Tue, 19 Apr 2016 11:23:05 +0000 (14:23 +0300)]
Remove obsolete launch files

Now the following can be used instead:
- run the class DevelopmentServerLauncher with -ea in uitest
- mvn install vaadin:run-codeserver in uitest (for TestingWidgetSet)

Once client-compiled is updated to use Maven for the widgetset build,
a similar command can be used for DefaultWidgetSet.

Use workspace artifact resolution when appropriate.

Change-Id: Iad1a8484ef3e9df1772f422217a8a08c05421bbc

8 years agoMove/remove old TB2 tests
Henri Sara [Tue, 19 Apr 2016 10:45:15 +0000 (13:45 +0300)]
Move/remove old TB2 tests

Change-Id: I6f1c2c3dc55b76c66f3d231f37d6b0709126d801

8 years agoMake sure parent directories of WAR fetch destination exist
Henri Sara [Tue, 19 Apr 2016 08:27:57 +0000 (11:27 +0300)]
Make sure parent directories of WAR fetch destination exist

Change-Id: Ie10504af2a8e06540e6b6e527a7f8d730bae8d4e

8 years agoAdd target to fetch uitest WAR
Henri Sara [Tue, 19 Apr 2016 07:36:18 +0000 (10:36 +0300)]
Add target to fetch uitest WAR

Change-Id: I344e7f10caac0cc38947a0de194cead533df32c1

8 years agoRemove ide.xml and related files
Henri Sara [Mon, 18 Apr 2016 11:40:54 +0000 (14:40 +0300)]
Remove ide.xml and related files

As a replacement, run Maven targets in sub-modules:
- "mvn install" in client-compiled for DefaultWidgetSet
- "mvn install" in uitest for TestingWidgetSet and test themes
- "mvn install" in themes for main themes
- "mvn install" in push for vaadinPush.js

More specific targets can also be used when using workspace artifact
resolution in an IDE.

Change-Id: I6de2d4fbe0d61f08ccd3a63a356635876f588ddd

8 years agoChange default target in common.xml
Henri Sara [Mon, 18 Apr 2016 11:34:32 +0000 (14:34 +0300)]
Change default target in common.xml

Change-Id: I8b0c369df2b9b20048e65489572c0bf3e9f271a3

8 years agoFixes for DevelopmentServerLauncher
Henri Sara [Mon, 18 Apr 2016 13:59:29 +0000 (16:59 +0300)]
Fixes for DevelopmentServerLauncher

Makes it possible to run DSL in the uitest project using the same
configuration as before.

Note that this change might not fix all issues with DSL.

Change-Id: Ie69a97e79247d6c211eb0762c4d4def3499b88ae

8 years agoOnly handle shortcuts targeted for UI or body element (#19498)
Artur Signell [Fri, 15 Apr 2016 15:39:10 +0000 (18:39 +0300)]
Only handle shortcuts targeted for UI or body element (#19498)

Change-Id: I796d7e4ac94db1b2b9d8698e9753a5be007a1c8c

8 years agoUse parameter for uitest Ivy repository
Henri Sara [Mon, 18 Apr 2016 11:06:52 +0000 (14:06 +0300)]
Use parameter for uitest Ivy repository

This allows CI builds to override the repository for Vaadin artifacts.

Change-Id: I0a85c16f1630ec8a3d29bd0ff42d7855f360ff88

8 years agoFixed typo in tutorial
Alejandro Duarte [Mon, 18 Apr 2016 09:15:43 +0000 (12:15 +0300)]
Fixed typo in tutorial

Change-Id: I9f49acded4bc36e0a7ae789729eaa2b50859b614

8 years agoFurther Ivy/Ant cleanup
Henri Sara [Sat, 16 Apr 2016 21:14:39 +0000 (00:14 +0300)]
Further Ivy/Ant cleanup

This change removes the top-level build.xml and some other Ivy/Ant
configuration entries.

Change-Id: I56fb1621a66ef190a72cfe1f9eb277bb878db4b5

8 years agoRefactoring of Ivy files and ide.xml
Henri Sara [Sat, 16 Apr 2016 14:31:32 +0000 (17:31 +0300)]
Refactoring of Ivy files and ide.xml

This moves ide.xml dependencies from uitest to build/ivy.xml so that
each side can be refactored and cleaned up independently of the other.

Note that ide.xml has several problems introduced by earlier changes.
This change adds some comments and updates some paths, but does not
fix all the related issues.

Change-Id: I0794decf785c41657f87e1ff120f5f017344a2b6

8 years agoClean up obsolete Ivy/Ant confs/targets
Henri Sara [Sat, 16 Apr 2016 13:55:30 +0000 (16:55 +0300)]
Clean up obsolete Ivy/Ant confs/targets

This change removes publishing related Ivy files and Ant targets etc.

Further cleanup will be done in later changesets.

Change-Id: Ibe430495e85a1b0f3538072a4823c627ddac2924

8 years agoFix uitest deployment configuration
Henri Sara [Fri, 15 Apr 2016 12:37:04 +0000 (15:37 +0300)]
Fix uitest deployment configuration

Change-Id: I4becdfd4a2d8dc2b3677bcfc937d8cc5b0b2bbe7

8 years agoChange @since from 7.6.5 to 7.7 - new API is not released in maintenance release
elmot [Fri, 15 Apr 2016 07:58:58 +0000 (10:58 +0300)]
Change @since from 7.6.5 to 7.7 - new API is not released in maintenance release

Change-Id: Ia8cec8bb9d4bd89d8f0609df19dedcc10ab46bdd

8 years agoAdd javadoc and @since for new API
elmot [Fri, 15 Apr 2016 08:25:33 +0000 (11:25 +0300)]
Add javadoc and @since for new API

Change-Id: I5c6be2ae0fdaff8b6b6169d6a1110ae824472532
(cherry picked from commit 97741f4545e5f246e7b1af01270abc832b9cf3ab)

8 years agoBuild uitest war with maven
Teemu Suo-Anttila [Fri, 15 Apr 2016 08:06:18 +0000 (11:06 +0300)]
Build uitest war with maven

Change-Id: I32625901ca27a282253df44c6e776cf9632bacda

8 years agoAdd missing @since for 7.6.5
elmot [Thu, 14 Apr 2016 15:12:06 +0000 (18:12 +0300)]
Add missing @since for 7.6.5

Change-Id: I985f85e51ea3522d534ae24517eac534012485ab

8 years agoAdd profile to enable uitest deploy
Teemu Suo-Anttila [Thu, 14 Apr 2016 11:18:18 +0000 (14:18 +0300)]
Add profile to enable uitest deploy

Change-Id: I6393204fc9d2e02c77ff2969fb6502dfb71019e9

8 years agoFinal working configuration for nexus staging plugin
Teemu Suo-Anttila [Thu, 14 Apr 2016 10:15:38 +0000 (13:15 +0300)]
Final working configuration for nexus staging plugin

Change-Id: I05d546b763651ad6856fb86adc068058a35be429

8 years agoSkip only staging instead of the whole nexus deploy mojo
Teemu Suo-Anttila [Thu, 14 Apr 2016 08:09:43 +0000 (11:09 +0300)]
Skip only staging instead of the whole nexus deploy mojo

Change-Id: I4b1015dd27422500aed698bfa3dc87fc7b13a58a

8 years agoSkip local staging in Nexus staging plugin
Teemu Suo-Anttila [Thu, 14 Apr 2016 07:43:25 +0000 (10:43 +0300)]
Skip local staging in Nexus staging plugin

Change-Id: If0b02ed2830032bbed9fec8473bd429c74d76383

8 years agoSkip staging of non-deployable modules
Henri Sara [Wed, 13 Apr 2016 12:12:45 +0000 (15:12 +0300)]
Skip staging of non-deployable modules

Change-Id: I2882a5b4df627f440d17733b57fa173d85ea8c6e

8 years agoMerge branch 'master' into feature/mavenize
elmot [Wed, 13 Apr 2016 12:01:50 +0000 (15:01 +0300)]
Merge branch 'master' into feature/mavenize

Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94

8 years agoRemove extra configuration of nexus plug-in
Henri Sara [Wed, 13 Apr 2016 11:44:42 +0000 (14:44 +0300)]
Remove extra configuration of nexus plug-in

Change-Id: I9ffcfdf2ee91e5ebcf056c7c14b59adffc57cc39

8 years agoAdd Nexus staging plug-in to release profile
Henri Sara [Wed, 13 Apr 2016 11:34:52 +0000 (14:34 +0300)]
Add Nexus staging plug-in to release profile

Change-Id: I5b6cfc2b3b0f1026811e8020e76c2f01e3801474

8 years agoLegacy themes compilation
elmot [Tue, 12 Apr 2016 15:00:43 +0000 (18:00 +0300)]
Legacy themes compilation

Change-Id: Icef310bb14eaf9d1b3c0c8571e88274ae6e8e37b

8 years agoMake sure RPC queue is only flushed when there are pending invocations (#19684)
Artur Signell [Wed, 13 Apr 2016 10:29:46 +0000 (13:29 +0300)]
Make sure RPC queue is only flushed when there are pending invocations (#19684)

Change-Id: I95c47739fb785ed111642a41b0928a5dcde3fea2

8 years agoSkip GPG signing for vaadin-all
Henri Sara [Wed, 13 Apr 2016 08:58:34 +0000 (11:58 +0300)]
Skip GPG signing for vaadin-all

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

8 years agoMove organization, license and SCM to parent POM
Henri Sara [Tue, 12 Apr 2016 10:40:22 +0000 (13:40 +0300)]
Move organization, license and SCM to parent POM

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

8 years agoGenerate combined JavaDoc in vaadin-all pom.xml
Teemu Suo-Anttila [Tue, 12 Apr 2016 11:10:23 +0000 (14:10 +0300)]
Generate combined JavaDoc in vaadin-all pom.xml

Change-Id: I8e3ef8cd027def174e6f697597c77ba6c5870f2a

8 years agoFix version parser
elmot [Tue, 12 Apr 2016 08:23:43 +0000 (11:23 +0300)]
Fix version parser

Change-Id: Ice7fa5ff485188dff905d14862e1a78842c7482f

8 years agoAdd fail tolerant javadoc compilation to release profile
Teemu Suo-Anttila [Mon, 11 Apr 2016 16:11:34 +0000 (19:11 +0300)]
Add fail tolerant javadoc compilation to release profile

Change-Id: Ie01ced69a0b07afc336817d2c5c1e69e2b7e118f

8 years agoGenerate sources with release profile
Teemu Suo-Anttila [Mon, 11 Apr 2016 10:31:41 +0000 (13:31 +0300)]
Generate sources with release profile

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

8 years agoPrevent closing of uncloseable Window on esc (#19700)
Teemu Pöntelin [Sun, 3 Apr 2016 20:22:48 +0000 (23:22 +0300)]
Prevent closing of uncloseable Window on esc (#19700)

Change-Id: I4d67cd84c6f4179da6d6fea6b881e8ccd65e70d9

8 years agoDocumentation for container switch limitations (#18323)
elmot [Wed, 6 Apr 2016 07:45:12 +0000 (10:45 +0300)]
Documentation for container switch limitations (#18323)

Change-Id: If6fa13c84c8afb5caaf2d46ac283f704baf88695

8 years agoFocus click element inside a drag'n'drop wrapper (#14826)
Artur Signell [Sun, 24 Jan 2016 13:30:15 +0000 (15:30 +0200)]
Focus click element inside a drag'n'drop wrapper (#14826)

Focus inside a drag'n'drop wrapper does not work out of the box as mousedown is
cancelled to avoid text selection when starting a dnd operation.

This change explicitly calls focus on the element at the location which was clicked.

Input elements will now be able to gain focus but e.g. clicking to move the caret
inside a text area won't work as mousedown is cancelled.

Change-Id: I89e046ddb0b1044bc6a2f11fda4edbe5fda25743

8 years agoUpdate gwt-rpc.asciidoc
Enver Haase [Fri, 8 Apr 2016 16:37:08 +0000 (18:37 +0200)]
Update gwt-rpc.asciidoc

Change-Id: Idcb88006e671ca80e2877b44b479d0cfd6084b49

8 years agoUpdate gwt-shared-state.asciidoc
Enver Haase [Fri, 8 Apr 2016 16:26:38 +0000 (18:26 +0200)]
Update gwt-shared-state.asciidoc

Change-Id: I6d9dac7b3cb167cfa77b08d9d935437229713a83

8 years agoDocumentation for container switch limitations (#18323)
elmot [Wed, 6 Apr 2016 07:50:23 +0000 (10:50 +0300)]
Documentation for container switch limitations (#18323)

Change-Id: Ib8ce5d82fe2c270296bf9196fec103edc1534d46

8 years agoFix Grid to not refresh already focused cell (#19653)
Teemu Suo-Anttila [Thu, 3 Mar 2016 14:14:33 +0000 (16:14 +0200)]
Fix Grid to not refresh already focused cell (#19653)

This removes a row repaint when a cell that already has focus is clicked
again.

Change-Id: I3e4f4f1aec49e2128cd47f7c0b1b1bb4611fbb04