At the moment, this implementation is parallel to the existing TaskPane implementation, but on the medium term, it is
intended to replace it. No change in functionality is planned for the moment, just the panel selection is done via
a tab bar, instead of the the "jumping drawers".
Pending tasks (as known so far):
- Accessibility. No implementation at all, yet.
- showing/hiding tool panels from the "View" drop down menu
- connection to the resource framework. At the moment, de/activating panels completely bypasses the resource
framework.
- alternative implementation of the PanelDeckLayouter which mimics the old design. To be activated by default, for
the moment.
- removal of the (old, by then) TaskPane implementation. Care needs to be taken that the framework API stays
unchanged, i.e., the current ToolPanel resource must be renamed back to RightPane when RightPane is not
occupied anymore by the old implementation. Same for other resource names.
2007/01/25 15:22:45 af 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED
2007/01/24 17:48:59 af 1.8.14.1: #i68075# The click handler can now be supplied along with a control.
2005/07/20 08:31:09 af 1.4.68.2: RESYNC: (1.4-1.5); FILE MERGED
2005/06/10 12:48:39 af 1.4.68.1: #i41224# Setting the help id at the TitledControl instead of its TitleBar child.
2005/06/06 12:12:34 af 1.4.46.3: #i50190# Adaption to changes in TaskPaneFocusManager.
2005/05/19 09:37:19 af 1.4.46.2: #i48247# Renamed TreeNode::{Get,Create}Accessible() to {Get,Create}AccessibleObject().
2005/05/04 14:55:53 af 1.4.46.1: #i48247# Added CreateAccessible() method.
2004/07/11 09:51:14 af 1.1.2.15: #i22705# Fixed problem with Solaris compiler.
2004/07/10 14:38:09 af 1.1.2.14: #i22705# Moved the scrolling code to new ScrollPanel class.
2004/07/01 17:03:03 af 1.1.2.13: #i22705# Code cleanup to avoid compiler error on some platforms.
2004/06/23 12:57:09 af 1.1.2.12: #i22705# Made SubToolPanel and its maScrollWindow member VCL Controls so that the focus is handled correctly.
2004/06/22 11:38:17 af 1.1.2.11: #i22705# Made window background transparent to avoid flickering and painting it ourselves.
2004/06/08 12:20:47 af 1.1.2.10: #i22705# Converted int to sal_Int32 in ILayoutableWindow interface. Improved layout code.
2004/06/05 14:34:44 af 1.1.2.9: #i22705# Improved layout of child windows and setting up the scroll bars.
2004/06/04 05:38:03 af 1.1.2.8: #i22705# Adaption to new TreeNode base class.
2004/05/23 13:46:37 af 1.1.2.7: #i22705# Fixed listening to controls. Fixed releasing the children.
2004/05/19 13:37:21 af 1.1.2.6: #i22705# Using and supporting ILayouter class.
2004/05/10 09:11:20 af 1.1.2.5: #i22705# Added missing header.
2004/05/10 08:41:15 af 1.1.2.4: #i22705# Integrated the scroll bar functionality of the ScrollablePanel class into this one.
2004/02/25 14:16:03 af 1.1.2.3: #i22705# Fixed auto_ptr error.
2004/02/13 13:04:34 af 1.1.2.2: #i22705# Removed Init(),Paint(),GrabFocus() and GetFocus() methods. Added destructor.
2003/10/17 15:56:27 af 1.1.2.1: #i21363# Initial revision.