summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Moved Vaadin-Widgetsets to client package where it belongs (#9593)Artur Signell2012-09-131-0/+7
* Ensures negative height is not returned in HorizontalLayout height calculatio...John Ahlroos2012-09-132-9/+37
* Fixed typoArtur Signell2012-09-131-1/+1
* Moved validation dependency and hack to client (#9551)Artur Signell2012-09-122-5/+25
* Fix error messagesLeif Åstrand2012-09-121-4/+4
* Add some explanatory JavadocLeif Åstrand2012-09-121-0/+12
* Properly resolve icon urls in ordered layout (#9555)Leif Åstrand2012-09-121-1/+1
* Update javadocLeif Åstrand2012-09-111-12/+16
* Constants -> enums (#9072)Pekka Hyvönen2012-09-1118-162/+212
* Fixed ComponentLocator to check for null paths. (fix for brokenJohn Ahlroos2012-09-111-4/+9
* Improvements to #9087:Johannes Dahlström2012-09-112-12/+12
* Rename Vaadin6Connector -> LegacyConnector (#9536)Leif Åstrand2012-09-111-1/+1
* Re-added old DefaultWidgetSet which was accidentally deleted in a mergeArtur Signell2012-09-101-0/+9
* Merge remote-tracking branch 'origin/master'John Ahlroos2012-09-101-6/+0
|\
| * Removed PortalDefaultWidgetSet (#9337)Artur Signell2012-09-101-6/+0
* | Merge branch '6.8'John Ahlroos2012-09-102-9/+22
|/
* Build javadoc and sources jars (#9299)Artur Signell2012-09-092-1/+7
* Generate pom artifacts and automatically publish to local Maven (#9299)Artur Signell2012-09-091-1/+2
* Added themes-compiled module (#9299)Artur Signell2012-09-091-1/+1
* Support running JUnit tests (#9299)Artur Signell2012-09-092-2/+11
* Added build-provided to make build work againArtur Signell2012-09-091-2/+2
* Fixed scopes for generated Maven pom.xml files (#9299)Artur Signell2012-09-092-7/+15
* Created separate build.xml files for each module (#9299)Artur Signell2012-09-092-0/+60
* Minor text changeArtur Signell2012-09-071-1/+1
* Moved base theme constants (v-widget and v-layout) from BaseTheme toJohn Ahlroos2012-09-079-18/+26
* Removed deprecated ContenMode.XHTMLJohn Ahlroos2012-09-071-1/+0
* Now using HTML5 content mode. Also deprecated the XHTML content modes.John Ahlroos2012-09-071-0/+1
* Applied CSSLayout patch for #9357John Ahlroos2012-09-073-45/+84
* Renamed .v-boxlayout selector to .v-layout and applied the .v-layoutJohn Ahlroos2012-09-069-13/+29
* Don't use @DelegateToWidget in AbstractSplitPanelState.SplitterState (#9485, ...Johannes Dahlström2012-09-061-0/+4
* Reformat projectLeif Åstrand2012-09-0520-27/+22
* 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
* | 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