summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
new file mode 100644
index 0000000..146cf05
--- /dev/null
+++ b/doc/TODO
@@ -0,0 +1,31 @@
+(Obsolete file by Joost)
+
+ TODO: Add a $source={Debian,System,User} tag (in update-menus),
+ andreas.
+
+ TODO: probably we need a translate() function too, to be able to do:
+ dir=translate(ifeq($Source,"User","Local User"))
+ etc.
+
+-----------------------
+buttonbars:
+-----------------------
+
+Something like a tag "buttonbarpriority=0--99" added to every
+menuentry, where buttonbarpriority=0 means that this entry is absolutely
+useless in the buttonbar, while buttonbarpriority=99 means that this
+menuentry really should be in the buttonbar on every debian computer
+(I'm assuming neither priority will be used in reality, if this ever
+is implemented).
+
+Then the file /etc/menu-methods/menu.h could have something like
+ buttonbarentries=8
+in it, suggesting that menu should create buttonbar entries for the
+8 highest priority buttonbar entries. (These numbers can then easily
+be overruled in user files in ~/.menu-methods/* or whatever).
+
+Thinking about this, this might actually be doable -- but I don't forsee
+any spare time comming up in my life soon, so it will take some time
+
+(note that the subject of buttonbars and menus has come up quite
+frequently on debian-devel).