]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
10 years agoMerge changes from origin/7.1
Build Agent [Mon, 31 Mar 2014 19:24:10 +0000 (22:24 +0300)]
Merge changes from origin/7.1

d0bc54b Prevent popup open when datafield is disabled (#13508).

Change-Id: I3f15fa2d0774dfa0c91312d79822be94afcb0d34

10 years agoPrevent popup open when datafield is disabled (#13508).
Denis Anisimov [Fri, 28 Mar 2014 20:03:55 +0000 (22:03 +0200)]
Prevent popup open when datafield is disabled (#13508).

Change-Id: I5bb3ec24ad15d832a43998a4cee49a61ae81562e

10 years agoVDateField shoud implement HasEnabled (#13124).
Denis Anisimov [Sun, 16 Mar 2014 13:47:20 +0000 (15:47 +0200)]
VDateField shoud implement HasEnabled (#13124).

Change-Id: I5b8cd173f3b4646240c224090843583175eca93d

10 years agoBring window to front on window header click (#13445).
Denis Anisimov [Sun, 16 Mar 2014 20:10:43 +0000 (22:10 +0200)]
Bring window to front on window header click (#13445).

Change-Id: I3322dcff0199125f49cc48afdc467516b420e845

10 years agoRemove theme-compiler and replace with external vaadin-sass-compiler
Jonatan Kronqvist [Fri, 28 Mar 2014 10:55:33 +0000 (12:55 +0200)]
Remove theme-compiler and replace with external vaadin-sass-compiler

* Moves CompileTheme from the theme-compiler to buildhelpers
* Refactors CompileTheme to get the Vaadin version on the command line
  instead of using the Version class found in vaadin-shared
* Refactors build scripts to pass the version number on the command line
  when running CompileTheme
* Removes the theme-compiler module/project/whatchamacallit
* Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0
  from maven

Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54

10 years agoShow caption for PopupView (#10618).
Denis Anisimov [Sat, 15 Mar 2014 20:01:25 +0000 (22:01 +0200)]
Show caption for PopupView (#10618).

Change-Id: I00ae9444b5b7720ad19473ea3fe05ed764c95bf9

10 years agoFix multiple icons in caption (#13516)
Teemu Suo-Anttila [Mon, 31 Mar 2014 11:15:55 +0000 (14:15 +0300)]
Fix multiple icons in caption (#13516)

Change-Id: I484d53df984e21a7dfba63901aaa1a0e163ec52c

10 years agoMerge "Merge changes from origin/7.1"
Leif Åstrand [Mon, 31 Mar 2014 09:40:27 +0000 (09:40 +0000)]
Merge "Merge changes from origin/7.1"

10 years agoAdd reinit method for preserve-on-refresh UIs (#12191)
Johannes Dahlström [Wed, 19 Mar 2014 15:29:45 +0000 (17:29 +0200)]
Add reinit method for preserve-on-refresh UIs (#12191)

UI.reinit() is now called when an existing, preserved UI is shown after a
browser reload of the current page. The default implementation is empty.
The browser window size and location are up to date in UI.reinit();
window resize and URI fragment listeners, if any, will be called after
returning from UI.reinit().

Change-Id: Ie7aa670aaecf8e0e1510c91325b2a137b41263af

10 years agoMerge changes from origin/7.1
Build Agent [Mon, 31 Mar 2014 08:28:13 +0000 (11:28 +0300)]
Merge changes from origin/7.1

7a47feb Refactored slider disable test.

Change-Id: I11e49db753753073dcaec634cd54ce0b17c71ad8

10 years agoRefactored slider disable test.
Sauli Tähkäpää [Mon, 31 Mar 2014 05:24:34 +0000 (08:24 +0300)]
Refactored slider disable test.

Change-Id: I800c66399f32ca671d41425b11bd059def1fa9c9

10 years agoMerge changes from origin/7.1
Build Agent [Mon, 31 Mar 2014 06:57:14 +0000 (09:57 +0300)]
Merge changes from origin/7.1

3612ce1 Fixed aria-disabled attribute value on DateField button (#13463)

Change-Id: I888e9bed47ae2a540161786791d546b2fd0f85cf

10 years agoMerge "Merge commit 'ca5d053e20700f36db97874c3698e6d365c8cedb'"
Jonatan Kronqvist [Mon, 31 Mar 2014 06:52:30 +0000 (06:52 +0000)]
Merge "Merge commit 'ca5d053e20700f36db97874c3698e6d365c8cedb'"

10 years agoFixed aria-disabled attribute value on DateField button (#13463)
Teemu Pöntelin [Sun, 16 Mar 2014 18:01:16 +0000 (20:01 +0200)]
Fixed aria-disabled attribute value on DateField button (#13463)

Change-Id: I9b13b76a92f0070c3b4c30556a276d60ceba94e8

10 years agoMove DragAndDropService to VaadinSession (#11409)
Johannes Dahlström [Thu, 25 Jul 2013 12:05:18 +0000 (15:05 +0300)]
Move DragAndDropService to VaadinSession (#11409)

* ConnectorTracker.getConnector() is now DnDService-aware
* Deprecated LCM.getDragAndDropService() is removed
* LCM.getConnector() simply delegates to ConnectorTracker.getConnector()

Change-Id: I9627d50f7386ead8d92ccbba27b4a558c03076c7

10 years agoMerge commit 'ca5d053e20700f36db97874c3698e6d365c8cedb'
Artur Signell [Mon, 31 Mar 2014 05:50:09 +0000 (08:50 +0300)]
Merge commit 'ca5d053e20700f36db97874c3698e6d365c8cedb'

Conflicts:
uitest/src/com/vaadin/tests/components/table/SelectAllRowsTest.java

Change-Id: I4e8b4455a225bbc6b44ecfa6e164d9dd8e9b802b

10 years agoMake test work with IE
Artur Signell [Fri, 28 Mar 2014 18:17:08 +0000 (20:17 +0200)]
Make test work with IE

Change-Id: I17b3c5221c68c0bc78d675368dc56616e9bdfc6b

10 years agoMerge changes from origin/7.1
Build Agent [Sat, 29 Mar 2014 12:59:00 +0000 (14:59 +0200)]
Merge changes from origin/7.1

8077db8 Fixed pom fails in unit tests.

Change-Id: If0739645301b84db6b3fccd534d5d92f7367128e

10 years agoFixed pom fails in unit tests.
Sauli Tähkäpää [Tue, 25 Mar 2014 19:01:59 +0000 (21:01 +0200)]
Fixed pom fails in unit tests.

Change-Id: I0acbde16576dc26c36031038fe905695581c682d

10 years agoAdded a window.prompt polyfill for Metro IE (#13367)
Juho Nurminen [Fri, 21 Feb 2014 13:19:47 +0000 (15:19 +0200)]
Added a window.prompt polyfill for Metro IE (#13367)

Makes metro versions of IE suggest switching to the desktop when
window.prompt is called

Change-Id: If794631b0fa633aac3572f241374ea8883671c85

10 years agoMerge remote-tracking branch 'origin/7.1'
Sauli Tähkäpää [Fri, 28 Mar 2014 14:41:19 +0000 (16:41 +0200)]
Merge remote-tracking branch 'origin/7.1'

Change-Id: I17fa1bf6982c8c7e1f9faf26b77593b170fa5fdd

10 years agoMerge commit 'c9eb856'
Sauli Tähkäpää [Fri, 28 Mar 2014 14:21:41 +0000 (16:21 +0200)]
Merge commit 'c9eb856'

Conflicts:
uitest/src/com/vaadin/tests/components/table/SelectAllRowsTest.java

Change-Id: I0b2b253cae1ddba0f17721786019171e1678d7e2

10 years agoMerge commit '3775a7f'
Sauli Tähkäpää [Fri, 28 Mar 2014 14:03:34 +0000 (16:03 +0200)]
Merge commit '3775a7f'

Change-Id: I0abd80e273a7cd7a7e936be994dce5c2fad3f629

10 years agoMerge changes from origin/7.1
Build Agent [Fri, 28 Mar 2014 14:00:29 +0000 (16:00 +0200)]
Merge changes from origin/7.1

1f4ca4c Prevent resize for sorted column if not initialized (#12951)
437f4e9 Improved portlet configuration resolution. (#7814)
55a1b20 Added headers support for WebSphere Portal. (#13491)
f979681 Fix VScrollTable to clear reported ranges (#13353)
a473222 Added browser inclusion and exclusion for TB3Runner.
29e7df2 Makes combobox work with pasted texts. (#13214).

Change-Id: Icdb5a633d1d9f7bf7004b4b45857d268ea674f50

10 years agoMerge commit 'ca73546d736dfb41d9b25a32282fff63791bffe1' into master
Jonatan Kronqvist [Fri, 28 Mar 2014 12:48:26 +0000 (14:48 +0200)]
Merge commit 'ca73546d736dfb41d9b25a32282fff63791bffe1' into master

ca73546d Eliminate more .v-caption leaks in AbstractOrderedLayout (#13346)

Conflicts:
client/src/com/vaadin/client/ui/orderedlayout/AbstractOrderedLayoutConnector.java

Change-Id: Id1916a312149728d69b1493a9f28a72de41ec711

10 years agoMade Window z-indices update when windows are closed (#13174)
Juho Nurminen [Thu, 20 Mar 2014 14:16:41 +0000 (16:16 +0200)]
Made Window z-indices update when windows are closed (#13174)

Change-Id: I2fa7566ec4788893d1d99440a7ca2d014c9a8f13

10 years agoRemoved firefox from SelectAllRowsTest.
Sauli Tähkäpää [Fri, 28 Mar 2014 10:58:32 +0000 (12:58 +0200)]
Removed firefox from SelectAllRowsTest.

Change-Id: I00680fcf48472bea5b85cbdcc91d8d6ba977c482

10 years agoMerge commit 'd5ce54586a445550b3df5168fe83accb3945901e' into master
Jonatan Kronqvist [Fri, 28 Mar 2014 12:12:09 +0000 (14:12 +0200)]
Merge commit 'd5ce54586a445550b3df5168fe83accb3945901e' into master

d5ce545 Ignore backspace events in modal windows (#13180)

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

Change-Id: I22c38a281fac7ed7cfa40f292e6624c5347348fd

10 years agoRemove accidental RunLocally annotation
Teemu Suo-Anttila [Fri, 28 Mar 2014 11:31:04 +0000 (13:31 +0200)]
Remove accidental RunLocally annotation

Change-Id: Ibd341ce141cd9674e9ed0ebd9068d02b08840ed9

10 years agoAdd nativeEvents false capability to LayoutTesterApplicationTest
Teemu Suo-Anttila [Thu, 27 Mar 2014 12:29:24 +0000 (14:29 +0200)]
Add nativeEvents false capability to LayoutTesterApplicationTest

Change-Id: Ice1081dc0d5e6fd49c246ca4a4bfbf27dbbbace4

10 years agoMerge changes from origin/7.1
Build Agent [Fri, 28 Mar 2014 10:43:37 +0000 (12:43 +0200)]
Merge changes from origin/7.1

4f7fc2d Fix invalid copyright header
43b8ca5 Remove unnecessary Webkit scrollbar test

Change-Id: I6153a89f689818fa9f612d4b22303f7d4030fa6d

10 years agoMerge "Merge commit '60aa66a'"
Jonatan Kronqvist [Fri, 28 Mar 2014 10:24:19 +0000 (10:24 +0000)]
Merge "Merge commit '60aa66a'"

10 years agoHandle default package properly in deployment config (#12461).
Denis Anisimov [Wed, 12 Mar 2014 20:02:57 +0000 (22:02 +0200)]
Handle default package properly in deployment config (#12461).

Change-Id: Ied046a49c4e3046011658dd77963972ea1e9e806

10 years agoMerge commit '60aa66a'
Juho Nurminen [Fri, 28 Mar 2014 09:35:02 +0000 (11:35 +0200)]
Merge commit '60aa66a'

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

Change-Id: I7bda391a0e5678f85c04bd8ff9bfa65ba1c660b9

10 years agoAdded categories inclusion and exclusion feature to TB3TestSuite.
Sauli Tähkäpää [Thu, 27 Mar 2014 11:52:46 +0000 (13:52 +0200)]
Added categories inclusion and exclusion feature to TB3TestSuite.

Added test category annotation.
Added default values for properties.
Added categories to tests.

Change-Id: I04259f1e56a75eb8c9834c125f44cb375196ddf8

10 years agoRemove notice about using generics from error message (#12873)
Leif Åstrand [Fri, 28 Mar 2014 08:47:28 +0000 (10:47 +0200)]
Remove notice about using generics from error message (#12873)

Change-Id: Id2f56090533fdce756051b32547b3dcaa4f94f93

10 years agoMakes combobox work with pasted texts. (#13214).
Felype Santiago Ferreira [Tue, 25 Mar 2014 12:55:47 +0000 (14:55 +0200)]
Makes combobox work with pasted texts. (#13214).

Change-Id: I74db581d7aae1278024db4e5ed8e3a3b3abc56be

10 years agoAdded convenience methods for bean binding (#13068)
Matti Tahvonen [Sat, 7 Dec 2013 17:38:43 +0000 (19:38 +0200)]
Added convenience methods for bean binding (#13068)

Reduces common bean binding code from 4 lines to 1

Change-Id: Ie5f20ec2791284b850a9f3e11e21face3b5e4276

10 years agoUse the ErrorHandler mechanism in ConnectorResourceHandler (#12269)
Johannes Dahlström [Mon, 24 Mar 2014 13:44:19 +0000 (15:44 +0200)]
Use the ErrorHandler mechanism in ConnectorResourceHandler (#12269)

Change-Id: I9d608e942380bd53868b65eda180fe9c8477c138

10 years agoAdded browser inclusion and exclusion for TB3Runner.
Sauli Tähkäpää [Wed, 26 Mar 2014 08:25:58 +0000 (10:25 +0200)]
Added browser inclusion and exclusion for TB3Runner.

Change-Id: Ib7ef84027eebc0d9512964361419763631b9b29f

10 years agoAlways call close() method for session valueUnbound() method (#12843).
Denis Anisimov [Thu, 13 Mar 2014 20:49:43 +0000 (22:49 +0200)]
Always call close() method for session valueUnbound() method (#12843).

Change-Id: I1500b4b50d1f7ae9ee5fd2252a7b682b93cce720

10 years agoAdded missing UIAccess class.
Sauli Tähkäpää [Thu, 27 Mar 2014 09:34:29 +0000 (11:34 +0200)]
Added missing UIAccess class.

Change-Id: I77d664eda6eb634f25468850e3b2982a3c2141b8

10 years agoFixed error tooltip tests.
Sauli Tähkäpää [Thu, 27 Mar 2014 09:07:54 +0000 (11:07 +0200)]
Fixed error tooltip tests.

Change-Id: Ia43025881fbe746dac816ae7bf7041b940d94d2c

10 years agoAdded browser inclusion and exclusion for TB3Runner.
Sauli Tähkäpää [Wed, 26 Mar 2014 08:25:58 +0000 (10:25 +0200)]
Added browser inclusion and exclusion for TB3Runner.

Change-Id: Ib7ef84027eebc0d9512964361419763631b9b29f

10 years agoFix VScrollTable to clear reported ranges (#13353)
Teemu Suo-Anttila [Wed, 26 Mar 2014 08:39:46 +0000 (10:39 +0200)]
Fix VScrollTable to clear reported ranges (#13353)

Change-Id: Ieb0e2dce37ae1564151bf40d9d51cb013490b865

10 years agoUse window name "_self" with Page.setLocation (#12925)
Johannes Dahlström [Thu, 30 Jan 2014 15:06:33 +0000 (17:06 +0200)]
Use window name "_self" with Page.setLocation (#12925)

This signals the client side to stop running so it will not eg.
flash a "session expired" dialog sent via push just before the
browser navigates away (see #12298). setLocation should thus
not be used to start downloads anymore.

Change-Id: Id11e4b4fe6ee93e3ac267879f8faa52c43b9c301

10 years agoAdded headers support for WebSphere Portal. (#13491) 7.1.13
Sauli Tähkäpää [Wed, 26 Mar 2014 11:53:47 +0000 (13:53 +0200)]
Added headers support for WebSphere Portal. (#13491)

Change-Id: Ib5396f8e5c28232d560406542530c034ab1f657d

10 years agoImproved portlet configuration resolution. (#7814)
Sauli Tähkäpää [Thu, 13 Mar 2014 11:27:23 +0000 (13:27 +0200)]
Improved portlet configuration resolution. (#7814)

Refactored static path resolution in VaadinPortletService.
Refactored theme name resolution in VaadinPortletService.
Refactored widgetset name resolution in VaadinPortletService.

Change-Id: I44c5ffaa7530383843205aadd8da7642899a04c9

10 years agoAdd id check for ElementQuery generation in Debug Window
Teemu Suo-Anttila [Tue, 25 Mar 2014 14:59:36 +0000 (16:59 +0200)]
Add id check for ElementQuery generation in Debug Window

Change-Id: Ic514dbfca241756b74798b3fb057a97ef9cdfa70

10 years agoFixed pom fails in unit tests.
Sauli Tähkäpää [Tue, 25 Mar 2014 19:01:59 +0000 (21:01 +0200)]
Fixed pom fails in unit tests.

Change-Id: I0acbde16576dc26c36031038fe905695581c682d

10 years agoPrevent resize for sorted column if not initialized (#12951)
Teemu Suo-Anttila [Tue, 25 Mar 2014 15:49:15 +0000 (17:49 +0200)]
Prevent resize for sorted column if not initialized (#12951)

Change-Id: I184625738f6d5d9324f957827f7f11817e311c59

10 years agoUpdate sizes when the IE8 window is resized #12323
Jonatan Kronqvist [Tue, 18 Mar 2014 13:32:42 +0000 (15:32 +0200)]
Update sizes when the IE8 window is resized #12323

Change-Id: I5ee2e0d7e4b4bc11df78e24c2a29e94e4c379e25

10 years agoEliminate more .v-caption leaks in AbstractOrderedLayout (#13346)
Teemu Suo-Anttila [Tue, 25 Mar 2014 11:21:27 +0000 (13:21 +0200)]
Eliminate more .v-caption leaks in AbstractOrderedLayout (#13346)

Change-Id: I641be48a53c53f584c42ae4f904975f447e9075a

10 years agoRefactor to use the right Element class (#13287)
Leif Åstrand [Mon, 24 Mar 2014 16:24:45 +0000 (18:24 +0200)]
Refactor to use the right Element class (#13287)

Changed implementations and APIs to use the non-deprecated Element class
wherever possible without breaking backwards compatibility.
* Methods defined in interfaces have not been touched.
* Return types have only been changed methods that should have no
existing third party callers (i.e. private, internal or @since 7.2)
* For methods that third party code might have overridden, the method
has been deprecated in favor of a new method that just delegates to the
old method.
* For methods that can't reasonably be overridden by third party code
(i.e. private, final, static, internal or @since 7.2), the parameter
type has been changed without retaining the old method.

Change-Id: I7da943a77b8d0d0b9185d8c70f87d676a275d24b

10 years agoTrigger a checkstyle error if importing the wrong Element class (#13287)
Leif Åstrand [Tue, 25 Mar 2014 07:03:52 +0000 (09:03 +0200)]
Trigger a checkstyle error if importing the wrong Element class (#13287)

Change-Id: Ief15e88c9c6fe5fd88dbf9f12783ac2f5ae617c6

10 years agoFix formatting in vaadin-checkstyle.xml
Leif Åstrand [Tue, 25 Mar 2014 07:02:22 +0000 (09:02 +0200)]
Fix formatting in vaadin-checkstyle.xml

Change-Id: Ie141540d8cbad4c350c28662d1f71b6a179bbeed

10 years agoUse FQN instead of import for the bad Element class (#13287)
Leif Åstrand [Fri, 21 Mar 2014 13:00:38 +0000 (15:00 +0200)]
Use FQN instead of import for the bad Element class (#13287)

This is the first step towards eliminating usage of the class. Reasoning
about upcoming steps will be easier when it's clear which class
"Element" refers to.

Change-Id: Iea5547f789edc77c3b4ac95a5e2eb34d2717999e

10 years agoIntegrate the Responsive add-on #12394
Jonatan Kronqvist [Tue, 18 Mar 2014 08:21:16 +0000 (10:21 +0200)]
Integrate the Responsive add-on #12394

Also fixes https://github.com/vaadin/responsive/issues/10

Change-Id: Id22d071529c91d6462f1dceaf169c9d4be69d86f

10 years agoReturn border sizes from border methods in MeasuredSize (#13494)
Maciej Przepióra [Mon, 24 Mar 2014 20:13:48 +0000 (22:13 +0200)]
Return border sizes from border methods in MeasuredSize (#13494)

Back ported from master
Merge: no

Change-Id: I9eee3cb897fcb00beb2b2877dd98337623e2cf5b

10 years agoRemove flaky tests which does not give much additional info
Artur Signell [Tue, 25 Mar 2014 09:59:10 +0000 (11:59 +0200)]
Remove flaky tests which does not give much additional info

Change-Id: I63141cac25b612805458cae570917f757106251a

10 years agoReturn border sizes from border methods in MeasuredSize (#13494)
Maciej Przepióra [Mon, 24 Mar 2014 20:13:48 +0000 (22:13 +0200)]
Return border sizes from border methods in MeasuredSize (#13494)

Change-Id: I9eee3cb897fcb00beb2b2877dd98337623e2cf5b

10 years agoEsc now closes the date popup even if focused on the time selectors (#12314)
Teemu Pöntelin [Wed, 19 Mar 2014 22:15:45 +0000 (00:15 +0200)]
Esc now closes the date popup even if focused on the time selectors (#12314)

Change-Id: I68bc7922074c8c03957fbffce8a3d453726e8c1a

10 years agoIgnore backspace events in modal windows (#13180)
Felype Santiago Ferreira [Tue, 28 Jan 2014 13:36:19 +0000 (15:36 +0200)]
Ignore backspace events in modal windows (#13180)

Change-Id: Idf3ec4bc80bd015c546000e99cb6ff16e79ca5a8

10 years agoMake Action icons again include alt text (#13375)
Johannes Dahlström [Fri, 21 Mar 2014 11:41:38 +0000 (13:41 +0200)]
Make Action icons again include alt text (#13375)

Change-Id: I7b65d8f20936e5e6360dfc4d333e7c6ea3f2bc13

10 years agoFix SelectAllRowsTest to not alter existing DesiredCapabilities
Teemu Suo-Anttila [Sat, 22 Mar 2014 12:53:52 +0000 (14:53 +0200)]
Fix SelectAllRowsTest to not alter existing DesiredCapabilities

Change-Id: I5fe09c76f681ae25a9bb9f78e0eaca4ce4c57951

10 years agoUpdate JQuery version for Atmosphere js 2.1.5.vaadin1 (#13374)
Artur Signell [Fri, 21 Mar 2014 13:47:40 +0000 (15:47 +0200)]
Update JQuery version for Atmosphere js 2.1.5.vaadin1 (#13374)

Change-Id: I85aa947bbbd9f3e17925481bacd653aa106cdf53

10 years agoUse enableProtocol (#13374)
Artur Signell [Wed, 5 Mar 2014 19:39:53 +0000 (21:39 +0200)]
Use enableProtocol (#13374)

Change-Id: I93385237416bb59e82e84fb1ca214b7024c7180c

10 years agoUpdate to Atmosphere js 2.1.5.vaadin1 (#13374)
Artur Signell [Thu, 20 Mar 2014 17:16:46 +0000 (19:16 +0200)]
Update to Atmosphere js 2.1.5.vaadin1 (#13374)

Change-Id: Iec7f19349a3a7c39ee7e74f4cd5c6106006f0878

10 years agoRemove all unnecessary semicolons reported by Eclipse
Leif Åstrand [Fri, 21 Mar 2014 08:21:19 +0000 (10:21 +0200)]
Remove all unnecessary semicolons reported by Eclipse

Change-Id: I15f6fff50e709238655a0a50f605a833e2be7d6f

10 years agoMerge "Merge changes from origin/7.1"
Sauli Tähkäpää [Fri, 21 Mar 2014 09:30:46 +0000 (09:30 +0000)]
Merge "Merge changes from origin/7.1"

10 years agoEliminate disallowed characters in test debug IDs
Henri Sara [Fri, 21 Mar 2014 09:01:20 +0000 (11:01 +0200)]
Eliminate disallowed characters in test debug IDs

This fixes the test CustomDateFormats for Vaadin 7.2, where the
set of allowed characters is narrower than in 7.1.

Change-Id: Ife8418aa589914eff665e47fa95c4353bcdb2aff

10 years agoReplace broken analyze layouts test with working TB3 test
Henri Sara [Fri, 21 Mar 2014 07:24:02 +0000 (09:24 +0200)]
Replace broken analyze layouts test with working TB3 test

Change-Id: I3fbe44e229c0e83b96b94122446097cb202960b2

10 years agoMerge changes from origin/7.1
Build Agent [Fri, 21 Mar 2014 08:29:58 +0000 (10:29 +0200)]
Merge changes from origin/7.1

7112abe Preventing premature start of drag due to Chrome move event #13381
7e7b623 reduce frequency of session locking and StreamingProgressEvents (#13155)
7cab7fd Improve error message when reusing UI instance (#13457)
3e53fa6 Fixed "EEE" in DateField's date pattern (#13443)
1881ea8 Fix for width issue of TabSheet (#12805)
396820e Test for streaming reconnect issue (#13435)
2f93186 Eliminate .v-caption memory leak (#13346)
0c7cbc7 Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)
5441ef0 Merged IntegrationTestRunner into TB3Runner
3545db2 Added User-Agent and Screen Width + Height labels to portlet test.
c5aaf93 Refactored JSR286 portlet test.
52dcbaa Pressing ESC now closes the DateField popup when using month or year resolutions. (#12317)
e45294f Revert "Preventing premature start of drag due to Chrome move event #13381"

Change-Id: I35e119a6e8e68e226487906af35eaa220f3af16f

10 years agoMerge commit '49973354b22e8aba9cc71f83571020b0414c54e0'
Sauli Tähkäpää [Fri, 21 Mar 2014 08:18:57 +0000 (10:18 +0200)]
Merge commit '49973354b22e8aba9cc71f83571020b0414c54e0'

Conflicts:
shared/ivy.xml

Change-Id: I2aa7cc35953fdc7441d1a5b15a7bf0a34a97db7f

10 years agoThrow exception when trying to invalidate FakeHttpSession
Artur Signell [Fri, 14 Mar 2014 10:36:12 +0000 (12:36 +0200)]
Throw exception when trying to invalidate FakeHttpSession

The FakeHttpSession is used only for Tomcat 7 as far as I can see (#11721)
Invalidating the fake session will not invalidate the real session so
the end result will not be what the user expects, therefore we throw an
exception instead in this case.

Change-Id: I1703644736d81ee2870b709517cbe5fa523d00f7

10 years agoUse IE11 mode (#12629)
Juho Nurminen [Thu, 20 Feb 2014 07:41:53 +0000 (09:41 +0200)]
Use IE11 mode (#12629)

Change-Id: Ia8dc8f918bf8e0932595db44be48648dc7fd3568

10 years agoRemove unnecessary Webkit scrollbar test
Teemu Suo-Anttila [Thu, 20 Mar 2014 16:30:56 +0000 (18:30 +0200)]
Remove unnecessary Webkit scrollbar test

Change-Id: I58c8216b35355c3e84ab0b31300988a0957c1b85

10 years agoFix invalid copyright header
Leif Åstrand [Thu, 20 Mar 2014 10:41:47 +0000 (12:41 +0200)]
Fix invalid copyright header

Change-Id: I8957eeb8c087a7a3f6aa8b417eb52689e6c28025

10 years agoUpgrade to atmosphere-runtime 2.1.1.vaadin2 (#12601, #13196)
Artur Signell [Mon, 17 Feb 2014 15:41:02 +0000 (17:41 +0200)]
Upgrade to atmosphere-runtime 2.1.1.vaadin2 (#12601, #13196)

Change-Id: I7ccd1217026b5f4bab292225568da16e368050b5

10 years agoRemove accidental @RunLocally
Artur Signell [Wed, 19 Mar 2014 18:33:52 +0000 (20:33 +0200)]
Remove accidental @RunLocally

Change-Id: I19a9f213b9539a6f36fea9ec134c7050c3ba3175

10 years agoMake icons again include alt text (#13152)
Artur Signell [Wed, 19 Mar 2014 14:26:03 +0000 (16:26 +0200)]
Make icons again include alt text (#13152)

Change-Id: Ie645b48d3dceb24a477c5043ea88876b86875481

10 years agoMake test work in IE. Disable Firefox which doesn't work
Artur Signell [Wed, 19 Mar 2014 14:21:03 +0000 (16:21 +0200)]
Make test work in IE. Disable Firefox which doesn't work

Change-Id: I79c0f8bc2a1e394b4ad2159a41ae426c058348ce

10 years agoMade TabSheet tabs always become visible when focused (#12343)
Juho Nurminen [Thu, 20 Feb 2014 14:56:10 +0000 (16:56 +0200)]
Made TabSheet tabs always become visible when focused (#12343)

Change-Id: I8f840bf4e45e257454d5e16c7b43f63858fd15d8

10 years agoFormat project files according to conventions
Artur Signell [Wed, 19 Mar 2014 14:30:23 +0000 (16:30 +0200)]
Format project files according to conventions

Change-Id: I2522698237eb2a21c0896605bed8e73a82795c97

10 years agoRevert "Preventing premature start of drag due to Chrome move event #13381"
Henri Sara [Wed, 19 Mar 2014 10:36:41 +0000 (10:36 +0000)]
Revert "Preventing premature start of drag due to Chrome move event #13381"

This reverts commit 7112abe944259a615e26342de17d0302ddec3562.

Change-Id: I2bc231ec20c27b508570c6358fb2d8128beb2735

10 years agoRefactored failing test for OptionGroup.
Sauli Tähkäpää [Wed, 19 Mar 2014 09:23:38 +0000 (11:23 +0200)]
Refactored failing test for OptionGroup.

Change-Id: Ia7cc646649dd3e98822ace82e1eefac3f2ba2a5e

10 years agoRevert "Merge branch 'master' into grid"
John Ahlroos [Tue, 18 Mar 2014 15:19:59 +0000 (15:19 +0000)]
Revert "Merge branch 'master' into grid"

This reverts commit 4420f52578e245045677f88852f1ba3f405e88a3.

Change-Id: I06effe06f245baaeb499071917c359eb34cc55ea

10 years agoMerge branch 'master' into grid
Leif Åstrand [Tue, 18 Mar 2014 13:40:01 +0000 (15:40 +0200)]
Merge branch 'master' into grid

Change-Id: Ia9d156009a3f1b4e61f12eb415040670a52d7876

10 years agoPressing ESC now closes the DateField popup when using month or year resolutions...
Teemu Pöntelin [Sun, 16 Mar 2014 21:39:04 +0000 (23:39 +0200)]
Pressing ESC now closes the DateField popup when using month or year resolutions. (#12317)

Change-Id: Icf7b8da00e80ea4dc4843bcd28b005b5e91b866f

10 years agoRefactored JSR286 portlet test.
Sauli Tähkäpää [Tue, 18 Mar 2014 06:40:14 +0000 (08:40 +0200)]
Refactored JSR286 portlet test.

Change-Id: I1830ebca5e23890636ade0bab2eca2cefe6ee1ac

10 years agoAdded User-Agent and Screen Width + Height labels to portlet test.
Sauli Tähkäpää [Mon, 17 Mar 2014 08:25:15 +0000 (10:25 +0200)]
Added User-Agent and Screen Width + Height labels to portlet test.

Change-Id: Ic51e0fde622b3075c6956b4c6f3700fbb281c7ba

10 years agoFixes Escalator flick scroll regression (#13334)
Henrik Paul [Mon, 17 Mar 2014 14:50:28 +0000 (16:50 +0200)]
Fixes Escalator flick scroll regression (#13334)

Change-Id: Icc263c10ec1fb0542f544ddbc2bb705e8968aa40

10 years agoFix race condition that might leave access queue unpurged (#12292)
Leif Åstrand [Mon, 29 Jul 2013 12:51:33 +0000 (15:51 +0300)]
Fix race condition that might leave access queue unpurged (#12292)

Cherry-pick of 3a373efe (the original fix) and 2ff71f62 (fixing a
regression) that were marked to not be automatically merged from 7.1 to
master.

Change-Id: Iee1012486906d8c2c46cef94cfcd6d2b399d7a6b

10 years agoMerged IntegrationTestRunner into TB3Runner
Artur Signell [Thu, 20 Feb 2014 20:56:43 +0000 (22:56 +0200)]
Merged IntegrationTestRunner into TB3Runner

Change-Id: I9e14a75b8446623d8995ee907bd95a1b2452cefd

10 years agoFixes a memory leak on IE8 in LayoutManagerIE8 (#12688)
Pekka Hyvönen [Fri, 14 Mar 2014 14:17:27 +0000 (16:17 +0200)]
Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)

Change-Id: Ieae3b1d82e92fadf5ab517c1c878fc82bcc0ecbd

10 years agoEliminate .v-caption memory leak (#13346)
Henri Sara [Fri, 14 Mar 2014 10:20:08 +0000 (12:20 +0200)]
Eliminate .v-caption memory leak (#13346)

Change-Id: I6577dabaaf5d9fa4c73158d3391dfcd28dd0629e

10 years agoTest for streaming reconnect issue (#13435)
Artur Signell [Fri, 7 Mar 2014 19:21:03 +0000 (21:21 +0200)]
Test for streaming reconnect issue (#13435)

Change-Id: Ibf04105a1ffe2c22726d628a0aba4668569d45d2

10 years agoFix for width issue of TabSheet (#12805)
Teemu Pöntelin [Tue, 11 Mar 2014 17:45:38 +0000 (19:45 +0200)]
Fix for width issue of TabSheet (#12805)

Width of v-tabsheet-tabcontainer was set by copying the width
from the ComponentConnector. This produced an incorrect result
when a relative width (other than 100%) was used. Fixed by
assigning the width to 100% when the TabSheet has a defined
width.

Change-Id: I7f128f87406e6e00ceda9ee6e75dcc5539e283b6

10 years agoMake com.vaadin.data.util.filter.Like accept Object as a property id.
Maciej Przepióra [Fri, 14 Mar 2014 09:50:54 +0000 (11:50 +0200)]
Make com.vaadin.data.util.filter.Like accept Object as a property id.

Fixes #13460

Change-Id: Iedddfb6a514eee227e2a08c3278c93a0f8d80bda

10 years agoFixed "EEE" in DateField's date pattern (#13443)
Teemu Pöntelin [Thu, 13 Mar 2014 22:41:42 +0000 (00:41 +0200)]
Fixed "EEE" in DateField's date pattern (#13443)

Change-Id: Ib82d901fbf65dc39c06b117c68bb0191f0fd8e68