summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added themes-compiled module (#9299)Artur Signell2012-09-0919-173/+311
|
* Module for compiled client side (#9299)Artur Signell2012-09-097-12/+146
|
* Steps towards publishing sources and javadoc jars (#9299)Artur Signell2012-09-092-5/+17
|
* Support running JUnit tests (#9299)Artur Signell2012-09-0929-472/+664
|
* Support for running sass junit testsArtur Signell2012-09-093-5/+63
|
* Added build-provided to make build work againArtur Signell2012-09-095-2/+6
|
* Clean ivy cache and gwt dir before buildArtur Signell2012-09-092-120/+126
|
* Fixed scopes for generated Maven pom.xml files (#9299)Artur Signell2012-09-094-25/+43
|
* Servlet API dependencyArtur Signell2012-09-091-2/+6
|
* Removed extra slashArtur Signell2012-09-091-7/+7
|
* Create dirs when unpacking GWTArtur Signell2012-09-091-115/+121
|
* Jsoup is now declared as a dependency (#9299)Artur Signell2012-09-0952-17462/+0
|
* Created separate build.xml files for each module (#9299)Artur Signell2012-09-0924-1/+827
|
* Reverted back to Transitional Doctype #8294John Ahlroos2012-09-081-2/+4
|
* Fixing 1px caption jump in tabsheet and accordion after switching toJohn Ahlroos2012-09-072-0/+6
| | | HTML5 doctype
* Minor text changeArtur Signell2012-09-071-1/+1
|
* Fix for 1px button caption jump after changing to HTML5 doctypeJohn Ahlroos2012-09-071-1/+1
|
* Commit Pekka's patch for #8030 ((Component...) constructor for layouts) and ↵Johannes Dahlström2012-09-0710-8/+329
| | | | #5422 (addComponents(Component...) for layouts) with minor formatting/javadoc changes
* Renamed sass -> theme-compiler for consistency (#9299)Artur Signell2012-09-07131-44/+44
|
* Merge branch 'master' of ssh://dev.vaadin.com/vaadinMarko Gronroos2012-09-0711-28/+95
|\
| * Use dedicated Lock for session synchronization (#9156)Leif Åstrand2012-09-077-24/+87
| |
| * Add some deprecation for stuff that might still change (#8165)Leif Åstrand2012-09-071-1/+4
| |
| * Removed paintable.scssJouni Koivuviita2012-09-071-12/+0
| |
| * Fixed 5px gaps between vertical layout slots (Firefox/Opera) after doctype ↵Jouni Koivuviita2012-09-073-2/+15
| | | | | | | | was changed to HTML5 (#8294). Refactored paintable.scss to widget.scss (this time for real)
* | Updated Release Notes for 7.0.0.beta1 release. Fixed some merge conflicts ↵Marko Gronroos2012-09-071-61/+60
|/ | | | that had been left in the release notes.
* Rename Application back to LegacyApplication (#9402)Leif Åstrand2012-09-07219-410/+410
|
* Remove unneeded requestRepaint methods (#9325)Leif Åstrand2012-09-072-12/+0
|
* Explicitly document deprecation as it isn't properly inherited (#9378)Leif Åstrand2012-09-071-1/+6
|
* Fixed references to XHTML and issue found in review #8294John Ahlroos2012-09-077-16/+15
|
* Return short list instead of exception if less items available (#8028)Henri Sara2012-09-074-41/+14
| | | | Container.Indexed.getItemIds(int, int) does not throw an exception if too few items are available in the container.
* Add some deprecation messages about upcoming changes (#9402)Leif Åstrand2012-09-079-5/+225
|
* Moved base theme constants (v-widget and v-layout) from BaseTheme toJohn Ahlroos2012-09-0710-29/+26
| | | StyleConstants
* Removed deprecated ContenMode.XHTMLJohn Ahlroos2012-09-0760-120/+101
|
* Now using HTML5 content mode. Also deprecated the XHTML content modes.John Ahlroos2012-09-078-18/+35
|
* Make ClassResource find associated Application class (#9402)Leif Åstrand2012-09-073-6/+20
|
* Redesign to make session inited in Application.init (#9402)Leif Åstrand2012-09-075-64/+98
|
* Restored properties file which was committed by mistake.John Ahlroos2012-09-071-28/+28
|
* Applied CSSLayout patch for #9357John Ahlroos2012-09-074-48/+87
|
* Simple override for getItemIds(int,int) for TreeTable (#9509)Artur Signell2012-09-062-1/+14
|
* Separate view name from parameters with a slash in StaticViewProvider as wellJohannes Dahlström2012-09-061-1/+2
|
* 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
| | | selector to all layouts