]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
11 years agoReplaced ComponentErrorHandler with generic ErrorHandler (#10231) 93/293/7
Artur Signell [Mon, 19 Nov 2012 11:40:14 +0000 (13:40 +0200)]
Replaced ComponentErrorHandler with generic ErrorHandler (#10231)

* Replaced AbstractComponent ErrorHandler with ClientConnector level error handler. Now uses the same ErrorHandler as other parts of the framework.
* Made error handling hierarchical so that the error handler of the connector where the error occured or its ancestors is used. Falls back to VaadinSession ErrorHandler.
* Changed ErrorEvent to be a class as all other events in the framework
* Renamed ErrorListener to ErrorHandler and DefaultErrorListener to DefaultErrorHandler for consistency
* Unified error handling in AbstractCommunicationManager
* Unified error handling in VaadinServlet and VaadinPortlet
* Removed superfluous ErrorEvent implementations (#10232)

Change-Id: Ied518e05209fe54685f4bebab0709b1cd5584fd1

11 years agoRemove slashes from beginning or end of constants (#10140) 20/320/1
Leif Åstrand [Wed, 21 Nov 2012 12:22:44 +0000 (14:22 +0200)]
Remove slashes from beginning or end of constants (#10140)
* Also rename the constants to cause compile errors in 3rd party code

Change-Id: If96c9956de7737345ec9372be28292b3490387a2

11 years agoRenamed communication event related classes (#10243) 94/294/2
Artur Signell [Tue, 20 Nov 2012 06:35:46 +0000 (08:35 +0200)]
Renamed communication event related classes (#10243)

Change-Id: Ia4ddb8e6937f5902b50b8c88c93f7955a653c025

11 years agoUpdate @deprecated messages in VaadinService related classes (#10229) 17/317/2
Leif Åstrand [Wed, 21 Nov 2012 11:51:26 +0000 (13:51 +0200)]
Update @deprecated messages in VaadinService related classes (#10229)

Also remove deprecation of individual methods in the already deprecated
LegacyApplication

Change-Id: Iead36f52552dc492081690dddc018203dc21ccba

11 years agoMerge "Reomove DynamicConnectorResource (#10227)"
Artur Signell [Wed, 21 Nov 2012 11:52:22 +0000 (11:52 +0000)]
Merge "Reomove DynamicConnectorResource (#10227)"

11 years agoGlobal code cleanup 16/316/1
Leif Åstrand [Wed, 21 Nov 2012 11:45:18 +0000 (13:45 +0200)]
Global code cleanup

Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86

11 years agoImplement abstract HasComponents related client side connectors (#10248) 80/280/4
Henri Sara [Wed, 21 Nov 2012 11:28:49 +0000 (13:28 +0200)]
Implement abstract HasComponents related client side connectors (#10248)

Change-Id: I8e0d1505d24ed8d24702557a38ffd867a513bdd2

11 years agoReomove DynamicConnectorResource (#10227) 14/314/1
Leif Åstrand [Wed, 21 Nov 2012 11:17:39 +0000 (13:17 +0200)]
Reomove DynamicConnectorResource (#10227)

Change-Id: I9e91f9d57e22d3df621a19e0250339d5d2763827

11 years agoAdd shorthands for locking the session (#10225) 12/312/2
Leif Åstrand [Wed, 21 Nov 2012 08:30:25 +0000 (10:30 +0200)]
Add shorthands for locking the session (#10225)

Change-Id: Ic2f3843a48a6e26af848208e9495473853146fbe

11 years agoMerge "Rename DependencyResource to PublishedFile (#10224)"
Leif Åstrand [Wed, 21 Nov 2012 08:46:43 +0000 (08:46 +0000)]
Merge "Rename DependencyResource to PublishedFile (#10224)"

11 years agoRename DependencyResource to PublishedFile (#10224) 00/300/3
Leif Åstrand [Tue, 20 Nov 2012 13:24:46 +0000 (15:24 +0200)]
Rename DependencyResource to PublishedFile (#10224)

Change-Id: I18bd5fbaba7d443cab0626ddd477626995b5f16a

11 years agoRenamed setBrowserWindowSize -> updateBrowserWindowSize (#10305) 11/311/1
Artur Signell [Wed, 21 Nov 2012 08:29:23 +0000 (10:29 +0200)]
Renamed setBrowserWindowSize -> updateBrowserWindowSize (#10305)

Change-Id: I630cdc0cf4cc83646d1dbe8513f81f5ddd6aa7d7

11 years agoRemoved server class reference from shared javadoc
Artur Signell [Wed, 21 Nov 2012 07:15:11 +0000 (09:15 +0200)]
Removed server class reference from shared javadoc

Change-Id: Iaa38a50c7198d416799a53e66cd4828948b4b62d

11 years agoMerge "(#10186) Using the lighten function breaks up any later references to the...
Marc Englund [Tue, 20 Nov 2012 14:32:36 +0000 (14:32 +0000)]
Merge "(#10186) Using the lighten function breaks up any later references to the parameter value"

11 years agoRemoved com.vaadin.server.Terminal (#10230) 89/289/2
Artur Signell [Mon, 19 Nov 2012 11:40:14 +0000 (13:40 +0200)]
Removed com.vaadin.server.Terminal (#10230)

Moved Terminal.ErrorEvent and Terminal.ErrorListener to com.vaadin.server

Change-Id: I4ce67722b88abc38fd740c5980836b24e511a63b

11 years agoMerge "(#10174) Value of a variable cannot be assigned to another variable"
Marc Englund [Tue, 20 Nov 2012 14:19:47 +0000 (14:19 +0000)]
Merge "(#10174) Value of a variable cannot be assigned to another variable"

11 years agoMerge "(#10182) Rule order not preserved when using parent reference in sass"
Marc Englund [Tue, 20 Nov 2012 13:52:46 +0000 (13:52 +0000)]
Merge "(#10182) Rule order not preserved when using parent reference in sass"

11 years agoAdded getState(boolean) to allow getState without side effects (#10006) 68/268/5
Mikael Grankvist [Wed, 14 Nov 2012 13:23:52 +0000 (15:23 +0200)]
Added getState(boolean) to allow getState without side effects (#10006)

Change-Id: Idee529a8efc245da88192cd059c9e35165d1adad

11 years agoRenamed suspend/resumeRendering be more descriptive (#10242) 90/290/3
Artur Signell [Mon, 19 Nov 2012 18:12:01 +0000 (20:12 +0200)]
Renamed suspend/resumeRendering be more descriptive (#10242)

Change-Id: I817fdab5529b0192f58e76ea31b97efb18b3f881

11 years agoMoved isComponentVisible to separate interface (#10303) 05/305/5
Artur Signell [Tue, 20 Nov 2012 12:49:52 +0000 (14:49 +0200)]
Moved isComponentVisible to separate interface (#10303)

HasComponents.isComponentVisible is now SelectiveRenderer.isRendered

Change-Id: Ic3b9cd65278ffc2a38ee20c76ec771ee057268bf

11 years agoMerge "Added possibility to disable text input for PopupDateField (#6790)"
Artur Signell [Tue, 20 Nov 2012 13:12:43 +0000 (13:12 +0000)]
Merge "Added possibility to disable text input for PopupDateField (#6790)"

11 years agoAdd a bunch of methods to request, response and session wrappers (#9749) 04/304/1
Leif Åstrand [Tue, 20 Nov 2012 12:36:12 +0000 (14:36 +0200)]
Add a bunch of methods to request, response and session wrappers (#9749)
* Make VaadinPortletRequest extend PortletRequestWrapper to remove some
boilerplate

Change-Id: Ibfc0f18d85cf77e17de6d6ce561c44677958e3bd

11 years agoRename VaadinRequest.getRequestPathInfo() to getPathInfo() (#9749) 03/303/1
Leif Åstrand [Tue, 20 Nov 2012 09:46:12 +0000 (11:46 +0200)]
Rename VaadinRequest.getRequestPathInfo() to getPathInfo() (#9749)

Change-Id: Ibf460de507b4eea156a794304476b547bf63291a

11 years agoRenamed ComponentState to AbstractComponentState (#9032) 02/302/2
Artur Signell [Tue, 20 Nov 2012 10:04:11 +0000 (12:04 +0200)]
Renamed ComponentState to AbstractComponentState (#9032)

Change-Id: Ida6e0cb7064580be36627fd735d79b82ee69356d

11 years agoUse classloader also to find theme styles.scss (#10107) 74/274/2
Artur Signell [Thu, 15 Nov 2012 11:51:14 +0000 (13:51 +0200)]
Use classloader also to find theme styles.scss (#10107)

Change-Id: I4fb5790dc23e8c5cedfc2113158181abf646245e

11 years agoWhen closeIdleUIs is true, close open UIs only after all UIs have been idle for longe... 36/236/8
Johannes Dahlström [Thu, 1 Nov 2012 13:10:40 +0000 (15:10 +0200)]
When closeIdleUIs is true, close open UIs only after all UIs have been idle for longer than the session timeout

* Rename closeIdleUIs to closeIdleSessions, isIdleUICleanupEnabled to isCloseIdleSessions (#10252)
* Close the whole session at the same time as well
* Move UI lastUidlRequestTime to VaadinSession lastRequestTimestamp (#10253)
* Rename VaadinSession lastRequestTime to lastRequestDuration, totalSessionTime to cumulativeRequestDuration (#10253)
* Rename UI lastHeartbeatTime to lastHeartbeatTimestamp
* Show "Session Expired" notification when a heartbeat fails because of this

Change-Id: If3d4bd9add9995f435c29812eec00b3a3a92a6e6

11 years agoReturn int instead of Integer (#10306) 01/301/1
Artur Signell [Tue, 20 Nov 2012 09:55:35 +0000 (11:55 +0200)]
Return int instead of Integer (#10306)

Change-Id: I125b95e357223fb671332fb42736c42725d136ad

11 years agoAdded possibility to more easily debug layout loops (#10222) 86/286/4
Artur Signell [Fri, 16 Nov 2012 15:38:59 +0000 (17:38 +0200)]
Added possibility to more easily debug layout loops (#10222)

Change-Id: Id7a1e7590d0a35a8e9051acab043d7a26293637a

11 years agoMerge "Only process RPC invocation if there's a handler for it (#10134) * RpcManagers...
Artur Signell [Tue, 20 Nov 2012 09:11:13 +0000 (09:11 +0000)]
Merge "Only process RPC invocation if there's a handler for it (#10134) * RpcManagers lookup by String instead of Class to avoid loading the class sent by the client * Some generics tightened to only accept ServerRpc instances * Remove RpcTarget as it is only supported for ClientConnector"

11 years agoMerge "SassCompiler finds input in a better way, fixes #10299"
Artur Signell [Tue, 20 Nov 2012 08:53:55 +0000 (08:53 +0000)]
Merge "SassCompiler finds input in a better way, fixes #10299"

11 years agoOnly process RPC invocation if there's a handler for it (#10134) 98/298/1
Leif Åstrand [Tue, 20 Nov 2012 08:44:45 +0000 (10:44 +0200)]
Only process RPC invocation if there's a handler for it (#10134)
* RpcManagers lookup by String instead of Class to avoid loading the
class sent by the client
* Some generics tightened to only accept ServerRpc instances
* Remove RpcTarget as it is only supported for ClientConnector

Change-Id: I264d58f373db7ea3258cbc28dfc0fa1ec952723d

11 years agoSassCompiler finds input in a better way, fixes #10299 97/297/1
Marc Englund [Tue, 20 Nov 2012 08:42:54 +0000 (10:42 +0200)]
SassCompiler finds input in a better way, fixes #10299

Change-Id: I56c6a45008e072313f7be6f700f25df228287271

11 years agoUpdated Panel, Window to use Component in constructors (#10300) 96/296/3
Artur Signell [Tue, 20 Nov 2012 08:34:36 +0000 (10:34 +0200)]
Updated Panel, Window to use Component in constructors (#10300)

* Updated javadoc to be consistent with how Panel and Window behave (#10289)

Change-Id: I682d202e27b14d9695a8a6cd9eaff8a53fc6ae82

11 years agoRemoved deprecation as EventRouter will not be replaced for 7.0 (#10247) 95/295/2
Artur Signell [Tue, 20 Nov 2012 06:47:00 +0000 (08:47 +0200)]
Removed deprecation as EventRouter will not be replaced for 7.0 (#10247)

Change-Id: I14cc9c837bb966ff7ed5c396cedce0f6d75aaeb4

11 years agoChanged SystemMessagesProvider parameter into object (#10226) 91/291/2
Artur Signell [Mon, 19 Nov 2012 18:19:47 +0000 (20:19 +0200)]
Changed SystemMessagesProvider parameter into object (#10226)

Change-Id: I7ba22460ae5105e29b88b17bc3e3ac664e9ca980

11 years agoAdded possibility to disable text input for PopupDateField (#6790) 72/272/2
Mikael Grankvist [Thu, 15 Nov 2012 09:21:14 +0000 (11:21 +0200)]
Added possibility to disable text input for PopupDateField (#6790)

Change-Id: I3275fce74c26b1409aa00505c06f459d1ae2e6ce

11 years agoFix NPE when removing FileDownloader (#10198) 85/285/2
Artur Signell [Fri, 16 Nov 2012 15:24:54 +0000 (17:24 +0200)]
Fix NPE when removing FileDownloader (#10198)

Change-Id: I2423e3fbe88becfd76ed17c15d911d9253bf6e35

11 years agoFix renamed class 88/288/1
Leif Åstrand [Mon, 19 Nov 2012 10:28:23 +0000 (12:28 +0200)]
Fix renamed class

Change-Id: I90e66d440666480d558f83cb7e5277c10ed6177b

11 years agoHandle canceled or ignored XHR requests after beforeunload (#8891) 37/237/4
Leif Åstrand [Thu, 15 Nov 2012 07:40:42 +0000 (09:40 +0200)]
Handle canceled or ignored XHR requests after beforeunload (#8891)

* Not automatically testable as it depends exact timings

Change-Id: I53bccce675520ab2c7bb007766546b4cd3fe6e53

11 years agoRead browser width and height from request in Page.init (#9073) 83/283/2
Johannes Dahlström [Fri, 16 Nov 2012 13:34:23 +0000 (15:34 +0200)]
Read browser width and height from request in Page.init (#9073)

* Also change default screen width and height in WebBrowser to -1 for consistency
* Test for reading browser details in UI.init

Change-Id: I24339fd3742857392e1fc768696eeb2fb5551a90

11 years agoRenamed VaadinServiceSession to VaadinSession (#10223) 87/287/1
Artur Signell [Fri, 16 Nov 2012 16:29:44 +0000 (18:29 +0200)]
Renamed VaadinServiceSession to VaadinSession (#10223)

Change-Id: Id7f367300c000aa47edc12084f4e9500502466c3

11 years ago@Connect lastonly -> lastOnly (#10244) 84/284/1
Leif Åstrand [Fri, 16 Nov 2012 14:42:21 +0000 (16:42 +0200)]
@Connect lastonly -> lastOnly (#10244)

Change-Id: I5d587852d00b485eb57e10ad3ba874ea1b500a19

11 years ago(#10186) Using the lighten function breaks up any later references to the parameter... 79/279/1
Sebastian Nyholm [Thu, 15 Nov 2012 15:12:42 +0000 (17:12 +0200)]
(#10186) Using the lighten function breaks up any later references to the parameter value

Change-Id: Ibdf66332dff186bcb791bbe48cb3d3ebcc87ede9

11 years ago(#10174) Value of a variable cannot be assigned to another variable 78/278/1
Sebastian Nyholm [Thu, 15 Nov 2012 15:45:19 +0000 (17:45 +0200)]
(#10174) Value of a variable cannot be assigned to another variable

Change-Id: Ib6879b685259c775fc9159e572c182093ae69f8d

11 years ago(#10182) Rule order not preserved when using parent reference in sass 77/277/1
Sebastian Nyholm [Thu, 15 Nov 2012 12:33:28 +0000 (14:33 +0200)]
(#10182) Rule order not preserved when using parent reference in sass

Change-Id: Ief701eef3a262c4fd0c14241c54b3d57cb858027

11 years agoMade it possible again to use Navigator with UI/Panel/Window (#10211) 71/271/1 7.0.0.beta9
Artur Signell [Thu, 15 Nov 2012 07:15:44 +0000 (09:15 +0200)]
Made it possible again to use Navigator with UI/Panel/Window (#10211)

Change-Id: I4b9c6c5eecb7b6d18e1ef7afcb38889bd7fec8aa

11 years agoMade method public as VForm is now in a different package (#9923) 69/269/1
Artur Signell [Wed, 14 Nov 2012 13:36:13 +0000 (15:36 +0200)]
Made method public as VForm is now in a different package (#9923)

Change-Id: I4304737a21b9aa369703fd080e4dc07779e1c38d

11 years agoMerge "Fix LegacyUIAddRemoveComponents test (#2924)"
Artur Signell [Wed, 14 Nov 2012 13:26:45 +0000 (13:26 +0000)]
Merge "Fix LegacyUIAddRemoveComponents test (#2924)"

11 years agoMerge "Made PopupView work with TB again and fixed test (#10187)"
Artur Signell [Wed, 14 Nov 2012 13:25:31 +0000 (13:25 +0000)]
Merge "Made PopupView work with TB again and fixed test (#10187)"

11 years agoMade PopupView work with TB again and fixed test (#10187) 56/256/3
Artur Signell [Tue, 13 Nov 2012 14:21:56 +0000 (16:21 +0200)]
Made PopupView work with TB again and fixed test (#10187)

Change-Id: I36b568866a69354caa36609fc7c7d42082bc9489

11 years agoMerge "Remove Window.addComponent() (#2924)"
Artur Signell [Wed, 14 Nov 2012 13:24:02 +0000 (13:24 +0000)]
Merge "Remove Window.addComponent() (#2924)"

11 years agoMerge "Updated Form to use hierarchy change event (#9923)"
Johannes Dahlström [Wed, 14 Nov 2012 13:21:46 +0000 (13:21 +0000)]
Merge "Updated Form to use hierarchy change event (#9923)"

11 years agoUpdated Form to use hierarchy change event (#9923) 51/251/2
Artur Signell [Mon, 12 Nov 2012 17:09:14 +0000 (19:09 +0200)]
Updated Form to use hierarchy change event (#9923)

Change-Id: I33475b5445b4f4724d5af84206d22d0c8e71dad1

11 years agoMerge "UI stylename handling (#9832)"
Johannes Dahlström [Wed, 14 Nov 2012 13:19:44 +0000 (13:19 +0000)]
Merge "UI stylename handling (#9832)"

11 years agoUI stylename handling (#9832) 34/234/5
Johannes Dahlström [Wed, 31 Oct 2012 15:31:16 +0000 (17:31 +0200)]
UI stylename handling (#9832)

* Change VUI class name from v-view to v-ui
* Use state.primaryStyleName so it can be changed
* Remove useless v-app-VaadinServiceSession from bootstrap root div

Change-Id: I67d3cb3efb5b4033416dcfcf7f39cbc71ac70cbc

11 years agoRemove Window.addComponent() (#2924) 67/267/1
Henri Sara [Wed, 14 Nov 2012 13:13:21 +0000 (15:13 +0200)]
Remove Window.addComponent() (#2924)

Change-Id: Ida3269e3cce906fd4b55c5e1049b24e0ff383289

11 years agoFix test: Window is not a ComponentContainer (#2924) 66/266/2
Henri Sara [Wed, 14 Nov 2012 12:45:25 +0000 (14:45 +0200)]
Fix test: Window is not a ComponentContainer (#2924)

Change-Id: Id126f12e764672f6d360b613b9169b002e73ae96

11 years agoPanel and Window based on AbstractSingleComponentContainer (#2924) 65/265/1
Henri Sara [Wed, 14 Nov 2012 11:49:47 +0000 (13:49 +0200)]
Panel and Window based on AbstractSingleComponentContainer (#2924)

Change-Id: I9eb1f40a02dcad0f756ad2518d86ef1c52aa69c2

11 years agoFix LegacyUIAddRemoveComponents test (#2924) 64/264/1
Henri Sara [Wed, 14 Nov 2012 10:52:21 +0000 (12:52 +0200)]
Fix LegacyUIAddRemoveComponents test (#2924)

Change-Id: Ib6f59d3707713a5ec3c23ee552e19d87d4713862

11 years agoMove widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) 60/260/2
Johannes Dahlström [Mon, 12 Nov 2012 11:22:47 +0000 (13:22 +0200)]
Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392)

Conflicts:

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

Change-Id: Ie65e26c9e3df520b099744d4bc1aecc901eaa07a

11 years agoUI based on AbstractBasicComponentContainer (#2924) - make test compile 63/263/1
Henri Sara [Wed, 14 Nov 2012 08:42:34 +0000 (10:42 +0200)]
UI based on AbstractBasicComponentContainer (#2924) - make test compile

Change-Id: Ieef4c133ac5f6601f6e3f0780cb383bbe4fa4f49

11 years agoMove widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) - fixes 62/262/1
Henri Sara [Wed, 14 Nov 2012 08:17:06 +0000 (10:17 +0200)]
Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) - fixes

- move VRichTextToolbar back to sub-package where its resources are (not
a top level widget)
- update some package names in browser specific overrides
- update a test

Change-Id: Id7ff5307b881ef1912e805b280604fbe09c35e0b

11 years agoMove widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) - fix 61/261/1
Henri Sara [Wed, 14 Nov 2012 07:23:53 +0000 (09:23 +0200)]
Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) - fix
native javascript methods

Change-Id: Ib307c7eb0568690f9eaf59ce0bf039fe82634547

11 years agoUI based on AbstractBasicComponentContainer (#2924) 48/248/7
Henri Sara [Tue, 13 Nov 2012 16:08:29 +0000 (18:08 +0200)]
UI based on AbstractBasicComponentContainer (#2924)

Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87

11 years agoMade test compatible with overlay container
Artur Signell [Tue, 13 Nov 2012 16:02:38 +0000 (18:02 +0200)]
Made test compatible with overlay container

Change-Id: I2774fc044690b30d83b178b9080e78dda2ed2d02

11 years agoMove widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) 50/250/2
Johannes Dahlström [Mon, 12 Nov 2012 11:22:47 +0000 (13:22 +0200)]
Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392)

Change-Id: I5bc64ed7446ca6f87311bf63f49fb883cfd8b538

11 years agoMerge "Renamed uri fragment methods in Page to use UriFragment instead of Fragment...
Johannes Dahlström [Tue, 13 Nov 2012 15:40:58 +0000 (15:40 +0000)]
Merge "Renamed uri fragment methods in Page to use UriFragment instead of Fragment (#10141)"

11 years agoMerge "Do not include javadoc jar in zip (#9963)"
Henri Sara [Tue, 13 Nov 2012 14:54:16 +0000 (14:54 +0000)]
Merge "Do not include javadoc jar in zip (#9963)"

11 years agoMerge "Run IE10 in IE9 compatibility mode for now (#10172)"
Johannes Dahlström [Tue, 13 Nov 2012 14:52:07 +0000 (14:52 +0000)]
Merge "Run IE10 in IE9 compatibility mode for now (#10172)"

11 years agoDo not include javadoc jar in zip (#9963) 59/259/1
Artur Signell [Tue, 13 Nov 2012 14:34:23 +0000 (16:34 +0200)]
Do not include javadoc jar in zip (#9963)

Change-Id: I1b1a067e8e67a6c21eb6401efa2cf38b81905e22

11 years agoRun IE10 in IE9 compatibility mode for now (#10172) 58/258/1
Artur Signell [Tue, 13 Nov 2012 14:30:28 +0000 (16:30 +0200)]
Run IE10 in IE9 compatibility mode for now (#10172)

Change-Id: I66f77c67692092a203bb84ae152ba9ccbff4bda8

11 years agoRenamed uri fragment methods in Page to use UriFragment instead of Fragment (#10141) 57/257/1
Artur Signell [Tue, 13 Nov 2012 14:29:01 +0000 (16:29 +0200)]
Renamed uri fragment methods in Page to use UriFragment instead of Fragment (#10141)

Change-Id: I1c5826a667e718ec147807889082d27392cf44e8

11 years ago(#10180) Moved positioning from onStateChanged to onConnectorHierarchyChange. Added... 55/255/5
Mikael Grankvist [Tue, 13 Nov 2012 11:35:27 +0000 (13:35 +0200)]
(#10180) Moved positioning from onStateChanged to onConnectorHierarchyChange. Added test.

Change-Id: Iccd290a8e2be165207abe1b4805ec992d24bad0d

11 years agoMerge "Do not publish builds automatically to local Maven (#9926)"
Henri Sara [Tue, 13 Nov 2012 10:58:53 +0000 (10:58 +0000)]
Merge "Do not publish builds automatically to local Maven (#9926)"

11 years agoMerge "Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#10132)"
Henri Sara [Tue, 13 Nov 2012 10:57:59 +0000 (10:57 +0000)]
Merge "Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#10132)"

11 years agoMerge "Fixed widget comparisons to avoid reattaching children (#9807)"
John Ahlroos [Tue, 13 Nov 2012 10:49:42 +0000 (10:49 +0000)]
Merge "Fixed widget comparisons to avoid reattaching children (#9807)"

11 years ago(#9924) Moved hierarchy code and fixed popup view to not be a LegacyComponent anymore. 54/254/2
Mikael Grankvist [Tue, 13 Nov 2012 08:11:51 +0000 (10:11 +0200)]
(#9924) Moved hierarchy code and fixed popup view to not be a LegacyComponent anymore.

Change-Id: I2d12b8876bee47030383cf4845efd49eaeee72ee

11 years agoFixed widget comparisons to avoid reattaching children (#9807) 52/252/2
Artur Signell [Mon, 12 Nov 2012 17:56:24 +0000 (19:56 +0200)]
Fixed widget comparisons to avoid reattaching children (#9807)

Change-Id: Iae6de2bf3d6cbc39fc2b6285eb1e514710e98818

11 years agoMerge "Use commons-lang 2.6 in server aswell as in client-compiler (#9970)"
John Ahlroos [Tue, 13 Nov 2012 07:17:14 +0000 (07:17 +0000)]
Merge "Use commons-lang 2.6 in server aswell as in client-compiler (#9970)"

11 years agoMerge "Do not include classes which cannot be instansiated"
John Ahlroos [Tue, 13 Nov 2012 07:11:02 +0000 (07:11 +0000)]
Merge "Do not include classes which cannot be instansiated"

11 years agoUse commons-lang 2.6 in server aswell as in client-compiler (#9970) 53/253/1
Artur Signell [Mon, 12 Nov 2012 17:59:30 +0000 (19:59 +0200)]
Use commons-lang 2.6 in server aswell as in client-compiler (#9970)

Change-Id: I863d8f015fe8cb17b571ac3e8675591560247627

11 years agoFixed ClassloaderResolver on Windows (#9606) 46/246/1
Artur Signell [Mon, 12 Nov 2012 14:31:41 +0000 (16:31 +0200)]
Fixed ClassloaderResolver on Windows (#9606)

Change-Id: I4bb5b17eb27622d4ed52368dd7678a4851eb94c2

11 years agoFixed row focus not removed when selecting rows in Table #10036 43/243/1
John Ahlroos [Mon, 12 Nov 2012 12:38:08 +0000 (14:38 +0200)]
Fixed row focus not removed when selecting rows in Table #10036

Change-Id: Ie9089d7d35e8c3d27f93938141c0378816e4f48e

11 years agoMerge "Fixes #10166 SassCompiler parent reference in middle of selector bugs"
Marc Englund [Mon, 12 Nov 2012 11:01:38 +0000 (11:01 +0000)]
Merge "Fixes #10166 SassCompiler parent reference in middle of selector bugs"

11 years agoCall ViewDisplay.showView before View.enter in Navigator.navigateTo (#10132) 42/242/1
Johannes Dahlström [Mon, 12 Nov 2012 10:52:17 +0000 (12:52 +0200)]
Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#10132)

Change-Id: I48ecb305166557f1671bdd635c25f17b8f490297

11 years agoMerge "ParentSelectorHandler was using wrong HashMap implementation"
Marc Englund [Mon, 12 Nov 2012 09:58:52 +0000 (09:58 +0000)]
Merge "ParentSelectorHandler was using wrong HashMap implementation"

11 years agoMerge "Fixes #9545 SASS mixin nesting bugs with mixin. Fixes issue with blocknodes...
Marc Englund [Mon, 12 Nov 2012 09:58:29 +0000 (09:58 +0000)]
Merge "Fixes #9545 SASS mixin nesting bugs with mixin. Fixes issue with blocknodes showing up in the wrong order"

11 years agoMerge "Fixed absolute layout class cast exception #10155"
Artur Signell [Mon, 12 Nov 2012 09:39:02 +0000 (09:39 +0000)]
Merge "Fixed absolute layout class cast exception #10155"

11 years agoFixes #10166 SassCompiler parent reference in middle of selector bugs 41/241/2
Sebastian Nyholm [Mon, 12 Nov 2012 09:07:29 +0000 (11:07 +0200)]
Fixes #10166 SassCompiler parent reference in middle of selector bugs

Change-Id: I725191cf209832c415146af917fb4b9b23912f89

11 years agoParentSelectorHandler was using wrong HashMap implementation 40/240/1
Sebastian Nyholm [Mon, 12 Nov 2012 08:00:45 +0000 (10:00 +0200)]
ParentSelectorHandler was using wrong HashMap implementation

Change-Id: Ia07c813a8b380f3599cdf84ef036457d2911a545

11 years agoFixes #9545 SASS mixin nesting bugs with mixin. Fixes issue with blocknodes showing... 39/239/1
Sebastian Nyholm [Mon, 12 Nov 2012 07:57:53 +0000 (09:57 +0200)]
Fixes #9545 SASS mixin nesting bugs with mixin. Fixes issue with blocknodes showing up in the wrong order

Change-Id: Iba2dd3ddc3136ddba93e9653614b42f0b0dca971

11 years agoFix typo 38/238/1
Leif Åstrand [Fri, 9 Nov 2012 13:34:27 +0000 (15:34 +0200)]
Fix typo

Change-Id: I52aaaa743f831d46d304ec4424b68e9f28bfdb30

11 years agoRename DefaultDeploymentConfiguration.idleRootCleanupEnabled to idleUICleanupEnabled
Johannes Dahlström [Thu, 8 Nov 2012 14:29:19 +0000 (16:29 +0200)]
Rename DefaultDeploymentConfiguration.idleRootCleanupEnabled to idleUICleanupEnabled

Change-Id: I618b23259b24436b985e226512a0fae3b380433b

11 years agoMerge "Rename Application.getRootConnector to getUIConnector (#10158)"
Marc Englund [Fri, 9 Nov 2012 12:39:33 +0000 (12:39 +0000)]
Merge "Rename Application.getRootConnector to getUIConnector (#10158)"

11 years agoFixed ordering in ordered layout when inserting components #10154 25/225/7
John Ahlroos [Wed, 7 Nov 2012 13:09:41 +0000 (15:09 +0200)]
Fixed ordering in ordered layout when inserting components #10154

Change-Id: I025745a4f575ecaece0e897e9b8f90adba7c2d63

11 years agoVerify child info in state before attaching widgets (#10150) 22/222/2
Leif Åstrand [Wed, 7 Nov 2012 08:50:14 +0000 (10:50 +0200)]
Verify child info in state before attaching widgets (#10150)

Change-Id: If6677bd1fcfc6dadd09d5816b93a0206417facb3

11 years agoMerge "Fixes #9546, #9974, #10100, #10105"
Marc Englund [Fri, 9 Nov 2012 07:37:00 +0000 (07:37 +0000)]
Merge "Fixes #9546, #9974, #10100, #10105"

11 years agoFixes #9546, #9974, #10100, #10105 15/215/5
Sebastian Nyholm [Mon, 22 Oct 2012 08:11:04 +0000 (11:11 +0300)]
Fixes #9546, #9974, #10100, #10105

Change-Id: I1baccb5604899707960b1cf06887ada0fe217d08

11 years agoRename Application.getRootConnector to getUIConnector (#10158) 33/233/1
Johannes Dahlström [Thu, 8 Nov 2012 14:25:03 +0000 (16:25 +0200)]
Rename Application.getRootConnector to getUIConnector (#10158)

Change-Id: I9f7714cc8a723550e521b1cd0fb70499f3f12138

11 years agoMerge "Handle the situation where browser reports an unknown button on click event...
Artur Signell [Thu, 8 Nov 2012 13:35:28 +0000 (13:35 +0000)]
Merge "Handle the situation where browser reports an unknown button on click event (#9956)"