aboutsummaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|\
| * Rename DependencyResource to PublishedFile (#10224)Leif Åstrand2012-11-216-56/+57
| | | | | | | | Change-Id: I18bd5fbaba7d443cab0626ddd477626995b5f16a
* | Renamed setBrowserWindowSize -> updateBrowserWindowSize (#10305)Artur Signell2012-11-212-2/+2
|/ | | | Change-Id: I630cdc0cf4cc83646d1dbe8513f81f5ddd6aa7d7
* Removed com.vaadin.server.Terminal (#10230)Artur Signell2012-11-2012-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 Grankvist2012-11-202-7/+34
| | | | Change-Id: Idee529a8efc245da88192cd059c9e35165d1adad
* 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-201-0/+31
|\
| * Added possibility to disable text input for PopupDateField (#6790)Mikael Grankvist2012-11-191-0/+31
| | | | | | | | 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-2010-17/+12
| | | | | | | | Change-Id: Ibf460de507b4eea156a794304476b547bf63291a
* | Renamed ComponentState to AbstractComponentState (#9032)Artur Signell2012-11-201-3/+3
| | | | | | | | Change-Id: Ida6e0cb7064580be36627fd735d79b82ee69356d
* | Use classloader also to find theme styles.scss (#10107)Artur Signell2012-11-201-0/+11
| | | | | | | | Change-Id: I4fb5790dc23e8c5cedfc2113158181abf646245e