Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reomove DynamicConnectorResource (#10227) | Leif Åstrand | 2012-11-21 | 3 | -122/+13 |
| | | | | Change-Id: I9e91f9d57e22d3df621a19e0250339d5d2763827 | ||||
* | Add shorthands for locking the session (#10225) | Leif Åstrand | 2012-11-21 | 3 | -24/+72 |
| | | | | Change-Id: Ic2f3843a48a6e26af848208e9495473853146fbe | ||||
* | Merge "Rename DependencyResource to PublishedFile (#10224)" | Leif Åstrand | 2012-11-21 | 6 | -56/+57 |
|\ | |||||
| * | Rename DependencyResource to PublishedFile (#10224) | Leif Åstrand | 2012-11-21 | 6 | -56/+57 |
| | | | | | | | | Change-Id: I18bd5fbaba7d443cab0626ddd477626995b5f16a | ||||
* | | Renamed setBrowserWindowSize -> updateBrowserWindowSize (#10305) | Artur Signell | 2012-11-21 | 2 | -2/+2 |
|/ | | | | Change-Id: I630cdc0cf4cc83646d1dbe8513f81f5ddd6aa7d7 | ||||
* | Removed com.vaadin.server.Terminal (#10230) | Artur Signell | 2012-11-20 | 12 | -74/+71 |
| | | | | | | Moved Terminal.ErrorEvent and Terminal.ErrorListener to com.vaadin.server Change-Id: I4ce67722b88abc38fd740c5980836b24e511a63b | ||||
* | Added getState(boolean) to allow getState without side effects (#10006) | Mikael Grankvist | 2012-11-20 | 2 | -7/+34 |
| | | | | Change-Id: Idee529a8efc245da88192cd059c9e35165d1adad | ||||
* | Moved isComponentVisible to separate interface (#10303) | Artur Signell | 2012-11-20 | 13 | -107/+84 |
| | | | | | | HasComponents.isComponentVisible is now SelectiveRenderer.isRendered Change-Id: Ic3b9cd65278ffc2a38ee20c76ec771ee057268bf | ||||
* | Merge "Added possibility to disable text input for PopupDateField (#6790)" | Artur Signell | 2012-11-20 | 1 | -0/+31 |
|\ | |||||
| * | Added possibility to disable text input for PopupDateField (#6790) | Mikael Grankvist | 2012-11-19 | 1 | -0/+31 |
| | | | | | | | | Change-Id: I3275fce74c26b1409aa00505c06f459d1ae2e6ce | ||||
* | | Add a bunch of methods to request, response and session wrappers (#9749) | Leif Åstrand | 2012-11-20 | 8 | -36/+497 |
| | | | | | | | | | | | | | | * Make VaadinPortletRequest extend PortletRequestWrapper to remove some boilerplate Change-Id: Ibfc0f18d85cf77e17de6d6ce561c44677958e3bd | ||||
* | | Rename VaadinRequest.getRequestPathInfo() to getPathInfo() (#9749) | Leif Åstrand | 2012-11-20 | 10 | -17/+12 |
| | | | | | | | | Change-Id: Ibf460de507b4eea156a794304476b547bf63291a | ||||
* | | Renamed ComponentState to AbstractComponentState (#9032) | Artur Signell | 2012-11-20 | 1 | -3/+3 |
| | | | | | | | | Change-Id: Ida6e0cb7064580be36627fd735d79b82ee69356d | ||||
* | | Use classloader also to find theme styles.scss (#10107) | Artur Signell | 2012-11-20 | 1 | -0/+11 |
| | | | | | | | | Change-Id: I4fb5790dc23e8c5cedfc2113158181abf646245e | ||||
* | | When closeIdleUIs is true, close open UIs only after all UIs have been idle ↵ | Johannes Dahlström | 2012-11-20 | 8 | -73/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Return int instead of Integer (#10306) | Artur Signell | 2012-11-20 | 1 | -2/+2 |
| | | | | | | | | Change-Id: I125b95e357223fb671332fb42736c42725d136ad | ||||
* | | Only process RPC invocation if there's a handler for it (#10134) | Leif Åstrand | 2012-11-20 | 9 | -97/+75 |
| | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | Updated Panel, Window to use Component in constructors (#10300) | Artur Signell | 2012-11-20 | 2 | -14/+11 |
| | | | | | | | | | | | | * Updated javadoc to be consistent with how Panel and Window behave (#10289) Change-Id: I682d202e27b14d9695a8a6cd9eaff8a53fc6ae82 | ||||
* | | Removed deprecation as EventRouter will not be replaced for 7.0 (#10247) | Artur Signell | 2012-11-20 | 3 | -21/+6 |
| | | | | | | | | Change-Id: I14cc9c837bb966ff7ed5c396cedce0f6d75aaeb4 | ||||
* | | Changed SystemMessagesProvider parameter into object (#10226) | Artur Signell | 2012-11-19 | 9 | -24/+85 |
|/ | | | | Change-Id: I7ba22460ae5105e29b88b17bc3e3ac664e9ca980 | ||||
* | Read browser width and height from request in Page.init (#9073) | Johannes Dahlström | 2012-11-19 | 2 | -6/+18 |
| | | | | | | | * Also change default screen width and height in WebBrowser to -1 for consistency * Test for reading browser details in UI.init Change-Id: I24339fd3742857392e1fc768696eeb2fb5551a90 | ||||
* | Renamed VaadinServiceSession to VaadinSession (#10223) | Artur Signell | 2012-11-16 | 39 | -182/+170 |
| | | | | Change-Id: Id7f367300c000aa47edc12084f4e9500502466c3 | ||||
* | Made it possible again to use Navigator with UI/Panel/Window (#10211)7.0.0.beta9 | Artur Signell | 2012-11-15 | 1 | -0/+59 |
| | | | | Change-Id: I4b9c6c5eecb7b6d18e1ef7afcb38889bd7fec8aa | ||||
* | Merge "Remove Window.addComponent() (#2924)" | Artur Signell | 2012-11-14 | 2 | -47/+15 |
|\ | |||||
| * | Remove Window.addComponent() (#2924) | Henri Sara | 2012-11-14 | 2 | -47/+15 |
| | | | | | | | | Change-Id: Ida3269e3cce906fd4b55c5e1049b24e0ff383289 | ||||
* | | Merge "Updated Form to use hierarchy change event (#9923)" | Johannes Dahlström | 2012-11-14 | 1 | -0/+14 |
|\ \ | |||||
| * | | Updated Form to use hierarchy change event (#9923) | Artur Signell | 2012-11-14 | 1 | -0/+14 |
| |/ | | | | | | | Change-Id: I33475b5445b4f4724d5af84206d22d0c8e71dad1 | ||||
* | | Merge "UI stylename handling (#9832)" | Johannes Dahlström | 2012-11-14 | 1 | -5/+1 |
|\ \ | |/ |/| | |||||
| * | UI stylename handling (#9832) | Johannes Dahlström | 2012-11-14 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | * 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 | ||||
* | | Panel and Window based on AbstractSingleComponentContainer (#2924) | Henri Sara | 2012-11-14 | 2 | -179/+26 |
|/ | | | | Change-Id: I9eb1f40a02dcad0f756ad2518d86ef1c52aa69c2 | ||||
* | UI based on AbstractBasicComponentContainer (#2924) | Henri Sara | 2012-11-13 | 7 | -377/+681 |
| | | | | Change-Id: I1614a3464b8e7a0e9ecdd8c3a76335cdb85bdf87 | ||||
* | Merge "Renamed uri fragment methods in Page to use UriFragment instead of ↵ | Johannes Dahlström | 2012-11-13 | 2 | -58/+60 |
|\ | | | | | | | Fragment (#10141)" | ||||
| * | Renamed uri fragment methods in Page to use UriFragment instead of Fragment ↵ | Artur Signell | 2012-11-13 | 2 | -58/+60 |
| | | | | | | | | | | | | (#10141) Change-Id: I1c5826a667e718ec147807889082d27392cf44e8 | ||||
* | | Run IE10 in IE9 compatibility mode for now (#10172) | Artur Signell | 2012-11-13 | 1 | -1/+1 |
|/ | | | | Change-Id: I66f77c67692092a203bb84ae152ba9ccbff4bda8 | ||||
* | Merge "Call ViewDisplay.showView before View.enter in Navigator.navigateTo ↵ | Henri Sara | 2012-11-13 | 1 | -3/+3 |
|\ | | | | | | | (#10132)" | ||||
| * | Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#10132) | Johannes Dahlström | 2012-11-12 | 1 | -3/+3 |
| | | | | | | | | Change-Id: I48ecb305166557f1671bdd635c25f17b8f490297 | ||||
* | | (#9924) Moved hierarchy code and fixed popup view to not be a ↵ | Mikael Grankvist | 2012-11-13 | 1 | -49/+27 |
|/ | | | | | | LegacyComponent anymore. Change-Id: I2d12b8876bee47030383cf4845efd49eaeee72ee | ||||
* | Fix typo | Leif Åstrand | 2012-11-09 | 1 | -3/+3 |
| | | | | Change-Id: I52aaaa743f831d46d304ec4424b68e9f28bfdb30 | ||||
* | Rename DefaultDeploymentConfiguration.idleRootCleanupEnabled to ↵ | Johannes Dahlström | 2012-11-09 | 1 | -3/+3 |
| | | | | | | idleUICleanupEnabled Change-Id: I618b23259b24436b985e226512a0fae3b380433b | ||||
* | Removed dead code | Artur Signell | 2012-11-08 | 1 | -120/+0 |
| | | | | Change-Id: Ieb83a098d1032ba79ff2e589e5b86b32ceab94b3 | ||||
* | Modified FieldGroup so that fields configured with read only properties | tapio | 2012-11-08 | 2 | -7/+34 |
| | | | | | will also be made read only (#9076). Change-Id: I183ae263f4952a51513623d38dc9e04ce1482f45 | ||||
* | Added missing cast (#9342) | Artur Signell | 2012-11-07 | 1 | -1/+1 |
| | | | | Change-Id: If8078ffea6fd2bcaf62591ed8930905cdc1d3a1d | ||||
* | Moved EventRouter from AbstractComponent to AbstractClientConnector (#9342) | Artur Signell | 2012-11-07 | 3 | -311/+317 |
| | | | | Change-Id: I33981f0c80ab367d74bbbeebb48abbc81d4f182c | ||||
* | Added Component.getDescription (#8154) | Artur Signell | 2012-11-07 | 2 | -55/+63 |
| | | | | Change-Id: Iaa2f35415e68ecd4d53fd8743eb2c5cfb0afd36a | ||||
* | Merge "AbstractComponentContainer should implement getComponentIterator and ↵ | Johannes Dahlström | 2012-11-06 | 13 | -21/+13 |
|\ | | | | | | | not iterator (#10144)" | ||||
| * | AbstractComponentContainer should implement getComponentIterator and not ↵ | Artur Signell | 2012-11-06 | 13 | -21/+13 |
| | | | | | | | | | | | | iterator (#10144) Change-Id: I092cc71dfa9ded74f6624e6808a9ec1de7cf1cb5 | ||||
* | | Merge "Merged com.vaadin.service into com.vaadin.util (#10146)" | Johannes Dahlström | 2012-11-06 | 9 | -28/+8 |
|\ \ | |||||
| * | | Merged com.vaadin.service into com.vaadin.util (#10146) | Artur Signell | 2012-11-06 | 9 | -28/+8 |
| | | | | | | | | | | | | Change-Id: I313ba80073b89a90da8ebe8c26f35c4fcc51f431 | ||||
* | | | Merge "Moved classes from com.vaadin to com.vaadin.server (#10145)" | Johannes Dahlström | 2012-11-06 | 11 | -16/+4 |
|\| | | |||||
| * | | Moved classes from com.vaadin to com.vaadin.server (#10145) | Artur Signell | 2012-11-06 | 11 | -16/+4 |
| |/ | | | | | | | Change-Id: Ica48f1d5edbefde0ef8afca0c2774fe122a6c8ad |