]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
17 years agoResources are now found correctly from WebContent/WEB-INF/lib/itmill-toolkit-x.y...
Jani Laakso [Wed, 31 Oct 2007 18:36:06 +0000 (18:36 +0000)]
Resources are now found correctly from WebContent/WEB-INF/lib/itmill-toolkit-x.y.z.jar too, previously only WebContent/WEB-INF/classes/ITMILL/.. worked.

svn changeset:2648/svn branch:trunk

17 years agoFix for resource not found exception.
Jani Laakso [Wed, 31 Oct 2007 18:12:00 +0000 (18:12 +0000)]
Fix for resource not found exception.

svn changeset:2647/svn branch:trunk

17 years agoUsing proper logging method instead of System.err..
Jani Laakso [Wed, 31 Oct 2007 18:01:41 +0000 (18:01 +0000)]
Using proper logging method instead of System.err..

svn changeset:2646/svn branch:trunk

17 years agoHad to do "subant" under build/build.xml to ensure that external stuff is really...
Jani Laakso [Wed, 31 Oct 2007 17:58:46 +0000 (17:58 +0000)]
Had to do "subant" under build/build.xml to ensure that external stuff is really compiled.

svn changeset:2645/svn branch:trunk

17 years agoClassLoader is now used to find /ITMILL resources in case getResourceAsStream fails.
Jani Laakso [Wed, 31 Oct 2007 17:52:12 +0000 (17:52 +0000)]
ClassLoader is now used to find /ITMILL resources in case getResourceAsStream fails.
Fileupload imports fixed.

svn changeset:2644/svn branch:trunk

17 years agoUsing customized fileupload JAR, single Toolkit JAR creation (incl. sources, incl...
Jani Laakso [Wed, 31 Oct 2007 17:28:53 +0000 (17:28 +0000)]
Using customized fileupload JAR, single Toolkit JAR creation (incl. sources, incl. default widgetset).

svn changeset:2643/svn branch:trunk

17 years agoRemoved possibly conflicting JAR and replaced it with customized JAR.
Jani Laakso [Wed, 31 Oct 2007 17:27:23 +0000 (17:27 +0000)]
Removed possibly conflicting JAR and replaced it with customized JAR.

svn changeset:2642/svn branch:trunk

17 years agocombobox select: adding new items
Matti Tahvonen [Wed, 31 Oct 2007 14:54:32 +0000 (14:54 +0000)]
combobox select: adding new items

svn changeset:2639/svn branch:trunk

17 years agoISlider theme improved.
Jouni Koivuviita [Wed, 31 Oct 2007 14:39:53 +0000 (14:39 +0000)]
ISlider theme improved.

svn changeset:2638/svn branch:trunk

17 years agoSelect in "filtering mode by default"
Matti Tahvonen [Wed, 31 Oct 2007 13:07:11 +0000 (13:07 +0000)]
Select in "filtering mode by default"

svn changeset:2637/svn branch:trunk

17 years agoSmall Reservr-theme fixes/additions.
Jouni Koivuviita [Wed, 31 Oct 2007 12:55:47 +0000 (12:55 +0000)]
Small Reservr-theme fixes/additions.

svn changeset:2636/svn branch:trunk

17 years agoFixed #1026, pair-coding with Matti
Jani Laakso [Wed, 31 Oct 2007 12:50:21 +0000 (12:50 +0000)]
Fixed #1026, pair-coding with Matti

svn changeset:2635/svn branch:trunk

17 years agoVertical splitpanel renders only splitter (draggable) and nothing from component...
Jani Laakso [Wed, 31 Oct 2007 11:22:35 +0000 (11:22 +0000)]
Vertical splitpanel renders only splitter (draggable) and nothing from component containers. Horizontal splitpanel does not have this issue.
See test case.

svn changeset:2634/svn branch:trunk

17 years agoTable: fixed default row height to comfort with default theme (used with empty tables)
Matti Tahvonen [Wed, 31 Oct 2007 09:24:35 +0000 (09:24 +0000)]
Table: fixed default row height to comfort with default theme (used with empty tables)

svn changeset:2632/svn branch:trunk

17 years agofixed some bugs, filtering now works somehow
Matti Tahvonen [Wed, 31 Oct 2007 09:13:48 +0000 (09:13 +0000)]
fixed some bugs, filtering now works somehow

svn changeset:2631/svn branch:trunk

17 years agotrying to hack IFilterSelect to work after server side refactoring. Paging now works.
Matti Tahvonen [Wed, 31 Oct 2007 08:48:44 +0000 (08:48 +0000)]
trying to hack IFilterSelect to work after server side refactoring. Paging now works.

svn changeset:2630/svn branch:trunk

17 years agoSelect refactor initial commit; not done.
Marc Englund [Wed, 31 Oct 2007 07:41:08 +0000 (07:41 +0000)]
Select refactor initial commit; not done.

svn changeset:2629/svn branch:trunk

17 years agoz-index for suggestion popup
Matti Tahvonen [Wed, 31 Oct 2007 07:13:47 +0000 (07:13 +0000)]
z-index for suggestion popup

svn changeset:2628/svn branch:trunk

17 years agojavadoc typo
Matti Tahvonen [Wed, 31 Oct 2007 06:27:59 +0000 (06:27 +0000)]
javadoc typo

svn changeset:2627/svn branch:trunk

17 years agoITable: various small enhancements
Matti Tahvonen [Wed, 31 Oct 2007 06:25:04 +0000 (06:25 +0000)]
ITable: various small enhancements

svn changeset:2626/svn branch:trunk

17 years agojavadoc update
Joonas Lehtinen [Tue, 30 Oct 2007 14:33:26 +0000 (14:33 +0000)]
javadoc update

svn changeset:2625/svn branch:trunk

17 years agoremoved @override (java 1.4 compliance) + added comment
Matti Tahvonen [Tue, 30 Oct 2007 13:57:37 +0000 (13:57 +0000)]
removed @override (java 1.4 compliance) + added comment

svn changeset:2624/svn branch:trunk

17 years agofixes #995
Matti Tahvonen [Tue, 30 Oct 2007 11:06:55 +0000 (11:06 +0000)]
fixes  #995

svn changeset:2623/svn branch:trunk

17 years agofixes #952
Matti Tahvonen [Tue, 30 Oct 2007 10:07:47 +0000 (10:07 +0000)]
fixes #952

svn changeset:2622/svn branch:trunk

17 years agoTree is now not positioned and works in scrollable containers, but we lost keyboard...
Matti Tahvonen [Tue, 30 Oct 2007 09:53:20 +0000 (09:53 +0000)]
Tree is now not positioned and works in scrollable containers, but we lost keyboard navigation

svn changeset:2621/svn branch:trunk

17 years agoOverflow: auto for split panels both sides
Matti Tahvonen [Tue, 30 Oct 2007 09:49:57 +0000 (09:49 +0000)]
Overflow: auto for split panels both sides

svn changeset:2620/svn branch:trunk

17 years agoIPanel height calculations altered (yet again). Seems to work more consistently acros...
Jouni Koivuviita [Mon, 29 Oct 2007 13:59:15 +0000 (13:59 +0000)]
IPanel height calculations altered (yet again). Seems to work more consistently across all browsers than previous (commented) version.

svn changeset:2619/svn branch:trunk

17 years agoSome parts of slider component API hidden for now, theme doesn't support them yet...
Jouni Koivuviita [Mon, 29 Oct 2007 13:44:33 +0000 (13:44 +0000)]
Some parts of slider component API hidden for now, theme doesn't support them yet. ISlider implementation now more clean and supports the use of scroll wheel.

svn changeset:2618/svn branch:trunk

17 years agoActivated DMG creation and widgetset compilation, these bugs were accidentally commit...
Jani Laakso [Mon, 29 Oct 2007 13:17:03 +0000 (13:17 +0000)]
Activated DMG creation and widgetset compilation, these bugs were accidentally committed by me. Removed Joonas'es comments as there were no real issues.

svn changeset:2617/svn branch:trunk

17 years agoNew implementation for ITabsheet content rendering (now with lazy-loading).
Jouni Koivuviita [Mon, 29 Oct 2007 13:08:11 +0000 (13:08 +0000)]
New implementation for ITabsheet content rendering (now with lazy-loading).

svn changeset:2616/svn branch:trunk

17 years agofixes #1007 (resize)
Matti Tahvonen [Mon, 29 Oct 2007 13:05:37 +0000 (13:05 +0000)]
fixes #1007 (resize)

svn changeset:2615/svn branch:trunk

17 years agoget/setTemplateName. deprecated setTheme works as it did previously
Joonas Lehtinen [Mon, 29 Oct 2007 11:51:32 +0000 (11:51 +0000)]
get/setTemplateName. deprecated setTheme works as it did previously

svn changeset:2614/svn branch:trunk

17 years agofixes #1007
Matti Tahvonen [Mon, 29 Oct 2007 09:32:36 +0000 (09:32 +0000)]
fixes #1007

svn changeset:2613/svn branch:trunk

17 years agofixed compile script
Matti Tahvonen [Mon, 29 Oct 2007 09:09:57 +0000 (09:09 +0000)]
fixed compile script

svn changeset:2612/svn branch:trunk

17 years agoChanged default to OFB (from DETAILED)
Joonas Lehtinen [Sun, 28 Oct 2007 17:37:44 +0000 (17:37 +0000)]
Changed default to OFB (from DETAILED)

svn changeset:2611/svn branch:trunk

17 years agoRewrote compile-gwt-components as the previous one did not work
Joonas Lehtinen [Sun, 28 Oct 2007 17:27:30 +0000 (17:27 +0000)]
Rewrote compile-gwt-components as the previous one did not work

svn changeset:2610/svn branch:trunk

17 years agoServe static resources in ITMILL when applicationservlet is mapped to /*
Joonas Lehtinen [Sun, 28 Oct 2007 15:14:14 +0000 (15:14 +0000)]
Serve static resources in ITMILL when applicationservlet is mapped to /*

svn changeset:2609/svn branch:trunk

17 years agoRemoved unnecessary googlemaps removal todo
Joonas Lehtinen [Sun, 28 Oct 2007 13:26:57 +0000 (13:26 +0000)]
Removed unnecessary googlemaps removal todo

svn changeset:2608/svn branch:trunk

17 years agoMore todos...
Joonas Lehtinen [Sun, 28 Oct 2007 09:37:36 +0000 (09:37 +0000)]
More todos...

svn changeset:2607/svn branch:trunk

17 years agomore todos to buils.xml
Joonas Lehtinen [Sun, 28 Oct 2007 09:00:28 +0000 (09:00 +0000)]
more todos to buils.xml

svn changeset:2606/svn branch:trunk

17 years agoMore comments (TODO) for Jani
Joonas Lehtinen [Sun, 28 Oct 2007 08:47:55 +0000 (08:47 +0000)]
More comments (TODO) for Jani

svn changeset:2605/svn branch:trunk

17 years agorevision suggestion
Joonas Lehtinen [Sun, 28 Oct 2007 08:38:09 +0000 (08:38 +0000)]
revision suggestion

svn changeset:2604/svn branch:trunk

17 years agotypo fix
Joonas Lehtinen [Sun, 28 Oct 2007 08:37:10 +0000 (08:37 +0000)]
typo fix

svn changeset:2603/svn branch:trunk

17 years agoRemoved couple of unnecessary unused methods
Joonas Lehtinen [Fri, 26 Oct 2007 16:00:29 +0000 (16:00 +0000)]
Removed couple of unnecessary unused methods

svn changeset:2602/svn branch:trunk

17 years ago-Small fix to window styles (IE).
Jouni Koivuviita [Fri, 26 Oct 2007 12:30:59 +0000 (12:30 +0000)]
-Small fix to window styles (IE).
-Panel height calculation refined, now it won't add the extragenous style attribute to the outmost DOM element.

svn changeset:2601/svn branch:trunk

17 years agoSlider component finished, fixes #1030
Jouni Koivuviita [Fri, 26 Oct 2007 12:28:10 +0000 (12:28 +0000)]
Slider component finished, fixes #1030

svn changeset:2600/svn branch:trunk

17 years agoWindow closing now done before component update (quick fix, proper fix should be...
Jouni Koivuviita [Fri, 26 Oct 2007 12:22:50 +0000 (12:22 +0000)]
Window closing now done before component update (quick fix, proper fix should be done on server side).

svn changeset:2598/svn branch:trunk

17 years agoPDF manual is now added to packages by build.xml.
Jani Laakso [Thu, 25 Oct 2007 16:58:39 +0000 (16:58 +0000)]
PDF manual is now added to packages by build.xml.

svn changeset:2597/svn branch:trunk

17 years agoPDF manual creation added. Inscape image manipulation is still under Magi's makefile...
Jani Laakso [Thu, 25 Oct 2007 16:47:20 +0000 (16:47 +0000)]
PDF manual creation added. Inscape image manipulation is still under Magi's makefile (TBD).

svn changeset:2596/svn branch:trunk

17 years agoFixed window rendering for Mac Firefox (no more extra scrollbars).
Jouni Koivuviita [Thu, 25 Oct 2007 10:05:17 +0000 (10:05 +0000)]
Fixed window rendering for Mac Firefox (no more extra scrollbars).

svn changeset:2591/svn branch:trunk

17 years agoJava 1.4.2 compliance.
Jouni Koivuviita [Wed, 24 Oct 2007 10:02:40 +0000 (10:02 +0000)]
Java 1.4.2 compliance.

svn changeset:2590/svn branch:trunk

17 years agoJava 1.4 compatible
Marc Englund [Wed, 24 Oct 2007 10:01:37 +0000 (10:01 +0000)]
Java 1.4 compatible

svn changeset:2589/svn branch:trunk

17 years agoJava 1.4.2 compliance.
Jouni Koivuviita [Wed, 24 Oct 2007 09:36:52 +0000 (09:36 +0000)]
Java 1.4.2 compliance.

svn changeset:2588/svn branch:trunk

17 years agoJava 1.4.2 compliance.
Jouni Koivuviita [Wed, 24 Oct 2007 09:36:20 +0000 (09:36 +0000)]
Java 1.4.2 compliance.

svn changeset:2587/svn branch:trunk

17 years agoJava 1.4 compatible
Marc Englund [Wed, 24 Oct 2007 09:36:08 +0000 (09:36 +0000)]
Java 1.4 compatible

svn changeset:2586/svn branch:trunk

17 years agoAdded zoom control.
Marc Englund [Tue, 23 Oct 2007 12:10:32 +0000 (12:10 +0000)]
Added zoom control.

svn changeset:2585/svn branch:trunk

17 years agoICalendarField creation fix
Marc Englund [Tue, 23 Oct 2007 10:48:26 +0000 (10:48 +0000)]
ICalendarField creation fix

svn changeset:2584/svn branch:trunk

17 years agoICalendar -> ICalendarField (#1017)
Marc Englund [Tue, 23 Oct 2007 07:21:13 +0000 (07:21 +0000)]
ICalendar -> ICalendarField (#1017)

svn changeset:2583/svn branch:trunk

17 years agoICalendar -> demo.reservation (part II)
Marc Englund [Tue, 23 Oct 2007 07:01:24 +0000 (07:01 +0000)]
ICalendar -> demo.reservation (part II)

svn changeset:2582/svn branch:trunk

17 years agoICalendar -> demo.reservation
Marc Englund [Tue, 23 Oct 2007 06:58:59 +0000 (06:58 +0000)]
ICalendar -> demo.reservation

svn changeset:2581/svn branch:trunk

17 years agoCalendarDemo -> com.itmill.toolkit.demo.reservation (#1016)
Marc Englund [Mon, 22 Oct 2007 15:08:09 +0000 (15:08 +0000)]
CalendarDemo -> com.itmill.toolkit.demo.reservation (#1016)
ICalendar bug fixed.

svn changeset:2580/svn branch:trunk

17 years agoTest that caching widgets works.
Jani Laakso [Mon, 22 Oct 2007 14:31:17 +0000 (14:31 +0000)]
Test that caching widgets works.
Inspect transfered data from server to
client and see how widgets are re-used
after each panel is once shown in GUI then"
their contents are not resend.

svn changeset:2579/svn branch:trunk

17 years agoCalendarField -> com.itmill.toolkit.demo.reservation (#1016)
Marc Englund [Mon, 22 Oct 2007 13:07:50 +0000 (13:07 +0000)]
CalendarField -> com.itmill.toolkit.demo.reservation (#1016)

svn changeset:2578/svn branch:trunk

17 years agosetStyle() -> setStyleName() refactor (partial #890). Compromise: setStyle() _removed...
Marc Englund [Mon, 22 Oct 2007 12:52:55 +0000 (12:52 +0000)]
setStyle() -> setStyleName() refactor (partial #890). Compromise: setStyle() _removed_ from Component, _deprecated_ in AbstractComponent.

svn changeset:2577/svn branch:trunk

17 years agoComponent visibility, disabled/readonly and style change (order & logic)
Marc Englund [Mon, 22 Oct 2007 08:11:50 +0000 (08:11 +0000)]
Component visibility, disabled/readonly and style change (order & logic)

svn changeset:2576/svn branch:trunk

17 years agoNo disabled buttons (but error message should be improved still)
Marc Englund [Mon, 22 Oct 2007 05:54:38 +0000 (05:54 +0000)]
No disabled buttons (but error message should be improved still)

svn changeset:2575/svn branch:trunk

17 years agoDeprecated dependency-framework. Fixes #871
Joonas Lehtinen [Sun, 21 Oct 2007 16:22:39 +0000 (16:22 +0000)]
Deprecated dependency-framework. Fixes #871

svn changeset:2574/svn branch:trunk

17 years agoFixes #968
Joonas Lehtinen [Sun, 21 Oct 2007 16:02:04 +0000 (16:02 +0000)]
Fixes #968

svn changeset:2573/svn branch:trunk

17 years agoFixes #1011
Joonas Lehtinen [Sun, 21 Oct 2007 15:37:26 +0000 (15:37 +0000)]
Fixes #1011

Traced problem back to IntroWelcome.java:138. This class changes the state as a side-effect of paint, that is strictly forbidden and breaks painting.

Removing side-effect from paint in above mentioned method corrects the problem.

svn changeset:2572/svn branch:trunk

17 years agoRemoved deprecated frameset-support
Joonas Lehtinen [Sun, 21 Oct 2007 15:07:05 +0000 (15:07 +0000)]
Removed deprecated frameset-support

svn changeset:2571/svn branch:trunk

17 years agoFixes #1004 and #999
Joonas Lehtinen [Sun, 21 Oct 2007 14:58:26 +0000 (14:58 +0000)]
Fixes #1004 and #999

svn changeset:2570/svn branch:trunk

17 years agoTestSplitPanel added.
Jani Laakso [Sun, 21 Oct 2007 14:15:55 +0000 (14:15 +0000)]
TestSplitPanel added.

svn changeset:2569/svn branch:trunk

17 years agoThis fails currently.
Jani Laakso [Sun, 21 Oct 2007 14:15:41 +0000 (14:15 +0000)]
This fails currently.

svn changeset:2568/svn branch:trunk

17 years agoFixed #1024
Jani Laakso [Sun, 21 Oct 2007 13:48:13 +0000 (13:48 +0000)]
Fixed #1024

svn changeset:2567/svn branch:trunk

17 years agoAdded few test classes.
Jani Laakso [Sun, 21 Oct 2007 13:11:48 +0000 (13:11 +0000)]
Added few test classes.

svn changeset:2566/svn branch:trunk

17 years agoFixed #1022 , at least for all layouts that use caption (wrapper) when handling gener...
Jani Laakso [Sun, 21 Oct 2007 12:43:56 +0000 (12:43 +0000)]
Fixed #1022 , at least for all layouts that use caption (wrapper) when handling general component changes such as icon, caption, errormsg.

svn changeset:2565/svn branch:trunk

17 years ago100% height default for body and html
Joonas Lehtinen [Sun, 21 Oct 2007 10:54:07 +0000 (10:54 +0000)]
100% height default for body and html

svn changeset:2564/svn branch:trunk

17 years agoOSX specific package enhancements
Jani Laakso [Fri, 19 Oct 2007 13:04:11 +0000 (13:04 +0000)]
OSX specific package enhancements

svn changeset:2563/svn branch:trunk

17 years agoAdded volume icon for DMG
Jani Laakso [Fri, 19 Oct 2007 12:25:12 +0000 (12:25 +0000)]
Added volume icon for DMG

svn changeset:2562/svn branch:trunk

17 years agoShould work now
Jani Laakso [Thu, 18 Oct 2007 18:30:40 +0000 (18:30 +0000)]
Should work now

svn changeset:2561/svn branch:trunk

17 years agomulti-platform build.xml quite complete.
Jani Laakso [Thu, 18 Oct 2007 17:33:18 +0000 (17:33 +0000)]
multi-platform build.xml quite complete.
feature browser changing.

svn changeset:2560/svn branch:trunk

17 years agoFixes for multi platform building.
Jani Laakso [Thu, 18 Oct 2007 15:04:04 +0000 (15:04 +0000)]
Fixes for multi platform building.

svn changeset:2559/svn branch:trunk

17 years agoRefactoring package files.
Jani Laakso [Thu, 18 Oct 2007 13:54:04 +0000 (13:54 +0000)]
Refactoring package files.

svn changeset:2558/svn branch:trunk

17 years agoitmtk -> itmill
Marc Englund [Thu, 18 Oct 2007 13:19:58 +0000 (13:19 +0000)]
itmtk -> itmill

svn changeset:2557/svn branch:trunk

17 years agoreformat
Marc Englund [Thu, 18 Oct 2007 13:19:03 +0000 (13:19 +0000)]
reformat

svn changeset:2556/svn branch:trunk

17 years agoAdded OSX/Linux/Windows specific Eclipse project files.
Jani Laakso [Thu, 18 Oct 2007 13:19:00 +0000 (13:19 +0000)]
Added OSX/Linux/Windows specific Eclipse project files.

svn changeset:2555/svn branch:trunk

17 years agoThese need to be platform specific, removing
Jani Laakso [Thu, 18 Oct 2007 13:18:14 +0000 (13:18 +0000)]
These need to be platform specific, removing

svn changeset:2554/svn branch:trunk

17 years agobugfix, saner reservation generation
Marc Englund [Thu, 18 Oct 2007 13:15:54 +0000 (13:15 +0000)]
bugfix, saner reservation generation

svn changeset:2553/svn branch:trunk

17 years agoAdded platform specific package creation.
Jani Laakso [Thu, 18 Oct 2007 13:12:36 +0000 (13:12 +0000)]
Added platform specific package creation.
Removed launcher from toolkit jar, they still exists on workspace src and classpath.
Removed excess sources from demo.
Removed tests.

<!-- Package creation - - - - - - - - - - - - - - - - - - - - - - - - -

When creating release use only "package-*" targets:
package-all-platforms, package-windows, package-linux or package-mac.

NOTE: This build script requires directories named build/gwt/(gwt|linux|windows|mac) .
It's best that you unpack platform specific binaries under linux, windows and mac directories and
then depending on your platform link build/gwt/gwt -> build/gwt/<my_platform>
build/gwt/gwt is used to compile WebContent/ITMILL/widgetsets (depends on your platform, hence we use "gwt") and
build/gwt/(linux|windows|mac) are used when creating platform specific release ZIP/TGZ packages.
-->

svn changeset:2552/svn branch:trunk

17 years ago-Small layout fix to ReservationApplication.
Jouni Koivuviita [Thu, 18 Oct 2007 12:15:26 +0000 (12:15 +0000)]
-Small layout fix to ReservationApplication.
-CalendarPanel stylename additions.
-IDateFieldCalendar styles and IPopupCalendar styles.

svn changeset:2551/svn branch:trunk

17 years agosmall layout adjustments
Jouni Koivuviita [Thu, 18 Oct 2007 12:11:32 +0000 (12:11 +0000)]
small layout adjustments

svn changeset:2550/svn branch:trunk

17 years agoRemoved old Feature Browser from demo package, simpler but better functioning demo...
Jani Laakso [Thu, 18 Oct 2007 11:48:52 +0000 (11:48 +0000)]
Removed old Feature Browser from demo package, simpler but better functioning demo will be added soon.

svn changeset:2549/svn branch:trunk

17 years agoFixed #933
Jani Laakso [Thu, 18 Oct 2007 11:16:31 +0000 (11:16 +0000)]
Fixed #933

svn changeset:2548/svn branch:trunk

17 years agoadded required classpath
Jani Laakso [Thu, 18 Oct 2007 11:15:21 +0000 (11:15 +0000)]
added required classpath

svn changeset:2547/svn branch:trunk

17 years agobuild.xml makes now also manual
Jani Laakso [Thu, 18 Oct 2007 11:13:15 +0000 (11:13 +0000)]
build.xml makes now also manual

svn changeset:2546/svn branch:trunk

17 years agoreservation generation fix
Marc Englund [Thu, 18 Oct 2007 07:26:50 +0000 (07:26 +0000)]
reservation generation fix

svn changeset:2545/svn branch:trunk

17 years agoSignificant speedup. Added more generated data.
Marc Englund [Wed, 17 Oct 2007 14:19:14 +0000 (14:19 +0000)]
Significant speedup. Added more generated data.

svn changeset:2543/svn branch:trunk

17 years agoPort fix.
Jani Laakso [Wed, 17 Oct 2007 10:10:05 +0000 (10:10 +0000)]
Port fix.

svn changeset:2542/svn branch:trunk

17 years agoAdded RandomLayoutStress for inspecting possible UIDL subtree caching issue
Jani Laakso [Wed, 17 Oct 2007 09:40:58 +0000 (09:40 +0000)]
Added RandomLayoutStress for inspecting possible UIDL subtree caching issue

svn changeset:2541/svn branch:trunk

17 years agoCP fixed, works on win
Marc Englund [Wed, 17 Oct 2007 08:05:15 +0000 (08:05 +0000)]
CP fixed, works on win

svn changeset:2540/svn branch:trunk