summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Global code cleanupLeif Åstrand2012-11-2157-86/+123
| | | | Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86
* Implement abstract HasComponents related client side connectors (#10248)Henri Sara2012-11-2117-129/+186
| | | | Change-Id: I8e0d1505d24ed8d24702557a38ffd867a513bdd2
* Add shorthands for locking the session (#10225)Leif Åstrand2012-11-217-36/+84
| | | | Change-Id: Ic2f3843a48a6e26af848208e9495473853146fbe
* Merge "Rename DependencyResource to PublishedFile (#10224)"Leif Åstrand2012-11-218-65/+66
|\
| * Rename DependencyResource to PublishedFile (#10224)Leif Åstrand2012-11-218-65/+66
| | | | | | | | Change-Id: I18bd5fbaba7d443cab0626ddd477626995b5f16a
* | Renamed setBrowserWindowSize -> updateBrowserWindowSize (#10305)Artur Signell2012-11-213-4/+2
|/ | | | Change-Id: I630cdc0cf4cc83646d1dbe8513f81f5ddd6aa7d7
* Removed server class reference from shared javadocArtur Signell2012-11-211-2/+1
| | | | Change-Id: Iaa38a50c7198d416799a53e66cd4828948b4b62d
* Merge "(#10186) Using the lighten function breaks up any later references to ↵Marc Englund2012-11-201-2/+4
|\ | | | | | | the parameter value"
| * (#10186) Using the lighten function breaks up any later references to the ↵Sebastian Nyholm2012-11-151-2/+4
| | | | | | | | | | | | parameter value Change-Id: Ibdf66332dff186bcb791bbe48cb3d3ebcc87ede9
* | Removed com.vaadin.server.Terminal (#10230)Artur Signell2012-11-2016-78/+79
| | | | | | | | | | | | Moved Terminal.ErrorEvent and Terminal.ErrorListener to com.vaadin.server Change-Id: I4ce67722b88abc38fd740c5980836b24e511a63b
* | Merge "(#10174) Value of a variable cannot be assigned to another variable"Marc Englund2012-11-205-3/+10
|\ \
| * | (#10174) Value of a variable cannot be assigned to another variableSebastian Nyholm2012-11-155-3/+10
| |/ | | | | | | Change-Id: Ib6879b685259c775fc9159e572c182093ae69f8d
* | Merge "(#10182) Rule order not preserved when using parent reference in sass"Marc Englund2012-11-206-16/+25
|\ \
| * | (#10182) Rule order not preserved when using parent reference in sassSebastian Nyholm2012-11-156-16/+25
| |/ | | | | | | Change-Id: Ief701eef3a262c4fd0c14241c54b3d57cb858027
* | Added getState(boolean) to allow getState without side effects (#10006)Mikael Grankvist2012-11-202-7/+34
| | | | | | | | Change-Id: Idee529a8efc245da88192cd059c9e35165d1adad
* | Renamed suspend/resumeRendering be more descriptive (#10242)Artur Signell2012-11-201-18/+17
| | | | | | | | Change-Id: I817fdab5529b0192f58e76ea31b97efb18b3f881
* | Moved isComponentVisible to separate interface (#10303)Artur Signell2012-11-2013-107/+84
| | | | | | | | | | | | HasComponents.isComponentVisible is now SelectiveRenderer.isRendered Change-Id: Ic3b9cd65278ffc2a38ee20c76ec771ee057268bf
* | Merge "Added possibility to disable text input for PopupDateField (#6790)"Artur Signell2012-11-207-0/+232
|\ \
| * | Added possibility to disable text input for PopupDateField (#6790)Mikael Grankvist2012-11-197-0/+232
| | | | | | | | | | | | Change-Id: I3275fce74c26b1409aa00505c06f459d1ae2e6ce
* | | Add a bunch of methods to request, response and session wrappers (#9749)Leif Åstrand2012-11-208-36/+497
| | | | | | | | | | | | | | | | | | | | | * Make VaadinPortletRequest extend PortletRequestWrapper to remove some boilerplate Change-Id: Ibfc0f18d85cf77e17de6d6ce561c44677958e3bd
* | | Rename VaadinRequest.getRequestPathInfo() to getPathInfo() (#9749)Leif Åstrand2012-11-2017-24/+19
| | | | | | | | | | | | Change-Id: Ibf460de507b4eea156a794304476b547bf63291a
* | | Renamed ComponentState to AbstractComponentState (#9032)Artur Signell2012-11-2034-81/+82
| | | | | | | | | | | | Change-Id: Ida6e0cb7064580be36627fd735d79b82ee69356d
* | | Use classloader also to find theme styles.scss (#10107)Artur Signell2012-11-201-0/+11
| | | | | | | | | | | | Change-Id: I4fb5790dc23e8c5cedfc2113158181abf646245e
* | | When closeIdleUIs is true, close open UIs only after all UIs have been idle ↵Johannes Dahlström2012-11-2012-113/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Signell2012-11-201-2/+2
| | | | | | | | | | | | Change-Id: I125b95e357223fb671332fb42736c42725d136ad
* | | Added possibility to more easily debug layout loops (#10222)Artur Signell2012-11-201-0/+35
| | | | | | | | | | | | Change-Id: Id7a1e7590d0a35a8e9051acab043d7a26293637a
* | | Merge "Only process RPC invocation if there's a handler for it (#10134) * ↵Artur Signell2012-11-209-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"
| * | | Only process RPC invocation if there's a handler for it (#10134)Leif Åstrand2012-11-209-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
* | | | Merge "SassCompiler finds input in a better way, fixes #10299"Artur Signell2012-11-201-5/+11
|\ \ \ \ | |/ / / |/| | |
| * | | SassCompiler finds input in a better way, fixes #10299Marc Englund2012-11-201-5/+11
| | | | | | | | | | | | | | | | Change-Id: I56c6a45008e072313f7be6f700f25df228287271
* | | | Updated Panel, Window to use Component in constructors (#10300)Artur Signell2012-11-202-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 Signell2012-11-203-21/+6
| | | | | | | | | | | | | | | | Change-Id: I14cc9c837bb966ff7ed5c396cedce0f6d75aaeb4
* | | | Changed SystemMessagesProvider parameter into object (#10226)Artur Signell2012-11-1911-24/+227
| |/ / |/| | | | | | | | Change-Id: I7ba22460ae5105e29b88b17bc3e3ac664e9ca980
* | | Fix NPE when removing FileDownloader (#10198)Artur Signell2012-11-193-2/+72
| | | | | | | | | | | | Change-Id: I2423e3fbe88becfd76ed17c15d911d9253bf6e35
* | | Fix renamed classLeif Åstrand2012-11-191-2/+2
| | | | | | | | | | | | Change-Id: I90e66d440666480d558f83cb7e5277c10ed6177b
* | | Handle canceled or ignored XHR requests after beforeunload (#8891)Leif Åstrand2012-11-192-4/+200
| | | | | | | | | | | | | | | | | | * Not automatically testable as it depends exact timings Change-Id: I53bccce675520ab2c7bb007766546b4cd3fe6e53
* | | Read browser width and height from request in Page.init (#9073)Johannes Dahlström2012-11-194-6/+186
| | | | | | | | | | | | | | | | | | | | | * 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 Signell2012-11-1666-263/+251
| | | | | | | | | | | | Change-Id: Id7f367300c000aa47edc12084f4e9500502466c3
* | | @Connect lastonly -> lastOnly (#10244)Leif Åstrand2012-11-1610-25/+25
| |/ |/| | | | | Change-Id: I5d587852d00b485eb57e10ad3ba874ea1b500a19
* | Made it possible again to use Navigator with UI/Panel/Window (#10211)7.0.0.beta9Artur Signell2012-11-151-0/+59
| | | | | | | | Change-Id: I4b9c6c5eecb7b6d18e1ef7afcb38889bd7fec8aa
* | Made method public as VForm is now in a different package (#9923)Artur Signell2012-11-141-1/+1
| | | | | | | | Change-Id: I4304737a21b9aa369703fd080e4dc07779e1c38d
* | Merge "Fix LegacyUIAddRemoveComponents test (#2924)"Artur Signell2012-11-141-4/+4
|\ \
| * | Fix LegacyUIAddRemoveComponents test (#2924)Henri Sara2012-11-141-4/+4
| | | | | | | | | | | | Change-Id: Ib6f59d3707713a5ec3c23ee552e19d87d4713862
* | | Merge "Made PopupView work with TB again and fixed test (#10187)"Artur Signell2012-11-142-5/+10
|\ \ \
| * | | Made PopupView work with TB again and fixed test (#10187)Artur Signell2012-11-142-5/+10
| | | | | | | | | | | | | | | | Change-Id: I36b568866a69354caa36609fc7c7d42082bc9489
* | | | Merge "Remove Window.addComponent() (#2924)"Artur Signell2012-11-1448-206/+292
|\ \ \ \
| * | | | Remove Window.addComponent() (#2924)Henri Sara2012-11-1448-206/+292
| | | | | | | | | | | | | | | | | | | | Change-Id: Ida3269e3cce906fd4b55c5e1049b24e0ff383289
* | | | | Merge "Updated Form to use hierarchy change event (#9923)"Johannes Dahlström2012-11-143-45/+64
|\ \ \ \ \
| * | | | | Updated Form to use hierarchy change event (#9923)Artur Signell2012-11-143-45/+64
| | |/ / / | |/| | | | | | | | | | | | | Change-Id: I33475b5445b4f4724d5af84206d22d0c8e71dad1
* | | | | Merge "UI stylename handling (#9832)"Johannes Dahlström2012-11-147-17/+12
|\ \ \ \ \ | |/ / / / |/| | | |