summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Refactor to enable implementing #7545 without changing the APILeif Åstrand2012-08-301-1/+1
| * Replace ApplicationResource with ConnectorResource (#9419)Leif Åstrand2012-08-307-54/+78
| * Rename Vaadin6Component to LegacyComponent (#9434)Johannes Dahlström2012-08-2918-42/+42
| * Deprecate using Embedded for image and iframe content (#9087)Johannes Dahlström2012-08-291-3/+13
| * Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-2910-14/+14
| * Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-2946-162/+161
| * Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)Artur Signell2012-08-293-4/+4
| * Adjust javadoc to reflect realityLeif Åstrand2012-08-281-2/+3
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-08-293-11/+37
|\|
| * Merge branch 'master' of ssh://git@dev.vaadin.com/vaadin.gitJohn Ahlroos2012-08-282-10/+36
| |\
| | * Renamed Component.debugId to id (#3700)Pekka Hyvönen2012-08-282-10/+36
| * | Fixes StackOverflow in SliderJohn Ahlroos2012-08-281-1/+1
| |/
* / Replaced all .v and .v-connector selectors with .v-widget selectorJohn Ahlroos2012-08-281-0/+5
|/
* Discard reference state for invisible connectors (#9400)Leif Åstrand2012-08-271-4/+13