]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
11 years agoDisable drag&drop when source or target component is disabled, re-implementation...
Marc Englund [Fri, 24 May 2013 14:19:51 +0000 (17:19 +0300)]
Disable drag&drop when source or target component is disabled, re-implementation of 6.8 fix for #11801

Change-Id: Iacd167ad7075620dae59ff2c7789efaf32521c59

11 years agoEnsure VBrowserFrame content is unloaded in IE (#11683)
Leif Åstrand [Wed, 5 Jun 2013 07:08:21 +0000 (10:08 +0300)]
Ensure VBrowserFrame content is unloaded in IE (#11683)

Change-Id: Ic3850bf00a1cfbdae6a955256509f0389fadaaa5

11 years agoMerge of properly focus clicked input element in Webkit (#11854, #11297)
Artur Signell [Wed, 5 Jun 2013 08:06:17 +0000 (11:06 +0300)]
Merge of properly focus clicked input element in Webkit (#11854, #11297)

Change-Id: I4c313b55966bcbcd31a40bdd0bf561e887822e51

11 years agoAdded missing import (#11982)
Artur Signell [Wed, 5 Jun 2013 06:55:03 +0000 (09:55 +0300)]
Added missing import (#11982)

Change-Id: Ie647ac58f028abd96ddaaf2952b606069071500e

11 years agoProperly disable combobox when parent is disabled (#10734)
Artur Signell [Wed, 5 Jun 2013 06:51:53 +0000 (09:51 +0300)]
Properly disable combobox when parent is disabled (#10734)

Change-Id: I3fc238b684d213f509b136d520e67920cb6ed1a4

11 years agoDo not submit TextArea value on enter in IE (#11982)
Artur Signell [Mon, 3 Jun 2013 17:09:56 +0000 (20:09 +0300)]
Do not submit TextArea value on enter in IE (#11982)

For some reason the earlier patch was merged as a no-op

Change-Id: Id11383495b6e36991d6bddcd4cf977145c455e30

11 years agoDo not clear combobox text unnecessarily (#10924, #11887)
Henri Sara [Tue, 21 May 2013 12:57:18 +0000 (15:57 +0300)]
Do not clear combobox text unnecessarily (#10924, #11887)

Change-Id: Ica66c1d7ca05874ca5a05fb2c9651a6e4758e1d9

11 years agoDon't autoclose PopupView when changing fragment, fixes #10530
Marc Englund [Tue, 21 May 2013 08:39:09 +0000 (11:39 +0300)]
Don't autoclose PopupView when changing fragment, fixes #10530

Change-Id: I83607c97db8499c5e3c76e6d4735a93b0754d580
Ticket: 10530

11 years agoAlways add tooltip event handlers for Window (#11448)
Leif Åstrand [Mon, 20 May 2013 13:45:56 +0000 (16:45 +0300)]
Always add tooltip event handlers for Window (#11448)

This is needed to ensure tooltips are closed when moving the mouse
outside the component but still inside the window. In 7.1, this should
instead be implemented by overriding hasTooltip() to return true.

Merge: manual
Change-Id: I48d47474a4e4f0303fd85552612f6960fcdce0a7

11 years agoAvoid marking AbstractField dirty in primitive getters (#11201)
Artur Signell [Sat, 11 May 2013 17:35:22 +0000 (20:35 +0300)]
Avoid marking AbstractField dirty in primitive getters (#11201)

Change-Id: Ie289c15d5c56d3b602d87174f022b6197f0fedf0

11 years agoTest for #11775
Artur Signell [Fri, 3 May 2013 15:17:21 +0000 (18:17 +0300)]
Test for #11775

Change-Id: Ic2ff1a3b13e2d74bb9119b8336b8a83e0262833b

11 years agoCenters VOverlays in visual viewport on iOS, Android, fixes #11614
Marc Englund [Thu, 16 May 2013 13:17:17 +0000 (16:17 +0300)]
Centers VOverlays in visual viewport on iOS, Android, fixes #11614

Change-Id: I21fc986b2f4253ad0491a49659db793acf77842d
Ticket: 11614

11 years agoFixed table height rendering in Android 2.3 #11331
John Ahlroos [Thu, 16 May 2013 08:12:48 +0000 (11:12 +0300)]
Fixed table height rendering in Android 2.3 #11331

Change-Id: I085d825459416b1487873660c7baf9b0cdb476d2

11 years agoTest for #11267 adapted from 6.8.
Marc Englund [Fri, 10 May 2013 12:51:12 +0000 (12:51 +0000)]
Test for #11267 adapted from 6.8.

The problem is not present in 7, but you need to use a slightly different css to acieve the same result.

Change-Id: Iee6907a15fd9b0674dcb490f9110fc762c56deb6
Ticket: 11267

11 years agoSQLContainer.indexOfId() also searches backwards (#11849, #10376)
Henri Sara [Tue, 14 May 2013 12:25:58 +0000 (15:25 +0300)]
SQLContainer.indexOfId() also searches backwards (#11849, #10376)

Change-Id: Iea3f832cd50314f747b82b774c3be57797f9ac1d

11 years agoMerge #6880 test from 6.8; fix itself is not needed in Vaadin 7
Johannes Dahlström [Fri, 10 May 2013 13:38:48 +0000 (13:38 +0000)]
Merge #6880 test from 6.8; fix itself is not needed in Vaadin 7

svn changeset:25925/svn branch:6.8
svn changeset:25928/svn branch:6.8

Change-Id: I89e6f30d7d04f9511e26121f860f846bef7ec17d

11 years agoSupport non-trivial SASS media selectors (#11455)
Henri Sara [Mon, 13 May 2013 13:27:35 +0000 (16:27 +0300)]
Support non-trivial SASS media selectors (#11455)

This change adds support for media selectors with a query that consist
of more than just a single word.

Change-Id: Id6a09de8e88984ad052321ae93ffa2e7c2ba1c04

11 years agoFix NPE if there's no query in the URI (#11836)
Leif Åstrand [Tue, 14 May 2013 13:13:43 +0000 (16:13 +0300)]
Fix NPE if there's no query in the URI (#11836)

Change-Id: I8960e5917ffb0988e705599d1fe5e8aacf2654ef

11 years agoClear items in ComboBox only if changed (#10924)
Henri Sara [Fri, 10 May 2013 13:25:55 +0000 (16:25 +0300)]
Clear items in ComboBox only if changed (#10924)

Selection is now sent only as a key, removed redundant attribute on the
item.

Change-Id: I882d4ae17a1dc91f7a55a0b4a94e47c078ffc022

11 years agoEliminate unnecessary conversions of option keys
Henri Sara [Fri, 10 May 2013 10:51:31 +0000 (13:51 +0300)]
Eliminate unnecessary conversions of option keys

Change-Id: I5f3b267cec0357fe1a1c1a13bafdf3c1f3b6d426

11 years agoMerge "Clean up Table popup menu close handler to prevent a memory leak" from 6.8...
Johannes Dahlström [Wed, 8 May 2013 10:49:20 +0000 (10:49 +0000)]
Merge "Clean up Table popup menu close handler to prevent a memory leak" from 6.8 (#11840)

svn changeset:25919/svn branch:6.8

Change-Id: If0b414588252226947230cf2f7a5a8ab253cc5d7

11 years agoVerify that tests are run with the expected JRE version (#11835)
Leif Åstrand [Mon, 13 May 2013 10:19:10 +0000 (13:19 +0300)]
Verify that tests are run with the expected JRE version (#11835)

Change-Id: I77b48cc646776a452204e2c93954fdd1eea7e4de

11 years agoWarn if using old widgetset (#11836)
Leif Åstrand [Mon, 13 May 2013 11:46:58 +0000 (14:46 +0300)]
Warn if using old widgetset (#11836)

Change-Id: Id7332da3468572f4df55aa7b3fed39ef811fe09d

11 years agoMore specific workaround for no rows in TreeTable with pagelenght = 0 (#9203)
Leif Åstrand [Tue, 7 May 2013 13:06:34 +0000 (13:06 +0000)]
More specific workaround for no rows in TreeTable with pagelenght = 0 (#9203)

svn changeset:25915/svn branch:6.8

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

Change-Id: I3f5b9dc988f5911023f77f184f5bd6770bbd9f1b

11 years agoMove suggestion popup width calculation from connector to VFilterSelect
Henri Sara [Fri, 10 May 2013 10:39:17 +0000 (13:39 +0300)]
Move suggestion popup width calculation from connector to VFilterSelect

Change-Id: I846b71c453524ecc525c6ab6c528dffcc7715558

11 years agoMerge test for #11623 to 7.0.
Johannes Dahlström [Thu, 2 May 2013 13:48:45 +0000 (13:48 +0000)]
Merge test for #11623 to 7.0.

The fix itself is not required due to the changed style name handling.

svn changeset:25902/svn branch:6.8
svn changeset:25903/svn branch:6.8

Change-Id: I95a9adbcac82236017369003765735bbaacfe980

11 years agoAdd a large number of debug calls to VFilterSelect (disabled by default)
Henri Sara [Fri, 10 May 2013 10:17:56 +0000 (13:17 +0300)]
Add a large number of debug calls to VFilterSelect (disabled by default)

Change-Id: Idd2d20ad01d4715a9f4693af8a7c293786dbae4b

11 years agoMore verbose output from running Jetty
Leif Åstrand [Fri, 10 May 2013 09:37:34 +0000 (12:37 +0300)]
More verbose output from running Jetty

This is an attempt to find what it is that sometimes seems to cause
Jetty to terminate before all the tests have run.

Change-Id: Id33e42c49d7528034b2859294e52111df218763a

11 years agoDon't ignore child component margins in AbstractOrderedLayout (#11553)
Johannes Dahlström [Mon, 6 May 2013 12:14:32 +0000 (15:14 +0300)]
Don't ignore child component margins in AbstractOrderedLayout (#11553)

Change-Id: I89d8364b97bfe7d072cc7e5221b35ab3cdb3c58b

11 years agoLiferay 6.2 compatibility (#11751)
Henri Sara [Fri, 10 May 2013 08:36:46 +0000 (11:36 +0300)]
Liferay 6.2 compatibility (#11751)

Change-Id: I5a14aba47f3e92249b245392acaf5ff9bda62083

11 years agoInstead of applying workaround to the root panel, apply it to the sub window content...
John Alhroos [Tue, 30 Apr 2013 07:48:53 +0000 (07:48 +0000)]
Instead of applying workaround to the root panel, apply it to the sub window content element instead to prevent scrolling of the document when a sub window is removed. #11713 (#10776)

svn changeset:25899/svn branch:6.8

Change-Id: Ib3cb61e024ba461bcc146b9beb4a52cb6df9ce28

11 years agoRemove pre-loader element after pre-loading, fixes #10863
Marc Englund [Wed, 8 May 2013 06:31:09 +0000 (09:31 +0300)]
Remove pre-loader element after pre-loading, fixes #10863

Change-Id: Ibd2009315aadb25e574c82f3b4b54c501d9b1395
Ticket: 10863

11 years agoTest for #11396 (merged from 6.8 branch).
Henri Sara [Mon, 29 Apr 2013 10:44:18 +0000 (13:44 +0300)]
Test for #11396 (merged from 6.8 branch).
Depends on a blur event so cannot be autotested with TB.

svn changeset:25882/svn branch:6.8

Change-Id: I2db788e60397162a29f7802f772609e65a832d3f

11 years agoEnsure actions are handled in a deterministic order (#11735) (merged
Henri Sara [Mon, 29 Apr 2013 10:36:32 +0000 (13:36 +0300)]
Ensure actions are handled in a deterministic order (#11735) (merged
from #11432 in 6.8 branch)

svn changeset:25867/svn branch:6.8

Change-Id: Ie34cc4c4fe6524a23b2e7692b9e73a421443ac4f

11 years agoFixed NPE regression after fix for #11693
John Ahlroos [Fri, 26 Apr 2013 09:25:51 +0000 (12:25 +0300)]
Fixed NPE regression after fix for #11693

Change-Id: I8c9cf686d0746d790a1d55d66a75497fb627714c

11 years agoRemove duplicate copying of mixin child nodes (#11604)
Henri Sara [Fri, 26 Apr 2013 07:25:34 +0000 (10:25 +0300)]
Remove duplicate copying of mixin child nodes (#11604)

Change-Id: I3a596df4577648ba38588a8a0e74408264e1f9fd

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