]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
17 years agorefactored feature browsers layouts
Matti Tahvonen [Mon, 28 May 2007 08:36:36 +0000 (08:36 +0000)]
refactored feature browsers layouts

svn changeset:1502/svn branch:trunk

17 years agoFixed #747 by removing unneccessary exception because of license has been read,
Jani Laakso [Fri, 25 May 2007 15:24:43 +0000 (15:24 +0000)]
Fixed #747 by removing unneccessary exception because of license has been read,
it seems this exception is not required, please review.

Note that ApplicationServlet.checkLicense ensures that license is actually read
for every Servlet instance (Toolkit Application.class).

svn changeset:1499/svn branch:trunk

17 years agoFixed #719
Jani Laakso [Fri, 25 May 2007 09:43:48 +0000 (09:43 +0000)]
Fixed #719

svn changeset:1497/svn branch:trunk

17 years agoremoved empty lines
Jani Laakso [Fri, 25 May 2007 09:42:19 +0000 (09:42 +0000)]
removed empty lines

svn changeset:1496/svn branch:trunk

17 years agoFixes #746
Mikael Vappula [Fri, 25 May 2007 09:32:47 +0000 (09:32 +0000)]
Fixes #746

svn changeset:1495/svn branch:trunk

17 years agoFixed #744
Jani Laakso [Thu, 24 May 2007 14:49:19 +0000 (14:49 +0000)]
Fixed #744

svn changeset:1490/svn branch:trunk

17 years agoProviding informative message on how to configure themes on warning and error cases...
Jani Laakso [Thu, 24 May 2007 12:52:48 +0000 (12:52 +0000)]
Providing informative message on how to configure themes on warning and error cases that are theme related.

svn changeset:1488/svn branch:trunk

17 years agoMoving ATFTest to example project.
Jani Laakso [Thu, 24 May 2007 09:34:31 +0000 (09:34 +0000)]
Moving ATFTest to example project.

svn changeset:1472/svn branch:trunk

17 years agoadded check to only remove component if it really is a containers child (avoid errors...
Matti Tahvonen [Thu, 24 May 2007 06:57:22 +0000 (06:57 +0000)]
added check to only remove component if it really is a containers child (avoid errors if programmer makes mistake)

svn changeset:1469/svn branch:trunk

17 years agofixes #737
Matti Tahvonen [Thu, 24 May 2007 06:40:48 +0000 (06:40 +0000)]
fixes #737

svn changeset:1468/svn branch:trunk

17 years agofixes #731
Matti Tahvonen [Wed, 23 May 2007 06:40:59 +0000 (06:40 +0000)]
fixes #731

svn changeset:1464/svn branch:trunk

17 years agoFix for #730
Jani Laakso [Tue, 22 May 2007 10:31:41 +0000 (10:31 +0000)]
Fix for #730

svn changeset:1447/svn branch:trunk

17 years agoAnother fix for #723.
Jani Laakso [Tue, 22 May 2007 10:23:54 +0000 (10:23 +0000)]
Another fix for #723.

Still contains issues regarding session related objects that need to be fixed.

Typo fixes.

svn changeset:1446/svn branch:trunk

17 years agotypo fix
Jani Laakso [Mon, 21 May 2007 08:30:46 +0000 (08:30 +0000)]
typo fix

svn changeset:1443/svn branch:trunk

17 years agouidlTransformer provides java.net.SocketException comment added
Jani Laakso [Mon, 21 May 2007 07:45:14 +0000 (07:45 +0000)]
uidlTransformer provides java.net.SocketException comment added

svn changeset:1442/svn branch:trunk

17 years agoFixed #723 (Critical memory leak)
Jani Laakso [Tue, 15 May 2007 20:14:06 +0000 (20:14 +0000)]
Fixed #723 (Critical memory leak)

svn changeset:1440/svn branch:trunk

17 years agoTransformer fails persistently under heavy load, see #724
Jani Laakso [Tue, 15 May 2007 20:13:24 +0000 (20:13 +0000)]
Transformer fails persistently under heavy load, see #724

svn changeset:1439/svn branch:trunk

17 years agoRemoved allWindows property and related code to it.
Jani Laakso [Tue, 15 May 2007 16:36:55 +0000 (16:36 +0000)]
Removed allWindows property and related code to it.

svn changeset:1438/svn branch:trunk

17 years agoPartial fix for #723 (Memory leak), Applications are still not GC'ed.
Jani Laakso [Tue, 15 May 2007 16:32:13 +0000 (16:32 +0000)]
Partial fix for #723 (Memory leak), Applications are still not GC'ed.

svn changeset:1437/svn branch:trunk

17 years agodded user interface identifier support for AbstractComponent and CustomComponent.
Jani Laakso [Fri, 11 May 2007 14:39:01 +0000 (14:39 +0000)]
dded user interface identifier support for AbstractComponent and CustomComponent.
API change needs refactoring as currently Identifiable is plain class (not interface as requested by Joonas).

svn changeset:1422/svn branch:trunk

17 years agoAdded user interface identifier support for AbstractComponent and CustomComponent.
Jani Laakso [Fri, 11 May 2007 14:38:07 +0000 (14:38 +0000)]
Added user interface identifier support for AbstractComponent and CustomComponent.
API change needs refactoring as currently Identifiable is plain class (not interface as requested by Joonas).

svn changeset:1421/svn branch:trunk

17 years agoDescription added.
Jani Laakso [Fri, 11 May 2007 14:34:12 +0000 (14:34 +0000)]
Description added.

svn changeset:1420/svn branch:trunk

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