]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
17 years agoAdded automatic test framework (ATF) test.
Jani Laakso [Fri, 11 May 2007 14:13:15 +0000 (14:13 +0000)]
Added automatic test framework (ATF) test.

Here's basic ATFTest application that I have used to evaluate automated test frameworks. It is basically calculator application which emulates application changes which should not brake test cases.

1. Calculator functionality is used to ensure test cases
- contains buttons (operations + numbers) and textfield (result)
- test case used components contain * unique * PIDs which ATF should use
- ATF test case consists of pushing calculator buttons and reading correct result from textfield

2. Layouts are randomized
- any component can be located randomly under panel, tabsheet, grid, orderedlayout etc.
- ATF should find component even if it's relocated

3. All component captions have identical names (or randomized)
- captions are changed with multilingual applications, such as ROP and Rondo R8
- ATF should not use on captions

4. Random components are dispersed to the application
- these are just "noise", PIDs may change
- ATF should not be affected of these

svn changeset:1419/svn branch:trunk

17 years agoFixed #554
Jani Laakso [Tue, 8 May 2007 07:35:13 +0000 (07:35 +0000)]
Fixed #554

svn changeset:1409/svn branch:trunk

17 years agoFixed #716
Jani Laakso [Tue, 8 May 2007 06:10:07 +0000 (06:10 +0000)]
Fixed #716

svn changeset:1408/svn branch:trunk

17 years agoRemoved obsolete code from demo.
Jani Laakso [Mon, 7 May 2007 08:19:32 +0000 (08:19 +0000)]
Removed obsolete code from demo.

svn changeset:1405/svn branch:trunk

17 years agofixes #678
Matti Tahvonen [Wed, 2 May 2007 08:37:46 +0000 (08:37 +0000)]
fixes #678

svn changeset:1397/svn branch:trunk

17 years agoUpdated
Jani Laakso [Fri, 27 Apr 2007 07:38:16 +0000 (07:38 +0000)]
Updated

svn changeset:1380/svn branch:trunk

17 years agoFixed #669
Jani Laakso [Thu, 26 Apr 2007 18:14:31 +0000 (18:14 +0000)]
Fixed #669

svn changeset:1374/svn branch:trunk

17 years agoUpdated release notes for version 4.0.1
Jani Laakso [Thu, 26 Apr 2007 17:07:37 +0000 (17:07 +0000)]
Updated release notes for version 4.0.1

svn changeset:1363/svn branch:trunk

17 years agoBuild adds readme.txt to /lib/themes directory explaining why this directory exists.
Jani Laakso [Thu, 26 Apr 2007 17:04:30 +0000 (17:04 +0000)]
Build adds readme.txt to /lib/themes directory explaining why this directory exists.

svn changeset:1362/svn branch:trunk

17 years agoKeyboardShortcut considered as beta.
Jani Laakso [Thu, 26 Apr 2007 17:03:48 +0000 (17:03 +0000)]
KeyboardShortcut considered as beta.

svn changeset:1361/svn branch:trunk

17 years agoWorkaround against #655
Jani Laakso [Thu, 26 Apr 2007 13:54:46 +0000 (13:54 +0000)]
Workaround against #655

svn changeset:1358/svn branch:trunk

17 years agoLanguage fixes.
Jani Laakso [Thu, 26 Apr 2007 13:48:48 +0000 (13:48 +0000)]
Language fixes.

svn changeset:1357/svn branch:trunk

17 years agoFixed window names.
Jani Laakso [Thu, 26 Apr 2007 13:33:48 +0000 (13:33 +0000)]
Fixed window names.

svn changeset:1356/svn branch:trunk

17 years agoAlways refilter if filter=="" (fixes #658)
Marc Englund [Thu, 26 Apr 2007 09:02:11 +0000 (09:02 +0000)]
Always refilter if filter=="" (fixes #658)

svn changeset:1352/svn branch:trunk

17 years agoBrought back theme link to CustomLayout demo.
Jani Laakso [Wed, 25 Apr 2007 09:35:08 +0000 (09:35 +0000)]
Brought back theme link to CustomLayout demo.

svn changeset:1345/svn branch:trunk

17 years agoFixed javadoc URL to work in any context (using relative url).
Jani Laakso [Wed, 25 Apr 2007 09:34:15 +0000 (09:34 +0000)]
Fixed javadoc URL to work in any context (using relative url).

svn changeset:1344/svn branch:trunk

17 years agoWorkaround for #654.
Jani Laakso [Wed, 25 Apr 2007 09:05:35 +0000 (09:05 +0000)]
Workaround for #654.

svn changeset:1342/svn branch:trunk

17 years agoWAR now contains javadoc and themes directories. Provides easier deployment, no need...
Jani Laakso [Wed, 25 Apr 2007 09:04:30 +0000 (09:04 +0000)]
WAR now contains javadoc and themes directories. Provides easier deployment, no need to tweak server specific configuration to access javadocs through demos.

svn changeset:1341/svn branch:trunk

17 years agoRemoved debug.
Jani Laakso [Wed, 25 Apr 2007 08:24:10 +0000 (08:24 +0000)]
Removed debug.

svn changeset:1339/svn branch:trunk

17 years agoremoved theme link
Jani Laakso [Wed, 25 Apr 2007 07:50:24 +0000 (07:50 +0000)]
removed theme link

svn changeset:1337/svn branch:trunk

17 years agoTheme link only for CustomLayout demo.
Jani Laakso [Wed, 25 Apr 2007 06:26:28 +0000 (06:26 +0000)]
Theme link only for CustomLayout demo.

svn changeset:1335/svn branch:trunk

17 years agoAdded browsable Theme code links to each demo. Themes folder is now cleartext (not...
Jani Laakso [Tue, 24 Apr 2007 16:16:23 +0000 (16:16 +0000)]
Added browsable Theme code links to each demo. Themes folder is now cleartext (not optimized).

svn changeset:1323/svn branch:trunk

17 years agoRemoved line numbers from java2html, easier to cut and paste.
Jani Laakso [Tue, 24 Apr 2007 15:49:16 +0000 (15:49 +0000)]
Removed line numbers from java2html, easier to cut and paste.

svn changeset:1322/svn branch:trunk

17 years agoFixed #650
Jani Laakso [Tue, 24 Apr 2007 15:28:22 +0000 (15:28 +0000)]
Fixed #650

svn changeset:1321/svn branch:trunk

17 years agoUser friendlier texts.
Jani Laakso [Tue, 24 Apr 2007 15:25:50 +0000 (15:25 +0000)]
User friendlier texts.

svn changeset:1320/svn branch:trunk

17 years ago"Keybinding is under development and considered as alpha quality" note added.
Jani Laakso [Tue, 24 Apr 2007 12:48:32 +0000 (12:48 +0000)]
"Keybinding is under development and considered as alpha quality" note added.

svn changeset:1317/svn branch:trunk

17 years agoRefixed #641, #642 properly. Major issues with Windowing on FeatureBrowser.
Jani Laakso [Tue, 24 Apr 2007 12:42:35 +0000 (12:42 +0000)]
Refixed #641, #642 properly. Major issues with Windowing on FeatureBrowser.

svn changeset:1316/svn branch:trunk

17 years agoAdded selectdemo back to trunk: major issues fixed.
Jani Laakso [Tue, 24 Apr 2007 12:38:34 +0000 (12:38 +0000)]
Added selectdemo back to trunk: major issues fixed.

svn changeset:1315/svn branch:trunk

17 years agoFixed #641, #642. Major issues with Windowing on FeatureBrowser.
Jani Laakso [Tue, 24 Apr 2007 09:02:36 +0000 (09:02 +0000)]
Fixed #641, #642. Major issues with Windowing on FeatureBrowser.

svn changeset:1309/svn branch:trunk

17 years agolazyloading 'page size' fix (initial pagesize same as streaming pagesize, paging...
Marc Englund [Mon, 23 Apr 2007 14:18:01 +0000 (14:18 +0000)]
lazyloading 'page size' fix (initial pagesize same as streaming pagesize, paging works)

svn changeset:1306/svn branch:trunk

17 years agoRemoved selectdemo because it had unresolved issues with FF2.
Jani Laakso [Mon, 23 Apr 2007 12:49:51 +0000 (12:49 +0000)]
Removed selectdemo because it had unresolved issues with FF2.

svn changeset:1304/svn branch:trunk

17 years agoFixed #632
Jani Laakso [Mon, 23 Apr 2007 11:53:28 +0000 (11:53 +0000)]
Fixed #632

svn changeset:1300/svn branch:trunk

17 years agoFixed #579, #622
Jani Laakso [Mon, 23 Apr 2007 11:33:28 +0000 (11:33 +0000)]
Fixed #579, #622
Removed Toolkit Mashup demo because it did not work with IE7 (would have required IE7 dependant checks code on JSP page).

Fixed #631,
index.html and CSS. Now fonts should be the same for Safari and IE7 too.

svn changeset:1299/svn branch:trunk

17 years agoLazyLoading Select fixes: (java) did not honor itemCaptionProperty, (theme) did not...
Marc Englund [Mon, 23 Apr 2007 10:54:30 +0000 (10:54 +0000)]
LazyLoading Select fixes: (java) did not honor itemCaptionProperty, (theme) did not render empty option caption properly.

svn changeset:1298/svn branch:trunk

17 years agoString compare typo fixed.
Jani Laakso [Mon, 23 Apr 2007 08:36:21 +0000 (08:36 +0000)]
String compare typo fixed.

svn changeset:1288/svn branch:trunk

17 years ago= CustomLayout preloading =
Joonas Lehtinen [Sun, 22 Apr 2007 16:43:58 +0000 (16:43 +0000)]
= CustomLayout preloading =

== Tested on ==
 * IE6 on XP
 * IE7 on XP
 * Nokia E90
 * FF2 on XP
 * FF2 on Mac
 * Safari 2 on Mac
 * WebKit nightly on Mac
 * Opera 9 on Mac
With FeatureBrpwser and CustomLayout -example applications.

== Design ==
Server-side adds <precache resource="layout/foo.html">layout-file in CDATA-block</precache> tags to <changes>. Server precaches all the layouts that are redrawn on given UIDL-changeset. In future client should maybe notify the server of the layouts it has already.

== Causes ==
 * E90 works!
 * Loading custom layouts does not need additional synchronous requests (this should make first appearance of layouts faster)
 * Layouts are sometimes loaded even when they are not needed. This makes UIDL-changesets heavier.

(Also changeset fixes a CDATA UIDL bug in PaintTarget)

svn changeset:1280/svn branch:trunk

17 years agoJDK 1.4.x compatibility fix. Code did not work on JDK 1.4.x.
Jani Laakso [Fri, 20 Apr 2007 12:11:34 +0000 (12:11 +0000)]
JDK 1.4.x compatibility fix. Code did not work on JDK 1.4.x.

svn changeset:1279/svn branch:trunk

17 years agofixes #618
Matti Tahvonen [Thu, 19 Apr 2007 11:17:05 +0000 (11:17 +0000)]
fixes #618

svn changeset:1277/svn branch:trunk

17 years agofixes #510
Matti Tahvonen [Wed, 18 Apr 2007 06:58:19 +0000 (06:58 +0000)]
fixes #510

svn changeset:1272/svn branch:trunk

17 years agoAdded new demo FilterSelect, changed it's layout and texts.
Jani Laakso [Wed, 18 Apr 2007 06:19:48 +0000 (06:19 +0000)]
Added new demo FilterSelect, changed it's layout and texts.

svn changeset:1264/svn branch:trunk

17 years agoUnified code style (indentation) based on default settings using Eclipse 3.2.
Jani Laakso [Wed, 18 Apr 2007 05:32:44 +0000 (05:32 +0000)]
Unified code style (indentation) based on default settings using Eclipse 3.2.

svn changeset:1256/svn branch:trunk

17 years agoGot rid of two TODOs
Jani Laakso [Tue, 17 Apr 2007 16:02:09 +0000 (16:02 +0000)]
Got rid of two TODOs

svn changeset:1251/svn branch:trunk

17 years agoSome javadoc changes. Identation fix.
Jani Laakso [Tue, 17 Apr 2007 15:23:18 +0000 (15:23 +0000)]
Some javadoc changes. Identation fix.

svn changeset:1250/svn branch:trunk

17 years agoForced all demos (except HTML mode FeatureBrowser) to Ajax mode.
Jani Laakso [Tue, 17 Apr 2007 14:37:19 +0000 (14:37 +0000)]
Forced all demos (except HTML mode FeatureBrowser) to Ajax mode.

svn changeset:1249/svn branch:trunk

17 years agoForced TableDemo to Ajax mode.
Jani Laakso [Tue, 17 Apr 2007 14:36:53 +0000 (14:36 +0000)]
Forced TableDemo to Ajax mode.

svn changeset:1248/svn branch:trunk

17 years agoUpload: disabled default header and using caption for submit buttons text like in...
Matti Tahvonen [Mon, 16 Apr 2007 13:47:38 +0000 (13:47 +0000)]
Upload: disabled default header and using caption for submit buttons text like in button

svn changeset:1243/svn branch:trunk

17 years agofixes #533 and makes possible to change selects (LazyLoading) filtering logic
Matti Tahvonen [Mon, 16 Apr 2007 12:49:41 +0000 (12:49 +0000)]
fixes #533 and makes possible to change selects (LazyLoading) filtering logic

svn changeset:1241/svn branch:trunk

17 years agoConstructors documents changed.
Mohamed Atique [Fri, 13 Apr 2007 10:43:14 +0000 (10:43 +0000)]
Constructors documents changed.

svn changeset:1237/svn branch:trunk

17 years agoConstructors documents changed.
Mohamed Atique [Fri, 13 Apr 2007 10:42:19 +0000 (10:42 +0000)]
Constructors documents changed.

svn changeset:1236/svn branch:trunk

17 years agoConstructors documents changed.
Mohamed Atique [Fri, 13 Apr 2007 10:41:16 +0000 (10:41 +0000)]
Constructors documents changed.

svn changeset:1235/svn branch:trunk

17 years agoConstructors documents changed.
Mohamed Atique [Fri, 13 Apr 2007 10:40:19 +0000 (10:40 +0000)]
Constructors documents changed.

svn changeset:1234/svn branch:trunk

17 years agoConstructors documents changed.
Mohamed Atique [Fri, 13 Apr 2007 10:38:24 +0000 (10:38 +0000)]
Constructors documents changed.

svn changeset:1233/svn branch:trunk

17 years agoConstructors documents changed
Mohamed Atique [Fri, 13 Apr 2007 10:36:33 +0000 (10:36 +0000)]
Constructors documents changed

svn changeset:1232/svn branch:trunk

17 years agoConstructors documents changed
Mohamed Atique [Fri, 13 Apr 2007 10:34:06 +0000 (10:34 +0000)]
Constructors documents changed

svn changeset:1231/svn branch:trunk

17 years agoConstructors documents changed
Mohamed Atique [Fri, 13 Apr 2007 10:31:53 +0000 (10:31 +0000)]
Constructors documents changed

svn changeset:1230/svn branch:trunk

17 years agoPulled changesets from branches/4.0.0-SRIT into trunk, done by
Jani Laakso [Fri, 13 Apr 2007 09:24:57 +0000 (09:24 +0000)]
Pulled changesets from branches/4.0.0-SRIT into trunk, done by
mohamed.atique@renaissance-it.com. All changes are related to javadocs
only.
Merge was done beetween revisions 1213 - 1215.

svn changeset:1221/svn branch:trunk

17 years agoPulled changesets from branches/4.0.0-SRIT into trunk, done by
Jani Laakso [Thu, 12 Apr 2007 14:41:25 +0000 (14:41 +0000)]
Pulled changesets from branches/4.0.0-SRIT into trunk, done by
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

17 years agoRemoved obsolete import.
Jani Laakso [Thu, 12 Apr 2007 12:34:21 +0000 (12:34 +0000)]
Removed obsolete import.

svn changeset:1204/svn branch:trunk

17 years agoFixed #569
Jani Laakso [Thu, 12 Apr 2007 12:32:09 +0000 (12:32 +0000)]
Fixed #569

svn changeset:1203/svn branch:trunk

17 years agoRemoved duplicate directory. This was a mixup.
Jani Laakso [Wed, 11 Apr 2007 13:35:22 +0000 (13:35 +0000)]
Removed duplicate directory. This was a mixup.

svn changeset:1201/svn branch:trunk

17 years agofixed keycodes
Matti Tahvonen [Wed, 11 Apr 2007 12:49:03 +0000 (12:49 +0000)]
fixed keycodes

svn changeset:1197/svn branch:trunk

17 years agofixed keycodes for some alpabets
Matti Tahvonen [Wed, 11 Apr 2007 12:37:15 +0000 (12:37 +0000)]
fixed keycodes for some alpabets

svn changeset:1196/svn branch:trunk

17 years agoadded constants for num keys
Matti Tahvonen [Wed, 11 Apr 2007 12:21:24 +0000 (12:21 +0000)]
added constants for num keys

svn changeset:1195/svn branch:trunk

17 years agosvn changeset:1193/svn branch:trunk
Matti Tahvonen [Wed, 11 Apr 2007 09:57:28 +0000 (09:57 +0000)]
svn changeset:1193/svn branch:trunk

17 years agoMore docs
Jani Laakso [Fri, 6 Apr 2007 17:04:45 +0000 (17:04 +0000)]
More docs

svn changeset:1188/svn branch:trunk

17 years agoFixed link.
Jani Laakso [Fri, 6 Apr 2007 15:09:33 +0000 (15:09 +0000)]
Fixed link.

svn changeset:1179/svn branch:trunk

17 years agoFix, still webapps/itmill-toolkit.war needs to be pointed into /
Jani Laakso [Thu, 5 Apr 2007 12:51:03 +0000 (12:51 +0000)]
Fix, still webapps/itmill-toolkit.war needs to be pointed into /

svn changeset:1174/svn branch:trunk

17 years agosvn changeset:1173/svn branch:trunk
Jani Laakso [Thu, 5 Apr 2007 12:50:02 +0000 (12:50 +0000)]
svn changeset:1173/svn branch:trunk

17 years agoFixes
Jani Laakso [Thu, 5 Apr 2007 12:46:26 +0000 (12:46 +0000)]
Fixes

svn changeset:1171/svn branch:trunk

17 years agoSample directory helper class.
Jani Laakso [Thu, 5 Apr 2007 12:44:01 +0000 (12:44 +0000)]
Sample directory helper class.

svn changeset:1170/svn branch:trunk

17 years agoChanges regarding new source code generation, new theme and custom layouts files.
Jani Laakso [Thu, 5 Apr 2007 12:43:38 +0000 (12:43 +0000)]
Changes regarding new source code generation, new theme and custom layouts files.

svn changeset:1169/svn branch:trunk

17 years agoBetter sample directory handling for both Tree demos.
Jani Laakso [Thu, 5 Apr 2007 12:42:31 +0000 (12:42 +0000)]
Better sample directory handling for both Tree demos.

svn changeset:1168/svn branch:trunk

17 years agoAdded two phased merging.
Jani Laakso [Thu, 5 Apr 2007 07:12:24 +0000 (07:12 +0000)]
Added two phased merging.

svn changeset:1160/svn branch:trunk

17 years agoFixed clazzName into className
Jani Laakso [Wed, 4 Apr 2007 11:17:39 +0000 (11:17 +0000)]
Fixed clazzName into className

svn changeset:1141/svn branch:trunk

17 years agoAdded Joonas's demo.
Jani Laakso [Wed, 4 Apr 2007 10:16:41 +0000 (10:16 +0000)]
Added Joonas's demo.

svn changeset:1138/svn branch:trunk

17 years agoDeleted examples which were renamed.
Jani Laakso [Wed, 4 Apr 2007 10:14:23 +0000 (10:14 +0000)]
Deleted examples which were renamed.

svn changeset:1137/svn branch:trunk

17 years agoAdded Joonas's example.
Jani Laakso [Wed, 4 Apr 2007 10:13:57 +0000 (10:13 +0000)]
Added Joonas's example.

svn changeset:1136/svn branch:trunk

17 years agodoc fix.
Jani Laakso [Wed, 4 Apr 2007 08:43:47 +0000 (08:43 +0000)]
doc fix.

svn changeset:1133/svn branch:trunk

17 years agoAdded source code link for ToolkitMashup.
Jani Laakso [Wed, 4 Apr 2007 08:26:50 +0000 (08:26 +0000)]
Added source code link for ToolkitMashup.

svn changeset:1131/svn branch:trunk

17 years agoAdded source code for ToolkitMashup, this is a hack because original JSP file is...
Jani Laakso [Wed, 4 Apr 2007 08:25:19 +0000 (08:25 +0000)]
Added source code for ToolkitMashup, this is a hack because original JSP file is just duplicated into TXT file.

svn changeset:1130/svn branch:trunk

17 years agoBetter documentation on how to do mashups.
Jani Laakso [Wed, 4 Apr 2007 08:23:00 +0000 (08:23 +0000)]
Better documentation on how to do mashups.

svn changeset:1129/svn branch:trunk

17 years agosvn changeset:1127/svn branch:trunk
Jani Laakso [Wed, 4 Apr 2007 08:04:04 +0000 (08:04 +0000)]
svn changeset:1127/svn branch:trunk

17 years agoDocumentation fixes, added source links.
Jani Laakso [Wed, 4 Apr 2007 08:03:11 +0000 (08:03 +0000)]
Documentation fixes, added source links.

svn changeset:1126/svn branch:trunk

17 years agoBetter naming of classes.
Jani Laakso [Wed, 4 Apr 2007 08:02:52 +0000 (08:02 +0000)]
Better naming of classes.

svn changeset:1125/svn branch:trunk

17 years agosvn changeset:1121/svn branch:trunk
Jani Laakso [Tue, 3 Apr 2007 14:58:19 +0000 (14:58 +0000)]
svn changeset:1121/svn branch:trunk

17 years agoAdded objectProperty demo. Originated from a question in forums.
Jani Laakso [Tue, 3 Apr 2007 14:57:21 +0000 (14:57 +0000)]
Added objectProperty demo. Originated from a question in forums.

svn changeset:1120/svn branch:trunk

17 years agoFixed setStaticPid away, it's not (yet) in Toolkit AbstractCompoent.
Jani Laakso [Tue, 3 Apr 2007 14:26:37 +0000 (14:26 +0000)]
Fixed setStaticPid away, it's not (yet) in Toolkit AbstractCompoent.

svn changeset:1116/svn branch:trunk

17 years agoDoc fixes.
Jani Laakso [Tue, 3 Apr 2007 13:59:46 +0000 (13:59 +0000)]
Doc fixes.

svn changeset:1114/svn branch:trunk

17 years agoEnhanced example data.
Jani Laakso [Tue, 3 Apr 2007 13:55:58 +0000 (13:55 +0000)]
Enhanced example data.

svn changeset:1113/svn branch:trunk

17 years agoRenamed to ToolkitMashup.jsp
Jani Laakso [Tue, 3 Apr 2007 13:55:11 +0000 (13:55 +0000)]
Renamed to ToolkitMashup.jsp

svn changeset:1112/svn branch:trunk

17 years agoAdded openajax images and stylesheets, previously these were missing
Jani Laakso [Tue, 3 Apr 2007 13:54:18 +0000 (13:54 +0000)]
Added openajax images and stylesheets, previously these were missing
because of Subclipse issues.

svn changeset:1111/svn branch:trunk

17 years agoAdded custom layout / theme demo.
Jani Laakso [Tue, 3 Apr 2007 13:50:34 +0000 (13:50 +0000)]
Added custom layout / theme demo.

svn changeset:1110/svn branch:trunk

17 years agoAdded custom layout / theme demo.
Jani Laakso [Tue, 3 Apr 2007 13:50:13 +0000 (13:50 +0000)]
Added custom layout / theme demo.

svn changeset:1109/svn branch:trunk

17 years agoAdded custom layout / theme demo.
Jani Laakso [Tue, 3 Apr 2007 13:49:23 +0000 (13:49 +0000)]
Added custom layout / theme demo.

svn changeset:1107/svn branch:trunk

17 years agoFixed NPE when theme name mismatch occurs between description.xml and Application...
Jani Laakso [Tue, 3 Apr 2007 09:42:57 +0000 (09:42 +0000)]
Fixed NPE when theme name mismatch occurs between description.xml and Application.setTheme method.

svn changeset:1100/svn branch:trunk

17 years agoAdded few demos more. Enhanced documentation and looks.
Jani Laakso [Tue, 3 Apr 2007 06:54:56 +0000 (06:54 +0000)]
Added few demos more. Enhanced documentation and looks.

svn changeset:1099/svn branch:trunk

17 years agoAdded new demos.
Jani Laakso [Mon, 2 Apr 2007 14:27:33 +0000 (14:27 +0000)]
Added new demos.

svn changeset:1097/svn branch:trunk

17 years agoAdded many new demos.
Jani Laakso [Mon, 2 Apr 2007 14:25:00 +0000 (14:25 +0000)]
Added many new demos.

svn changeset:1096/svn branch:trunk

17 years agopiece forgot from last commit
Matti Tahvonen [Fri, 30 Mar 2007 13:02:46 +0000 (13:02 +0000)]
piece forgot from last commit

svn changeset:1073/svn branch:trunk

17 years agoInitial commit for #211
Matti Tahvonen [Fri, 30 Mar 2007 12:31:09 +0000 (12:31 +0000)]
Initial commit for #211

svn changeset:1070/svn branch:trunk