aboutsummaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Expand)AuthorAgeFilesLines
* Add VaadinSession getter to VaadinService (#9402)Leif Åstrand2012-09-064-0/+23
* Remove some 'Application' from CommunicationManager (#9402)Leif Åstrand2012-09-063-88/+72
* Remove 'Application' from RequestHandler API (#9402)Leif Åstrand2012-09-069-62/+54
* Remove some 'Application' from the Bootstrap API (#9402)Leif Åstrand2012-09-065-33/+30
* Remove VaadinSession.isProductionMode() (#9402)Leif Åstrand2012-09-062-15/+3
* Renamed .v-boxlayout selector to .v-layout and applied the .v-layoutJohn Ahlroos2012-09-061-0/+5
* Move ErrorListener implementation out of VaadinSession (#9402)Leif Åstrand2012-09-063-54/+63
* Remove unused variableLeif Åstrand2012-09-061-3/+0
* Remove some references to Application in API and docs (#9402)Leif Åstrand2012-09-0610-792/+143
* Rename ApplicationConfiguration -> DeploymentConfiguration (#9402)Leif Åstrand2012-09-0610-76/+69
* Fix some stray references to the name deployment configuration (#9402)Leif Åstrand2012-09-066-11/+10
* Fix import for javadocsLeif Åstrand2012-09-061-0/+1
* Rename DeploymentConfiguration -> VaadinService (#9402)Leif Åstrand2012-09-0622-163/+141
* Remove invalid importLeif Åstrand2012-09-061-3/+1
* Reformat projectLeif Åstrand2012-09-0594-4085/+6340
* Deprecated EventRouter with a message that it will be replaced before 7.0.0 (...Artur Signell2012-09-053-0/+23
* Fixed copy/paste errorArtur Signell2012-09-051-1/+1
* Merge branch 'removeApplication'Leif Åstrand2012-09-0565-3895/+3722
|\
| * Rename LegacyApplication -> Application (#9402)Leif Åstrand2012-09-055-15/+15
| * Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-0519-102/+73
| * Rename Application to VaadinSession (#9402)Leif Åstrand2012-09-0543-243/+189
| * Combine ApplicationContext into Application (#9402)Leif Åstrand2012-09-0518-490/+247
| * Move LegacyApplication to its own file (#9402)Leif Åstrand2012-09-056-282/+311
| * Change LegacyApplication to be a UIProvider (#9402)Leif Åstrand2012-09-058-145/+342
| * Remove servlet and portlet request listeners (#9402)Leif Åstrand2012-09-054-178/+8
| * Don't require an Application with portlet listeners (#9402)Leif Åstrand2012-09-052-52/+34
| * Only support one Application per session (#9402)Leif Åstrand2012-09-055-132/+68
| * Move getBaseDirectory() to DeploymentConfiguration (#9402)Leif Åstrand2012-09-056-61/+52
| * Extract ApplicationConfiguration from DeploymentConfiguration (#9382)Leif Åstrand2012-09-0512-379/+408
| * Remove transaction listener support (#9402)Leif Åstrand2012-09-053-187/+15
| * Unify ThreadLocal handling (#9469)Leif Åstrand2012-09-057-41/+156
| * Get current request and response instead of explicitly setting (#9402)Leif Åstrand2012-09-055-47/+42
| * Use centralized wrapped session in ApplicationContext (#9402)Leif Åstrand2012-09-0512-102/+257
| * Move UI class info querying to UIProvider (#9402)Leif Åstrand2012-09-055-189/+255
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-051-0/+5
|\|
| * Use main window as current UI if not already set #9443Leif Åstrand2012-09-051-0/+5
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-0528-288/+300
|\|
| * Fix SQLContainer indexed access and related tests (#9472)Henri Sara2012-09-041-3/+11
| * Do detach() before clearing application (#9419)Leif Åstrand2012-09-041-2/+3
| * Make DeploymentConfiguration configurable (#9402)Leif Åstrand2012-09-043-224/+204
| * Make two more event classes static (#5855)Leif Åstrand2012-09-041-6/+10
| * inner Event classes converted to static nested classes (#5855)Pekka Hyvönen2012-09-0414-33/+45
| * Make LegacyApplication set current UI (#9443)Leif Åstrand2012-09-041-0/+1
| * ItemStyleGenerator.getStyle now includes source component (#5822)Artur Signell2012-09-042-6/+12
| * Moved ReflectTools to com.vaadin.util (#4294)Artur Signell2012-09-0414-14/+14
* | Fixed LoginForm textfield stylesJohn Ahlroos2012-09-041-2/+2
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-046-340/+406
|\|
| * Rename UIProvider.instantiateUI -> createInstance (#8159)Leif Åstrand2012-09-033-3/+3
| * Don't mark connector as dirty when writing response (#9444, #9452)Leif Åstrand2012-09-033-337/+403
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-031-8/+5
|\|