]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
10 years agoMerge "Merge changes from origin/7.1"
Leif Åstrand [Thu, 13 Mar 2014 07:31:32 +0000 (07:31 +0000)]
Merge "Merge changes from origin/7.1"

10 years agoUpdate Debug Window SelectorPath to match current ElementQuery
Teemu Suo-Anttila [Thu, 6 Mar 2014 11:28:27 +0000 (13:28 +0200)]
Update Debug Window SelectorPath to match current ElementQuery

Change-Id: I2041a9db3a35c23831c61d9ab7ddfa79bcaa437c

10 years agoMerge changes from origin/7.1
Build Agent [Thu, 13 Mar 2014 07:19:01 +0000 (09:19 +0200)]
Merge changes from origin/7.1

97622fd Added server launch wait to TB2 and TB3 test targets.
94d33ad Class AbstractTransactionalQuery should be public (#12285)

Change-Id: Iadb5ac2677399e13cab9212d0a56615cbb2aa674

10 years agoClass AbstractTransactionalQuery should be public (#12285)
Edoardo Vacchi [Fri, 13 Sep 2013 08:32:20 +0000 (10:32 +0200)]
Class AbstractTransactionalQuery should be public (#12285)

AbstractTransactionalQuery was not visible outside its package
(default visibility). Added `public`.

Making this class public avoids lots of boilerplate code when making
alternate implementations of a QueryDelegate.

A standard TableQuery does a lot of introspection on the DB schema.
If the schema is known beforehand, alternate implementations may specify
this information explicitly, and inherit from AbstractTransactionalQuery
to reuse part of the implementation.

Change-Id: I7d6b399ed7c755941ee9be7931a2ba80e812b5ab

10 years agoAdded server launch wait to TB2 and TB3 test targets.
Sauli Tähkäpää [Wed, 12 Mar 2014 08:10:30 +0000 (10:10 +0200)]
Added server launch wait to TB2 and TB3 test targets.

Change-Id: Iaa9feeedd1a2dbc879617c7b0dfedfeff36a7ba5

10 years agoUse Guava 16 which does not have compatibility issues
Artur Signell [Mon, 10 Mar 2014 19:58:09 +0000 (21:58 +0200)]
Use Guava 16 which does not have compatibility issues

Change-Id: I721aad96dfec12c0b053c75707870207ccf049be

10 years agoDo not ever set title to null (#13430)
Artur Signell [Thu, 6 Mar 2014 18:09:06 +0000 (20:09 +0200)]
Do not ever set title to null (#13430)

* If title is null, leave it as-is (assume somebody else is setting it)
* If title is non-null, set it as before

Change-Id: I72699efa089df64b58448ceef59ba31995f330bf

10 years agoFix compilation error in tests (#13446)
Artur Signell [Tue, 11 Mar 2014 16:54:27 +0000 (18:54 +0200)]
Fix compilation error in tests (#13446)

Change-Id: Id96c59710173a57a9a7c990a6d8bc9ff49e75906

10 years agoMerge changes from origin/7.1
Build Agent [Tue, 11 Mar 2014 19:19:23 +0000 (21:19 +0200)]
Merge changes from origin/7.1

7d74479 Revert "Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)"
c121c4e Do not fail assertion if re-setting the same lock (#13440)
c0e408c Added nojavadoc parameter to "all" build script.
0417c06 Fixed nojavadoc parameter on "all" build.
71e8c7e Make ExcludeFromSuite annotation Runtime and Inherited

Change-Id: I5395660758e9bc665aaf6eb82ea27d478fa6dfbb

10 years agoMake ExcludeFromSuite annotation Runtime and Inherited
Teemu Suo-Anttila [Tue, 11 Mar 2014 16:15:47 +0000 (18:15 +0200)]
Make ExcludeFromSuite annotation Runtime and Inherited

Change-Id: I35169d1560ae5e1b9a057d6350de14947f6155ae

10 years agoResource constructors for Button (#13446)
Artur Signell [Tue, 11 Mar 2014 14:52:15 +0000 (16:52 +0200)]
Resource constructors for Button (#13446)

Change-Id: I9e8409660f38e35c01adde69158c34e85cff3c43

10 years agoFix Android/org.json incompatibility (#13277)
Artur Signell [Mon, 10 Mar 2014 18:38:50 +0000 (20:38 +0200)]
Fix Android/org.json incompatibility (#13277)

Change-Id: I5ff4ae771420fae22e403bd7dcb3961f4ef53e14

10 years agoIgnore type parameters when looking for metadata (#12873, #12900)
Leif Åstrand [Wed, 5 Mar 2014 14:07:10 +0000 (16:07 +0200)]
Ignore type parameters when looking for metadata (#12873, #12900)

All code populating the TypeDataStore is generated using
writeClassLiteral which strips away all type parameters, so the code
doing lookups should also do the same to maintain compatibility.

Change-Id: I01654f4cc15188a12c735ffed55d30a34c77a064

10 years agoMissing server long polling tests (#13164)
Artur Signell [Mon, 10 Mar 2014 19:23:11 +0000 (21:23 +0200)]
Missing server long polling tests (#13164)

Change-Id: I0aad7ffb0c6b300cc0151dc10d20cc0a1de583f9

10 years agoFixed nojavadoc parameter on "all" build.
Sauli Tähkäpää [Mon, 10 Mar 2014 16:07:35 +0000 (18:07 +0200)]
Fixed nojavadoc parameter on "all" build.

Change-Id: I336cbee8bf33591552034c1cdf29d34fc49e3c43

10 years agoResolves a case where a missing semicolon was not inferred (#12792)
Mika Murtojarvi [Fri, 21 Feb 2014 09:22:06 +0000 (11:22 +0200)]
Resolves a case where a missing semicolon was not inferred (#12792)

A rule used in includeDirective has been rewritten so that it is called
when it may be needed.

Change-Id: I6705f478a40727984b644cd2da96a7aae03b7a99

10 years agoAdded nojavadoc parameter to "all" build script.
Sauli Tähkäpää [Mon, 10 Mar 2014 11:42:17 +0000 (13:42 +0200)]
Added nojavadoc parameter to "all" build script.

Change-Id: Id83983e7fd81612354c6b15037a6749ba3dda55a

10 years agoDo not fail assertion if re-setting the same lock (#13440)
Artur Signell [Mon, 10 Mar 2014 11:55:39 +0000 (13:55 +0200)]
Do not fail assertion if re-setting the same lock (#13440)

Change-Id: I2e7e9dcf8739a04583d8e42a86a1fede36011813

10 years agoFire value change events from Label when content changes (#12414)
Maciej Przepióra [Mon, 24 Feb 2014 01:56:59 +0000 (03:56 +0200)]
Fire value change events from Label when content changes (#12414)

Change-Id: I9656025ebde0a80c913713856f5c0374e0f92c27

10 years agoMention Tomcat 8 and Wildfly 8 as supported (#12329, #13384)
Artur Signell [Fri, 21 Feb 2014 23:27:58 +0000 (01:27 +0200)]
Mention Tomcat 8 and Wildfly 8 as supported (#12329, #13384)

Change-Id: Ic06fa56cc6933578ead53652d3c6c339d62ee17e

10 years agoRevert "Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)"
Henri Sara [Mon, 10 Mar 2014 10:59:44 +0000 (10:59 +0000)]
Revert "Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)"

This reverts commit 024692835d1e2af1a4053821959f03f8d5eb4fcb.

Change-Id: I19cf6ee66a21f7eb07d0f1fd8b9698ae88454700

10 years agoMerge changes from origin/7.1
Build Agent [Mon, 10 Mar 2014 06:27:54 +0000 (08:27 +0200)]
Merge changes from origin/7.1

dd5698f Revert "Fix displaced TabSheet caption icon in Chrome"
2d8ec53 Fix TabSheet caption icon alignment on Chrome and Safari (#13077)
1e22aaf Added nojavadoc parameter, test-server, test-tb2, test-tb3 targets.

Change-Id: Ibc8421d3e3c037c01f31e168ce79baf20ef61684

10 years agoAdded nojavadoc parameter, test-server, test-tb2, test-tb3 targets.
Sauli Tähkäpää [Mon, 10 Mar 2014 05:45:55 +0000 (07:45 +0200)]
Added nojavadoc parameter, test-server, test-tb2, test-tb3 targets.

Change-Id: I3b0f4ebc247d0cdbf5d8cdd78c3088207e2f8e45

10 years agoUse correct OSGi bundle name for Atmosphere 2.x (#13427)
Artur Signell [Thu, 6 Mar 2014 17:53:30 +0000 (19:53 +0200)]
Use correct OSGi bundle name for Atmosphere 2.x (#13427)

Change-Id: I21f622c0aebf76d16ff70d54631828476433bd6b

10 years agoFix NestedLayoutCaptionHoverTest to work with TB 3.1.3
Teemu Suo-Anttila [Thu, 6 Mar 2014 12:49:54 +0000 (14:49 +0200)]
Fix NestedLayoutCaptionHoverTest to work with TB 3.1.3

Change-Id: Ief75a235f8563f9664dd82c9c5a1aab38c7bc77d

10 years agoDefault error handler now report relevant exceptions (#11599)
Matti Tahvonen [Sun, 29 Dec 2013 14:06:49 +0000 (16:06 +0200)]
Default error handler now report relevant exceptions (#11599)

Change-Id: Ia2ff7a5ccc24f183f0345149678ced0e76818380

10 years agoRemove an empty line from a Sass test case.
Mika Murtojarvi [Tue, 18 Feb 2014 11:41:53 +0000 (13:41 +0200)]
Remove an empty line from a Sass test case.

The blank line caused a test failure, because some Sass tests are
currently very strict about the expected output.

Change-Id: Id01818eca1da3310557c86a4aeb09f7dc23bcf70

10 years agoFix TabSheet caption icon alignment on Chrome and Safari (#13077)
Teemu Suo-Anttila [Thu, 6 Mar 2014 08:42:58 +0000 (10:42 +0200)]
Fix TabSheet caption icon alignment on Chrome and Safari (#13077)

Change-Id: I8cc0eb2796a328c1996417014833020319428b61

10 years agoRevert "Fix displaced TabSheet caption icon in Chrome"
Henri Sara [Thu, 6 Mar 2014 08:37:41 +0000 (08:37 +0000)]
Revert "Fix displaced TabSheet caption icon in Chrome"

This reverts commit 46675661cd95f61e3173f33e7dcfeb32bc377f41.

Change-Id: I8813e162aad46bff6f1424d0dec54342b53a45b5

10 years agoMerge commit '2db2f667e1aff042ed6f3605675526f41e1e59b6'
Artur Signell [Wed, 5 Mar 2014 15:21:07 +0000 (17:21 +0200)]
Merge commit '2db2f667e1aff042ed6f3605675526f41e1e59b6'

No-op merge as master already uses a newer Atmosphere version

Change-Id: If7cf3846d149a25c2654ad99e793fb7fe037105c

10 years agoUpdate to Atmosphere 1.0.18.vaadin3 to fix regressions (#13299).
Artur Signell [Wed, 5 Mar 2014 10:32:40 +0000 (12:32 +0200)]
Update to Atmosphere 1.0.18.vaadin3 to fix regressions (#13299).

Change-Id: I028e29c4d39a032dd2a3cf24dff111ee52e50f44

10 years agoMerge changes from origin/7.1
Build Agent [Wed, 5 Mar 2014 14:43:08 +0000 (16:43 +0200)]
Merge changes from origin/7.1

372b64b Add javadoc for @DelegateToWidget (#10980)
db79438 Refactored TB3 test ip address whitelisting.
bc80f83 Refactored VerifyJreVersion test to TB3.
4667566 Fix displaced TabSheet caption icon in Chrome
0246928 Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)

Change-Id: I697900c560266cdb422ae536fe32c267e29adba8

10 years agoMerge commit 'd7b1931270d37360a0418b1cae4d980287b05f38'
Artur Signell [Wed, 5 Mar 2014 14:36:30 +0000 (16:36 +0200)]
Merge commit 'd7b1931270d37360a0418b1cae4d980287b05f38'

Merged as no-op because master already uses a newer Atmosphere version

Change-Id: Ic89700b5671ad948146626d2f76a103836bf526e

10 years agoFixes a memory leak on IE8 in LayoutManagerIE8 (#12688)
Pekka Hyvönen [Wed, 5 Mar 2014 13:45:11 +0000 (15:45 +0200)]
Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)

Change-Id: I9b2d2ff9513a9063de292fdf1e14b227e0ff4d76

10 years agoMerge changes from origin/7.1
Build Agent [Tue, 4 Mar 2014 15:37:17 +0000 (17:37 +0200)]
Merge changes from origin/7.1

f6bd40d Extracted integration-test target.

Change-Id: I268c59c4ea45435bdafc0d2dcfd2a657f6bb7443

10 years agoFix displaced TabSheet caption icon in Chrome
Teemu Suo-Anttila [Tue, 4 Mar 2014 14:10:47 +0000 (16:10 +0200)]
Fix displaced TabSheet caption icon in Chrome

Change-Id: Id3183b735ae911374d1a8821cd67b5abd1c094d5

10 years agoRefactored VerifyJreVersion test to TB3.
Sauli Tähkäpää [Tue, 4 Mar 2014 11:37:39 +0000 (13:37 +0200)]
Refactored VerifyJreVersion test to TB3.

Change-Id: I7283685ee61a0a68563aeb39633090b376c57380

10 years agoFix broken PushConfigurationTest
Teemu Suo-Anttila [Tue, 4 Mar 2014 11:15:49 +0000 (13:15 +0200)]
Fix broken PushConfigurationTest

Change-Id: I27662caaaf9de457944a76190949406167a722bf

10 years agoMerge commit '06d0cf4daa414eca3c2a73df8171706ca7012213'
Teemu Suo-Anttila [Tue, 4 Mar 2014 11:13:23 +0000 (13:13 +0200)]
Merge commit '06d0cf4daa414eca3c2a73df8171706ca7012213'

Conflicts:
uitest/src/com/vaadin/tests/push/PushConfigurationTest.java

Change-Id: Ifb458fce1a9a1fa84d935b893f5af1931951058c

10 years agoMerge changes from origin/7.1
Build Agent [Tue, 4 Mar 2014 09:48:15 +0000 (11:48 +0200)]
Merge changes from origin/7.1

6249518 Re-try opening ssh tunnel if it fails the first time(s)

Change-Id: I01402d5ae3a97aa2aca72f5c23dc7b6315b0edf6

10 years agoRefactored TB3 test ip address whitelisting.
Sauli Tähkäpää [Tue, 4 Mar 2014 09:03:45 +0000 (11:03 +0200)]
Refactored TB3 test ip address whitelisting.

Change-Id: I7f9aae8ed3ea163b19d92caa652313dfc2c4a159

10 years agoMerge commit '5dffe132bc98853832431424da5755d8d8d820e4'
Teemu Suo-Anttila [Tue, 4 Mar 2014 09:30:56 +0000 (11:30 +0200)]
Merge commit '5dffe132bc98853832431424da5755d8d8d820e4'

Conflicts:
uitest/ivy.xml

Change-Id: I5fea7895be1e93a8f97c6926fc2cafb401603a49

10 years agoAdd javadoc for @DelegateToWidget (#10980)
Leif Åstrand [Tue, 4 Mar 2014 07:29:26 +0000 (09:29 +0200)]
Add javadoc for @DelegateToWidget (#10980)

Change-Id: I15e731058b615ef478cbe27b465ffdb72f0609b1

10 years agoFix fallback from websocket when behind proxy (#13299)
Artur Signell [Mon, 3 Mar 2014 18:38:30 +0000 (20:38 +0200)]
Fix fallback from websocket when behind proxy (#13299)

Change-Id: Id12cb97816afde4363caea20ff30376ff9cdb173

10 years agoExtracted integration-test target.
Sauli Tähkäpää [Mon, 3 Mar 2014 06:40:54 +0000 (08:40 +0200)]
Extracted integration-test target.

Change-Id: I08722f298d295365c48e00ee04d40541b3a71de8

10 years agoWorkaround Streaming Push unreliabilities (#13415)
Teemu Suo-Anttila [Mon, 3 Mar 2014 11:35:12 +0000 (13:35 +0200)]
Workaround Streaming Push unreliabilities (#13415)

Change-Id: I5e946b365e22e71a0c13606fcd159d1ce7c82925

10 years agoRe-try opening ssh tunnel if it fails the first time(s)
Artur Signell [Thu, 27 Feb 2014 09:33:16 +0000 (11:33 +0200)]
Re-try opening ssh tunnel if it fails the first time(s)

Change-Id: I653db3a818435c023f0bbd8015d2bd1a35ed4e34

10 years agoUse separate dependencies instead of shared-deps
Artur Signell [Fri, 28 Feb 2014 21:24:38 +0000 (23:24 +0200)]
Use separate dependencies instead of shared-deps

* Use Guava 16 for CDI compatibility (#13351, #13383)
* Use Android Json instead of org.json (#13277)

Change-Id: I4f2c2b5c56afb03d09b41a040dec7d60b4563fe8

10 years agoUpdate TestBench3 version for UI testing
Teemu Suo-Anttila [Fri, 28 Feb 2014 08:52:47 +0000 (10:52 +0200)]
Update TestBench3 version for UI testing

Change-Id: I2e0a8fd2590e6f9c25825ccc0dc4c6f3d147e06f

10 years agoSupport font icons in Notifications (#13373)
Johannes Dahlström [Wed, 26 Feb 2014 13:22:33 +0000 (15:22 +0200)]
Support font icons in Notifications (#13373)

Change-Id: I2e721bd80cae7d0ea15a623cfd1cf0778399efb2

10 years agoSupport font icons in MenuItems (#13372)
Johannes Dahlström [Wed, 26 Feb 2014 13:20:55 +0000 (15:20 +0200)]
Support font icons in MenuItems (#13372)

Change-Id: I2a85f77f68d701baa804bd3e6d55fa737bb4cc0e

10 years agoSupport font icons in Actions (#13375)
Johannes Dahlström [Wed, 26 Feb 2014 13:18:56 +0000 (15:18 +0200)]
Support font icons in Actions (#13375)

Change-Id: If8a1755d1266857bd4bc8e2baef50146634747c3

10 years agoMerge changes from origin/7.1
Build Agent [Thu, 27 Feb 2014 12:24:28 +0000 (14:24 +0200)]
Merge changes from origin/7.1

09bc996 Use more worker threads for widgetset compilation

Change-Id: I29b8726ae261cfa44c3e2734b582648b94fab267

10 years agoUse more worker threads for widgetset compilation
Henri Sara [Thu, 27 Feb 2014 11:33:54 +0000 (13:33 +0200)]
Use more worker threads for widgetset compilation

Change-Id: Ib7ea54e7a06516acbd9cf3dd08dbbacaac2030f9

10 years agoMerge changes from origin/7.1
Build Agent [Thu, 27 Feb 2014 11:42:58 +0000 (13:42 +0200)]
Merge changes from origin/7.1

e961d43 Remove tooltip that's causing CalendarAcrionEventSourceTest failures

Change-Id: I738e4a91cfeccce15f76f6df1c1346c31225cde1

10 years agoRemove tooltip that's causing CalendarAcrionEventSourceTest failures
Teemu Suo-Anttila [Wed, 26 Feb 2014 14:27:27 +0000 (16:27 +0200)]
Remove tooltip that's causing CalendarAcrionEventSourceTest failures

This said tooltip gets in front of the context menu and native events
actually clicks on the tooltip instead of the context menu item.

Change-Id: I6519ba98351a5ad03ccc35c29b85a831e3026325

10 years agoMerge changes from origin/7.1
Build Agent [Thu, 27 Feb 2014 11:14:00 +0000 (13:14 +0200)]
Merge changes from origin/7.1

badf9f2 Do not prevent deployment if Atmosphere init fails (#13199)
be827f8 Enable on-the-fly SASS compilation in OSGi (#10307)
61a1899 Fix SQLContainer paging and caching issue (#11199)
19dde49 Remove applet test which does not work reliably
a73c9ef Fix broken TableScrollingWithSQLContainer test UI
fbce127 Use Chrome 33 for testing

Change-Id: I4a09cdfcc8187604a24391a73ea6c04c6d50bb5f

10 years agoMerge commit 'bce95bce91f80ddd228c96ab7b89770499b5e49e'
Artur Signell [Thu, 27 Feb 2014 11:06:22 +0000 (13:06 +0200)]
Merge commit 'bce95bce91f80ddd228c96ab7b89770499b5e49e'

Conflicts:
uitest/src/com/vaadin/tests/fieldgroup/IntegerRangeValidator.html

Change-Id: I03b12e474ee59a86aefcedfda24e55620eed717d

10 years agoUse Chrome 33 for testing
Henri Sara [Thu, 27 Feb 2014 08:24:38 +0000 (10:24 +0200)]
Use Chrome 33 for testing

Change-Id: I6362097ff836c10b7001c5fd8acd8adf91a94b2f

10 years agoEmail author about merge failures
Artur Signell [Tue, 25 Feb 2014 10:28:32 +0000 (12:28 +0200)]
Email author about merge failures

Change-Id: I58554c9095e815087bee321dfc57e9e45b5b0481

10 years agoFixed invalid HTML/XML
Artur Signell [Tue, 25 Feb 2014 12:31:01 +0000 (14:31 +0200)]
Fixed invalid HTML/XML

Change-Id: Icd9e30e54e5353277e4c5406269613cbb8a37414

10 years agoFix broken TableScrollingWithSQLContainer test UI
Teemu Suo-Anttila [Tue, 25 Feb 2014 10:31:29 +0000 (12:31 +0200)]
Fix broken TableScrollingWithSQLContainer test UI

Change-Id: I67bcb7a473d147c46e24cb3c116fd9115a3bda6b

10 years agoUse different exit codes for different errors
Artur Signell [Tue, 25 Feb 2014 10:25:04 +0000 (12:25 +0200)]
Use different exit codes for different errors

Change-Id: I7e5bba7f290ec9e6c482231bde3c12d13a3a80ea

10 years agoRemove applet test which does not work reliably
Artur Signell [Tue, 25 Feb 2014 09:09:01 +0000 (11:09 +0200)]
Remove applet test which does not work reliably

As long as nobody is constantly updating the java version on the test
cluster and additionally ensures that no manual interaction is needed for
Java applets to run, this test is not useful

Change-Id: Ic9b3e190567e8949bbb514d5fedefc3c720402e7

10 years agoFix SQLContainer paging and caching issue (#11199)
Teemu Suo-Anttila [Wed, 19 Feb 2014 10:13:52 +0000 (12:13 +0200)]
Fix SQLContainer paging and caching issue (#11199)

Change-Id: I884c0f0a27a124a49698b141ac63c93950df428d

10 years agoEnable on-the-fly SASS compilation in OSGi (#10307)
Johannes Dahlström [Thu, 13 Feb 2014 14:54:11 +0000 (16:54 +0200)]
Enable on-the-fly SASS compilation in OSGi (#10307)

* Add proper Import-Package directives to theme-compiler
* Require-Bundle theme-compiler in server bundle

Change-Id: I7dec20c04eac92271b8adf0b1e23c573f1b06a29

10 years agoRename to follow same scheme as other push tests
Artur Signell [Fri, 21 Feb 2014 23:19:12 +0000 (01:19 +0200)]
Rename to follow same scheme as other push tests

Change-Id: I6ea0626ffb88182120f69e0ca988250248e365e1

10 years agoMissing long polling tests (#13164)
Artur Signell [Fri, 21 Feb 2014 23:17:44 +0000 (01:17 +0200)]
Missing long polling tests (#13164)

Change-Id: If0a7ff0f6736853e9a5e8de417a435cf474a335b

10 years agoDo not prevent deployment if Atmosphere init fails (#13199)
Artur Signell [Fri, 21 Feb 2014 20:07:24 +0000 (22:07 +0200)]
Do not prevent deployment if Atmosphere init fails (#13199)

Change-Id: I07e23bcdea6b2bd23a37651a804a537690fb1311

10 years agoMerge changes from origin/7.1
Build Agent [Fri, 21 Feb 2014 18:25:50 +0000 (20:25 +0200)]
Merge changes from origin/7.1

3b327f6 Change copying of Date values to avoid wrapping of date (#13269)
6f21052 Eliminate spacing memory leak on client (#13315)
6c076e3 Workaround for input prompt used as value on ESC in FF (#8051)
ed82d1a Slow down test to hopefully make it more stable (and four times longer)
b59f7a0 TreeTable does not have partial updates enabled in Vaadin 7 and probably won't ever have.

Change-Id: Icd8354b29a5145056dfb47409bdde9d98610bcf5

10 years agoRemove extra whitespace causing validation failures
Artur Signell [Fri, 21 Feb 2014 16:25:17 +0000 (18:25 +0200)]
Remove extra whitespace causing validation failures

Change-Id: Ib93665a7411c52c1b3b00c22a7c4f799b5adbaea

10 years agoTreeTable does not have partial updates enabled in Vaadin 7 and probably won't ever...
Artur Signell [Thu, 20 Feb 2014 15:23:48 +0000 (17:23 +0200)]
TreeTable does not have partial updates enabled in Vaadin 7 and probably won't ever have.

Change-Id: Iae8a2fae226712b7200873fec67aa9b2cfaf24ee

10 years agoAdd change event for Upload (#13222)
Artur Signell [Mon, 3 Feb 2014 19:46:06 +0000 (21:46 +0200)]
Add change event for Upload (#13222)

Change-Id: I9850888b1997104cbc493ae0882316a9d2b1cedd

10 years agoSlow down test to hopefully make it more stable (and four times longer)
Artur Signell [Thu, 20 Feb 2014 15:40:02 +0000 (17:40 +0200)]
Slow down test to hopefully make it more stable (and four times longer)

Change-Id: Ie9ef1c53544b5b9b3462cf6648b18df8ae8f56e0

10 years agoFont icon support (#13152)
Marc Englund [Tue, 11 Feb 2014 08:15:07 +0000 (10:15 +0200)]
Font icon support (#13152)

Renamed Icon to ImageIcon

Change-Id: I608815f17a3651b205fed81b5294385df0d68802

Extracted the abstract client-side Icon class

Change-Id: Ic32e270595a5796d0bbd1dd31f34282b56672aa9

Created the FontIcon class

Change-Id: Iad13871e7bf1807dee2c538c76306d4620191f5e

Renamed AbstractComponentConnector.getIcon to getIconUri

Change-Id: I6953ab79661993b561655d483c1bd013b66407f3

Added the AbstractComponentConnector.getIcon method

Change-Id: I6fb91dc643fb09da3ba53666b1a8a289901702e3

Refactored getIcon

Change-Id: Ibae39e66d0fb8449e20ac5209eb8c18b6ada4387

Made all existing uses of Icon compatible with FontIcons

Change-Id: I8f28ec5254f2e5282a887519d3f44bc1e27aba72

Initial server-side support for font icons - does not include an actual icon set yet (#13152)

Change-Id: Ie6c09b17dd577c726e0efc13567749f6f4d56d8d

Changed server side FontIcon URI generation to match the correct scheme

Change-Id: I3628b930b310b3f285bc58a3f471e31e641d307e

Initial server-side icon font (FontAwesome) with scss - to be considered placeholder for testing (#13152)

Change-Id: I361e62aba0d943a736471824e149d65c7eea9c76

Changed the FontIcon URI scheme

Change-Id: I15c92f6bb3d0aa0a800f3f0bfa80419979453e17

Added FontIcon support to AbstractOrderedLayoutConnector

Change-Id: I3b2b45b22d29622fd888dbe922aa0cc8a718104d

Added FontIcon support to table items

Change-Id: Id22ce94c96a892420aab1e39663688fc9f3bc282

Added FontIcon support to OptionGroup items

Change-Id: Ie08bef688f6802182ef5f8b2bf82cf8b1f9096bb

Switched to openly use FontAwesome (#13152)

Change-Id: I18c3325ce93915b7fd6e338c8c293a89711277bc

VaadinIcons are now FontAwesome (#13152)

Change-Id: I0ab2a80735cbf08b6e33d358e3e8c6a205626fc4

VCaption does not longer set icon to 0x0px if it's a FontIcon (#13152)

Change-Id: Ibcd96e0f79f0adf2e217a8580d17f1cc93705710

Fixed typo in @font-face, removed .otf (#13152)

Change-Id: I698ca32c560e5f198c32a6c44f7884d3030ee610

Make font icons behave more like img (display:inline-block) (#13152)

Change-Id: Ic79186c90f1fc566deae1f4d8d4ba2c21d89a42e

10 years agoWorkaround for input prompt used as value on ESC in FF (#8051)
Tapio Aali [Tue, 7 Jan 2014 11:31:51 +0000 (13:31 +0200)]
Workaround for input prompt used as value on ESC in FF (#8051)

Fixed situation in which input prompt appeared as the value of an empty
TextField in FF if ESC was pressed.

Change-Id: I41c8ec4845b43b483165c10f78443f806d45a623

10 years agoEliminate spacing memory leak on client (#13315)
Henri Sara [Mon, 17 Feb 2014 08:27:37 +0000 (10:27 +0200)]
Eliminate spacing memory leak on client (#13315)

Change-Id: I432ae4a04d74826dd1cce108177bd503774a8463

10 years agoFunction "percentage" is implemented (#12771).
denisanisimov [Mon, 10 Feb 2014 09:33:55 +0000 (11:33 +0200)]
Function "percentage" is implemented (#12771).

Change-Id: I0a2e3d31f60bd085d619b603bd229dba902ff001

10 years agoMerge "No-op merge from origin/7.1"
Artur Signell [Thu, 13 Feb 2014 12:49:40 +0000 (12:49 +0000)]
Merge "No-op merge from origin/7.1"

10 years agoMerge "Merge changes from origin/7.1"
Jonatan Kronqvist [Thu, 13 Feb 2014 11:26:25 +0000 (11:26 +0000)]
Merge "Merge changes from origin/7.1"

10 years agoAdd a custom icon for the TestBench debug tab (#12479)
Jonatan Kronqvist [Thu, 13 Feb 2014 11:17:49 +0000 (13:17 +0200)]
Add a custom icon for the TestBench debug tab (#12479)

Updates the font icon files to add the official TestBench icon

Change-Id: I6f417aea761c5b2320c69d36f0616e1d746224a0

10 years agoNo-op merge from origin/7.1
Build Agent [Thu, 13 Feb 2014 11:18:00 +0000 (13:18 +0200)]
No-op merge from origin/7.1

b008768 Implement parenthesis-handling fixes for Sass in Vaadin 7.1 (#12834)

Change-Id: Iaa13fd76a784ba20216e200157740cf55a76054a

10 years agoMerge changes from origin/7.1
Build Agent [Thu, 13 Feb 2014 11:17:58 +0000 (13:17 +0200)]
Merge changes from origin/7.1

98aff2b Fix caption lost issue related to focus changing (#12967)
af96612 Test using Tomcat 7 behind Apache proxy (#13302)
ad49fe3 Test using Wildfly 8 (currently CR1) (#13167)
6d8b9e5 Servlet test for push with default parameters (#13299)
d88e409 Added proper escaping to OptionGroup item icon URLs (#13310)
e680b8f Changed getAbsoluteUrl to use the correct escaping method (#13311)
fe6ea57 Release notes updated to describe #13310 #13311
ef208a6 Javadoc formatting fixup

Change-Id: I9cedc16c69b25cc89dd4e4a6812d29019e6e0e0a

10 years agoAvoid error in rgb() function if variables are used (#12752).
denisanisimov [Mon, 27 Jan 2014 11:20:31 +0000 (13:20 +0200)]
Avoid error in rgb() function if variables are used (#12752).

Change-Id: Id51ffef257c193900026a4644eb99dbd3926c668

10 years agoChange copying of Date values to avoid wrapping of date (#13269)
Olli Helttula [Fri, 7 Feb 2014 11:07:45 +0000 (13:07 +0200)]
Change copying of Date values to avoid wrapping of date (#13269)

The error occurs only when current day is in the end of the month and
the textfield has no value when choosing months in the CalendarPanel.
This can not be sensibly tested by automated tests as it would require
setting the server time to a date that would trigger the problem (for
example 30.1). The error does not occur if the value is set before
setting the resolution (by the user or programmatically).

Change-Id: I6b3e5b699a773bd84b0f756d0c53698a09854a81

10 years agoImplement parenthesis-handling fixes for Sass in Vaadin 7.1 (#12834)
Mika Murtojarvi [Tue, 11 Feb 2014 11:10:15 +0000 (13:10 +0200)]
Implement parenthesis-handling fixes for Sass in Vaadin 7.1 (#12834)

These are the same changes that were done for the master-branch in
(#12833).

Change-Id: I397028c7b0ba06567adaad9f0f0095157f7ae8f9
Merge: no

10 years agoJavadoc formatting fixup
Leif Åstrand [Thu, 13 Feb 2014 06:55:48 +0000 (08:55 +0200)]
Javadoc formatting fixup

Change-Id: If0ddad3f71c5f2cea2c4ed3514ffd392b1489f21

10 years agoMove passing Sass tests from sasslangbroken to sasslang.
Mika Murtojarvi [Wed, 12 Feb 2014 13:50:18 +0000 (15:50 +0200)]
Move passing Sass tests from sasslangbroken to sasslang.

Change-Id: Iac66afbcc2e0e1bdeb417bfe8292f57e4d2287df

10 years agoFunction compilation is refactored (#13253).
denisanisimov [Tue, 28 Jan 2014 14:22:22 +0000 (16:22 +0200)]
Function compilation is refactored (#13253).

Change-Id: Ic3c5d6822d90703d7f02de3d1a3d15fe4366af07

10 years agoAdd ' to allowed characters in LegacyLocator validation (#13329)
Teemu Suo-Anttila [Wed, 12 Feb 2014 10:56:07 +0000 (12:56 +0200)]
Add ' to allowed characters in LegacyLocator validation (#13329)

Change-Id: I2503ce46b1abbf2fd237eaff538d77e565d25eb6

10 years agoReduce generated ConnectorBundleLoaderImpl size. (#9379)
denisanisimov [Tue, 4 Feb 2014 11:11:39 +0000 (13:11 +0200)]
Reduce generated ConnectorBundleLoaderImpl size. (#9379)

Change-Id: I49411e6893f3adc1c41cc690aca35cd919769625

10 years agoAdds tests to changeset 53282726 (#12337)
Henrik Paul [Mon, 3 Feb 2014 14:22:13 +0000 (16:22 +0200)]
Adds tests to changeset 53282726 (#12337)

Change-Id: Ic6dcd98483feb59942392834deb3db356b17b8ab

10 years agoCollapse all permutations by default (#13274)
Artur Signell [Tue, 11 Feb 2014 21:28:36 +0000 (23:28 +0200)]
Collapse all permutations by default (#13274)

Change-Id: I98b13000067d7be8caf94ebecda6e40b698b21e0

10 years agoIgnore JSON serializers which do not need to be serializable
Artur Signell [Tue, 11 Feb 2014 22:05:11 +0000 (00:05 +0200)]
Ignore JSON serializers which do not need to be serializable

Change-Id: Iccfe06495bc69d46c9c69e987776a39f824caf2f

10 years agoRelease notes updated to describe #13310 #13311
Marc Englund [Tue, 11 Feb 2014 13:37:12 +0000 (15:37 +0200)]
Release notes updated to describe #13310 #13311

Change-Id: Id1b612a74f2f8717f98a3dca81489425686237f7

10 years agoChanged getAbsoluteUrl to use the correct escaping method (#13311)
Juho Nurminen [Mon, 3 Feb 2014 15:18:45 +0000 (17:18 +0200)]
Changed getAbsoluteUrl to use the correct escaping method (#13311)

Change-Id: I84cece7ae1c8ede0b77b82d0f84d6550e77af65b

10 years agoAdded proper escaping to OptionGroup item icon URLs (#13310)
Juho Nurminen [Mon, 3 Feb 2014 14:56:31 +0000 (16:56 +0200)]
Added proper escaping to OptionGroup item icon URLs (#13310)

Change-Id: Id0dea437e04e829567b31df3e9c496cd5adc09b8

10 years agoRe-enable Opera permutation (#13259)
Artur Signell [Mon, 10 Feb 2014 16:04:29 +0000 (18:04 +0200)]
Re-enable Opera permutation (#13259)

Change-Id: I0dd70ed200ae587386081599e34dcfee9b2031dd

10 years agoServlet test for push with default parameters (#13299)
Artur Signell [Tue, 4 Feb 2014 21:14:05 +0000 (23:14 +0200)]
Servlet test for push with default parameters (#13299)

Ensure push works in default mode for all servers and browsers

Change-Id: I7145839bb081165fd52246fe87c6bb3eae7fe510

10 years agoTest using Wildfly 8 (currently CR1) (#13167)
Artur Signell [Tue, 4 Feb 2014 21:13:16 +0000 (23:13 +0200)]
Test using Wildfly 8 (currently CR1) (#13167)

Change-Id: Ie753ce72c0508f11006039369d967c6b313309f3