summaryrefslogtreecommitdiffstats
path: root/kicker/extensions/kasbar/DESIGN
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit4aed2c8219774f5d797760606b8489a92ddc5163 (patch)
tree3f8c130f7d269626bf6a9447407ef6c35954426a /kicker/extensions/kasbar/DESIGN
downloadtdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz
tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kicker/extensions/kasbar/DESIGN')
-rw-r--r--kicker/extensions/kasbar/DESIGN42
1 files changed, 42 insertions, 0 deletions
diff --git a/kicker/extensions/kasbar/DESIGN b/kicker/extensions/kasbar/DESIGN
new file mode 100644
index 000000000..6d2de25e6
--- /dev/null
+++ b/kicker/extensions/kasbar/DESIGN
@@ -0,0 +1,42 @@
+KasBar TNG Design
+=================
+
+In order to support both the various features people asked for when I
+discussed Kasbar on dot.kde.org without ending up with a completely
+unmaintainable application, I've decided to rewrite the code. It's a
+fairly small application, so this isn't a big deal. The task management
+side of things (interacting with the window manager etc.) is now handled
+via the standard TaskManager API provided by kicker.
+
+The division of labour between the classes is like this:
+
+* KasBar, KasItem, KasPopup
+
+ These classes implement the KasBar widget. KasBar provides the
+ layout and smart redraws while the KasItem class is an abstract
+ interface for the items forming the bars contents. The KasPopup
+ class provides a self positioning widget that should be subclassed
+ to provide useful information.
+
+ These classes are usable standalone.
+
+* KasTasker, KasTaskItem, KasTaskPopup
+
+ These classes provide the glue linking the task management and
+ karbar modules together.
+
+* KasGroupItem, KasGroupPopup
+
+ These class provide a container item for a group of tasks, and popup
+ window that shows them in a KasTasker widget.
+
+* KasBarExtension
+
+ This class handles integration with kicker and configuration info.
+
+* KasPrefsDlg
+
+ This is the configuration dialog. It acts directly on the kastasker
+ widget to provide immediate feedback of the effects of configuration
+ changes. Any changes being previewed are reverted if the user cancels
+ the dialog because the configuration is reloaded.