]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
11 years agoAdd missing license header
Artur Signell [Thu, 13 Jun 2013 17:25:47 +0000 (20:25 +0300)]
Add missing license header

Change-Id: I3af5965a38499f7cf4bc924746fd5c918cc24d5b

11 years agoFixed test issue apparently caused by three levels of classes
Artur Signell [Thu, 13 Jun 2013 17:12:53 +0000 (20:12 +0300)]
Fixed test issue apparently caused by three levels of classes

Change-Id: I4985e39257d55eada134f340fb9981285c9bb26f

11 years agoAlways notify parent of enable state changes (#12062)
Artur Signell [Thu, 13 Jun 2013 13:10:03 +0000 (16:10 +0300)]
Always notify parent of enable state changes (#12062)

Change-Id: I30ee9a968050301d79c5073a62d85390652f76a9

11 years agoConsistently recover from disconnections in IE (#12073)
Johannes Dahlström [Thu, 13 Jun 2013 14:54:07 +0000 (17:54 +0300)]
Consistently recover from disconnections in IE (#12073)

Change-Id: Ia65bc9238b712d69ba91b7a7a3fad8c57c4eddce

11 years agoInfo tab is now tab 1, hierarchy tab 2
Artur Signell [Thu, 13 Jun 2013 13:51:19 +0000 (16:51 +0300)]
Info tab is now tab 1, hierarchy tab 2

Change-Id: I24f349d5fefff3239eb1687e7321e97e2c8a0e96

11 years agoDebugWindow now remembers open tab/section, InfoSection fixed to support being opened...
Marc Englund [Thu, 13 Jun 2013 13:23:13 +0000 (16:23 +0300)]
DebugWindow now remembers open tab/section, InfoSection fixed to support being opened at once, for #12058

Change-Id: I5aea59d747d7a94303b691271035e7510b0afc21

11 years agoSimpleTree styling changed for #12058
Marc Englund [Thu, 13 Jun 2013 13:10:51 +0000 (16:10 +0300)]
SimpleTree styling changed for #12058

Change-Id: Ie521b4ba9362a8f46619bd675018bfbe9f2574ac

11 years agoUpdated to Smartsprites 0.2.10 (#12069)
Artur Signell [Thu, 13 Jun 2013 12:18:36 +0000 (15:18 +0300)]
Updated to Smartsprites 0.2.10 (#12069)

Change-Id: Ice1ef6a6ac837f0ef07b65de1bd46c3a4427780c

11 years agoDebugWindow resize/move improved, fixes #11937 (also implements shift-resize and...
Marc Englund [Wed, 12 Jun 2013 08:34:33 +0000 (11:34 +0300)]
DebugWindow resize/move improved, fixes #11937 (also implements shift-resize and alt-move, improves bounds-check)

Change-Id: Ic313e545940a6073e30171a610f6d02c38a90037

11 years agoFix GridLayout resize after removing caption (#12011)
Patrik Lindström [Thu, 13 Jun 2013 14:03:44 +0000 (17:03 +0300)]
Fix GridLayout resize after removing caption (#12011)

Change-Id: Ieda9b23a1cbf6700cc7438d0b404c3229dd27ed8

11 years agoDetach and attach when adding or removing the caption wrapper (#11708)
Leif Åstrand [Thu, 13 Jun 2013 07:29:57 +0000 (10:29 +0300)]
Detach and attach when adding or removing the caption wrapper (#11708)

Change-Id: Ie6de4863587189ef1105cc41211b224c126f6ebd

11 years agoDo not write 404 as a response to all action/event requests (#12056)
Artur Signell [Thu, 13 Jun 2013 06:45:10 +0000 (09:45 +0300)]
Do not write 404 as a response to all action/event requests (#12056)

Change-Id: I2b820396fc1ccfeb0eefec4456f920a410068ec2

11 years agoAdding isIOs and isAndroid to the WebBrowser wrapper around VBrowserDetails (#11168)
Fabian Lange [Wed, 12 Jun 2013 13:44:46 +0000 (15:44 +0200)]
Adding isIOs and isAndroid to the WebBrowser wrapper around VBrowserDetails (#11168)

The information is available from VBrowser and just not exposed via WebBrowser (while isLinux, isMacOSX and isWindows are).

Change-Id: I2fd6133f404cb3e1b4fadb93075fda012f70adb6

11 years agoHandle push disconnections and reconnections more reliably (#11831, #11922)
Johannes Dahlström [Wed, 12 Jun 2013 11:16:57 +0000 (14:16 +0300)]
Handle push disconnections and reconnections more reliably (#11831, #11922)

Client-side:

* Call onOpen() also after a successful reconnection
* Reliably call onClose() and try to reconnect after disconnection
* Don't try to reconnect if !isApplicationRunning() after push
* Queue messages while trying to reconnect (state CONNECT_PENDING)

Server-side:

* Implement AtmosphereResourceEventListener.onDisconnect()
* Push marked as pending until client reconnects (if ever)

Change-Id: I1783eb72eb7005b07cae786d8ec8371da3903108

11 years agoUsing StringTokenizer instead of String.split() in AbstractComponent (#8759)
Fabian Lange [Mon, 10 Jun 2013 09:12:20 +0000 (11:12 +0200)]
Using StringTokenizer instead of String.split() in AbstractComponent (#8759)

Avoids wasteful creation and parsing of regular expressions, which are not required here.

Change-Id: I247088fbfc4eca6c2500bd6b4da9afc9d66d0a51

11 years agoAdd support for rem units (#11279)
Leif Åstrand [Wed, 12 Jun 2013 12:14:09 +0000 (15:14 +0300)]
Add support for rem units (#11279)

Change-Id: Id6b6402b22956cd96b86cef86f11088e959dc05d

11 years agoUpdate widgetset template (#12053)
Henri Sara [Wed, 12 Jun 2013 08:46:23 +0000 (11:46 +0300)]
Update widgetset template (#12053)

Change-Id: I8444139c9ed7d2bb3a8dd7c967cccf14d9038b27

11 years agoAvoid string casing problems (#11970)
Leif Åstrand [Wed, 12 Jun 2013 08:50:05 +0000 (11:50 +0300)]
Avoid string casing problems (#11970)

Change-Id: Id5c1f496bcd754e1c7e16e0df0d451d9a0bf054e

11 years agoFix NPE when converting null values (#11895)
Artur Signell [Wed, 12 Jun 2013 07:25:28 +0000 (10:25 +0300)]
Fix NPE when converting null values (#11895)

Change-Id: Ia2f7f3b0063f3966a816f8afbed11df22d595fc8

11 years agoRestore legacyPropertyToString value parsing logic (#11970)
Leif Åstrand [Wed, 12 Jun 2013 08:11:08 +0000 (11:11 +0300)]
Restore legacyPropertyToString value parsing logic (#11970)

Change-Id: If9d46577e4d59999f35fcf6478d06652ac80468a

11 years agoMerge changes from origin/7.0
Artur Signell [Wed, 12 Jun 2013 06:39:16 +0000 (09:39 +0300)]
Merge changes from origin/7.0

02da730 Merged testbench test for #7110 from 6.8 (fix not needed for 7.0)

Change-Id: I4a53d5a1fed3018c8cdda5b1aa88715e911ed112

11 years agoRemoved dead code
Artur Signell [Fri, 7 Jun 2013 11:15:44 +0000 (14:15 +0300)]
Removed dead code

Change-Id: Iad8cc7a59389e2816088d542a7ca53a4b8cec72e

11 years agoAdded type parameter to converter methods (#11895)
Artur Signell [Mon, 10 Jun 2013 17:01:40 +0000 (20:01 +0300)]
Added type parameter to converter methods (#11895)

Change-Id: I6562c537d9e5a0745eb67bc613123a265578ae00

11 years agoMake VaadinServlet use enclosing UI class by default (#12039)
Leif Åstrand [Tue, 11 Jun 2013 10:21:09 +0000 (13:21 +0300)]
Make VaadinServlet use enclosing UI class by default (#12039)

Change-Id: Ica2b9b9d82ef6d683cb51f3478a07e57cbfa28e5

11 years agoUpdated release notes for 7.1.0 (#11993, #11991, #11870)
Artur Signell [Tue, 11 Jun 2013 06:55:16 +0000 (09:55 +0300)]
Updated release notes for 7.1.0 (#11993, #11991, #11870)

Change-Id: I6ea0fec8896138d2a4b0e02908217c2fa3d8505f

11 years agoReformatted release notes using Eclipse (4 spaces)
Artur Signell [Tue, 11 Jun 2013 06:40:26 +0000 (09:40 +0300)]
Reformatted release notes using Eclipse (4 spaces)

Change-Id: Iafebc7ea313e7dc6f6c7b87c6fdae6c83e82fc41

11 years agoFixed incorrect line breaks (#12040)
Artur Signell [Mon, 10 Jun 2013 17:16:05 +0000 (20:16 +0300)]
Fixed incorrect line breaks (#12040)

Change-Id: Icd97ebd2b54731cf8133b940d024ad8f91c5922f

11 years agoMove ClientConnector.setParent to Component and Extension (#11777)
Artur Signell [Mon, 10 Jun 2013 16:28:57 +0000 (19:28 +0300)]
Move ClientConnector.setParent to Component and Extension (#11777)

Change-Id: I1f0b2597f621160329ddc432869277b2758efd52

11 years agoInclude compatibility web.xml in uitest.war (#11688)
Artur Signell [Mon, 10 Jun 2013 17:31:35 +0000 (20:31 +0300)]
Include compatibility web.xml in uitest.war (#11688)

Change-Id: I4f500e37ef7b96e103d66c40fba152299516a55f

11 years agoReformatted using Ant editor (#12040)
Artur Signell [Mon, 10 Jun 2013 17:15:35 +0000 (20:15 +0300)]
Reformatted using Ant editor (#12040)

Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474

11 years agoUse vaadin-atmosphere without slf4j dependency (#11765)
Artur Signell [Mon, 10 Jun 2013 11:18:33 +0000 (14:18 +0300)]
Use vaadin-atmosphere without slf4j dependency (#11765)

Change-Id: I78f5dda87957452670c3d86d960b0683c67eb77d

11 years agoPrint warning if in production mode and theme compilation is required (#12031)
Artur Signell [Mon, 10 Jun 2013 12:10:29 +0000 (15:10 +0300)]
Print warning if in production mode and theme compilation is required (#12031)

Change-Id: I59030e7c0133d790f145d31f1614b7e8aaf7c04d

11 years agoAllow using element resize listeners from javascript connectors (#11996)
Leif Åstrand [Thu, 6 Jun 2013 09:01:37 +0000 (12:01 +0300)]
Allow using element resize listeners from javascript connectors (#11996)

Change-Id: I97b280c2e260752be87ce85d2eda81ec4f14d4fe

11 years agoFix race condition in upload with push (#10214)
Artur Signell [Thu, 6 Jun 2013 16:18:28 +0000 (19:18 +0300)]
Fix race condition in upload with push (#10214)

If the upload finishes before the poll timer is fired on the client side then the client will poll forever with the wrong id

Change-Id: I11cad8e978a8499a4fddb9e8bfe7f6c4326f98f5

11 years agoInfo section for the debug window (#12019)
Artur Signell [Fri, 7 Jun 2013 07:01:17 +0000 (10:01 +0300)]
Info section for the debug window (#12019)

Change-Id: Ie265c6e994c8038a3dc0bb05b94233bbc2506c58

11 years agoFixed serialization issues
Artur Signell [Thu, 6 Jun 2013 21:29:12 +0000 (00:29 +0300)]
Fixed serialization issues

Change-Id: I5dc1f2dc061c4b6bb6d00040b972802df97d3f89

11 years agoFix for NPE in debug window in IE (#12015)
Artur Signell [Thu, 6 Jun 2013 20:46:34 +0000 (23:46 +0300)]
Fix for NPE in debug window in IE (#12015)

Change-Id: I74fb57d60f1cdaf85aaacff36093f9f3d640d538

11 years agoCorrectly report theme version in the debug window (#11442)
Artur Signell [Thu, 6 Jun 2013 20:48:25 +0000 (23:48 +0300)]
Correctly report theme version in the debug window (#11442)

* Adds a special v-vaadin-version selector for detecting the theme version
* The version in the base theme is replaced during build (for releases) and by the current version also when compiling in the IDE

Change-Id: Id6b94ab2edead61602fed021b7152f6e46be809f

11 years agoPass ConversionException to getConversionError (#11960)
Artur Signell [Fri, 31 May 2013 06:56:58 +0000 (09:56 +0300)]
Pass ConversionException to getConversionError (#11960)

Change-Id: I6a25c4e4bfd9fe73f973670583c708503f77f60a

11 years agoFixed test issues
Artur Signell [Thu, 6 Jun 2013 21:32:36 +0000 (00:32 +0300)]
Fixed test issues

Change-Id: Iebf44d7bff598248fe1cda138ac1d8b4100775ba

11 years agoMake UI.pushConnection transient to prevent null resource after deserialization ...
Johannes Dahlström [Wed, 5 Jun 2013 13:20:27 +0000 (16:20 +0300)]
Make UI.pushConnection transient to prevent null resource after deserialization (#11809)

* PushConnection is not Serializable anymore
* AtmospherePushConnection fields are not transient
* UI.setSession calls setPushConnection(null) instead of pushConnection.disconnect()
* pushConnection.disconnect() asserts isConnected()
* If UI has a push connection, it should now always have isConnected() == true

Change-Id: I3c2e877b8e723b7cc2993cacd620920aecdef5fb

11 years agoFixed button highlighting when dragging #10917
John Ahlroos [Thu, 6 Jun 2013 12:21:11 +0000 (15:21 +0300)]
Fixed button highlighting when dragging #10917

Change-Id: I69ff2c5a987e26d5d065f7c5a7ac45f9d6fa289a

11 years agoExclude provided portal-service from all zip (#9823)
Artur Signell [Thu, 6 Jun 2013 08:06:44 +0000 (11:06 +0300)]
Exclude provided portal-service from all zip (#9823)

Change-Id: Ic08885d74f382547aabf4a394265c2094d884cd5

11 years agoMerged testbench test for #7110 from 6.8 (fix not needed for 7.0) 7.0 7.0.7
John Ahlroos [Wed, 5 Jun 2013 11:01:00 +0000 (14:01 +0300)]
Merged testbench test for #7110 from 6.8 (fix not needed for 7.0)

Change-Id: I14e02a02d77420e601ec5f98d70453fa85f1a473
svn: http://dev.vaadin.com/changeset/0000025944/svn

11 years agoMerge changes from origin/7.0
Artur Signell [Wed, 5 Jun 2013 16:15:49 +0000 (19:15 +0300)]
Merge changes from origin/7.0

892b8ba Do not submit TextArea value on enter in IE (#11982)
bd3f975 Properly disable combobox when parent is disabled (#10734)
1b85e59 Added missing import (#11982)
3c8a3bf Merge of properly focus clicked input element in Webkit (#11854, #11297)
d647d7a Ensure VBrowserFrame content is unloaded in IE (#11683)
08ba394 Disable drag&drop when source or target component is disabled, re-implementation of 6.8 fix for #11801
b01427a Change field types from LinkedHashSet back to HashSet to retain binary compatibility (#11432)
14ebd0d Fixed newlines

Change-Id: Icea535d8d5130e013327dd76a194e3910f533332

11 years agoRemove DEFAULT constant as an annotation enum cannot use it (#11966)
Artur Signell [Wed, 5 Jun 2013 15:21:44 +0000 (18:21 +0300)]
Remove DEFAULT constant as an annotation enum cannot use it (#11966)

Change-Id: I41630fec5c40c50a2925499d1f1ba23149ab0de1

11 years agoDo not rely on broken javadoc features for default values (#11970)
Leif Åstrand [Wed, 5 Jun 2013 12:04:25 +0000 (15:04 +0300)]
Do not rely on broken javadoc features for default values (#11970)

Change-Id: Ic904a33e31b54da7c1324c70b792c38ee1b56fac

11 years agoDon't use the broken {@value Type#CONSTANT} pattern in javadocs
Leif Åstrand [Wed, 5 Jun 2013 12:15:53 +0000 (15:15 +0300)]
Don't use the broken {@value Type#CONSTANT} pattern in javadocs

Change-Id: I78f0f6532242bd5d7aa406fe61ccf15d9585fde9

11 years agoAdd transport parameter to @Push (#11966)
Artur Signell [Mon, 3 Jun 2013 20:15:43 +0000 (23:15 +0300)]
Add transport parameter to @Push (#11966)

Change-Id: Ic47e68a41ba407917a990ef82a98c1526a9510ef

11 years agoAllow customizing client-side push config on server side (#11867)
Artur Signell [Wed, 5 Jun 2013 11:27:09 +0000 (14:27 +0300)]
Allow customizing client-side push config on server side (#11867)

Change-Id: I212067aa0bd04e3e73844ef57963b5622291986a

11 years agoAdded missing rpc interface (#11536)
Artur Signell [Wed, 5 Jun 2013 12:03:11 +0000 (15:03 +0300)]
Added missing rpc interface (#11536)

Change-Id: Ia53f76068d132f4f8eafa79e79922e6eb5762045

11 years agoRename tests so they are run during build (Abstract* is ignored)
Artur Signell [Wed, 5 Jun 2013 10:40:38 +0000 (13:40 +0300)]
Rename tests so they are run during build (Abstract* is ignored)

Change-Id: I2f5eee8926b3ba194160b85c33176029850ca8ed

11 years agoFixed newlines
Artur Signell [Wed, 5 Jun 2013 09:26:50 +0000 (12:26 +0300)]
Fixed newlines

Change-Id: I3cb7a5d24a17e375365bd5df383d0de516a66812

11 years agoChange field types from LinkedHashSet back to HashSet to retain binary compatibility...
Johannes Dahlström [Thu, 16 May 2013 09:36:37 +0000 (09:36 +0000)]
Change field types from LinkedHashSet back to HashSet to retain binary compatibility (#11432)

svn changeset:25964/svn branch:6.8

Change-Id: Iddf0fa7de10a788e1a51e006e92ed3976a39a30b

11 years agoChange analyze layouts to use RPC (#11536)
Artur Signell [Tue, 4 Jun 2013 20:13:29 +0000 (23:13 +0300)]
Change analyze layouts to use RPC (#11536)

Change-Id: I80d39e4ce4e0576b98ad095efce03740291d3de5

11 years agoSend connector debug (highlight) using RPC (#11536)
Artur Signell [Tue, 4 Jun 2013 19:29:26 +0000 (22:29 +0300)]
Send connector debug (highlight) using RPC (#11536)

Change-Id: I8995e9affd371543457f16568f1245f7467e0804

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 agoAdd @VaadinServletConfiguration (#11970)
Leif Åstrand [Tue, 4 Jun 2013 13:17:23 +0000 (16:17 +0300)]
Add @VaadinServletConfiguration (#11970)

Change-Id: Ic902028826adae8132bfa18b6cde7d80a2e876c4

11 years agoUpdate deprecation javadoc for VaadinSession.getBrowser()
Leif Åstrand [Wed, 5 Jun 2013 06:52:06 +0000 (09:52 +0300)]
Update deprecation javadoc for VaadinSession.getBrowser()

Change-Id: I7c8d2e08d7efed90578489e90885c1c3c6201f64

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 agoUpdate broadcaster tutorial code
Leif Åstrand [Wed, 29 May 2013 07:43:07 +0000 (10:43 +0300)]
Update broadcaster tutorial code

* Don't need to start a thread for broadcasting with the new UI.access
* Add @Push to the UI
* Use CopyOnWriteArrayList instead of synchronized methods

Change-Id: I63fad6977c1a3e504fc60445c3147b5a241c3132

11 years agoMove VaadinSession.runPendingAccessTasks to VaadinService (#11964)
Leif Åstrand [Fri, 31 May 2013 13:12:16 +0000 (16:12 +0300)]
Move VaadinSession.runPendingAccessTasks to VaadinService (#11964)

Change-Id: Idb893baec693d0aaa3ccba1d3f61a62922e0a1ce

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 agoLog stack trace using fine when logging toString warnings
Artur Signell [Tue, 4 Jun 2013 13:49:24 +0000 (16:49 +0300)]
Log stack trace using fine when logging toString warnings

Change-Id: I4dbb5e84df78bad25fa90fc802309e433d516fd6

11 years agoCorrectly decode summaries containing quotes (#11769)
Artur Signell [Tue, 4 Jun 2013 18:33:05 +0000 (21:33 +0300)]
Correctly decode summaries containing quotes (#11769)

Change-Id: I98031bab90d3aa3f37e7dc71a9104f7b7a956590

11 years agoFixed javadoc references
Artur Signell [Tue, 4 Jun 2013 14:57:38 +0000 (17:57 +0300)]
Fixed javadoc references

Change-Id: If20a5db3ee42608fbb246e6d56125e335c616887

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 agoUse correct day names when formatting dates (#6207)
Artur Signell [Mon, 3 Jun 2013 09:18:57 +0000 (12:18 +0300)]
Use correct day names when formatting dates (#6207)

Change-Id: I2010f87ef4f9359cdc95104cc02c83355a8630ed

11 years agoUse window.console instead of just console in vaadinPush to appease IE (#11980)
Johannes Dahlström [Tue, 4 Jun 2013 12:20:15 +0000 (15:20 +0300)]
Use window.console instead of just console in vaadinPush to appease IE (#11980)

Change-Id: I6f363e9afc550d70eb451005dcfdfb53e5533273

11 years agoMerge changes from origin/7.0
Leif Åstrand [Tue, 4 Jun 2013 10:05:42 +0000 (13:05 +0300)]
Merge changes from origin/7.0

b1390c5 Don't autoclose PopupView when changing fragment, fixes #10530
158c162 Do not clear combobox text unnecessarily (#10924, #11887)

Change-Id: I5cda623309d9e1b16ad09aa2a388552b5f33ca30

11 years agoMerge commit '34e6c60a5a746c0306c3a84ae8d6c21dfd84d878' into 7.1
Leif Åstrand [Mon, 3 Jun 2013 13:00:34 +0000 (16:00 +0300)]
Merge commit '34e6c60a5a746c0306c3a84ae8d6c21dfd84d878' into 7.1

#11448 is fixed in a different way for 7.1 because the tooltip event
handling has been slightly refactored.

Change-Id: I50db48ffdce22cdf6598daafcb022fc43ed11cf4

11 years agoEnabled drag & drop to Calendar #11048
John Ahlroos [Thu, 30 May 2013 13:19:47 +0000 (16:19 +0300)]
Enabled drag & drop to Calendar #11048

Change-Id: I2dcc1f7159a6283cfbc0baafe6cba66530bf0a45

11 years agoIgnore style resource that has already been added (#11667)
Leif Åstrand [Fri, 31 May 2013 12:16:16 +0000 (15:16 +0300)]
Ignore style resource that has already been added (#11667)

Change-Id: I828166f69c3ad1ac7e24c00de640c8645d2f2153

11 years agoAdd a separate debug window section for profiler output (#11950)
Leif Åstrand [Thu, 16 May 2013 13:51:33 +0000 (16:51 +0300)]
Add a separate debug window section for profiler output (#11950)

Change-Id: I115f440d6dda5fac0788d3376f01e405e413c482

11 years agoAdd missing dialog maximize/restore icons for Runo (#11734)
Artur Signell [Thu, 30 May 2013 15:07:39 +0000 (18:07 +0300)]
Add missing dialog maximize/restore icons for Runo (#11734)

Change-Id: If8ebbdb7cd8e6a6acfb15fcdc48a41489ab059c6

11 years agoExtracted dialog style to a separate block (#11734)
Artur Signell [Thu, 30 May 2013 15:04:41 +0000 (18:04 +0300)]
Extracted dialog style to a separate block (#11734)

Change-Id: I3f57188cde30122b56bb6f8cea435cd4c56b58e2

11 years agoMove ApplicationConnection.setOverlayContainerLabel to VOverlay (#11965)
Leif Åstrand [Fri, 31 May 2013 12:26:11 +0000 (15:26 +0300)]
Move ApplicationConnection.setOverlayContainerLabel to VOverlay (#11965)

Change-Id: I747097fe7be8872f6c2ab04b272f88677b6e0663

11 years agoThrow exception if VaadinService has not been initialized (#11961)
Leif Åstrand [Fri, 31 May 2013 10:36:20 +0000 (13:36 +0300)]
Throw exception if VaadinService has not been initialized (#11961)

Change-Id: I754c73790aae197a262d6cc8b88751290efbe127

11 years agoDo not log legacy warnings in JUnit tests (#11963)
Artur Signell [Fri, 31 May 2013 10:46:27 +0000 (13:46 +0300)]
Do not log legacy warnings in JUnit tests (#11963)

Change-Id: I5549a524d7fae32b1ef201073ab48cadcc4e8212

11 years agoRemove IE6/IE7 permutation (#11954)
Artur Signell [Thu, 30 May 2013 10:28:04 +0000 (13:28 +0300)]
Remove IE6/IE7 permutation (#11954)

Change-Id: Id6eae2e71f322d9750c95b381eefd28e41624139

11 years agoFix stale info in javadoc for accessSynchronously (#11897)
Leif Åstrand [Fri, 31 May 2013 06:44:56 +0000 (09:44 +0300)]
Fix stale info in javadoc for accessSynchronously (#11897)

Change-Id: I0d562a5f617850e2e862f86758dbca0fc4c947a0

11 years agoFixed spelling mistake in API #11741
John Ahlroos [Fri, 31 May 2013 06:15:20 +0000 (09:15 +0300)]
Fixed spelling mistake in API #11741

Change-Id: I1bf04abd4c49a452f00fb0ab07b20f82ad6d62a2

11 years agoFormatted XML files using defined rules (#11956)
Artur Signell [Thu, 30 May 2013 14:06:30 +0000 (17:06 +0300)]
Formatted XML files using defined rules (#11956)

Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995

11 years agoAdd XML formatting instructions (#11956)
Artur Signell [Thu, 30 May 2013 14:01:26 +0000 (17:01 +0300)]
Add XML formatting instructions (#11956)

Change-Id: Ifac318e1e422d39776196fd8f9b4bb670d504578

11 years agoRemove workarounds for broken Timer.cancel in IE (#11872)
Leif Åstrand [Thu, 30 May 2013 08:55:31 +0000 (11:55 +0300)]
Remove workarounds for broken Timer.cancel in IE (#11872)

Change-Id: Ib60d6131d36e794bcf72d5f498bb59fafdbf7d0e

11 years agoLimit sub window minimum size (#11510)
Leif Åstrand [Wed, 29 May 2013 12:59:06 +0000 (15:59 +0300)]
Limit sub window minimum size (#11510)

Change-Id: I8ad89e74b058246939d77165f2d4b5abc3417886

11 years agoFix streaming issue with iOS6 (#11934)
Artur Signell [Thu, 30 May 2013 13:04:33 +0000 (16:04 +0300)]
Fix streaming issue with iOS6 (#11934)

It appears that iOS6 will not make new request (at least for images) to a server to which there is already a connection open which possibly will be kept alive after the current request is done (Connection: Keep-alive asked by the client and not denied by the server)

Change-Id: If4e6233457fced3760a931b7953fa1713fee3452

11 years agoFlush the output writer in case of SSE transport as well (#11955)
Johannes Dahlström [Thu, 30 May 2013 12:42:25 +0000 (15:42 +0300)]
Flush the output writer in case of SSE transport as well (#11955)

Change-Id: Id0d82eabab63681b9d01c0312588fdfe1659860f

11 years agoMake ProgressInidcatorConnector use VProgressIndicator (#11925)
Leif Åstrand [Thu, 30 May 2013 07:25:23 +0000 (10:25 +0300)]
Make ProgressInidcatorConnector use VProgressIndicator (#11925)

When ProgressBar was split out from ProgressIndicator,
ProgressIndicatorConnector was accidentally left inheriting the
VProgressBar widget from ProgressBarConnector instead of using its own
VProgressIndicator.

Change-Id: Ie7c5d3b68af871d5eb2a86f3d720af3b23048793

11 years agoAdd primary style name support for ProgressBar/Indicator (#9913)
Artur Signell [Tue, 28 May 2013 16:52:21 +0000 (19:52 +0300)]
Add primary style name support for ProgressBar/Indicator (#9913)

Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16

11 years agoExtract ProgressBar and deprecate ProgressIndicator (#11925)
Leif Åstrand [Tue, 28 May 2013 08:01:31 +0000 (11:01 +0300)]
Extract ProgressBar and deprecate ProgressIndicator (#11925)

Change-Id: Id9eaee65762b0dadd59f3e730d3ff11712ab87fe

11 years agoFixed javadoc compilation error
Artur Signell [Wed, 29 May 2013 13:11:48 +0000 (16:11 +0300)]
Fixed javadoc compilation error

Change-Id: Ic834ddabdeeb2a9cc453b67e5202ff1aab44dffd

11 years agoMoved Locale data handling to LocaleService (#11378)
Artur Signell [Tue, 28 May 2013 09:00:15 +0000 (12:00 +0300)]
Moved Locale data handling to LocaleService (#11378)

The locale data is now tracked per UI instance and no longer sent in every request.

Change-Id: I4bebd00327da6f8d812181fd76a85eb6196d0010

11 years agoUpdated to custom build of Smartsprites 0.2.10 which includes a fix for SMARTSPRITES...
Artur Signell [Wed, 29 May 2013 11:59:28 +0000 (14:59 +0300)]
Updated to custom build of Smartsprites 0.2.10 which includes a fix for SMARTSPRITES-36 (#9959)

Change-Id: Ibf549acba14a8b884424a5e2c98f3a4aac5de84c

11 years agoMake test independent of browser language (#11940)
Artur Signell [Tue, 28 May 2013 17:18:25 +0000 (20:18 +0300)]
Make test independent of browser language (#11940)

Change-Id: Ibcabe18581e4ad021ad1b58919c77fd97f2ad47c

11 years agoRemove UI.runSafely and VaadinSession.runSafely (#11901)
Leif Åstrand [Wed, 29 May 2013 09:36:46 +0000 (12:36 +0300)]
Remove UI.runSafely and VaadinSession.runSafely (#11901)

Change-Id: Ie72e1a3ab72be00c99548a740f16721fb7edab00

11 years agoFixes current text being overwritten in server update on RTA #11741
John Ahlroos [Tue, 28 May 2013 09:39:20 +0000 (12:39 +0300)]
Fixes current text being overwritten in server update on RTA #11741

If the server happens to update the state of the RTA while a user is
typing then the users text will be replaced by the value on the server. To fix
this the RTA should not update if the value is the same as the one
cached on the client side.

Also moves blur handling and server<->client syncronization to the
connector.

Change-Id: Ia807b1e2aa210eb881e4b9cea0870c0c5a9254b2

11 years agoExclude parsers from checkstyle as they are generated
Artur Signell [Mon, 27 May 2013 17:35:20 +0000 (20:35 +0300)]
Exclude parsers from checkstyle as they are generated

Change-Id: I91489d73bec165b5e755b5d76bf220043bee0d66