summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Merge "Moved setVisible dirty logic to AbstractComponent where it belongs (#1...Leif Åstrand2012-11-284-40/+8
|\
| * Moved setVisible dirty logic to AbstractComponent where it belongs (#10414)Artur Signell2012-11-284-40/+8
* | Fixed problems with invalidating the HttpSession during a request (#10411)Artur Signell2012-11-282-5/+31
|/
* getPrevItemId should return null if id not found (#10124)Artur Signell2012-11-282-1/+24
* Avoid using the same Matcher from multiple threads (#10184)Leif Åstrand2012-11-281-7/+4
* Always mark child hierarchy dirty when switching tabs (#10404)Artur Signell2012-11-281-9/+2
* Merge "Fail if a Window is attached to something else than a UI (#10374)"Leif Åstrand2012-11-273-0/+78
|\
| * Fail if a Window is attached to something else than a UI (#10374)Artur Signell2012-11-273-0/+78
* | 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
| |/
* | 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
| |/
* / Fixed NPE when converting ""Artur Signell2012-11-261-0/+5
|/
* Don't make VaadinSession serialize VaadinService (#10088)Leif Åstrand2012-11-261-2/+16
* Made ServerRpcManager serializable again (#10364)Artur Signell2012-11-241-1/+2
* Fixed javadoc referring to wrong classArtur Signell2012-11-231-2/+2
* Merge "Updated javadoc (#9684)"Marc Englund2012-11-231-1/+7
|\
| * Updated javadoc (#9684)Artur Signell2012-11-231-1/+7
* | Defer session closing until the end of a request like with UIs (#10252)Johannes Dahlström2012-11-232-25/+49
|/
* Ensure only one sass compilation takes place at a time (#10293)Artur Signell2012-11-231-34/+44
* Revert "Merged shortcut action fix from 6.8 (#8484)"John Ahlroos2012-11-233-74/+10
* Refactor heartbeat handling and inactive UI/session closing (#10252)Johannes Dahlström2012-11-237-219/+239
* Rename ComponentEventListener to ConnectorEventListener (#10340)Leif Åstrand2012-11-2311-32/+52
* Remove server-side RpcManager interface (#10302)Leif Åstrand2012-11-236-73/+42
* 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
* | Fix incorrect null check in PopupView (#10238)Henri Sara2012-11-231-1/+1
* | Make most of the sass compiler API internal, fixes #10339Marc Englund2012-11-231-1/+1
* | Add VaadinService.setClassLoader (#9819)Leif Åstrand2012-11-234-25/+64
* | Throw exception for non-UIDL requests again (#10332)Artur Signell2012-11-231-12/+21
* | Merge "Document @PreserveOnRefresh"Artur Signell2012-11-231-1/+18
|\ \
| * | Document @PreserveOnRefreshLeif Åstrand2012-11-231-1/+18
* | | Merge "Refactor BrowserPopupOpener API (#10241)"Artur Signell2012-11-232-85/+66
|\ \ \ | |/ / |/| |
| * | Refactor BrowserPopupOpener API (#10241)Leif Åstrand2012-11-232-85/+66
* | | Refactor Extension API (#10337)Leif Åstrand2012-11-233-9/+8
* | | Merge "Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-style...Artur Signell2012-11-231-1/+1
|\ \ \
| * | | Fixes #6714 #10330 - wraps theme in themename{}, creates legacy-styles.css, ...Marc Englund2012-11-231-1/+1
| | |/ | |/|
* | | Reformatted server/srcArtur Signell2012-11-239-28/+35
* | | Update value when field/label local changes (#8192)Artur Signell2012-11-222-14/+93
| |/ |/|
* | 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
* | Added Component constructors (#10246)Artur Signell2012-11-224-1/+63
* | Account for that converter can modify value (#8191)Artur Signell2012-11-221-0/+10
|/
* Add a note to Navigator.addView and setErrorView javadoc that views should no...Johannes Dahlström2012-11-221-0/+6
* Unified deprecation messagesArtur Signell2012-11-2280-324/+338
* Merge "Deprecated setColumns in selects (#5814)"Johannes Dahlström2012-11-223-12/+62
|\
| * Deprecated setColumns in selects (#5814)Artur Signell2012-11-223-12/+62
* | Kickstart navigation automatically after UI.init(), remove Navigator.navigate...Johannes Dahlström2012-11-222-37/+33
* | Merge "Added ComponentContainer.addComponents (#10245)"Johannes Dahlström2012-11-225-41/+24
|\ \
| * | Added ComponentContainer.addComponents (#10245)Artur Signell2012-11-225-41/+24
| |/