summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Support running JUnit tests (#9299)Artur Signell2012-09-091-1/+0
* Commit Pekka's patch for #8030 ((Component...) constructor for layouts) and #...Johannes Dahlström2012-09-076-8/+123
* Rename Application back to LegacyApplication (#9402)Leif Åstrand2012-09-071-5/+5
* Remove unneeded requestRepaint methods (#9325)Leif Åstrand2012-09-072-12/+0
* Fixed references to XHTML and issue found in review #8294John Ahlroos2012-09-075-14/+14
* Moved base theme constants (v-widget and v-layout) from BaseTheme toJohn Ahlroos2012-09-071-11/+0
* Removed deprecated ContenMode.XHTMLJohn Ahlroos2012-09-071-4/+3
* Now using HTML5 content mode. Also deprecated the XHTML content modes.John Ahlroos2012-09-072-6/+4
* Make ClassResource find associated Application class (#9402)Leif Åstrand2012-09-071-0/+10
* Simple override for getItemIds(int,int) for TreeTable (#9509)Artur Signell2012-09-062-1/+14
* Remove 'Application' from RequestHandler API (#9402)Leif Åstrand2012-09-061-1/+1
* Renamed .v-boxlayout selector to .v-layout and applied the .v-layoutJohn Ahlroos2012-09-061-0/+5
* Remove some references to Application in API and docs (#9402)Leif Åstrand2012-09-062-9/+10
* Reformat projectLeif Åstrand2012-09-0518-17/+44
* Deprecated EventRouter with a message that it will be replaced before 7.0.0 (...Artur Signell2012-09-051-0/+17
* Fixed copy/paste errorArtur Signell2012-09-051-1/+1
* Merge branch 'removeApplication'Leif Åstrand2012-09-058-94/+63
|\
| * Rename LegacyApplication -> Application (#9402)Leif Åstrand2012-09-051-1/+1
| * Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-058-75/+46
| * Rename Application to VaadinSession (#9402)Leif Åstrand2012-09-054-23/+23
| * Move LegacyApplication to its own file (#9402)Leif Åstrand2012-09-051-1/+2
| * Unify ThreadLocal handling (#9469)Leif Åstrand2012-09-051-7/+3
| * Move UI class info querying to UIProvider (#9402)Leif Åstrand2012-09-051-1/+2
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-0514-39/+57
|\|
| * Do detach() before clearing application (#9419)Leif Åstrand2012-09-041-2/+3
| * inner Event classes converted to static nested classes (#5855)Pekka Hyvönen2012-09-0410-26/+37
| * ItemStyleGenerator.getStyle now includes source component (#5822)Artur Signell2012-09-042-6/+12
| * Moved ReflectTools to com.vaadin.util (#4294)Artur Signell2012-09-045-5/+5
* | Fixed LoginForm textfield stylesJohn Ahlroos2012-09-041-2/+2
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-041-1/+46
|\|
| * Don't mark connector as dirty when writing response (#9444, #9452)Leif Åstrand2012-09-031-1/+46
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-031-8/+5
|\|
| * Use HierarchicalContainer as default container for Tree (#3950)Henri Sara2012-09-031-8/+5
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-031-2/+2
|\|
| * Combine ApplicationServlet and AAS and rename to VaadinServlet (#9460)Leif Åstrand2012-09-031-2/+2
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-0325-428/+490
|\|
| * Remove @EagerInit (#9445)Leif Åstrand2012-08-311-12/+2
| * Refactor UI bootstrap (#9443)Leif Åstrand2012-08-311-27/+23
| * Add helper methods for checking stateJohn Ahlroos2012-08-311-2/+2
| * More state getter removalJohn Ahlroos2012-08-312-19/+19
| * Add Container.Indexed.getItemIds(int, int) for a range of items (#8028)Henri Sara2012-08-312-147/+192
| * Merge branch 'no-getters'John Ahlroos2012-08-3120-214/+245
| |\
| | * Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-3120-214/+245
| * | Fix copypasted javadocs for ItemCaptionMode constantsJohannes Dahlström2012-08-311-9/+9
| |/
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-08-3153-1107/+2091
|\|
| * Reformatted projectArtur Signell2012-08-301-5/+4
| * Removed multi select related hacks from ComboBox (#2869)Artur Signell2012-08-301-65/+21
| * Merged Select with ComboBox (#2869)Artur Signell2012-08-302-752/+737
| * Deprecate addListener in Image (#9285)Leif Åstrand2012-08-301-4/+22
| * refak listeners com.vaadin.uiPetri Heinonen2012-08-3028-131/+1123