summaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Always mark child hierarchy dirty when switching tabs (#10404)Artur Signell2012-11-281-9/+2
| | | | Change-Id: Id6a0b23efb500d2c94bd696cc6eebfe5b5ffd60b
* Merge "Fail if a Window is attached to something else than a UI (#10374)"Leif Åstrand2012-11-272-0/+34
|\
| * Fail if a Window is attached to something else than a UI (#10374)Artur Signell2012-11-272-0/+34
| | | | | | | | Change-Id: Ibe0fcbda1222e2aa781ae14f479fbedd99715ff9
* | Merge "Ensure iOS6 does not cache heartbeat responses (#10370)"Leif Åstrand2012-11-271-0/+3
|\ \
| * | Ensure iOS6 does not cache heartbeat responses (#10370)Artur Signell2012-11-261-0/+3
| |/ | | | | | | Change-Id: Ia7eb92fd7cc0aa10827c602de69aa22200471bda
* | Merge "Add theme name as class name to LoginForm v-app (#10383)"Artur Signell2012-11-261-1/+10
|\ \
| * | Add theme name as class name to LoginForm v-app (#10383)Artur Signell2012-11-261-1/+10
| |/ | | | | | | Change-Id: Ifcd65a34f32606b9fce0439f600a0b2fbd7e18ce
* / Fixed NPE when converting ""Artur Signell2012-11-261-0/+5
|/ | | | Change-Id: I0cdde2ae9a1c40ebe41a2d1f91f972fe803d455f
* Don't make VaadinSession serialize VaadinService (#10088)Leif Åstrand2012-11-261-2/+16
| | | | | | | * Refactor ApplicationRunnerServlet UIProvider to avoid indirect reference through anonymous inner class Change-Id: Ie4148e633192b1940ba82edbd26fbbc0cc2c4da3
* Made ServerRpcManager serializable again (#10364)Artur Signell2012-11-241-1/+2
| | | | Change-Id: If0c6b9d6cc09265c813c4f739363c7bd88812943
* Fixed javadoc referring to wrong classArtur Signell2012-11-231-2/+2
| | | | Change-Id: Ie79a600aad9c5bff68d927011679fd15bdf51e4b
* Merge "Updated javadoc (#9684)"Marc Englund2012-11-231-1/+7
|\
| * Updated javadoc (#9684)Artur Signell2012-11-231-1/+7
| | | | | | | | Change-Id: I38ca8700d2c6bf0cd2b8514295de607af7c15edb
* | Defer session closing until the end of a request like with UIs (#10252)Johannes Dahlström2012-11-232-25/+49
|/ | | | Change-Id: I6231977a4d4f44cbee4a95664f0bef6acf4ca034
* 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