aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/web/ServletThemeSource.java
Commit message (Collapse)AuthorAgeFilesLines
* Started a major refactoring: removed terminal.web, added ↵Joonas Lehtinen2007-07-171-392/+0
| | | | | | terminal.gwt.server. Refactoring is not even nearly complete, but can already replace old web terminal implementation svn changeset:1864/svn branch:trunk
* Unified code style (indentation) based on default settings using Eclipse 3.2.Jani Laakso2007-04-181-28/+44
| | | | svn changeset:1256/svn branch:trunk
* Pulled changesets from branches/4.0.0-SRIT into trunk, done byJani Laakso2007-04-121-18/+69
| | | | | | | | | mohamed.atique@renaissance-it.com. All changes are related to javadocs only. Merge was done beetween revisions 924:1192. svn changeset:1212/svn branch:trunk
* Fixes #183Joonas Lehtinen2007-01-151-1/+1
| | | | svn changeset:260/svn branch:toolkit
* Fixed typo: "Intarfaces" => "Interfaces"Jani Laakso2007-01-121-2/+2
| | | | svn changeset:255/svn branch:toolkit
* Fixed typo: "Intarfaces" => "Interfaces"Jani Laakso2007-01-121-1/+1
| | | | svn changeset:238/svn branch:toolkit
* Added support for opening debug window from get parameters and web.xml. Also ↵Joonas Lehtinen2007-01-021-2/+2
| | | | | | not it is possible to disable debug-mode alltogether from web.xml. svn changeset:203/svn branch:toolkit
* New theme description format that supports combined ajax-xsl themes. This is ↵Joonas Lehtinen2006-12-291-80/+90
| | | | | | | | not yet forced by default and it should be backwards compatible with old ajax and xsl-themes. svn changeset:184/svn branch:toolkit
* Fixed a lot of warns about unused codeJoonas Lehtinen2006-12-271-6/+2
| | | | svn changeset:166/svn branch:toolkit
* MERGED AJAX ADAPTER TO WEB ADAPTERJoonas Lehtinen2006-12-011-2/+2
| | | | | | | | | | | | | | | - Merged all functionality of AJAX adapter inside the web adapter (MAJOR step for making the product more understandable) - Removed "Adapter" alltogether from API level (MAJOR step for making the product more understandable) - Built groundwork for automatic terminal detection based selection of technologies - Built groundwork for integration of theme packaging mechanism by allowing Ajax apps to use theme resourses! - Deployment is now easier - it is enough to deploy only one instance of the application - Now AJAX apps also use WebApplicationContext (and get all the features from them!) (should fix bug #93) - Now AJAX apps also can use WebBrowser class that implements Terminal (fixes bug #74) - Now AJAX and Web-apps use the same session -> you can jump from web to ajax and preserve state! (fixes bug #60) - Built groundwork for easier integration of license control (making solving #89 easier) svn changeset:130/svn branch:toolkit
* Refactoring: Enably -> IT Mill ToolkitJoonas Lehtinen2006-11-011-0/+319
svn changeset:92/svn branch:toolkit