From f391eb8768b00e1db5bdf8a510ba5cce3669f572 Mon Sep 17 00:00:00 2001 From: "Frank Schoenheit [fs]" Date: Mon, 15 Mar 2010 13:53:19 +0100 Subject: slidecopy: initial version of a "Tool Panel" 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. --- sd/sdi/sdslots.sdi | 1 + 1 file changed, 1 insertion(+) (limited to 'sd/sdi/sdslots.sdi') diff --git a/sd/sdi/sdslots.sdi b/sd/sdi/sdslots.sdi index 208613595b65..e5deabe64ee8 100644 --- a/sd/sdi/sdslots.sdi +++ b/sd/sdi/sdslots.sdi @@ -108,4 +108,5 @@ ModulePrefix( "Sd" ) include "mediaob.sdi" include "tables.sdi" include "TaskPaneViewShell.sdi" + include "ToolPanelViewShell.sdi" } -- cgit From 7f2bd815816cf70719b5de8af78f1c86545fcc60 Mon Sep 17 00:00:00 2001 From: "Frank Schoenheit [fs]" Date: Wed, 17 Mar 2010 10:48:49 +0100 Subject: slidecopy: removed the old TaskPane implementation, now completely superseded by the new one carrying both implementations was only temporary, to be able to easily compare both. The new implementation still has not A11Y API implementation, that's on the TODO list. --- sd/sdi/sdslots.sdi | 1 - 1 file changed, 1 deletion(-) (limited to 'sd/sdi/sdslots.sdi') diff --git a/sd/sdi/sdslots.sdi b/sd/sdi/sdslots.sdi index e5deabe64ee8..e90f2957b5f8 100644 --- a/sd/sdi/sdslots.sdi +++ b/sd/sdi/sdslots.sdi @@ -107,6 +107,5 @@ ModulePrefix( "Sd" ) include "ViewShellBase.sdi" include "mediaob.sdi" include "tables.sdi" - include "TaskPaneViewShell.sdi" include "ToolPanelViewShell.sdi" } -- cgit