summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed ComponentLocator in the case where tests refer to anJohn Ahlroos2012-09-051-0/+5
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-051-9/+12
|\|
| * Fixed NPE in LayoutManagerJohn Ahlroos2012-09-051-9/+12
* | Another fix to ComponentLocator, this time fixed locators withJohn Ahlroos2012-09-051-0/+8
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-057-11/+6
|\|
| * Renamed UI package which accidentally had been renamed to upper caseArtur Signell2012-09-046-6/+6
| * Removed unused instance variable from buttonJohn Ahlroos2012-09-041-5/+0
* | Thinking I finally got it (ComponentLocator fix)John Ahlroos2012-09-041-7/+14
* | Fixed test DOM path resolutionJohn Ahlroos2012-09-041-0/+6
* | And yet another ComponentLocator fixJohn Ahlroos2012-09-041-6/+7
* | More work on ComponentLocatorJohn Ahlroos2012-09-041-37/+14
* | Cleaned up the component locator code a bitJohn Ahlroos2012-09-031-12/+28
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-033-20/+3
|\|
| * Combine ApplicationServlet and AAS and rename to VaadinServlet (#9460)Leif Åstrand2012-09-031-1/+1
| * Remove Application.getVersion() (#9402)Leif Åstrand2012-09-032-17/+0
| * Fixing failing undefined width calculationsJohn Ahlroos2012-09-031-2/+2
* | Another fix for boxlayouts in component locatorJohn Ahlroos2012-09-031-1/+2
* | Fixed component locator for box layoutsJohn Ahlroos2012-09-031-1/+9
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-0348-217/+228
|\|
| * Add helper methods for checking stateJohn Ahlroos2012-08-3112-15/+25
| * Restore logic that was removed from stateLeif Åstrand2012-08-311-1/+2
| * More state getter removalJohn Ahlroos2012-08-313-8/+8
| * Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-3144-197/+198
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-08-31315-1459/+2239
|\|
| * Reformatted projectArtur Signell2012-08-3011-53/+46
| * Merged Select with ComboBox (#2869)Artur Signell2012-08-301-2/+2
| * Moved client side tests from tests/client-side to client/tests/srcArtur Signell2012-08-303-0/+675
| * Move PortalDefaultWidgetSet.gwt.xml to client source folder (#9299)Leif Åstrand2012-08-301-0/+6
| * Replace ApplicationResource with ConnectorResource (#9419)Leif Åstrand2012-08-3015-43/+90
| * Corrected typos (#9431)Artur Signell2012-08-291-4/+3
| * Additional fixes for com.vaadin.terminal removal (#9431, #9432)Artur Signell2012-08-291-1/+1
| * Removed unreferenced fileArtur Signell2012-08-291-43/+0
| * Renamed com.vaadin.terminal.gwt.widgetsetutils -> com.vaadin.server.widgetset...Artur Signell2012-08-292-2/+2
| * Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-295-9/+8
| * Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-293-4/+3
| * Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)Artur Signell2012-08-29308-1302/+1310
| * Support for suspending rendering for a short time (#9322)Jonatan Kronqvist2012-08-291-0/+101
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-08-297-31/+104
|\|
| * Fire change event for default values in newly created state (#9422)Leif Åstrand2012-08-284-19/+100
| * Removed unused useDebugIdInDom (#3700)Artur Signell2012-08-281-8/+0
| * Renamed Component.debugId to id (#3700)Pekka Hyvönen2012-08-282-4/+4
* | Replaced all .v and .v-connector selectors with .v-widget selectorJohn Ahlroos2012-08-282-4/+6
* | Fixed conflicting issues from mergeJohn Ahlroos2012-08-282-50/+55
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-08-2823-228/+978
|\|