]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
16 years agofixing multiple stacking order issues (#1118, #1113, #1162, #1107)
Matti Tahvonen [Fri, 16 Nov 2007 08:10:22 +0000 (08:10 +0000)]
fixing multiple stacking order issues (#1118, #1113, #1162, #1107)

svn changeset:2831/svn branch:trunk

16 years agonot throwing error on update to non rendered component
Matti Tahvonen [Fri, 16 Nov 2007 08:04:56 +0000 (08:04 +0000)]
not throwing error on update to non rendered component

svn changeset:2830/svn branch:trunk

16 years agoDisabled most containers because by default this brings Firefox to it's knees, sugges...
Jani Laakso [Thu, 15 Nov 2007 18:28:14 +0000 (18:28 +0000)]
Disabled most containers because by default this brings Firefox to it's knees, suggest that you activate them individually.

svn changeset:2829/svn branch:trunk

16 years agoRemoved log class, replaced with e.printstacktrace() or with System.err.println(..)
Jani Laakso [Thu, 15 Nov 2007 16:24:09 +0000 (16:24 +0000)]
Removed log class, replaced with e.printstacktrace() or with System.err.println(..)

svn changeset:2828/svn branch:trunk

16 years agoMAJOR UPDATE:
Jouni Koivuviita [Thu, 15 Nov 2007 13:38:58 +0000 (13:38 +0000)]
MAJOR UPDATE:
-Layout API changes: Layout extends Sizeable, Layout has two methods setMargin.
-OrderedLayout and GridLayout got two new mehtods: setSpacing and setComponentAlignment.
-Client-side layout implementations now mainly done using TABLE elements (changes to IOrderedLayout and IExpandLayout).
-IScrollTable initial height calculation modified (small fix, clientHeight -> offsetHeight).
-Some test modified to conform to new layout API.
-Small typo fixes in comments.
-OrderedLayout fix when changing orientation on the fly.
-Panel and TabSheet are no longer Layouts, only ComponentContainers.
-Refactored layout margins to use MarginInfo class, more readable, self-documenting code now.

svn changeset:2827/svn branch:trunk

16 years agoChanged method return type to Panel in stead of AbstractLayout (Panel will not be...
Jouni Koivuviita [Thu, 15 Nov 2007 12:49:14 +0000 (12:49 +0000)]
Changed method return type to Panel in stead of AbstractLayout (Panel will not be implementing Layout).

svn changeset:2826/svn branch:trunk

16 years agoPlease use just 1.4 JDK
Jani Laakso [Thu, 15 Nov 2007 11:22:17 +0000 (11:22 +0000)]
Please use just 1.4 JDK

svn changeset:2825/svn branch:trunk

16 years agoVille added a CustomComponent for testing deep layouts and Select/Datefield popups...
Ville Ingman [Thu, 15 Nov 2007 09:33:06 +0000 (09:33 +0000)]
Ville added a CustomComponent for testing deep layouts and Select/Datefield popups. This is a rendering bug.

svn changeset:2824/svn branch:trunk

16 years agoDateField with arbitrary style (e.g. "foobar") now gets rendered as a default calenda...
Jouni Koivuviita [Thu, 15 Nov 2007 09:19:21 +0000 (09:19 +0000)]
DateField with arbitrary style (e.g. "foobar") now gets rendered as a default calendar (popup calendar). Previously user only got an error for an unknown component.

svn changeset:2823/svn branch:trunk

16 years agofixes #1158
Matti Tahvonen [Thu, 15 Nov 2007 08:02:48 +0000 (08:02 +0000)]
fixes #1158

svn changeset:2822/svn branch:trunk

16 years agofixes #1121
Matti Tahvonen [Thu, 15 Nov 2007 06:44:25 +0000 (06:44 +0000)]
fixes #1121

svn changeset:2821/svn branch:trunk

16 years agoFixed #1156 (Packaging: Jetty does not reload classes if java files are updated)
Jani Laakso [Wed, 14 Nov 2007 19:29:56 +0000 (19:29 +0000)]
Fixed #1156 (Packaging: Jetty does not reload classes if java files are updated)

svn changeset:2820/svn branch:trunk

16 years agofor internal builds activated tests package again.
Jani Laakso [Wed, 14 Nov 2007 19:18:50 +0000 (19:18 +0000)]
for internal builds activated tests package again.

svn changeset:2819/svn branch:trunk

16 years agofor internal builds activated tests package again.
Jani Laakso [Wed, 14 Nov 2007 19:18:42 +0000 (19:18 +0000)]
for internal builds activated tests package again.

svn changeset:2818/svn branch:trunk

16 years agoFixed documentation glitch.
Jani Laakso [Wed, 14 Nov 2007 19:11:40 +0000 (19:11 +0000)]
Fixed documentation glitch.

svn changeset:2817/svn branch:trunk

16 years agoBuilding widgetsets is now possible through ANT file, also contains reasonable docume...
Jani Laakso [Wed, 14 Nov 2007 19:05:09 +0000 (19:05 +0000)]
Building widgetsets is now possible through ANT file, also contains reasonable documentation to use with own project.

svn changeset:2816/svn branch:trunk

16 years agoRemoved failing (non-existent) theme file request when using default theme.
Jani Laakso [Wed, 14 Nov 2007 18:40:09 +0000 (18:40 +0000)]
Removed failing (non-existent) theme file request when using default theme.

svn changeset:2815/svn branch:trunk

16 years agoadd "nullselectitem" attribute if a nullselectionitem is in the uidl
Marc Englund [Wed, 14 Nov 2007 15:01:30 +0000 (15:01 +0000)]
add "nullselectitem" attribute if a nullselectionitem is in the uidl

svn changeset:2814/svn branch:trunk

16 years agoISelect -> INativeSelect
Marc Englund [Wed, 14 Nov 2007 14:56:57 +0000 (14:56 +0000)]
ISelect -> INativeSelect

svn changeset:2813/svn branch:trunk

16 years agoISelect -> INativeSelect
Marc Englund [Wed, 14 Nov 2007 14:56:47 +0000 (14:56 +0000)]
ISelect -> INativeSelect

svn changeset:2812/svn branch:trunk

16 years agoDon't generate nullselection item if one is in the uidl.
Marc Englund [Wed, 14 Nov 2007 14:49:27 +0000 (14:49 +0000)]
Don't generate nullselection item if one is in the uidl.

svn changeset:2811/svn branch:trunk

16 years agoIOptionGroupBase protected vars -> getter/setter.
Marc Englund [Wed, 14 Nov 2007 14:02:59 +0000 (14:02 +0000)]
IOptionGroupBase protected vars -> getter/setter.

svn changeset:2810/svn branch:trunk

16 years agoIListSelect got it's own implementation.
Marc Englund [Wed, 14 Nov 2007 13:43:33 +0000 (13:43 +0000)]
IListSelect got it's own implementation.

svn changeset:2809/svn branch:trunk

16 years agoselect type "list" added
Marc Englund [Wed, 14 Nov 2007 12:34:01 +0000 (12:34 +0000)]
select type "list" added

svn changeset:2808/svn branch:trunk

16 years agoselect type "list" added
Marc Englund [Wed, 14 Nov 2007 12:33:32 +0000 (12:33 +0000)]
select type "list" added

svn changeset:2807/svn branch:trunk

16 years agoThrows on setMultiSelect() and setNewItemsAllowed()
Marc Englund [Wed, 14 Nov 2007 10:05:26 +0000 (10:05 +0000)]
Throws on setMultiSelect() and setNewItemsAllowed()

svn changeset:2804/svn branch:trunk

16 years agoJavadoc.
Marc Englund [Wed, 14 Nov 2007 09:54:44 +0000 (09:54 +0000)]
Javadoc.
setSwitchMOde() throws.

svn changeset:2803/svn branch:trunk

16 years agoIScrollTable now respects hiding column headers
Matti Tahvonen [Wed, 14 Nov 2007 08:32:55 +0000 (08:32 +0000)]
IScrollTable now respects hiding column headers

svn changeset:2802/svn branch:trunk

16 years agoTab policy -> Spaces only
Marc Englund [Wed, 14 Nov 2007 07:16:48 +0000 (07:16 +0000)]
Tab policy -> Spaces only

svn changeset:2801/svn branch:trunk

16 years agoEclipse CleanUp and Formatting profiles added.
Marc Englund [Tue, 13 Nov 2007 15:56:58 +0000 (15:56 +0000)]
Eclipse CleanUp and Formatting profiles added.

svn changeset:2800/svn branch:trunk

16 years agocollapsing events now handled
Matti Tahvonen [Tue, 13 Nov 2007 10:02:27 +0000 (10:02 +0000)]
collapsing events now handled

svn changeset:2799/svn branch:trunk

16 years agofixes #1131
Matti Tahvonen [Tue, 13 Nov 2007 09:20:48 +0000 (09:20 +0000)]
fixes #1131

svn changeset:2798/svn branch:trunk

16 years agoITree: rewrote without GWT's tree
Matti Tahvonen [Tue, 13 Nov 2007 09:09:21 +0000 (09:09 +0000)]
ITree: rewrote without GWT's tree

svn changeset:2797/svn branch:trunk

16 years agoselect newly added items by default
Matti Tahvonen [Mon, 12 Nov 2007 12:53:59 +0000 (12:53 +0000)]
select newly added items by default

svn changeset:2796/svn branch:trunk

16 years agosome tweaks to combobox to work better with addNewItemsAllowed
Matti Tahvonen [Mon, 12 Nov 2007 12:52:43 +0000 (12:52 +0000)]
some tweaks to combobox to work better with addNewItemsAllowed

svn changeset:2795/svn branch:trunk

16 years agoAdded; allows app to be viewed without background (i.e for transparent AIR application)
Marc Englund [Mon, 12 Nov 2007 09:19:58 +0000 (09:19 +0000)]
Added; allows app to be viewed without background (i.e for transparent AIR application)

svn changeset:2794/svn branch:trunk

16 years agoAdded BrowserDemo and WindowedDemos
Marc Englund [Mon, 12 Nov 2007 09:16:48 +0000 (09:16 +0000)]
Added BrowserDemo and WindowedDemos

svn changeset:2793/svn branch:trunk

16 years agoAdded BrowserDemo.
Marc Englund [Mon, 12 Nov 2007 09:15:04 +0000 (09:15 +0000)]
Added BrowserDemo.

svn changeset:2792/svn branch:trunk

16 years agoAdded test for Window.open()
Marc Englund [Mon, 12 Nov 2007 09:05:28 +0000 (09:05 +0000)]
Added test for Window.open()

svn changeset:2791/svn branch:trunk

16 years agoAdded "WindowedDemos" demo
Marc Englund [Mon, 12 Nov 2007 08:58:09 +0000 (08:58 +0000)]
Added "WindowedDemos" demo

svn changeset:2790/svn branch:trunk

16 years agoRemoved window.
Marc Englund [Mon, 12 Nov 2007 08:50:36 +0000 (08:50 +0000)]
Removed window.
Added comments.

svn changeset:2789/svn branch:trunk

16 years agoEmbedded iframe sizing change
Marc Englund [Mon, 12 Nov 2007 08:37:33 +0000 (08:37 +0000)]
Embedded iframe sizing change

svn changeset:2788/svn branch:trunk

16 years agocss fix for filterselect (suggestmenu was too wide, causing scrollbars in some situat...
Marc Englund [Mon, 12 Nov 2007 08:34:41 +0000 (08:34 +0000)]
css fix for filterselect (suggestmenu was too wide, causing scrollbars in some situations)

svn changeset:2787/svn branch:trunk

16 years agoBackground for RichTextArea, could still use some styling
Marc Englund [Mon, 12 Nov 2007 08:30:18 +0000 (08:30 +0000)]
Background for RichTextArea, could still use some styling

svn changeset:2786/svn branch:trunk

16 years agosmall css fix to filterselect
Matti Tahvonen [Mon, 12 Nov 2007 07:57:27 +0000 (07:57 +0000)]
small css fix to filterselect

svn changeset:2785/svn branch:trunk

16 years agosvn changeset:2777/svn branch:trunk
Jani Laakso [Fri, 9 Nov 2007 12:24:31 +0000 (12:24 +0000)]
svn changeset:2777/svn branch:trunk

16 years agoEnhanced datefield test, see bug #1150
Jani Laakso [Fri, 9 Nov 2007 12:22:57 +0000 (12:22 +0000)]
Enhanced datefield test, see bug #1150

svn changeset:2776/svn branch:trunk

16 years agofixed "open" handling
Marc Englund [Fri, 9 Nov 2007 08:42:22 +0000 (08:42 +0000)]
fixed "open" handling

svn changeset:2772/svn branch:trunk

16 years agoWindow.open now opens in current window if no name (target) is given.
Marc Englund [Fri, 9 Nov 2007 08:40:24 +0000 (08:40 +0000)]
Window.open now opens in current window if no name (target) is given.
Width and height still not supported.

svn changeset:2771/svn branch:trunk

16 years agoEmbedded TYPE_HTML -> TYPE_BROWSER, IEmbedded updated
Marc Englund [Fri, 9 Nov 2007 08:11:52 +0000 (08:11 +0000)]
Embedded TYPE_HTML -> TYPE_BROWSER, IEmbedded updated

svn changeset:2770/svn branch:trunk

16 years agopartial open -support
Marc Englund [Fri, 9 Nov 2007 08:08:08 +0000 (08:08 +0000)]
partial open -support
- only supports single open

svn changeset:2769/svn branch:trunk

16 years agopartial open -support
Marc Englund [Fri, 9 Nov 2007 08:06:30 +0000 (08:06 +0000)]
partial open -support

svn changeset:2768/svn branch:trunk

16 years agoremoved deprecated method and setNullSelectionAllowed to false to avoid problems...
Matti Tahvonen [Fri, 9 Nov 2007 07:52:33 +0000 (07:52 +0000)]
removed deprecated method and setNullSelectionAllowed to false to avoid problems in event handler

svn changeset:2767/svn branch:trunk

16 years agoTree: fixes select indication issues (at least in #1100)
Matti Tahvonen [Fri, 9 Nov 2007 07:49:43 +0000 (07:49 +0000)]
Tree: fixes select indication issues (at least in #1100)

svn changeset:2766/svn branch:trunk

16 years agoAdded TYPE_HTML for embedding html (i.e iframe)
Marc Englund [Fri, 9 Nov 2007 07:47:35 +0000 (07:47 +0000)]
Added TYPE_HTML for embedding html (i.e iframe)
CHANGED: setSource() no longer reverts to TYPE_OBJECT if type can't be guessed, instead it keeps old type.

svn changeset:2765/svn branch:trunk

16 years ago#1100 (CustomLayoutDemo)
Matti Tahvonen [Fri, 9 Nov 2007 07:30:49 +0000 (07:30 +0000)]
#1100 (CustomLayoutDemo)

svn changeset:2764/svn branch:trunk

16 years agofixed issues with img paths and appuri not ending with slash
Matti Tahvonen [Thu, 8 Nov 2007 14:06:42 +0000 (14:06 +0000)]
fixed issues with img paths and appuri not ending with slash

svn changeset:2763/svn branch:trunk

16 years agofire uri handlers and parameter handlers with empty uri/querystring
Matti Tahvonen [Thu, 8 Nov 2007 12:37:21 +0000 (12:37 +0000)]
fire uri handlers and parameter handlers with empty uri/querystring

svn changeset:2762/svn branch:trunk

16 years agofixes #1112 (partially)
Matti Tahvonen [Thu, 8 Nov 2007 11:49:28 +0000 (11:49 +0000)]
fixes #1112 (partially)

svn changeset:2761/svn branch:trunk

16 years agoAdded multiple IF's for disabling/enabling layouts.
Jani Laakso [Thu, 8 Nov 2007 11:29:29 +0000 (11:29 +0000)]
Added multiple IF's for disabling/enabling layouts.

svn changeset:2760/svn branch:trunk

16 years agoremoved FrameWindow component
Matti Tahvonen [Thu, 8 Nov 2007 11:04:11 +0000 (11:04 +0000)]
removed FrameWindow component

svn changeset:2759/svn branch:trunk

16 years agoremoved FrameWindow component
Matti Tahvonen [Thu, 8 Nov 2007 11:03:46 +0000 (11:03 +0000)]
removed FrameWindow component

svn changeset:2758/svn branch:trunk

16 years agoadded null check to avoid some npe's
Matti Tahvonen [Thu, 8 Nov 2007 11:02:40 +0000 (11:02 +0000)]
added null check to avoid some npe's

svn changeset:2757/svn branch:trunk

16 years agoDemo for bug #1138
Jani Laakso [Thu, 8 Nov 2007 10:22:01 +0000 (10:22 +0000)]
Demo for bug #1138

svn changeset:2756/svn branch:trunk

16 years agosvn changeset:2755/svn branch:trunk
Jani Laakso [Thu, 8 Nov 2007 09:57:41 +0000 (09:57 +0000)]
svn changeset:2755/svn branch:trunk

16 years agoAdded ExpandLayout (bugs), SplitPanel (seems to work) too.
Jani Laakso [Thu, 8 Nov 2007 09:53:53 +0000 (09:53 +0000)]
Added ExpandLayout (bugs), SplitPanel (seems to work) too.

svn changeset:2754/svn branch:trunk

16 years agosvn changeset:2753/svn branch:trunk
Jani Laakso [Thu, 8 Nov 2007 09:02:04 +0000 (09:02 +0000)]
svn changeset:2753/svn branch:trunk

16 years agoReplaced french character with plain "o" #1104
Marc Englund [Thu, 8 Nov 2007 08:55:55 +0000 (08:55 +0000)]
Replaced french character with plain "o" #1104

svn changeset:2752/svn branch:trunk

16 years agofixed type: scrollbars should now be hidden when changing tabs (#1096)
Marc Englund [Thu, 8 Nov 2007 08:51:20 +0000 (08:51 +0000)]
fixed type: scrollbars should now be hidden when changing tabs (#1096)

svn changeset:2751/svn branch:trunk

16 years agoadded style for link
Matti Tahvonen [Thu, 8 Nov 2007 08:47:55 +0000 (08:47 +0000)]
added style for link

svn changeset:2750/svn branch:trunk

16 years agoWhen testing, search for "TWEAK THESE" in order to test components with different...
Jani Laakso [Thu, 8 Nov 2007 08:41:45 +0000 (08:41 +0000)]
When testing, search for "TWEAK THESE" in order to test components with different configurations under various layouts.

svn changeset:2749/svn branch:trunk

16 years agofixed type: scrollbars should now be hidden when changing tabs (#1096)
Marc Englund [Thu, 8 Nov 2007 08:40:41 +0000 (08:40 +0000)]
fixed type: scrollbars should now be hidden when changing tabs (#1096)

svn changeset:2748/svn branch:trunk

16 years agofixes #1095
Matti Tahvonen [Thu, 8 Nov 2007 08:06:31 +0000 (08:06 +0000)]
fixes #1095

svn changeset:2747/svn branch:trunk

16 years agoJava 1.4 -ified
Marc Englund [Thu, 8 Nov 2007 07:27:01 +0000 (07:27 +0000)]
Java 1.4 -ified

svn changeset:2746/svn branch:trunk

16 years agoJava 1.4 -ified
Marc Englund [Thu, 8 Nov 2007 07:17:23 +0000 (07:17 +0000)]
Java 1.4 -ified

svn changeset:2745/svn branch:trunk

16 years agoSelect / checkbox contain now items.
Jani Laakso [Wed, 7 Nov 2007 20:27:32 +0000 (20:27 +0000)]
Select / checkbox contain now items.

svn changeset:2744/svn branch:trunk

16 years agoAdded test application for most components and layouts. Modify test methods when...
Jani Laakso [Wed, 7 Nov 2007 19:02:52 +0000 (19:02 +0000)]
Added test application for most components and layouts. Modify test methods when inspecting how components work within various layouts.

svn changeset:2743/svn branch:trunk

16 years agoAdded personal testbench.
Marko Grönroos [Wed, 7 Nov 2007 18:56:20 +0000 (18:56 +0000)]
Added personal testbench.

svn changeset:2742/svn branch:trunk

16 years agoTypo fix.
Jani Laakso [Wed, 7 Nov 2007 17:47:38 +0000 (17:47 +0000)]
Typo fix.

svn changeset:2741/svn branch:trunk

16 years agoBrought back desktopmode launch for demos.
Jani Laakso [Wed, 7 Nov 2007 17:09:22 +0000 (17:09 +0000)]
Brought back desktopmode launch for demos.

svn changeset:2740/svn branch:trunk

16 years agoFixed widget set name refactoring problems in demo applications.
Marko Grönroos [Wed, 7 Nov 2007 16:05:34 +0000 (16:05 +0000)]
Fixed widget set name refactoring problems in demo applications.

svn changeset:2739/svn branch:trunk

16 years agofixing some scrollbar issues raised due margins in root layout
Matti Tahvonen [Wed, 7 Nov 2007 14:00:00 +0000 (14:00 +0000)]
fixing some scrollbar issues raised due margins in root layout

svn changeset:2737/svn branch:trunk

16 years agoTabSheet-keep-content-height v2
Marc Englund [Wed, 7 Nov 2007 12:18:19 +0000 (12:18 +0000)]
TabSheet-keep-content-height v2

svn changeset:2736/svn branch:trunk

16 years agofixed panel layout
Matti Tahvonen [Wed, 7 Nov 2007 12:02:10 +0000 (12:02 +0000)]
fixed panel layout

svn changeset:2735/svn branch:trunk

16 years agomargins added to content
Marc Englund [Wed, 7 Nov 2007 11:55:01 +0000 (11:55 +0000)]
margins added to content

svn changeset:2734/svn branch:trunk

16 years agoTabSheet content keeps height when changing tabs
Marc Englund [Wed, 7 Nov 2007 11:52:34 +0000 (11:52 +0000)]
TabSheet content keeps height when changing tabs

svn changeset:2733/svn branch:trunk

16 years agoadded sanity check for size and fixed docs
Matti Tahvonen [Wed, 7 Nov 2007 11:13:54 +0000 (11:13 +0000)]
added sanity check for size and fixed docs

svn changeset:2732/svn branch:trunk

16 years agoRefactored widget set names in demo applications.
Marko Grönroos [Wed, 7 Nov 2007 11:04:45 +0000 (11:04 +0000)]
Refactored widget set names in demo applications.

svn changeset:2731/svn branch:trunk

16 years agofixed issues with IE6 and selection indication
Matti Tahvonen [Wed, 7 Nov 2007 10:11:18 +0000 (10:11 +0000)]
fixed issues with IE6 and selection indication

svn changeset:2730/svn branch:trunk

16 years agowidth adjusted for firefox
Marc Englund [Wed, 7 Nov 2007 10:00:48 +0000 (10:00 +0000)]
width adjusted for firefox

svn changeset:2729/svn branch:trunk

16 years agoAdded error icon for error indication.
Jouni Koivuviita [Wed, 7 Nov 2007 09:59:49 +0000 (09:59 +0000)]
Added error icon for error indication.

svn changeset:2728/svn branch:trunk

16 years agoWindow size + some comments
Marc Englund [Wed, 7 Nov 2007 09:59:10 +0000 (09:59 +0000)]
Window size + some comments

svn changeset:2727/svn branch:trunk

16 years agofixes #1058
Matti Tahvonen [Wed, 7 Nov 2007 08:43:56 +0000 (08:43 +0000)]
fixes #1058

svn changeset:2726/svn branch:trunk

16 years agoreverted back old layout function, new one didn't work with IE's
Matti Tahvonen [Wed, 7 Nov 2007 07:31:32 +0000 (07:31 +0000)]
reverted back old layout function, new one didn't work with IE's

svn changeset:2725/svn branch:trunk

16 years agosome changes to context menu positioning
Matti Tahvonen [Tue, 6 Nov 2007 12:29:21 +0000 (12:29 +0000)]
some changes to context menu positioning

svn changeset:2721/svn branch:trunk

16 years agoIFilterSelect removed popupcontainer width from dropdown
Matti Tahvonen [Tue, 6 Nov 2007 11:24:24 +0000 (11:24 +0000)]
IFilterSelect removed popupcontainer width from dropdown

svn changeset:2720/svn branch:trunk

16 years agoTree now throws if setNullSelectionItemId() is called (unsupported).
Marc Englund [Tue, 6 Nov 2007 09:24:35 +0000 (09:24 +0000)]
Tree now throws if setNullSelectionItemId() is called (unsupported).

svn changeset:2719/svn branch:trunk

16 years agofixed wrong function name + fixes to tabsheet
Matti Tahvonen [Tue, 6 Nov 2007 09:11:13 +0000 (09:11 +0000)]
fixed wrong function name + fixes to tabsheet

svn changeset:2718/svn branch:trunk

16 years agofixed wrong function name + fixes to tabsheet
Matti Tahvonen [Tue, 6 Nov 2007 09:10:41 +0000 (09:10 +0000)]
fixed wrong function name + fixes to tabsheet

svn changeset:2717/svn branch:trunk

16 years agofixes some selection issues with ITree
Matti Tahvonen [Tue, 6 Nov 2007 07:57:12 +0000 (07:57 +0000)]
fixes some selection issues with ITree

svn changeset:2716/svn branch:trunk