summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TestBench test for NavigatorJohannes Dahlström2012-09-062-0/+236
* Remove Application from UIProvider API (#9402)Leif Åstrand2012-09-0610-37/+26
* 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-0614-67/+59
* Remove some 'Application' from the Bootstrap API (#9402)Leif Åstrand2012-09-065-33/+30
* Remove VaadinSession.isProductionMode() (#9402)Leif Åstrand2012-09-063-17/+5
* Replaced reference to VBoxLayout in testJohn Ahlroos2012-09-061-1/+1
* Minor fix to CSS selectorJohn Ahlroos2012-09-061-3/+3
* Renamed .v-boxlayout selector to .v-layout and applied the .v-layoutJohn Ahlroos2012-09-0617-200/+71
* Added a really simple test application for times when you quickly needJohn Ahlroos2012-09-061-0/+17
* Move ErrorListener implementation out of VaadinSession (#9402)Leif Åstrand2012-09-063-54/+63
* Remove unused variableLeif Åstrand2012-09-061-3/+0
* Don't use @DelegateToWidget in AbstractSplitPanelState.SplitterState (#9485, ...Johannes Dahlström2012-09-062-5/+4
* Remove some references to Application in API and docs (#9402)Leif Åstrand2012-09-0611-795/+146
* Rename ApplicationConfiguration -> DeploymentConfiguration (#9402)Leif Åstrand2012-09-0613-86/+79
* Fix some stray references to the name deployment configuration (#9402)Leif Åstrand2012-09-068-15/+13
* Applied patch for #9414 - allow space between @mixin and parentheses. (includ...Marc Englund2012-09-064-973/+973
* Fix import for javadocsLeif Åstrand2012-09-061-0/+1
* Rename DeploymentConfiguration -> VaadinService (#9402)Leif Åstrand2012-09-0630-186/+158
* Moved tests applications which got placed in the wrong folder at mergeJohn Ahlroos2012-09-064-8/+4
* Applied patch from #9471 (+ generated with JavaCC)Marc Englund2012-09-0621-2613/+3084
* Remove invalid importLeif Åstrand2012-09-061-3/+1
* Reformat projectLeif Åstrand2012-09-05308-4642/+6813
* 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-05311-4715/+4263
|\
| * Rename LegacyApplication -> Application (#9402)Leif Åstrand2012-09-05218-446/+446
| * Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-0533-135/+122
| * Rename Application to VaadinSession (#9402)Leif Åstrand2012-09-0573-340/+286
| * Combine ApplicationContext into Application (#9402)Leif Åstrand2012-09-0526-525/+260
| * Move LegacyApplication to its own file (#9402)Leif Åstrand2012-09-05219-658/+731
| * Change LegacyApplication to be a UIProvider (#9402)Leif Åstrand2012-09-0530-304/+473
| * Remove servlet and portlet request listeners (#9402)Leif Åstrand2012-09-055-199/+18
| * Don't require an Application with portlet listeners (#9402)Leif Åstrand2012-09-053-53/+35
| * Only support one Application per session (#9402)Leif Åstrand2012-09-056-136/+71
| * Move getBaseDirectory() to DeploymentConfiguration (#9402)Leif Åstrand2012-09-059-68/+68
| * Extract ApplicationConfiguration from DeploymentConfiguration (#9382)Leif Åstrand2012-09-0516-401/+429
| * Remove transaction listener support (#9402)Leif Åstrand2012-09-055-472/+15
| * Unify ThreadLocal handling (#9469)Leif Åstrand2012-09-058-44/+159
| * 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-058-195/+261
* | Communication activity listeners (#9327)Jonatan Kronqvist2012-09-051-6/+131
* | Applied proper formattingJohn Ahlroos2012-09-052-49/+59
* | Refactored and cleaned up the newly add ordered layoutsJohn Ahlroos2012-09-0511-1203/+831
* | Removed duplicate method toggleStyleName (replaced byJohn Ahlroos2012-09-051-12/+4
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-051-2/+4
|\ \
| * | Fixed readonly buttons in TwinColSelectJohn Ahlroos2012-09-051-2/+4
| |/
* | Fixed interpreting caption domNode paths in VBoxLayout inJohn Ahlroos2012-09-051-3/+8