]>
source.dussan.org Git - vaadin-framework.git/log
Leif Åstrand [Wed, 21 Nov 2012 11:45:18 +0000 (13:45 +0200)]
Global code cleanup
Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86
Henri Sara [Wed, 21 Nov 2012 11:28:49 +0000 (13:28 +0200)]
Implement abstract HasComponents related client side connectors (#10248)
Change-Id: I8e0d1505d24ed8d24702557a38ffd867a513bdd2
Leif Åstrand [Wed, 21 Nov 2012 08:30:25 +0000 (10:30 +0200)]
Add shorthands for locking the session (#10225)
Change-Id: Ic2f3843a48a6e26af848208e9495473853146fbe
Leif Åstrand [Wed, 21 Nov 2012 08:46:43 +0000 (08:46 +0000)]
Merge "Rename DependencyResource to PublishedFile (#10224)"
Leif Åstrand [Tue, 20 Nov 2012 13:24:46 +0000 (15:24 +0200)]
Rename DependencyResource to PublishedFile (#10224)
Change-Id: I18bd5fbaba7d443cab0626ddd477626995b5f16a
Artur Signell [Wed, 21 Nov 2012 08:29:23 +0000 (10:29 +0200)]
Renamed setBrowserWindowSize -> updateBrowserWindowSize (#10305)
Change-Id: I630cdc0cf4cc83646d1dbe8513f81f5ddd6aa7d7
Artur Signell [Wed, 21 Nov 2012 07:15:11 +0000 (09:15 +0200)]
Removed server class reference from shared javadoc
Change-Id: Iaa38a50c7198d416799a53e66cd4828948b4b62d
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"
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
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"
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"
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
Artur Signell [Mon, 19 Nov 2012 18:12:01 +0000 (20:12 +0200)]
Renamed suspend/resumeRendering be more descriptive (#10242)
Change-Id: I817fdab5529b0192f58e76ea31b97efb18b3f881
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
Artur Signell [Tue, 20 Nov 2012 13:12:43 +0000 (13:12 +0000)]
Merge "Added possibility to disable text input for PopupDateField (#6790)"
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
Leif Åstrand [Tue, 20 Nov 2012 09:46:12 +0000 (11:46 +0200)]
Rename VaadinRequest.getRequestPathInfo() to getPathInfo() (#9749)
Change-Id: Ibf460de507b4eea156a794304476b547bf63291a
Artur Signell [Tue, 20 Nov 2012 10:04:11 +0000 (12:04 +0200)]
Renamed ComponentState to AbstractComponentState (#9032)
Change-Id: Ida6e0cb7064580be36627fd735d79b82ee69356d
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
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
Artur Signell [Tue, 20 Nov 2012 09:55:35 +0000 (11:55 +0200)]
Return int instead of Integer (#10306)
Change-Id: I125b95e357223fb671332fb42736c42725d136ad
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
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"
Artur Signell [Tue, 20 Nov 2012 08:53:55 +0000 (08:53 +0000)]
Merge "SassCompiler finds input in a better way, fixes #10299"
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
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
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
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
Artur Signell [Mon, 19 Nov 2012 18:19:47 +0000 (20:19 +0200)]
Changed SystemMessagesProvider parameter into object (#10226)
Change-Id: I7ba22460ae5105e29b88b17bc3e3ac664e9ca980
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
Artur Signell [Fri, 16 Nov 2012 15:24:54 +0000 (17:24 +0200)]
Fix NPE when removing FileDownloader (#10198)
Change-Id: I2423e3fbe88becfd76ed17c15d911d9253bf6e35
Leif Åstrand [Mon, 19 Nov 2012 10:28:23 +0000 (12:28 +0200)]
Fix renamed class
Change-Id: I90e66d440666480d558f83cb7e5277c10ed6177b
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
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
Artur Signell [Fri, 16 Nov 2012 16:29:44 +0000 (18:29 +0200)]
Renamed VaadinServiceSession to VaadinSession (#10223)
Change-Id: Id7f367300c000aa47edc12084f4e9500502466c3
Leif Åstrand [Fri, 16 Nov 2012 14:42:21 +0000 (16:42 +0200)]
@Connect lastonly -> lastOnly (#10244)
Change-Id: I5d587852d00b485eb57e10ad3ba874ea1b500a19
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
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
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
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
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
Artur Signell [Wed, 14 Nov 2012 13:26:45 +0000 (13:26 +0000)]
Merge "Fix LegacyUIAddRemoveComponents test (#2924)"
Artur Signell [Wed, 14 Nov 2012 13:25:31 +0000 (13:25 +0000)]
Merge "Made PopupView work with TB again and fixed test (#10187)"
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
Artur Signell [Wed, 14 Nov 2012 13:24:02 +0000 (13:24 +0000)]
Merge "Remove Window.addComponent() (#2924)"
Johannes Dahlström [Wed, 14 Nov 2012 13:21:46 +0000 (13:21 +0000)]
Merge "Updated Form to use hierarchy change event (#9923)"
Artur Signell [Mon, 12 Nov 2012 17:09:14 +0000 (19:09 +0200)]
Updated Form to use hierarchy change event (#9923)
Change-Id: I33475b5445b4f4724d5af84206d22d0c8e71dad1
Johannes Dahlström [Wed, 14 Nov 2012 13:19:44 +0000 (13:19 +0000)]
Merge "UI stylename handling (#9832)"
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
Henri Sara [Wed, 14 Nov 2012 13:13:21 +0000 (15:13 +0200)]
Remove Window.addComponent() (#2924)
Change-Id: Ida3269e3cce906fd4b55c5e1049b24e0ff383289
Henri Sara [Wed, 14 Nov 2012 12:45:25 +0000 (14:45 +0200)]
Fix test: Window is not a ComponentContainer (#2924)
Change-Id: Id126f12e764672f6d360b613b9169b002e73ae96
Henri Sara [Wed, 14 Nov 2012 11:49:47 +0000 (13:49 +0200)]
Panel and Window based on AbstractSingleComponentContainer (#2924)
Change-Id: I9eb1f40a02dcad0f756ad2518d86ef1c52aa69c2
Henri Sara [Wed, 14 Nov 2012 10:52:21 +0000 (12:52 +0200)]
Fix LegacyUIAddRemoveComponents test (#2924)
Change-Id: Ib6f59d3707713a5ec3c23ee552e19d87d4713862
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
Henri Sara [Wed, 14 Nov 2012 08:42:34 +0000 (10:42 +0200)]
UI based on AbstractBasicComponentContainer (#2924) - make test compile
Change-Id: Ieef4c133ac5f6601f6e3f0780cb383bbe4fa4f49
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
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
Henri Sara [Tue, 13 Nov 2012 16:08:29 +0000 (18:08 +0200)]
UI based on AbstractBasicComponentContainer (#2924)
Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87
Artur Signell [Tue, 13 Nov 2012 16:02:38 +0000 (18:02 +0200)]
Made test compatible with overlay container
Change-Id: I2774fc044690b30d83b178b9080e78dda2ed2d02
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
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)"
Henri Sara [Tue, 13 Nov 2012 14:54:16 +0000 (14:54 +0000)]
Merge "Do not include javadoc jar in zip (#9963)"
Johannes Dahlström [Tue, 13 Nov 2012 14:52:07 +0000 (14:52 +0000)]
Merge "Run IE10 in IE9 compatibility mode for now (#10172)"
Artur Signell [Tue, 13 Nov 2012 14:34:23 +0000 (16:34 +0200)]
Do not include javadoc jar in zip (#9963)
Change-Id: I1b1a067e8e67a6c21eb6401efa2cf38b81905e22
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
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
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
Henri Sara [Tue, 13 Nov 2012 10:58:53 +0000 (10:58 +0000)]
Merge "Do not publish builds automatically to local Maven (#9926)"
Henri Sara [Tue, 13 Nov 2012 10:57:59 +0000 (10:57 +0000)]
Merge "Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#10132)"
John Ahlroos [Tue, 13 Nov 2012 10:49:42 +0000 (10:49 +0000)]
Merge "Fixed widget comparisons to avoid reattaching children (#9807)"
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
Artur Signell [Mon, 12 Nov 2012 17:56:24 +0000 (19:56 +0200)]
Fixed widget comparisons to avoid reattaching children (#9807)
Change-Id: Iae6de2bf3d6cbc39fc2b6285eb1e514710e98818
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)"
John Ahlroos [Tue, 13 Nov 2012 07:11:02 +0000 (07:11 +0000)]
Merge "Do not include classes which cannot be instansiated"
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
Artur Signell [Mon, 12 Nov 2012 14:31:41 +0000 (16:31 +0200)]
Fixed ClassloaderResolver on Windows (#9606)
Change-Id: I4bb5b17eb27622d4ed52368dd7678a4851eb94c2
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
Marc Englund [Mon, 12 Nov 2012 11:01:38 +0000 (11:01 +0000)]
Merge "Fixes #10166 SassCompiler parent reference in middle of selector bugs"
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
Marc Englund [Mon, 12 Nov 2012 09:58:52 +0000 (09:58 +0000)]
Merge "ParentSelectorHandler was using wrong HashMap implementation"
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"
Artur Signell [Mon, 12 Nov 2012 09:39:02 +0000 (09:39 +0000)]
Merge "Fixed absolute layout class cast exception #10155"
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
Sebastian Nyholm [Mon, 12 Nov 2012 08:00:45 +0000 (10:00 +0200)]
ParentSelectorHandler was using wrong HashMap implementation
Change-Id: Ia07c813a8b380f3599cdf84ef036457d2911a545
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
Leif Åstrand [Fri, 9 Nov 2012 13:34:27 +0000 (15:34 +0200)]
Fix typo
Change-Id: I52aaaa743f831d46d304ec4424b68e9f28bfdb30
Johannes Dahlström [Thu, 8 Nov 2012 14:29:19 +0000 (16:29 +0200)]
Rename DefaultDeploymentConfiguration.idleRootCleanupEnabled to idleUICleanupEnabled
Change-Id: I618b23259b24436b985e226512a0fae3b380433b
Marc Englund [Fri, 9 Nov 2012 12:39:33 +0000 (12:39 +0000)]
Merge "Rename Application.getRootConnector to getUIConnector (#10158)"
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
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
Marc Englund [Fri, 9 Nov 2012 07:37:00 +0000 (07:37 +0000)]
Merge "Fixes #9546, #9974, #10100, #10105"
Sebastian Nyholm [Mon, 22 Oct 2012 08:11:04 +0000 (11:11 +0300)]
Fixes #9546, #9974, #10100, #10105
Change-Id: I1baccb5604899707960b1cf06887ada0fe217d08
Johannes Dahlström [Thu, 8 Nov 2012 14:25:03 +0000 (16:25 +0200)]
Rename Application.getRootConnector to getUIConnector (#10158)
Change-Id: I9f7714cc8a723550e521b1cd0fb70499f3f12138
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)"
Johannes Dahlström [Fri, 19 Oct 2012 14:42:10 +0000 (17:42 +0300)]
Handle the situation where browser reports an unknown button on click event (#9956)
Change-Id: Ia6b1ebf42734d546cbba4e5e845d4c9998cdf9f7
Artur Signell [Thu, 8 Nov 2012 13:01:51 +0000 (15:01 +0200)]
Removed dead code
Change-Id: Ieb83a098d1032ba79ff2e589e5b86b32ceab94b3
tapio [Thu, 8 Nov 2012 11:32:06 +0000 (13:32 +0200)]
Modified FieldGroup so that fields configured with read only properties
will also be made read only (#9076).
Change-Id: I183ae263f4952a51513623d38dc9e04ce1482f45
John Ahlroos [Thu, 8 Nov 2012 10:03:45 +0000 (12:03 +0200)]
Fixed absolute layout class cast exception #10155
Change-Id: I5a9772e2d4082453923cfdca17bcef34e833adda
Henri Sara [Wed, 7 Nov 2012 14:39:18 +0000 (14:39 +0000)]
Merge "Exclude files in vaadin-shared-deps from vaadin-client (#9612)"
Artur Signell [Wed, 7 Nov 2012 14:26:25 +0000 (16:26 +0200)]
Added missing cast (#9342)
Change-Id: If8078ffea6fd2bcaf62591ed8930905cdc1d3a1d