diff options
author | Bill Allombert <ballombe@debian.org> | 2011-11-16 12:33:27 +0100 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-03-05 16:39:28 +0000 |
commit | dd7279795c97aa356727d366a2149c9bc838b496 (patch) | |
tree | a87d19d2e5220f5b38aec3b5b036235a59f971c9 /doc/TODO | |
download | menu-debian/2.1.46.tar.gz |
Imported Debian version 2.1.46debian/2.1.46
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 31 |
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). |