]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
11 years agoAdd content length header for static resources (#11699)
Henri Sara [Thu, 25 Apr 2013 08:00:28 +0000 (11:00 +0300)]
Add content length header for static resources (#11699)

Change-Id: Ie307198a05e5c4f1b8bd74ec17185b9086ff0577

11 years agoFix for IE8 forgetting to move error indicator when component is resized #11693"
John Ahlroos [Wed, 24 Apr 2013 07:52:53 +0000 (10:52 +0300)]
Fix for IE8 forgetting to move error indicator when component is resized #11693"

Change-Id: I09d4e77f5f8f5b8846e8083b3bfbf3155281038d

11 years agoFix fragment handling regression caused by #10769 (#11686) 7.0.5
Johannes Dahlström [Tue, 23 Apr 2013 11:22:30 +0000 (14:22 +0300)]
Fix fragment handling regression caused by #10769 (#11686)

Due to the way Window.Location.createUrlBuilder works, a location URI with no
fragment (as opposed to an empty fragment) was sent on Webkit browsers when
the client-side location had an empty fragment.

TestBench test: FragmentChangeEvents.html

Change-Id: Ie2e8dc3fffc13aaa53105b54e07b1f81f3878f1b

11 years agoFixed broken Gridlayout cell position calculation in IE10 #11644 (backported from...
John Ahlroos [Wed, 13 Mar 2013 09:23:32 +0000 (11:23 +0200)]
Fixed broken Gridlayout cell position calculation in IE10 #11644 (backported from #11303)

Change-Id: I9003feeb3ee22f29975a3e8557cd8775e838c57f
Merge: no

11 years agoDifferent fix for #11152 which is restricted to the problematic case in horizontal...
Artur Signell [Tue, 23 Apr 2013 07:36:44 +0000 (10:36 +0300)]
Different fix for #11152 which is restricted to the problematic case in horizontal layout

Change-Id: I4727f0a8f0b82f14f059c7e47a1819a18630a4c0

11 years agoFixed Accordion tab stylenames which never got applied on the tab widgets #11645...
John Ahlroos [Fri, 12 Apr 2013 10:35:36 +0000 (10:35 +0000)]
Fixed Accordion tab stylenames which never got applied on the tab widgets #11645 (merged from #10605 in 6.8 branch)

Change-Id: I6af93e3846ecedd31cb9afac6321316b122c9df5

11 years agoPrevent double encoding problems when URI fragment contains special characters (...
Johannes Dahlström [Thu, 18 Apr 2013 13:45:02 +0000 (16:45 +0300)]
Prevent double encoding problems when URI fragment contains special characters (#10769)

Change-Id: I9043a1f84140b441ab4b3e86eadb708359a29155

11 years agoSupport "to" in CSS function parameters (#11309)
Henri Sara [Thu, 18 Apr 2013 07:36:31 +0000 (10:36 +0300)]
Support "to" in CSS function parameters (#11309)

This change also relaxes whitespace checking in SCSS tests slightly.

Change-Id: I2ad5087e7d77ddd0473df47d202c6dd3e228181f

11 years agoDon't detach and reattach VAbstractSplitPanel child widgets unnecessarily (#11628)
Johannes Dahlström [Wed, 17 Apr 2013 14:35:38 +0000 (17:35 +0300)]
Don't detach and reattach VAbstractSplitPanel child widgets unnecessarily (#11628)

Change-Id: I84da9b786706410b42ae4116be0b0a3da896538b

11 years agoFixed IE8 scrollbar issue with vertical layout when using both expansions and alignme...
John Ahlroos [Wed, 17 Apr 2013 14:17:39 +0000 (17:17 +0300)]
Fixed IE8 scrollbar issue with vertical layout when using both expansions and alignments #11169

Change-Id: Ia62db30e4e7f9bd02966db31b3bb691a1a60e58d

11 years agoMerge release notes from '7.0.4' into 7.0
Henri Sara [Tue, 16 Apr 2013 07:22:52 +0000 (10:22 +0300)]
Merge release notes from '7.0.4' into 7.0

7.0.4

Change-Id: If47b657f0f941af11b02d0915e689f0568730077

11 years agoFixes #11152 (IE9 caret/cursor postion) by applying position:relative to inputs and...
Marc Englund [Fri, 12 Apr 2013 13:16:48 +0000 (16:16 +0300)]
Fixes #11152 (IE9 caret/cursor postion) by applying position:relative to inputs and textareas

Change-Id: I067cd44d21ece65a0988b2fbb832a903aaf92aba

11 years agoFixed date reset when calendar is first initialized #11387
John Ahlroos [Fri, 12 Apr 2013 07:09:10 +0000 (10:09 +0300)]
Fixed date reset when calendar is first initialized #11387

Change-Id: I48a839cceeab3cfc6722657eac8681a8766ab396

11 years agoFixed native button not triggering click event in IE #11094
John Ahlroos [Wed, 10 Apr 2013 06:50:06 +0000 (09:50 +0300)]
Fixed native button not triggering click event in IE #11094

Change-Id: I210a7ab59b107eefb9ba5d00566c2138fc83acf2

11 years agoUpdate release notes 7.0.4
Henri Sara [Mon, 8 Apr 2013 09:17:24 +0000 (12:17 +0300)]
Update release notes

Change-Id: Iada521e83ddd03dbfab4cba276b313daf27a1173

11 years agoRemove resource related code from VaadinPortlet (#11527)
Henri Sara [Mon, 8 Apr 2013 07:10:32 +0000 (10:10 +0300)]
Remove resource related code from VaadinPortlet (#11527)

Change-Id: I33f489922bab432d1d85f4d46b73df8bd89ae91c
Merge: no

11 years agoBackported fix of minimal (empty hashmap) leak on redeploy (#9993)
Artur Signell [Mon, 25 Mar 2013 23:41:48 +0000 (01:41 +0200)]
Backported fix of minimal (empty hashmap) leak on redeploy (#9993)

Change-Id: I9933c21ab8449378269c577c9622d75586590e45
Merge: no

11 years agoUnified all portal integration tests to be based on JSR286Portlet (#8013, #9566,...
Artur Signell [Mon, 18 Mar 2013 11:56:56 +0000 (13:56 +0200)]
Unified all portal integration tests to be based on JSR286Portlet (#8013, #9566, #11314)

All portal tests are now based on the same test script. Portal tests avoid Vaadin locators to avoid random problems with the portlet id changing between test runs.

* eXo 3 test must be run on Firefox, does not work in Chrome
* Liferay theme test is now a separate test which does not depend on the Liferay integration test
* Changing to maximized state using an action URL does not work with GateIn or eXo
* The edit mode link does not work in WebLogic Portal as WebLogic feels it is not an allowed mode for the portlet

Change-Id: I7a683688d8ffc611e211f8a60889a34b233b81c9

11 years agoEnable a Vaadin applications to be re-initialized if if has been re-added to the...
Artur Signell [Mon, 18 Mar 2013 19:34:27 +0000 (21:34 +0200)]
Enable a Vaadin applications to be re-initialized if if has been re-added to the same page (#8350)

Change-Id: I30dbc14f00108fa699694ecd1d37679d8a0dff4b

11 years agoMake TextArea.setCursorPosition work in all browsers (#8769)
Leif Åstrand [Tue, 12 Mar 2013 16:34:18 +0000 (18:34 +0200)]
Make TextArea.setCursorPosition work in all browsers (#8769)

svn changeset:25579/svn branch:6.8

Conflicts:
client/src/com/vaadin/client/ui/VTextField.java

Change-Id: I3b53be8df4ce0564f34d8aa9bc1ce1c34648eadd

11 years agoDisabled TabIndex warning for now (#11325) 7.0.3
Artur Signell [Tue, 19 Mar 2013 18:27:22 +0000 (20:27 +0200)]
Disabled TabIndex warning for now (#11325)

Change-Id: I89311c7e4bdab3a70aa335c203ef57badab7bec8

11 years agoDo not run TestRunner as a test
Artur Signell [Mon, 18 Mar 2013 22:44:39 +0000 (00:44 +0200)]
Do not run TestRunner as a test

Change-Id: I4a32bb614b7c175e1a6ced0078143978b2155194

11 years agoUpdated test to test interactions and to be more stable
Artur Signell [Sat, 16 Mar 2013 00:15:39 +0000 (02:15 +0200)]
Updated test to test interactions and to be more stable

Change-Id: If608cef429f6a18864d99780e9ee945adcc06b57

11 years agoMade test more reliable
Artur Signell [Fri, 15 Mar 2013 12:56:09 +0000 (14:56 +0200)]
Made test more reliable

Change-Id: Ibd93d834abaa1ec2ba322ab4ca9f53944cfe9519

11 years agoAudio/Video fixes, for #11160 but it was much more broken. Also quite a few browser...
Marc Englund [Thu, 14 Mar 2013 12:21:53 +0000 (14:21 +0200)]
Audio/Video fixes, for #11160 but it was much more broken. Also quite a few browser differences.

Ticket: 11160
Change-Id: I1ee228e593eab75d96c285bfa26af9939e058d47

11 years agoReattach when wrapping in webkit for correct text flow (#10536)
Leif Åstrand [Thu, 14 Mar 2013 14:31:06 +0000 (16:31 +0200)]
Reattach when wrapping in webkit for correct text flow  (#10536)

Change-Id: I431b6a3c61a9308ad4189e5d79a5e70de8f1f560

11 years agoDeprecated AbstractComponentContainer.getComponentIterator (#11328)
Artur Signell [Thu, 14 Mar 2013 14:31:41 +0000 (16:31 +0200)]
Deprecated AbstractComponentContainer.getComponentIterator (#11328)

Change-Id: I24298165f0b078d42415cfce65118eed5587623c

11 years agoDeprecated TestBase to avoid new tests which are LegacyApplications
Artur Signell [Thu, 14 Mar 2013 14:30:31 +0000 (16:30 +0200)]
Deprecated TestBase to avoid new tests which are LegacyApplications

Change-Id: Ic4bc242b6d2707e7a856256ca7eeddc4efd9eb83

11 years agoIgnored test case where Tree memory leak is checked since it cannot be fixed before...
John Ahlroos [Thu, 14 Mar 2013 13:18:06 +0000 (15:18 +0200)]
Ignored test case where Tree memory leak is checked since it cannot be fixed before 7.1 (no-merge) #11053

Change-Id: I723b7fc01184da19f448de4c43d3dee715c01242

11 years agoFixed setting column width back to undefined by setting it to -1. #7922
Leif Åstrand [Wed, 13 Mar 2013 07:50:41 +0000 (09:50 +0200)]
Fixed setting column width back to undefined by setting it to -1. #7922

svn changeset:25591/svn branch:6.8

Conflicts:
server/src/com/vaadin/ui/Table.java

Reverted change included by mistake in changeset [25591] for #7922

svn changeset:25606/svn branch:6.8

Change-Id: I6765a52ab213c131cca053227ee72b0007552f7f

11 years agoAdded missing state update on the client side (#11028)
Artur Signell [Wed, 13 Mar 2013 11:50:44 +0000 (13:50 +0200)]
Added missing state update on the client side (#11028)

Change-Id: I547f6e6426208d788b92ea8f429d4bb0aa9fdf24

11 years agoFixed client-server value sync problem in CheckBox (#11028)
Artur Signell [Wed, 13 Mar 2013 09:14:24 +0000 (11:14 +0200)]
Fixed client-server value sync problem in CheckBox (#11028)

Change-Id: I1bac8e8a746bcc97b3ce929e76cf3476ad793bf6

11 years agoTest using Opera 12 (#8976)
Artur Signell [Wed, 13 Mar 2013 08:35:41 +0000 (10:35 +0200)]
Test using Opera 12 (#8976)

Change-Id: I6e72f8ecb0fbd52b6774956ed2c904a060dc1424

11 years agoFixed Tree keyboard navigation in Opera 12 (#11183)
Artur Signell [Wed, 13 Mar 2013 08:35:03 +0000 (10:35 +0200)]
Fixed Tree keyboard navigation in Opera 12 (#11183)

Change-Id: I6bbd486caef0056703d1b9ebc1ba5537aca75cfd

11 years agoUpdated supported browser versions in release notes (#10887)
Leif Åstrand [Wed, 13 Mar 2013 08:12:32 +0000 (10:12 +0200)]
Updated supported browser versions in release notes (#10887)

Based on svn changeset:25626/svn branch:6.8

Change-Id: I76333c1af0eab1d727a03dcd82ae6b9b7187e58a

11 years agoFixed header to make checkstyles happy (#11129)
Artur Signell [Wed, 13 Mar 2013 07:11:19 +0000 (09:11 +0200)]
Fixed header to make checkstyles happy (#11129)

Change-Id: I4f1da57d318407da6a47a7095dbe4a08a6acc0f7

11 years agoEnsure nonwrapping textarea has white-space: pre; style (#10536)
Leif Åstrand [Tue, 12 Mar 2013 16:44:16 +0000 (18:44 +0200)]
Ensure nonwrapping textarea has white-space: pre; style (#10536)

Change-Id: Iaac6b58d204082374827cb7b6caef5f5f81e3dbc

11 years agoEliminate connection/statement/result set leaks in TableQuery (#10582)
Leif Åstrand [Tue, 12 Mar 2013 14:22:36 +0000 (16:22 +0200)]
Eliminate connection/statement/result set leaks in TableQuery (#10582)

Includes some refactoring to extract common parts of FreeformQuery and
TableQuery to AbstractTransactionalQuery.

svn changeset:25541/svn branch:6.8

Added missing Serializable for AbstractTransactionalQuery (#10582).

svn changeset:25559/svn branch:6.8

Conflicts:
server/src/com/vaadin/data/util/sqlcontainer/query/FreeformQuery.java
server/src/com/vaadin/data/util/sqlcontainer/query/TableQuery.java

Change-Id: I3d055e0f071739ac4536fddb0f49b8d6b8e6d07b

11 years agoUpdated GateIn3 script to work correctly (#11314)
Artur Signell [Tue, 12 Mar 2013 14:32:31 +0000 (16:32 +0200)]
Updated GateIn3 script to work correctly (#11314)

Change-Id: Ic8a86bc2dd6f0b791047ebb4c4bc81d4a9e7b9eb

11 years agoUnpack all static files for integration tests (#11314)
Artur Signell [Tue, 12 Mar 2013 14:12:16 +0000 (16:12 +0200)]
Unpack all static files for integration tests (#11314)

Change-Id: Icef8bf0b4ec7fc752ca41cbdf38a98112e44a245

11 years agoFixed IE8 sub window focus issue after editing a RichTextArea #10776
Leif Åstrand [Tue, 12 Mar 2013 13:52:21 +0000 (15:52 +0200)]
Fixed IE8 sub window focus issue after editing a RichTextArea #10776

Tests were merged to 7.0 in a previous commit.

svn changeset:25458/svn branch:6.8

Change-Id: Ib4233f4d96311c76c104f1041f132377d357916d

11 years agoFixed focus and tab index handling for UI (#11129)
Artur Signell [Wed, 6 Mar 2013 12:55:15 +0000 (14:55 +0200)]
Fixed focus and tab index handling for UI (#11129)

Change-Id: I80377792ade11946337e2900a7ea84209ae1d060

11 years agoAvoid showing context menu off screen in IE8
Artur Signell [Tue, 12 Mar 2013 09:51:42 +0000 (11:51 +0200)]
Avoid showing context menu off screen in IE8

Change-Id: I75bf1d41b518e4b098ae35727b89b7ba310f0582

11 years agoUpdate test to cope with changed UI class (#10867)
Leif Åstrand [Mon, 11 Mar 2013 13:55:01 +0000 (15:55 +0200)]
Update test to cope with changed UI class (#10867)

Change-Id: I6e822c6e99191a68733c87207f61643213e8c154

11 years agoProperly recognize class of redefined UI connector (#10867)
Leif Åstrand [Fri, 8 Mar 2013 14:59:04 +0000 (16:59 +0200)]
Properly recognize class of redefined UI connector (#10867)

Change-Id: I8e3afbd669123a846214c3bd65bf696aa2b5a536

11 years agoSet to empty function instead of undefined (#10960)
Artur Signell [Thu, 7 Mar 2013 08:33:01 +0000 (10:33 +0200)]
Set to empty function instead of undefined (#10960)

It seems that the presence of the function is checked once while it is still set and it will be later called without additional checks that it is still set.

Change-Id: Ie985d9047f4d2ca469f1a406ba40bca0ac3a59e9

11 years agoFixed javascript issue in IE8 (delete cannot be used on window properties) (#10960)
Artur Signell [Wed, 6 Mar 2013 16:31:57 +0000 (18:31 +0200)]
Fixed javascript issue in IE8 (delete cannot be used on window properties) (#10960)

Change-Id: I03bb7e7dda8a44d06dffd3a077cb9b8acc45741d

11 years agoProfiler based on __gwtStatsEvent (#10960)
Leif Åstrand [Wed, 6 Mar 2013 11:30:38 +0000 (13:30 +0200)]
Profiler based on __gwtStatsEvent (#10960)

* Bootstrap installs a __gwtStatsEvent implementation for tracking GWT's
own bootstrap timing events
* Profiler.enter and Profiler.leave use __gwtStatsEvent
* Profiler data is displayed based on the data tracked by
__gwtStatsEvent

Change-Id: I3db05ca2622aecb745270f01d47cd71648e3bebd

11 years agoDon't provide details to teamcity as it nowadays gets those from stdout
Leif Åstrand [Wed, 6 Mar 2013 11:07:35 +0000 (13:07 +0200)]
Don't provide details to teamcity as it nowadays gets those from stdout

Change-Id: I2c1e80307efaa963313bf89284066bc0429e9cd8

11 years agoCorrected javadoc (#10774)
Artur Signell [Tue, 5 Mar 2013 11:10:37 +0000 (13:10 +0200)]
Corrected javadoc (#10774)

Change-Id: I642e8cfe800c7f0413256b6f9807c7f7b842ebda

11 years agoImproved javadoc (#10632)
Artur Signell [Mon, 4 Mar 2013 14:42:23 +0000 (16:42 +0200)]
Improved javadoc (#10632)

Change-Id: Iec54c7425e5ee00d9dbc7dff5cf5ae8dbf28d214

11 years agoCorrected javadoc regarding nested property support (#8210)
Artur Signell [Mon, 4 Mar 2013 13:41:23 +0000 (15:41 +0200)]
Corrected javadoc regarding nested property support (#8210)

Change-Id: Idad9a5f4f747487eb2a2f1cda96e14d17b86ed24

11 years agoAdd performance.timing support to Profiler (#11188)
Leif Åstrand [Fri, 1 Mar 2013 16:17:57 +0000 (18:17 +0200)]
Add performance.timing support to Profiler (#11188)

Change-Id: I3fb14b1280a1ee8bfaa2aeab87b40c374d2e4443

11 years agoUpdated scm in pom template (#11204)
Artur Signell [Tue, 5 Mar 2013 13:08:11 +0000 (15:08 +0200)]
Updated scm in pom template (#11204)

Change-Id: Ibca529e02d6572cd3623df69ee277d570c749dc6

11 years agoCatch NoSuchFieldException instead of NoSuchFieldError (#10944)
Artur Signell [Mon, 4 Mar 2013 18:06:00 +0000 (20:06 +0200)]
Catch NoSuchFieldException instead of NoSuchFieldError (#10944)

Change-Id: I0ece22fc53388a7c9eb268c00ae46c589859a1f1

11 years agoLog errors as errors and not normal messages (#11251)
Artur Signell [Mon, 4 Mar 2013 18:07:00 +0000 (20:07 +0200)]
Log errors as errors and not normal messages (#11251)

Change-Id: I3686da461ea5b64b5051c2c3b24feb58814c929d

11 years agoFixed scrolling jumping up to first row when adding rows and adjusting the currentPag...
John Ahlroos [Thu, 28 Feb 2013 07:31:32 +0000 (09:31 +0200)]
Fixed scrolling jumping up to first row when adding rows and adjusting the currentPageFirstItem in the same UIDL request #10970

Change-Id: I54562e7e0c5429f3493892cf3a14380b0d15bbfd

11 years agoUpdate test to use default classloader instead of null
Leif Åstrand [Fri, 1 Mar 2013 14:10:50 +0000 (16:10 +0200)]
Update test to use default classloader instead of null

Support for setting null as the classloader was removed at the time when
Application was removed.

Change-Id: Ib3d75dae1d1d81d8760b93616d05ba0746323e3c

11 years agoAdd bootstrap performance measuring support (#11188)
Leif Åstrand [Thu, 28 Feb 2013 11:10:09 +0000 (13:10 +0200)]
Add bootstrap performance measuring support (#11188)

svn changeset:25664/svn branch:6.8

Conflicts:
client/src/com/vaadin/client/ApplicationConnection.java
uitest/src/com/vaadin/tests/performance/BasicPerformanceTest.java
uitest/src/com/vaadin/tests/util/TestUtils.java

Change-Id: I699e7b47ad5a62b67dbdf1004da5e5daf009ba25

11 years agoAvoid running test runner as a test
Artur Signell [Thu, 28 Feb 2013 19:48:45 +0000 (21:48 +0200)]
Avoid running test runner as a test

Change-Id: Ifc65b8ffa43dad332b1986348b1fa2841041e5a1

11 years agoPrevent NPE when a SCSS file is not found #11099
John Ahlroos [Fri, 1 Mar 2013 08:41:24 +0000 (10:41 +0200)]
Prevent NPE when a SCSS file is not found #11099

Change-Id: Id0e0fd6a31f4089228b02bf8b66086d3f3a1727b

11 years agoMake SassLangTestsBroken pass iff the CSS and SCSS do not match.
Henri Sara [Fri, 1 Mar 2013 09:13:05 +0000 (11:13 +0200)]
Make SassLangTestsBroken pass iff the CSS and SCSS do not match.

This makes builds pass, and gives a clearer message if one of the
previously broken tests have been fixed.

Change-Id: I6e5b2d9771615abbcb611f28d50ebdefcaa01ae2

11 years agoReverted Tree memory leak fix since it is breaking Tree filtering in a way that only...
John Ahlroos [Fri, 1 Mar 2013 08:06:06 +0000 (10:06 +0200)]
Reverted Tree memory leak fix since it is breaking Tree filtering in a way that only can be fixed by introducing new API to Filterable interface and this cannot be done in a maintenance release. #11053

Change-Id: I7967a4dc57ad2d06880917d4756107c3838d8491

11 years agoRevert "Made UI focusable again (#11129)"
John Ahlroos [Thu, 28 Feb 2013 11:51:47 +0000 (11:51 +0000)]
Revert "Made UI focusable again (#11129)"

This reverts commit 3cf6913c9a714512f8285a54c1ddcf19f2d97e6a

Change-Id: Ief84593763402f99f41a6a447db951196c8f4a91

11 years agoFixed BindException when binding nested properties with BeanFieldGroup.buildAndBind...
John Ahlroos [Thu, 28 Feb 2013 10:07:35 +0000 (12:07 +0200)]
Fixed BindException when binding nested properties with BeanFieldGroup.buildAndBind() #11009

Change-Id: I9bf646b7d8b767c78506a62185ce5dca9dcae7ad

11 years agoAdded missing license header
Artur Signell [Thu, 28 Feb 2013 09:13:18 +0000 (11:13 +0200)]
Added missing license header

Change-Id: I39b55229b63ff377d12956112a4f08c7cbec00ad

11 years agoFixed incorrect import (#11129)
Artur Signell [Thu, 28 Feb 2013 09:24:23 +0000 (11:24 +0200)]
Fixed incorrect import (#11129)

Change-Id: I4fa26ebd7814b14b05ade6b809a39123fa95a4c8

11 years ago(#10563) Logging now uses parameters.
Mikael Grankvist [Tue, 8 Jan 2013 07:07:53 +0000 (09:07 +0200)]
(#10563) Logging now uses parameters.

Change-Id: Icc807cc2eb391fb0118800383fc93d1e23b04570

11 years agoFix random error in DelegateToWidget test
Leif Åstrand [Thu, 28 Feb 2013 08:59:20 +0000 (10:59 +0200)]
Fix random error in DelegateToWidget test

Because of performance fixes to the handling of @DelegateToWidget
handling, the order in which property changes are delegated are no
longer deterministic. This patch fixes a bug in the test which caused
the update to value4 to be ignored if that was the last property to get
delegated.

Change-Id: Ie13a125b0d719894391b8ae3c9d2d899b163ebb4

11 years agoMade UI focusable again (#11129)
Artur Signell [Thu, 28 Feb 2013 08:39:58 +0000 (10:39 +0200)]
Made UI focusable again (#11129)

Change-Id: I309f00bab9b6779f2667734f2c9623a61d00776f

11 years agoRemoved super class which caused a JUnit3 runner to be used (#11184)
Artur Signell [Thu, 28 Feb 2013 00:03:48 +0000 (02:03 +0200)]
Removed super class which caused a JUnit3 runner to be used (#11184)

Change-Id: Ib5d639e8c86c19902b77ce4681554065ee9be645

11 years agoPrint an error message if the test folder cannot be found (#11184)
Artur Signell [Thu, 28 Feb 2013 00:02:37 +0000 (02:02 +0200)]
Print an error message if the test folder cannot be found (#11184)

Change-Id: I0642a4a51de5f989811246003415f05688f49f4e

11 years agoMade test pass by ignoring irrelevant classes
Artur Signell [Wed, 27 Feb 2013 23:53:46 +0000 (01:53 +0200)]
Made test pass by ignoring irrelevant classes

Change-Id: I2b47b1b7e659b1bdd00a7b72347c2ee36c515b23

11 years agoFixed several problems related to @extend directive (Ticket #10976)
Haijian Wang [Tue, 26 Feb 2013 11:32:28 +0000 (13:32 +0200)]
Fixed several problems related to @extend directive (Ticket #10976)

Change-Id: I5e409856601aa514965319453c11946028b08dda

11 years agoFix typo in #10937
Leif Åstrand [Tue, 26 Feb 2013 08:03:20 +0000 (10:03 +0200)]
Fix typo in #10937

Change-Id: I2a0d65dc966ca1a60b017c0c69884e4ede0dc2d7

11 years agoUse native collections when processing server response (#11100)
Leif Åstrand [Thu, 21 Feb 2013 12:07:46 +0000 (14:07 +0200)]
Use native collections when processing server response (#11100)

Change-Id: I72d39f09606cdd32c50336f6ee3c7a2918310152

11 years agoDon't generate a set of changed property names (#10954)
Leif Åstrand [Wed, 20 Feb 2013 14:22:20 +0000 (16:22 +0200)]
Don't generate a set of changed property names (#10954)

Change-Id: I4417fe43e41c84b8223debe59f5ff663bbf5f5de

11 years agoDo @DelegateToWidget based on applicable properties (#10954)
Leif Åstrand [Wed, 20 Feb 2013 13:40:36 +0000 (15:40 +0200)]
Do @DelegateToWidget based on applicable properties (#10954)

This change improves performance by itself and is needed for avoiding
the dependency on StateChangeEvent.getChangedProperties()

Change-Id: I590bc98e12bbb4ecaaa972b5f49c62dea91ac06c

11 years agoFixed NPE in Tree when calling non-final constructor #11132
John Ahlroos [Mon, 25 Feb 2013 10:00:31 +0000 (12:00 +0200)]
Fixed NPE in Tree when calling non-final constructor #11132

Change-Id: Ie2b44368513c9b51c184f473d429ec9d3e56b8c7

11 years agoRemove ApplicationConnection.componentCaptionSizeChanges (#11101)
Leif Åstrand [Thu, 21 Feb 2013 12:15:24 +0000 (14:15 +0200)]
Remove ApplicationConnection.componentCaptionSizeChanges (#11101)

Change-Id: I636797fca00331ee81c081688f90130f8bd11aef

11 years agoFixed another memory leak in Tree #11053
John Ahlroos [Thu, 21 Feb 2013 14:46:07 +0000 (16:46 +0200)]
Fixed another memory leak in Tree #11053

Change-Id: Idf45309b83dfe718fe6e58b6cf57b211eeb9e811

11 years agoUpdate license header
Leif Åstrand [Fri, 22 Feb 2013 07:01:01 +0000 (09:01 +0200)]
Update license header

Change-Id: Iebd1018e9241b19d054784de482c60fb2a0b7018

11 years agoDefer profiler output (#11098)
Leif Åstrand [Thu, 21 Feb 2013 12:19:11 +0000 (14:19 +0200)]
Defer profiler output (#11098)

Change-Id: Iadf5290175a18663329d9254eca57831236be7c8

11 years agoDon't report time spent in getWidget() as part of setConnectorId()
Leif Åstrand [Thu, 21 Feb 2013 09:14:31 +0000 (11:14 +0200)]
Don't report time spent in getWidget() as part of setConnectorId()

Change-Id: I1e6953f55836fc832dcd2a02eea60422daaf5c7d

11 years agoFixed memory leak in Tree #11053
John Ahlroos [Thu, 21 Feb 2013 13:55:57 +0000 (15:55 +0200)]
Fixed memory leak in Tree #11053

Change-Id: I4c58367d4041b5e61989fca5be6b037f7f8e0c01

11 years agoFix incomplete commit for (#11092)
Leif Åstrand [Thu, 21 Feb 2013 09:19:00 +0000 (11:19 +0200)]
Fix incomplete commit for (#11092)

This fixes a problem that was accidentally added in commit 25368634

Change-Id: Ia58d076bb50460e1bcbf33b270eac305a98f9795

11 years agoDon't update primary stylename if it's already up to date (#11088)
Leif Åstrand [Wed, 20 Feb 2013 13:24:18 +0000 (15:24 +0200)]
Don't update primary stylename if it's already up to date (#11088)

Change-Id: I059d7ec83f8c4ae43d2ab6e2c80177675c6881d0

11 years agoOnly update caption for specific state changes (#11092)
Leif Åstrand [Wed, 20 Feb 2013 14:49:43 +0000 (16:49 +0200)]
Only update caption for specific state changes (#11092)

Change-Id: I31dc599f6ce19a0de07a4323b3146c48db0b9d4b

11 years agoUpdated merged 6.8 test to work with 7.0
John Ahlroos [Wed, 20 Feb 2013 10:43:22 +0000 (12:43 +0200)]
Updated merged 6.8 test to work with 7.0

Change-Id: I5e44183af9431ba34fb0ecaa353e6b65c2aaeace

11 years agoMerge of (#9940) to Vaadin 7
John Ahlroos [Wed, 20 Feb 2013 07:44:43 +0000 (09:44 +0200)]
Merge of (#9940) to Vaadin 7

Change-Id: Ie2e53c8cdba20c8265fa04e35e9469b39b21d43e

11 years agoEnsure result dir exists before trying to write to it (#10918)
Artur Signell [Tue, 19 Feb 2013 22:48:37 +0000 (00:48 +0200)]
Ensure result dir exists before trying to write to it (#10918)

Change-Id: I7d01a80c10b8efd66b067023a7c56c6ba43e8265

11 years agoEnsure href is not set to "" when target is null (#10543)
Artur Signell [Tue, 19 Feb 2013 20:05:21 +0000 (22:05 +0200)]
Ensure href is not set to "" when target is null (#10543)

A link with href="" causes a reload of the page, at least in Firefox.

Change-Id: I0d04615b3669d3b7ccab5bf0d45b6a665f32fb1e

11 years agoImported and updated release notes builder (#10918)
Artur Signell [Mon, 18 Feb 2013 19:31:32 +0000 (21:31 +0200)]
Imported and updated release notes builder (#10918)

Change-Id: Ie21d448f89d0fab6b7732a0137c80172e9da8e69
Ticket: 10918

11 years agoProperly detach old connectors for repaintAll response (#11067)
Leif Åstrand [Tue, 19 Feb 2013 09:04:55 +0000 (11:04 +0200)]
Properly detach old connectors for repaintAll response (#11067)

Change-Id: I6491a9b30ea4c0e4ff141497b9bd78e5d1c4c98c

11 years agoCreated maintenance release notes for 7.0.x releases. #10881
Marko Gronroos [Tue, 19 Feb 2013 13:13:55 +0000 (15:13 +0200)]
Created maintenance release notes for 7.0.x releases. #10881

Change-Id: Ifbe33c7101075c11b469890efbe8ecf06a84db32

11 years agoRevert merge from 6.8 fixing #8238 since it was causing issues like #11026. Should...
John Ahlroos [Tue, 19 Feb 2013 14:07:46 +0000 (16:07 +0200)]
Revert merge from 6.8 fixing #8238 since it was causing issues like #11026. Should be fixed in another way. (no-merge)

Change-Id: I232f55781daf7ab5137f9602d3a3c6c2020c6064

11 years agoEnsure there's always a listener on VUI for closing tooltips (#11051)
Leif Åstrand [Tue, 19 Feb 2013 09:49:15 +0000 (11:49 +0200)]
Ensure there's always a listener on VUI for closing tooltips (#11051)

Change-Id: I04e8b1777bc4bf4f64371e4b6e6d77f3754162ad

11 years agoSelector now can begin with a combinator. (Ticket #10754)
Haijian Wang [Tue, 19 Feb 2013 10:43:26 +0000 (12:43 +0200)]
Selector now can begin with a combinator. (Ticket #10754)

Change-Id: Id2f1a006e4caaf790f573ee823fcc41312f30261

11 years agomore than expected params in mixin throws IOB exception. (Ticket #10988)
Haijian Wang [Tue, 19 Feb 2013 09:17:51 +0000 (11:17 +0200)]
more than expected params in mixin throws IOB exception. (Ticket #10988)

Change-Id: I6451c94a4f733b002165983f92c8577dac4904f6

11 years agoFixed logic error causing IOException if stream supports mark (#10851)
Artur Signell [Mon, 18 Feb 2013 20:15:39 +0000 (22:15 +0200)]
Fixed logic error causing IOException if stream supports mark (#10851)

The current logic caused mark() never to be called if the original InputStream supports mark (isMarkSupported()). This in turn causes an IOException when reset is called and no mark has been set.

Change-Id: I781ed8e9d355d22bd8e43acb5c5e9c8da90f66a0