summaryrefslogtreecommitdiffstats
path: root/build/buildhelpers/com
Commit message (Collapse)AuthorAgeFilesLines
* Created separate build.xml files for each module (#9299)Artur Signell2012-09-093-403/+0
|
* Make theme building work againLeif Åstrand2012-08-301-2/+1
|
* Merge SASS fixes keeping comments, remove hack for reindeer (#9223)Henri Sara2012-08-101-17/+0
|
* Standard themes in SCSS form, updated CompileDefaultTheme (#9223)Henri Sara2012-08-081-150/+56
| | | | | | | | Conversion performed for most themes trivial, just rename file and wrap in a mixin. For chameleon compounds, also nesting used. In some cases, related small files combined in a single SCSS file Chameleon accordion and select contain fixes other than just a missing semicolon.
* Generate package exports for the JAR only for com.vaadin and com.googleHenri Sara2012-06-201-28/+40
| | | | Other (unrebased) packages are not included in the exported packages list of the manifest.
* #7912 Remove support for IE6Leif Åstrand2011-11-091-3/+2
|
* Corrections to table column reordering styles.Jouni Koivuviita2011-09-271-1/+5
| | | | | | Cleaned up table column drag styles for Reindeer (lost of duplication) svn changeset:21334/svn branch:6.7
* #7053 copy two icons from reindeer to chameleonHenri Sara2011-07-291-2/+0
| | | | svn changeset:20027/svn branch:6.7
* #4580 and #7053 theme compiler support for multi-level imports and relative ↵Henri Sara2011-07-291-18/+47
| | | | | | URL processing (needed for Chameleon) svn changeset:20018/svn branch:6.7
* #7053 Chameleon theme integration, first phase: basic theme in Vaadin and ↵Henri Sara2011-07-281-0/+4
| | | | | | JAR, compiled into a single styles.css svn changeset:20007/svn branch:6.7
* Delete two accidentally committed .class filesHenri Sara2011-03-162-0/+0
| | | | svn changeset:17799/svn branch:6.6
* Merged some changes from 6.5Henri Sara2011-03-163-1/+10
| | | | svn changeset:17798/svn branch:6.6
* undoing last accidental commitMatti Tahvonen2010-12-212-0/+0
| | | | svn changeset:16613/svn branch:6.5
* svn changeset:16611/svn branch:6.5Matti Tahvonen2010-12-212-0/+0
|
* Generate OSGi manifest Package-Exports attribute automatically. For #3521.Marko Grönroos2010-10-222-0/+261
| | | | svn changeset:15674/svn branch:6.5
* Liferay Alloy UI theme for Vaadin Henri Kerola2010-09-171-1/+5
| | | | svn changeset:14986/svn branch:6.4
* #5204 Include demo portlets in demo package; portlet configuration files are ↵Henri Sara2010-06-211-403/+0
| | | | | | no longer generated at build, cleaned up manually maintained versions svn changeset:13806/svn branch:6.4
* Theme version check for #3416Marc Englund2009-12-081-4/+25
| | | | svn changeset:10202/svn branch:6.2
* The Button Component Strikes BackJouni Koivuviita2009-08-271-41/+71
| | | | | | | | | | | | Fixes many theme issues with Button (mostly Reindeer theme), including #3110, #3193, #3194, #3180 and 3079. Default button is now rendered on the client side with a DIV. Disabled buttons can now have descriptions, which fixes #2085. Added a "new" component, NativeButton, which uses native BUTTON element rendering on the client side. Theme compilation script now understands simple @import statements, which help keep things more organized in theme development. svn changeset:8558/svn branch:6.1
* #2904 ToolkitTunes -> VaadinTunes and one other file renameHenri Sara2009-05-181-1/+1
| | | | svn changeset:7864/svn branch:6.0
* Update theme compilation script.Jouni Koivuviita2009-05-181-3/+3
| | | | svn changeset:7862/svn branch:6.0
* #2904: more Toolkit -> Vaadin renamingHenri Sara2009-05-181-2/+2
| | | | svn changeset:7860/svn branch:6.0
* Old default theme renamed to "runo".Jouni Koivuviita2009-05-181-2/+2
| | | | svn changeset:7856/svn branch:6.0
* Fixed #2957 - Include smartsprites in build script Artur Signell2009-05-181-7/+37
| | | | svn changeset:7845/svn branch:6.0
* Fix for #2953 - Rename old default theme to itmill5Artur Signell2009-05-151-2/+2
| | | | svn changeset:7826/svn branch:6.0
* Renaming ITMILL/ -> VAADIN/ part 2 (for #2904)Marc Englund2009-05-121-1/+1
| | | | svn changeset:7765/svn branch:6.0
* Fixes buildhelper class package names.Jouni Koivuviita2009-05-112-0/+0
| | | | svn changeset:7734/svn branch:6.0
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-112-3/+3
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Theme compilation script that includes theme inheritance.Jouni Koivuviita2009-04-091-3/+5
| | | | svn changeset:7376/svn branch:theme_2009_03
* Fixed build problem (missing beancontainer.jar)Artur Signell2009-02-171-18/+47
| | | | | | | Updated portlet configuration generator to include actual demos and to use sampler widgetset Re-added PortletDemo which demonstrates portal integration svn changeset:6872/svn branch:trunk
* Fixed #2383Joonas Lehtinen2008-12-181-2/+2
| | | | svn changeset:6290/svn branch:trunk
* Fixes default theme compilation script to be Windows platform compatible.Jouni Koivuviita2008-12-081-1/+2
| | | | svn changeset:6108/svn branch:trunk
* Modified theme build helper to support theme inheritance (to aid in #2269).Jouni Koivuviita2008-12-031-38/+70
| | | | svn changeset:6079/svn branch:trunk
* Fixed typoArtur Signell2008-11-241-1/+1
| | | | svn changeset:5968/svn branch:trunk
* Print a message to system out after default theme css has been combinedJoonas Lehtinen2008-09-261-0/+3
| | | | svn changeset:5530/svn branch:trunk
* Basic JBossPortal support: WAR deploys on JBossPortal, portlets show up; ↵Marc Englund2008-06-271-1/+77
| | | | | | Fixes #1851 svn changeset:4963/svn branch:trunk
* context-param did not work properly, widgetset now added as a init-param for ↵Marc Englund2008-05-151-5/+6
| | | | | | | | each portlet. Fixes #1652 svn changeset:4499/svn branch:trunk
* Now processes files in alphabetical order.Marc Englund2008-05-071-0/+7
| | | | svn changeset:4362/svn branch:trunk
* PortletConfigurationGenerator moved -> buildhelpersMarc Englund2008-05-021-0/+297
| | | | svn changeset:4312/svn branch:trunk
* refactored default css rules to be in themes/default, added ↵Matti Tahvonen2008-04-241-0/+69
helperapplication to combine multiple css files, changed app init process again svn changeset:4226/svn branch:trunk