]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
11 years agoMerge "Make code splitting work (#8636)"
Artur Signell [Thu, 22 Nov 2012 07:58:32 +0000 (07:58 +0000)]
Merge "Make code splitting work (#8636)"

11 years agoMerge "Fixed problem causing DragAndDropService not to receiving events (#10134)"
Leif Åstrand [Thu, 22 Nov 2012 07:56:17 +0000 (07:56 +0000)]
Merge "Fixed problem causing DragAndDropService not to receiving events (#10134)"

11 years agoMake code splitting work (#8636) 29/329/1
Leif Åstrand [Thu, 22 Nov 2012 07:54:50 +0000 (09:54 +0200)]
Make code splitting work (#8636)

Change-Id: I25c1494d29d20c89dc9c259995ed4b87067e859b

11 years agoMerge "Fixes #10308 (parent reference & causes non-parent selectors to be dropped)"
Henri Sara [Thu, 22 Nov 2012 07:31:23 +0000 (07:31 +0000)]
Merge "Fixes #10308 (parent reference & causes non-parent selectors to be dropped)"

11 years agoFixed problem causing DragAndDropService not to receiving events (#10134) 28/328/2
Artur Signell [Thu, 22 Nov 2012 07:23:52 +0000 (09:23 +0200)]
Fixed problem causing DragAndDropService not to receiving events (#10134)

Change-Id: Ie9cbd37231099b8d4e30dab1dc611e19805c1fc7

11 years agoFixed compilation error caused by class hierarchy changes
Artur Signell [Wed, 21 Nov 2012 17:50:35 +0000 (19:50 +0200)]
Fixed compilation error caused by class hierarchy changes

Change-Id: I321082dec7678d05741ea9e6ea241b5ecf074fd1

11 years agoRemoved invalid import
Artur Signell [Wed, 21 Nov 2012 15:49:01 +0000 (17:49 +0200)]
Removed invalid import

Change-Id: I9df80c9261fcbeadae6f24581d35cd8aba38e75a

11 years agoFixes #10308 (parent reference & causes non-parent selectors to be dropped) 24/324/1
Marc Englund [Wed, 21 Nov 2012 15:03:08 +0000 (17:03 +0200)]
Fixes #10308 (parent reference & causes non-parent selectors to be dropped)

Change-Id: I4821d14b4dc2a9e83e6fbfba67d39e0e3e98970f

11 years agoAdd attach and detach listeners and events to ClientConnector (#8579, #10251) 10/310/3
Johannes Dahlström [Tue, 20 Nov 2012 17:04:55 +0000 (19:04 +0200)]
Add attach and detach listeners and events to ClientConnector (#8579, #10251)

Change-Id: Ifda4b4a770fb7d330f0fe5d606f8415961a574a2

11 years agoMake SessionDestroyListener Serializable 23/323/2
Johannes Dahlström [Wed, 21 Nov 2012 13:21:27 +0000 (15:21 +0200)]
Make SessionDestroyListener Serializable

Change-Id: I27a0a67208f7d8ef7ec580836b85172772039d25

11 years agoRemove AddonContext (#10254) 08/308/2
Leif Åstrand [Tue, 20 Nov 2012 14:53:49 +0000 (16:53 +0200)]
Remove AddonContext (#10254)

Change-Id: I12d3075a4808b004d7b891d1c4092131fa7cb1a2

11 years agoMerge "Implement HasComponents directly in CustomComponent (#10235)"
Artur Signell [Wed, 21 Nov 2012 13:36:23 +0000 (13:36 +0000)]
Merge "Implement HasComponents directly in CustomComponent (#10235)"

11 years agoMerge "Implement HasComponents directly in PopupView (#10238)"
Artur Signell [Wed, 21 Nov 2012 13:32:15 +0000 (13:32 +0000)]
Merge "Implement HasComponents directly in PopupView (#10238)"

11 years agoMerge "Updated ServerConnector javadoc (#10304)"
Johannes Dahlström [Wed, 21 Nov 2012 13:25:29 +0000 (13:25 +0000)]
Merge "Updated ServerConnector javadoc (#10304)"

11 years agoMerge "Replaced ComponentErrorHandler with generic ErrorHandler (#10231)"
Artur Signell [Wed, 21 Nov 2012 13:24:13 +0000 (13:24 +0000)]
Merge "Replaced ComponentErrorHandler with generic ErrorHandler (#10231)"

11 years agoAvoid eternal spinner for exceptions in layout (#10257) 21/321/2
Artur Signell [Wed, 21 Nov 2012 12:58:12 +0000 (14:58 +0200)]
Avoid eternal spinner for exceptions in layout (#10257)

Change-Id: I24dfcf65c5eed90e930dd03663062860f8bda0fb

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 agoUpdated ServerConnector javadoc (#10304) 22/322/1
Artur Signell [Wed, 21 Nov 2012 13:03:10 +0000 (15:03 +0200)]
Updated ServerConnector javadoc (#10304)

Change-Id: Ia2a893b3b56d15a27bce839dcc92dc86e9b3996e

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 agoImplement HasComponents directly in PopupView (#10238) 19/319/1
Henri Sara [Wed, 21 Nov 2012 12:05:51 +0000 (14:05 +0200)]
Implement HasComponents directly in PopupView (#10238)

Change-Id: If0bd9d3cf92c4f040e63f693da214aacac421168

11 years agoImplement HasComponents directly in CustomComponent (#10235) 18/318/1
Henri Sara [Wed, 21 Nov 2012 11:58:29 +0000 (13:58 +0200)]
Implement HasComponents directly in CustomComponent (#10235)

Change-Id: Ic39a14e8239e921a85437cfad67eac149b41a8d3

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