summaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Ensure only one sass compilation takes place at a time (#10293)Artur Signell2012-11-231-34/+44
| | | | Change-Id: I782c754d16ffd4f80f81fad0aca18836910bdc50
* Revert "Merged shortcut action fix from 6.8 (#8484)"John Ahlroos2012-11-233-74/+10
| | | | | | This reverts commit a003c8724c1f719e3a9f3ab876396a180b19cae1 Change-Id: Ie73b6f0455a9f8ba1ed5a8cee7573ae998a67b17
* Refactor heartbeat handling and inactive UI/session closing (#10252)Johannes Dahlström2012-11-237-219/+239
| | | | | | | | | * Package-private VaadinService.cleanupSession() handles these, called from VaadinServlet and VaadinPortlet at the end of a request * UI detach() called when removing from the session (#9755) * UIs can be explicitly closed; UIs marked as closed are removed at the end of the request (#10249) * Remove UI cleanup events and listeners in favor of detach events (#10251) Change-Id: I1f994c43bd2fc5fe7f99f7152c9db35927235291
* Rename ComponentEventListener to ConnectorEventListener (#10340)Leif Åstrand2012-11-2310-31/+51
| | | | Change-Id: I8e5d60e0e6d7003eeff984ceb0b4bf04347267b0
* Remove server-side RpcManager interface (#10302)Leif Åstrand2012-11-236-73/+42
| | | | Change-Id: Id693f49d68d4daa6bd8cbe6b1b1a6553fc988c75
* Merge "Removed outdated code example from javadoc"Marko Grönroos2012-11-231-31/+0
|\
| * Removed outdated code example from javadocArtur Signell2012-11-221-31/+0
| | | | | | | | Change-Id: Ifa4d405a86b635af12c5e6dc693d742c1a8ac68f
* | Fix incorrect null check in PopupView (#10238)Henri Sara2012-11-231-1/+1
| | | | | | | | Change-Id: I6a1a3754787f312bbe8fee27588f04d2d6157afe
* | Make most of the sass compiler API internal, fixes #10339Marc Englund2012-11-231-1/+1
| | | | | | | | Change-Id: Ia783142aa96665a26491b659a387490883875d37
* | Add VaadinService.setClassLoader (#9819)Leif Åstrand2012-11-234-25/+64
| | | | | | | | | | | | | | * Set default value in constructor * Remove support for getting a null class loader Change-Id: Ib2ac914e0832395bb25cb1cff1a9caffbe09631e
* | Throw exception for non-UIDL requests again (#10332)Artur Signell2012-11-231-12/+21
| | | | | | | | Change-Id: Ia523927c5b990eff7f25f0af9cd5dd080a07c21d
* | Merge "Document @PreserveOnRefresh"Artur Signell2012-11-231-1/+18
|\ \
| * | Document @PreserveOnRefreshLeif Åstrand2012-11-231-1/+18
| | | | | | | | | | | | Change-Id: I620838632525851246fd2273d71312744bf27662
* | | Merge "Refactor BrowserPopupOpener API (#10241)"Artur Signell2012-11-232-85/+66
|\ \ \ | |/ / |/| |
| * | Refactor BrowserPopupOpener API (#10241)Leif Åstrand2012-11-232-85/+66
| | | | | | | | | | | | | | | | | | | | | | | | * Rename BrowserPopupOpener to BrowserWindowOpener * Rename setPopupName -> setWindowName * Rename BrowserPopupUIProvider -> BrowserWindowUIProvider * Make BrowserWindowUIProvider a private static inner class Change-Id: Id839b274762424bb50fe3590d7cd1187e92baa6c
* | | Refactor Extension API (#10337)Leif Åstrand2012-11-233-9/+8
| | | | | | | | | | | | Change-Id: Ib16ffceb8dce235b59848c55e59407074e7d5bda
* | | Merge "Fixes #6714 #10330 - wraps theme in themename{}, creates ↵Artur Signell2012-11-231-1/+1
|\ \ \ | | | | | | | | | | | | legacy-styles.css, updates themes to support this."
| * | | Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ↵Marc Englund2012-11-231-1/+1
| | |/ | |/| | | | | | | | | | | | | updates themes to support this. Change-Id: I185b67b2ee74dca2faf48ff2517f24280aff4375
* | | Reformatted server/srcArtur Signell2012-11-239-28/+35
| | | | | | | | | | | | Change-Id: Idfb1e782c6d544765f8ebad0f9c9969358f1e5fe
* | | Update value when field/label local changes (#8192)Artur Signell2012-11-222-14/+93
| |/ |/| | | | | Change-Id: Ifbb426f7aee107db0be555c5ab1ef0b5f4948e5e
* | Merge "Change a few "root" occurrences to "UI" in error messages, javadoc"Artur Signell2012-11-221-2/+2
|\ \ | |/ |/|
| * Change a few "root" occurrences to "UI" in error messages, javadocJohannes Dahlström2012-11-221-2/+2
| | | | | | | | Change-Id: I3140b91262ca179bed48e2081c6093a21fc834a1
* | Added Component constructors (#10246)Artur Signell2012-11-224-1/+63
| | | | | | | | Change-Id: I86845693004fcdf65d5307c47a27e7d3a3274c52
* | Account for that converter can modify value (#8191)Artur Signell2012-11-221-0/+10
|/ | | | Change-Id: Iee81b46c985bbb37b98d23433e42d8d007c30d6a
* Add a note to Navigator.addView and setErrorView javadoc that views should ↵Johannes Dahlström2012-11-221-0/+6
| | | | | | not be shared between UIs (#10240) Change-Id: I870bacb1794a222931db0a49a03b840dd66662b0
* Unified deprecation messagesArtur Signell2012-11-2280-324/+338
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Merge "Deprecated setColumns in selects (#5814)"Johannes Dahlström2012-11-223-12/+62
|\
| * Deprecated setColumns in selects (#5814)Artur Signell2012-11-223-12/+62
| | | | | | | | Change-Id: Iada489b12b904d1a52d2e4633e4360d61b88a4af
* | Kickstart navigation automatically after UI.init(), remove ↵Johannes Dahlström2012-11-222-37/+33
| | | | | | | | | | | | Navigator.navigate() (#9549, 10239) Change-Id: I3537eb8f289e75234d6a292636019429967280c3
* | Merge "Added ComponentContainer.addComponents (#10245)"Johannes Dahlström2012-11-225-41/+24
|\ \
| * | Added ComponentContainer.addComponents (#10245)Artur Signell2012-11-225-41/+24
| |/ | | | | | | Change-Id: Ie859d194456466424c55ef5e1c2a330f0172e5de
* / Use compare for Comparable when determining equals for filtering (#10310)Artur Signell2012-11-221-3/+26
|/ | | | Change-Id: Ie6e12b1d606d6ed06ae94527427049621b515eed
* Add FileDownloader.setFileDownloadResource (#10203)Leif Åstrand2012-11-221-0/+11
| | | | Change-Id: I1dfcf01af6b4b4a9fa30699dc96dfdb2826b23a8
* Fixed problem causing DragAndDropService not to receiving events (#10134)Artur Signell2012-11-221-1/+3
| | | | Change-Id: Ie9cbd37231099b8d4e30dab1dc611e19805c1fc7
* Removed invalid importArtur Signell2012-11-211-7/+6
| | | | Change-Id: I9df80c9261fcbeadae6f24581d35cd8aba38e75a
* Add attach and detach listeners and events to ClientConnector (#8579, #10251)Johannes Dahlström2012-11-214-13/+128
| | | | Change-Id: Ifda4b4a770fb7d330f0fe5d606f8415961a574a2
* Make SessionDestroyListener SerializableJohannes Dahlström2012-11-211-1/+3
| | | | Change-Id: I27a0a67208f7d8ef7ec580836b85172772039d25
* Remove AddonContext (#10254)Leif Åstrand2012-11-216-268/+0
| | | | Change-Id: I12d3075a4808b004d7b891d1c4092131fa7cb1a2
* Merge "Implement HasComponents directly in CustomComponent (#10235)"Artur Signell2012-11-211-81/+15
|\
| * Implement HasComponents directly in CustomComponent (#10235)Henri Sara2012-11-211-81/+15
| | | | | | | | Change-Id: Ic39a14e8239e921a85437cfad67eac149b41a8d3
* | Merge "Implement HasComponents directly in PopupView (#10238)"Artur Signell2012-11-211-103/+16
|\ \
| * | Implement HasComponents directly in PopupView (#10238)Henri Sara2012-11-211-103/+16
| |/ | | | | | | Change-Id: If0bd9d3cf92c4f040e63f693da214aacac421168
* | Replaced ComponentErrorHandler with generic ErrorHandler (#10231)Artur Signell2012-11-2118-374/+334
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Remove slashes from beginning or end of constants (#10140)Leif Åstrand2012-11-2110-18/+19
|/ | | | | | * Also rename the constants to cause compile errors in 3rd party code Change-Id: If96c9956de7737345ec9372be28292b3490387a2
* Update @deprecated messages in VaadinService related classes (#10229)Leif Åstrand2012-11-2111-42/+36
| | | | | | | Also remove deprecation of individual methods in the already deprecated LegacyApplication Change-Id: Iead36f52552dc492081690dddc018203dc21ccba
* Merge "Reomove DynamicConnectorResource (#10227)"Artur Signell2012-11-213-122/+13
|\
| * Reomove DynamicConnectorResource (#10227)Leif Åstrand2012-11-213-122/+13
| | | | | | | | Change-Id: I9e91f9d57e22d3df621a19e0250339d5d2763827
* | Global code cleanupLeif Åstrand2012-11-218-11/+10
|/ | | | Change-Id: I14f46e6aa4f9cbdd9037f1c4ad1ac38fe7cbda86
* Add shorthands for locking the session (#10225)Leif Åstrand2012-11-213-24/+72
| | | | Change-Id: Ic2f3843a48a6e26af848208e9495473853146fbe
* Merge "Rename DependencyResource to PublishedFile (#10224)"Leif Åstrand2012-11-216-56/+57
|\