]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
10 years agoUpdate uitest/ivy.xml to use TestBench 4.0.0.alpha1 (#13625)
Teemu Suo-Anttila [Thu, 24 Apr 2014 08:03:45 +0000 (11:03 +0300)]
Update uitest/ivy.xml to use TestBench 4.0.0.alpha1 (#13625)

Change-Id: I141ffe924bb404bc282a6c7c81e5203a7c5cfda0

10 years agoApply layout after remove tab in Accordion (#11366, #13423)
Denis Anisimov [Sun, 6 Apr 2014 13:25:21 +0000 (16:25 +0300)]
Apply layout after remove tab in Accordion (#11366, #13423)

Change-Id: Ia56729d2d533697bea78bdb1de6b2710e166893a

10 years agoFix missing TreeTable column lines in IE8 (#12989)
Juuso Valli [Thu, 24 Apr 2014 10:34:05 +0000 (13:34 +0300)]
Fix missing TreeTable column lines in IE8 (#12989)

Change-Id: Iddc6ecd5f455d28a43a67cdbf22cf81dbf3a6a5b

10 years agoFix Table.sort(...) to update the sort indicator (#8978)
Juuso Valli [Wed, 23 Apr 2014 12:46:16 +0000 (15:46 +0300)]
Fix Table.sort(...) to update the sort indicator (#8978)

Change-Id: I2df7de7648a8a311a913267ef0d0d0e57f52f19d

10 years agoReport an error if RPC interface is parameterized (#10392).
Denis Anisimov [Sun, 20 Apr 2014 13:34:38 +0000 (16:34 +0300)]
Report an error if RPC interface is parameterized (#10392).

Change-Id: I887c14b1df282c56a1e839eae5a4534501fa3911

10 years agoDisable test which changes global behavior of the servlet
Artur Signell [Wed, 23 Apr 2014 19:03:54 +0000 (22:03 +0300)]
Disable test which changes global behavior of the servlet

Change-Id: Ia9249d76e12217089d9214573a4363fdde94d1e4

10 years agoSupport running tests on PhantomJS
Artur Signell [Sun, 30 Mar 2014 19:33:38 +0000 (22:33 +0300)]
Support running tests on PhantomJS

Change-Id: I32bda24fbb8a104a9867b7889a74d3c159bbf516

10 years agoClarify comments in Table.typeIsCompatible (#8168)
Juuso Valli [Wed, 23 Apr 2014 13:19:18 +0000 (16:19 +0300)]
Clarify comments in Table.typeIsCompatible (#8168)

Change-Id: Idc9b2e2052afe2b5586904c535674ec686bb4685

10 years agoFix findUI throwing NullPointerException when extending Vaadin (#13556)
Juuso Valli [Wed, 16 Apr 2014 11:47:32 +0000 (14:47 +0300)]
Fix findUI throwing NullPointerException when extending Vaadin (#13556)

findUI sometimes threw a NPE when the session wasn't set but the UI ID
was. Doesn't occur in normal use, just when doing custom things with
requestStart/requestEnd or runPendingAccessTasks
Change-Id: Id7733567923fa30dcab4946c43b73200c2a0fac2

10 years agoAdd caching support for PublishedFileHandler (#13574)
Juuso Valli [Wed, 23 Apr 2014 06:58:57 +0000 (09:58 +0300)]
Add caching support for PublishedFileHandler (#13574)

Add caching support for PublishedFileHandler similar to VaadinServlet.
Testing is done manually as browser caching is difficult to develop
tests for.

Change-Id: I314745766c9feb60758547dba77eb9e13976ce91

10 years agoFixed javadoc XHTML to HTML and fixed typos (#13518)
Markus Koivisto [Wed, 23 Apr 2014 09:44:47 +0000 (12:44 +0300)]
Fixed javadoc XHTML to HTML and fixed typos (#13518)

Change-Id: I9a61031b0ba786098db51d77d8c73dc9fb36aeb9

10 years agoClean Table.propertyValueConverters if the property is removed (#8168)
Juuso Valli [Wed, 16 Apr 2014 08:07:44 +0000 (11:07 +0300)]
Clean Table.propertyValueConverters if the property is removed (#8168)

Clean Table.propertyValueConverters if the property it attached to
is removed, or if the container is changed and the new container does
not contain a property with that identifier with a matching type.

Change-Id: I894ee6462ea7b9c1f9138a24fcb84db829165c7d

10 years agoJavadoc fix
Artur Signell [Wed, 23 Apr 2014 06:22:16 +0000 (09:22 +0300)]
Javadoc fix

Change-Id: If07374ae79b6970ccdd47e24aecb866bd5bbc838

10 years agoClarify lock check assert message if another session is locked (#13473)
Leif Åstrand [Tue, 18 Mar 2014 11:48:07 +0000 (13:48 +0200)]
Clarify lock check assert message if another session is locked (#13473)

Change-Id: I1120ad5acd553e22db95e3635fffbd453fd26310

10 years agoFix test depending on default locale
Juuso Valli [Wed, 16 Apr 2014 08:33:00 +0000 (11:33 +0300)]
Fix test depending on default locale

Change-Id: I4b90e01ddaa4535131df3262ac53a1e2e634b2ac

10 years agoUse getChildComponents in PopupView instead of getChildren (#13503)
Denis Anisimov [Sat, 5 Apr 2014 12:48:22 +0000 (15:48 +0300)]
Use getChildComponents in PopupView instead of getChildren (#13503)

Change-Id: Ifd155376804e2403c55a115186df2b2c1c673334

10 years agoContainerEventProvider returns style names from container. Fixes #10718
Maciej Przepióra [Fri, 11 Apr 2014 20:53:43 +0000 (23:53 +0300)]
ContainerEventProvider returns style names from container. Fixes #10718

ContainerEventProvider doesn't actually return
style names from container in certain situations
(copy-pasted code). This patch fixes the problem.

Change-Id: I512ea260f34a6db0572b614db393699da152fa8d

10 years agoRemove redundant toggling of calendarToggle enabled state (#13124)
Leif Åstrand [Tue, 15 Apr 2014 11:09:56 +0000 (14:09 +0300)]
Remove redundant toggling of calendarToggle enabled state (#13124)

With the original changes for #13124 in how calendarToggle is enabled
and disabled, the toggling performed by the connector is no longer
needed and can be removed.

Change-Id: I74fc1c5b2b8768f42f344478c5dad24eef11d8e6

10 years agoDrag image for text-area should contain text of text-area (#13557).
Denis Anisimov [Mon, 14 Apr 2014 17:59:25 +0000 (20:59 +0300)]
Drag image for text-area should contain text of text-area (#13557).

Change-Id: I4c3da88e80b5516bc8f6dc0eb8020ca4dcdf43fc

10 years agoDisable/enable text field for DateField on setEnable() method (#13124).
Denis Anisimov [Tue, 1 Apr 2014 17:26:46 +0000 (20:26 +0300)]
Disable/enable text field for DateField on setEnable() method (#13124).

Change-Id: I49222e44f75ff228219042360f1764077da1016c

10 years agoMerge changes from origin/7.2
Build Agent [Mon, 14 Apr 2014 17:14:48 +0000 (20:14 +0300)]
Merge changes from origin/7.2

e697d8b Merge "Merge branch 'master' into 7.2" into 7.2
4879639 Redo Push reconnect tests.
8314e3c Downgrade Atmosphere client jQuery 2.0.3 -> 1.11.0. (#13374)
dab3e63 Disable PopupView Animations (#13593)
3ba1e69 Update to Atmosphere js 2.1.5.vaadin2 (#13578)

Change-Id: I8205b1d1debeb7c2fd6585021ea76a77abd8403b

10 years agoNo-op merge from origin/7.2
Build Agent [Mon, 14 Apr 2014 17:14:45 +0000 (20:14 +0300)]
No-op merge from origin/7.2

416e2f9 Merge branch 'master' into 7.2

Change-Id: Ib4bfc6c631c66384096be50a3445cd8b64059265

10 years agoMerge changes from origin/7.2
Artur Signell [Mon, 14 Apr 2014 12:44:10 +0000 (15:44 +0300)]
Merge changes from origin/7.2

d2e24fe Update some APIs based on the 7.2 API review comments
758f26b Fix NPE when removing tabsheet (#13402)

Change-Id: Ic23793738c866d3b6d1a376f37dc4a56f72b8e43

10 years agoUpdate to Atmosphere js 2.1.5.vaadin2 (#13578)
Artur Signell [Mon, 14 Apr 2014 12:36:24 +0000 (15:36 +0300)]
Update to Atmosphere js 2.1.5.vaadin2 (#13578)

Change-Id: Ifb209889680cdfeb18eba7c836dc60e3551e5f61

10 years agoDisable PopupView Animations (#13593)
Teemu Suo-Anttila [Mon, 14 Apr 2014 12:28:13 +0000 (15:28 +0300)]
Disable PopupView Animations (#13593)

Change-Id: I450d63abe4e7c4e9fd279fe3a6f6262e2945904b

10 years agoDowngrade Atmosphere client jQuery 2.0.3 -> 1.11.0. (#13374)
Sauli Tähkäpää [Mon, 14 Apr 2014 08:54:22 +0000 (11:54 +0300)]
Downgrade Atmosphere client jQuery 2.0.3 -> 1.11.0. (#13374)

Change-Id: I5103be114ed5c45a533b89b4c973bb5c91d47a8b

10 years agoRedo Push reconnect tests.
Sauli Tähkäpää [Wed, 9 Apr 2014 07:58:53 +0000 (10:58 +0300)]
Redo Push reconnect tests.

Change-Id: I75330f67f6a57658e95b9510502bf6a1e38924ad

10 years agoFix copyright headers not passing the validation
Leif Åstrand [Mon, 14 Apr 2014 08:11:07 +0000 (11:11 +0300)]
Fix copyright headers not passing the validation

Also let through some other formatting changes that Eclipse insisted on
when saving the touched files.

Change-Id: I319de35c4862555b010d6da6d4a5e096619e2c34

10 years agoMerge "Merge branch 'master' into 7.2" into 7.2
Artur Signell [Mon, 14 Apr 2014 09:06:54 +0000 (09:06 +0000)]
Merge "Merge branch 'master' into 7.2" into 7.2

10 years agoMerge branch 'master' into 7.2
Jonatan Kronqvist [Mon, 14 Apr 2014 08:53:11 +0000 (11:53 +0300)]
Merge branch 'master' into 7.2

72d0aa0 Update Window Javadoc based on 7.2 API review changes
ee203f5 Apply abstract ordered layout settings for replaced component (#13568)
02998d8 Updated Window API based on 7.2 API review
cd94b21 Discourage use of setNeedsLayout while a layout is running (#13542)
f374bc7 Make ComboBox always immediate (#4054)
aec102a Update 3rd party license information (#13449)
013d32d Remove old widget from tab content on replace (#12931).
3d0ff32 Prevent duplicate detach() calls with push (#13261)
a452bad Refactor VaadinPortletRequest extending. (#13551)
55dfd29 Prevent duplicate session destroy events (#12612)
2067d4e Don't allocate unnecessary memory for empty array of Objects in MethodProperty (#10446).
00a9af5 Refactor PushConfigurationTest.

Merge: no

Change-Id: I6563769a77f91a68cfeadcb3306dd71fe431863c

10 years agoFix NPE when removing tabsheet (#13402)
Artur Signell [Mon, 14 Apr 2014 08:02:49 +0000 (11:02 +0300)]
Fix NPE when removing tabsheet (#13402)

Change-Id: Idc78fc1bc6380d7bfada99f1efe2484b04ce3c74

10 years agoMerge "Merge branch '7.2'"
Artur Signell [Mon, 14 Apr 2014 08:48:04 +0000 (08:48 +0000)]
Merge "Merge branch '7.2'"

10 years agoUpdate some APIs based on the 7.2 API review comments
Jonatan Kronqvist [Tue, 8 Apr 2014 12:02:58 +0000 (15:02 +0300)]
Update some APIs based on the 7.2 API review comments

* NotificationConfiguration "helpers" removed from Notification
* NotificationConfiguration methods accept Type instead of style (String)
* Tab.setIconAltText -> Tab.setIconAlternateText
* Remove the two new TabSheet.addTab() methods
* UI.reinit() -> UI.refresh()

Change-Id: I97488e7c6de8cfacc591450d69c821b2973b8707

10 years agoUpdate Window Javadoc based on 7.2 API review changes
Leif Åstrand [Mon, 14 Apr 2014 07:51:02 +0000 (10:51 +0300)]
Update Window Javadoc based on 7.2 API review changes

Change-Id: Ifdc1379892d8f798f2ceabcf83d772fa6a76dd4b

10 years agoMerge branch '7.2'
Jonatan Kronqvist [Mon, 14 Apr 2014 08:26:11 +0000 (11:26 +0300)]
Merge branch '7.2'

51c2e93 Revert "Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)"
ee4ae9f Merge from 7.1 to 7.2

Conflicts:
scripts/automerge7.sh

Change-Id: Ieb61caed4b3b6bbc6d3dc84c02ae8eeed897a144

10 years agoApply abstract ordered layout settings for replaced component (#13568).
Denis Anisimov [Sun, 13 Apr 2014 19:08:22 +0000 (22:08 +0300)]
Apply abstract ordered layout settings for replaced component (#13568).

Change-Id: If6863d518d902ee48bb73fbb0c9b3725cb7c8707

10 years agoUpdated Window API based on 7.2 API review
Artur Signell [Fri, 11 Apr 2014 12:28:24 +0000 (15:28 +0300)]
Updated Window API based on 7.2 API review

Change-Id: Ie6fa8b51c2fd1d1fe7def9ca7c11b4023eae52b7

10 years agoDiscourage use of setNeedsLayout while a layout is running (#13542)
Leif Åstrand [Thu, 3 Apr 2014 14:19:46 +0000 (17:19 +0300)]
Discourage use of setNeedsLayout while a layout is running (#13542)

Change-Id: Ia4831db39528061f4ac4b98b861b8030a261cf9a

10 years agoRevert "Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)"
Jonatan Kronqvist [Fri, 11 Apr 2014 11:15:52 +0000 (14:15 +0300)]
Revert "Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)"

This reverts commit 85251833de3bd101d388b20fdb9b02c532a9f1c9.

Conflicts:
server/src/com/vaadin/data/util/AbstractInMemoryContainer.java
server/tests/src/com/vaadin/data/util/TestIndexedContainer.java

Change-Id: I49dfdc58ae5841892c6d8e205c520437da9a05e5

10 years agoMake ComboBox always immediate (#4054)
Jonatan Kronqvist [Thu, 10 Apr 2014 17:54:08 +0000 (20:54 +0300)]
Make ComboBox always immediate (#4054)

Change-Id: I34525b7d9e78ede7f9533869326ca0c08474963a

10 years agoMerge from 7.1 to 7.2
Artur Signell [Fri, 11 Apr 2014 05:41:06 +0000 (08:41 +0300)]
Merge from 7.1 to 7.2

Change-Id: I3db340a7c971be6abf18514f044114802edfc4de

10 years agoMerge from 7.2
Artur Signell [Fri, 11 Apr 2014 05:40:15 +0000 (08:40 +0300)]
Merge from 7.2

Change-Id: Ic52a0be061bf22058ac9b831f3e965547a1b8933

10 years agoUpdate 3rd party license information (#13449)
Jonatan Kronqvist [Mon, 7 Apr 2014 10:14:16 +0000 (13:14 +0300)]
Update 3rd party license information (#13449)

Change-Id: Ib168ea79f80abefb140f1e64e239b5520d0fd3bd

10 years agoRemove old widget from tab content on replace (#12931).
Denis Anisimov [Sun, 6 Apr 2014 15:10:37 +0000 (18:10 +0300)]
Remove old widget from tab content on replace (#12931).

Change-Id: I85badfcca18e129b20ab6c5c2db0b845c8c2ea5b

10 years agoMerge commit '3d0ff32bea81c3e3c64bd044276ff04a4f8555ed'
Johannes Dahlström [Thu, 10 Apr 2014 13:47:52 +0000 (16:47 +0300)]
Merge commit '3d0ff32bea81c3e3c64bd044276ff04a4f8555ed'

Conflicts:
server/src/com/vaadin/server/communication/AtmospherePushConnection.java
server/src/com/vaadin/server/communication/PushHandler.java

Change-Id: I93b5c3f3017aaa1ba2a231028c808d6e56fe1c11

10 years agoRefactor VaadinPortletRequest extending. (#13551)
Sauli Tähkäpää [Fri, 21 Mar 2014 20:04:16 +0000 (22:04 +0200)]
Refactor VaadinPortletRequest extending. (#13551)

Change-Id: Ibe169bf0ec6d2f335e099ac2659079c8fad6ac0b

10 years agoPrevent duplicate session destroy events (#12612)
Johannes Dahlström [Mon, 7 Apr 2014 12:00:49 +0000 (15:00 +0300)]
Prevent duplicate session destroy events (#12612)

Change-Id: Ic752268a9deac350dbff29ecf73cfce2eb1ba0cc

10 years agoDon't allocate unnecessary memory for empty array of Objects in
Denis Anisimov [Sun, 6 Apr 2014 10:51:25 +0000 (13:51 +0300)]
Don't allocate unnecessary memory for empty array of Objects in
MethodProperty (#10446).

Change-Id: Ib8e2cfb42494a9dd3efb5ca62ddea9675a1dab1e

10 years agoRefactor PushConfigurationTest.
Sauli Tähkäpää [Tue, 8 Apr 2014 12:34:13 +0000 (15:34 +0300)]
Refactor PushConfigurationTest.

Change-Id: Iec0aecc64e16052c522eb831f13cadbd2758ae69

10 years agoDon't use WindowConnector as a content connector in UI (#13127).
Denis Anisimov [Wed, 9 Apr 2014 18:27:00 +0000 (21:27 +0300)]
Don't use WindowConnector as a content connector in UI (#13127).

Change-Id: I17b963c49ba2d2de05341cf60dca0d65187314b0

10 years agoOptimizes memory and CPU usage in JSONCodec (#13545)
Fabian Lange [Thu, 3 Apr 2014 20:35:51 +0000 (22:35 +0200)]
Optimizes memory and CPU usage in JSONCodec (#13545)

The null element and the empty JSONArray are frequently created and used
as temporary objects to be encoded by the json encoder. Because they are
never manipulated it is possible to reuse the same empty element again
and save a significant amount of temp objects.
This also helps jsonEquals, which then can return faster due to:
if (fieldValue == referenceValue) return true

jsonEquals does not need to check the referenceValue for JSONobject.NULL.
The invoking code makes sure this never happens.
Boolean and Integer values are very often and much more efficiently
compared directly instead of using toString.

Change-Id: I5fd736427019406469357cda1115d2683b7a5e2b

10 years agoDon't add slash after jsessionid in URL (#12307)
Henri Sara [Thu, 10 Oct 2013 09:56:09 +0000 (12:56 +0300)]
Don't add slash after jsessionid in URL (#12307)

Change-Id: Ic329b4307bcc0613e6c0160375003d4b9f7e7ee1

10 years agoStart drag only when mouse left button is pressed (#9814).
Denis Anisimov [Sat, 5 Apr 2014 10:23:50 +0000 (13:23 +0300)]
Start drag only when mouse left button is pressed (#9814).

Change-Id: Ibe9734185af0e6ba4399b20f2f1bb55a3207abd5

10 years agoSlider handle is now correctly updated on resize (#12550)
Teemu Pöntelin [Sat, 5 Apr 2014 12:11:26 +0000 (15:11 +0300)]
Slider handle is now correctly updated on resize (#12550)

Fixed the issue by replacing the legacy ContainerResizedListener
with adding (and removing) an ElementResizeListener to the
LayoutManager.

Notice also that after this change there are no longer
implementations of the deprecated ContainerResizedListener
in the framework codebase.

Change-Id: Ib984953d8b53b9535d39ae70166c17ffd5b4103b

10 years agoAdded push test category to PushLargeDataLongPollingTest.
Sauli Tähkäpää [Tue, 8 Apr 2014 07:16:09 +0000 (10:16 +0300)]
Added push test category to PushLargeDataLongPollingTest.

Change-Id: I4019f3b36ec7e8234ed2c7fb330db41c7213cc84

10 years agoSupport for middle left/right positions in Notification (#12931).
Denis Anisimov [Sat, 15 Mar 2014 13:49:40 +0000 (15:49 +0200)]
Support for middle left/right positions in Notification (#12931).

Change-Id: Iac00191ace5d55f8b054f8b66d1802a788d368c2

10 years agoUpdate Accordion and TabSheet to use Vaadin 7 style. (#13402).
Felype Santiago Ferreira [Wed, 26 Feb 2014 14:05:37 +0000 (16:05 +0200)]
Update Accordion and TabSheet to use Vaadin 7 style. (#13402).

This change also adds subpart support for TabSheet and
converts a test to TB3.

Change-Id: I23b6c81686ea6587470d8019e89a85149ec0b068

10 years agoUpdate Atmosphere 2.1.2.vaadin2 (#12329)
Artur Signell [Mon, 7 Apr 2014 16:28:25 +0000 (19:28 +0300)]
Update Atmosphere 2.1.2.vaadin2 (#12329)

Contains websockets fixes for Tomcat 8 and Wildfly 8

Change-Id: I55b6576dfffd611f819a434d9b05edf1e5c6eda8

10 years agoMerge changes from origin/7.1
Build Agent [Mon, 7 Apr 2014 10:58:10 +0000 (13:58 +0300)]
Merge changes from origin/7.1

86a5f5a Selectors based on Reindeer.LAYOUT* are added for absolute layout (#11042).

Change-Id: I2d607475c63e97c312a97ddd6b41d38c66a35ec6

10 years agoThrow an exception if you misspell transport
Artur Signell [Wed, 2 Apr 2014 19:15:46 +0000 (22:15 +0300)]
Throw an exception if you misspell transport

Change-Id: I3d12dbd4d8c1789e56cd9172f5fdd3522e89ae79

10 years agoChange push default fallback to long polling (#13409)
Artur Signell [Fri, 4 Apr 2014 11:56:14 +0000 (14:56 +0300)]
Change push default fallback to long polling (#13409)

Change-Id: Ie9f4ea98a6bf4a4ec45118a46e58d15d9fe3b36f

10 years agoFix typo in @OnStateChange javadoc (#12958)
Leif Åstrand [Fri, 4 Apr 2014 12:55:11 +0000 (15:55 +0300)]
Fix typo in @OnStateChange javadoc (#12958)

Change-Id: I37f40eea6185b682e909da5b3f4c755b20a688e5

10 years agoMousedown - mouseout - mouseover - mouseup now counts a click (#13550)
Artur Signell [Fri, 4 Apr 2014 11:08:25 +0000 (14:08 +0300)]
Mousedown - mouseout - mouseover - mouseup now counts a click (#13550)

Change-Id: Id1f58b1ac6c207cec3357bcd96e1eb8d8de256a0

10 years agoUpdate Atmosphere 2.1.2 for better Tomcat 8 support (#12329)
Artur Signell [Thu, 3 Apr 2014 18:22:44 +0000 (21:22 +0300)]
Update Atmosphere 2.1.2 for better Tomcat 8 support (#12329)

Change-Id: If6362284392d17ff18e2a907439db3339344d2b1

10 years agoMake Checkstyle align better with the Eclipse formatting (#13541)
Henrik Paul [Thu, 3 Apr 2014 12:31:46 +0000 (15:31 +0300)]
Make Checkstyle align better with the Eclipse formatting (#13541)

Change-Id: I9f48b0da3484666a73efc517651f6920301d9c04

10 years agoDeprecate AbstractTestUI.setContent
Leif Åstrand [Thu, 3 Apr 2014 12:05:10 +0000 (15:05 +0300)]
Deprecate AbstractTestUI.setContent

You might accidentally write a test inheriting from AbstractTestUI that
uses setContent to replace the layout that is the entire purpose of that
class. To reduce the risk of this happening, AbstractTestUI.setContent
is deprecated.

Change-Id: Ica7ffd4f24a0e71ece28e237244a74ae70b354d7

10 years agoUpdate uitest/ivy.xml to use build.properties (#13532)
Leif Åstrand [Thu, 3 Apr 2014 10:50:22 +0000 (13:50 +0300)]
Update uitest/ivy.xml to use build.properties (#13532)

Also remove ivyUserDir=& from the client-compiler classpath entry
since my version of IvyDE insists on automatically changing it

Change-Id: I88b2559cd5502af4221d46f9ba23865c66984113

10 years agoOverride elements must be after dependency elements #13532
Jonatan Kronqvist [Thu, 3 Apr 2014 10:36:13 +0000 (13:36 +0300)]
Override elements must be after dependency elements #13532

Change-Id: I8cc1fd86a8ba7ba64595809afbd964e3b384d658

10 years agoOverride the cssparser dependency from sass-compiler (#13532)
Jonatan Kronqvist [Thu, 3 Apr 2014 08:15:40 +0000 (11:15 +0300)]
Override the cssparser dependency from sass-compiler (#13532)

vaadin-sass-compiler depends on an older version of cssparser than the
one used in client-compiler. This change overrides all sass-compiler
provided cssparser deps with the newer version.

Change-Id: I06d2b957d66dd3abbef161ae2643eec0cdf7e13a

10 years agoUpdate commons-io to the same version in all modules (#13531)
Jonatan Kronqvist [Thu, 3 Apr 2014 06:43:16 +0000 (09:43 +0300)]
Update commons-io to the same version in all modules (#13531)

Adds a commons-io.version property to the build.properties file

Change-Id: I57a72f8841846d77ba73d567bd9bc3c8415b243c

10 years agoSupport font icons in ComboBox (#13376)
Johannes Dahlström [Tue, 4 Mar 2014 13:48:32 +0000 (15:48 +0200)]
Support font icons in ComboBox (#13376)

Change-Id: Idb35b8116c28824c8ced9b8f230e06ba8e7ecaaf

10 years agoTest for session expiration (#12139)
Artur Signell [Wed, 2 Apr 2014 18:30:00 +0000 (21:30 +0300)]
Test for session expiration (#12139)

Change-Id: Idc8052503544ee1e740beb448d39dd592b95a19c

10 years agoPrevent duplicate detach() calls with push (#13261)
Johannes Dahlström [Tue, 1 Apr 2014 09:28:50 +0000 (12:28 +0300)]
Prevent duplicate detach() calls with push (#13261)

This used to happen when push was disconnected due to a UI or session
expiring. requestStart() and requestEnd() were called on disconnect
even though a disconnection is not a request.

Change-Id: I31d9cae65ec75b5046802a54bbe4564d6e44b29f

10 years agoWait for all messages to be sent before disconnect (#13529)
Artur Signell [Wed, 2 Apr 2014 19:17:17 +0000 (22:17 +0300)]
Wait for all messages to be sent before disconnect (#13529)

Change-Id: Ic9d5d4ac3a3f19bb906cba64cf752461d4b16ba5

10 years agoDo not allow Atmosphere to make session infinitely long (#12139)
Artur Signell [Wed, 2 Apr 2014 17:53:58 +0000 (20:53 +0300)]
Do not allow Atmosphere to make session infinitely long (#12139)

Change-Id: I09d39ff40f9adda20eb38056ab94ddfa0b07fb64

10 years agoWorkaround for Atmosphere race condition (#13528)
Artur Signell [Wed, 2 Apr 2014 17:11:43 +0000 (20:11 +0300)]
Workaround for Atmosphere race condition (#13528)

Change-Id: I39cb72ef9a1f6c6424dce7f9feff2cebbfe3fdfd

10 years agoMake removeFromParent throw if the right session is not locked (#13473)
Leif Åstrand [Tue, 18 Mar 2014 12:24:04 +0000 (14:24 +0200)]
Make removeFromParent throw if the right session is not locked (#13473)

Change-Id: Id5ef40db07404d7cb41b26768d18e757b8cae2b3

10 years agoSelectors based on Reindeer.LAYOUT* are added for absolute layout
Denis Anisimov [Sun, 30 Mar 2014 11:48:26 +0000 (14:48 +0300)]
Selectors based on Reindeer.LAYOUT* are added for absolute layout
(#11042).

Change-Id: I34b5d95cfa82bf5cfc94cb1f7387b343fa23a302

10 years agoMerge changes from origin/7.1
Build Agent [Wed, 2 Apr 2014 06:28:32 +0000 (09:28 +0300)]
Merge changes from origin/7.1

a71305c Removed unnecessary tooltips from LayoutTesterApplication.
7c569ca Replaced flaky TB2 test with stable TB3 test

Change-Id: I490aea06d1a9045ff071b64da1bfdc0f1b4937e6

10 years agoMerge "Merge changes from origin/7.1"
Sauli Tähkäpää [Wed, 2 Apr 2014 06:21:22 +0000 (06:21 +0000)]
Merge "Merge changes from origin/7.1"

10 years agoTrigger action/submenu on SPACE key along with ENTER (#12525).
Denis Anisimov [Wed, 26 Mar 2014 20:37:53 +0000 (22:37 +0200)]
Trigger action/submenu on SPACE key along with ENTER (#12525).

Change-Id: I1548cc90e133f90c94fc33c50fb06a8aff353826

10 years agoReplaced flaky TB2 test with stable TB3 test
Artur Signell [Mon, 31 Mar 2014 13:27:00 +0000 (16:27 +0300)]
Replaced flaky TB2 test with stable TB3 test

Change-Id: I14afbd88d7aa22510f6c0dd605643c072b8e589f

10 years agoRemoved unnecessary tooltips from LayoutTesterApplication.
Sauli Tähkäpää [Tue, 1 Apr 2014 11:07:25 +0000 (14:07 +0300)]
Removed unnecessary tooltips from LayoutTesterApplication.

Added longer delay to avoid table resize problems.

Change-Id: I9929a23711932223991706bde2d7f06c551f0ec2

10 years agoFixed eclipse classpath
Juho Nurminen [Tue, 1 Apr 2014 08:33:15 +0000 (11:33 +0300)]
Fixed eclipse classpath

Change-Id: I2400dbef78c3927e7c4b9202aebbe2ccb06cac33

10 years agoMerge changes from origin/7.1
Build Agent [Tue, 1 Apr 2014 10:12:22 +0000 (13:12 +0300)]
Merge changes from origin/7.1

1571143 Added a button hitting method to AbstractTB3Test.

Change-Id: Ia294bd09ae143f81a6331b6bec5736b72acfea89

10 years agoAdded a button hitting method to AbstractTB3Test.
Sauli Tähkäpää [Mon, 31 Mar 2014 07:44:44 +0000 (10:44 +0300)]
Added a button hitting method to AbstractTB3Test.

Refactored LayoutTesterApplicationTest.
Refactored SliderDisableTest.

Change-Id: I038fedb9d234656b85359ce7fb778b001e6f4402

10 years agoImplement @OnStateChange (#12958)
Leif Åstrand [Thu, 27 Mar 2014 09:14:55 +0000 (11:14 +0200)]
Implement @OnStateChange (#12958)

Change-Id: I8ea2b781fab42458bf55a751c1229e391365e965

10 years agoMake Invoker support non-public methods (#12959)
Leif Åstrand [Thu, 14 Nov 2013 22:13:13 +0000 (00:13 +0200)]
Make Invoker support non-public methods (#12959)

Change-Id: Ie449489f3c9222bbe4a4221841c4ebc20693f969

10 years agoUse UUIDBroadcasterCache (#13514)
Artur Signell [Mon, 31 Mar 2014 14:24:43 +0000 (17:24 +0300)]
Use UUIDBroadcasterCache (#13514)

Change-Id: I63c2d5886507281a9dfe219dea46dc5067ffa4e3

10 years agoUse existing AbstractReflectorAtmosphereHandler (#13514)
Artur Signell [Mon, 31 Mar 2014 14:22:20 +0000 (17:22 +0300)]
Use existing AbstractReflectorAtmosphereHandler (#13514)

AbstractReflectorAtmosphereHandler handles cache requests correctly out of the box

Change-Id: I0ab96f53826cf181dc58b007fb6b4ec4eb4ad54d

10 years agoRefactor AtmosphereHandler to a field (#13514)
Artur Signell [Mon, 31 Mar 2014 14:20:45 +0000 (17:20 +0300)]
Refactor AtmosphereHandler to a field (#13514)

Change-Id: I0956e31acfec605418eff0313fbcf82c3c7d6579

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