File: TODO

package info (click to toggle)
debian-bts-applet 0.3
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 164 kB
  • ctags: 114
  • sloc: python: 718; makefile: 29
file content (29 lines) | stat: -rw-r--r-- 847 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
TODO
====

Release-critical:

 * Polling backoff

Normal:

 * Moving to another virtual desktop causes applet to be minimised
   (but setting window type to 'POPUP' renders input box inoperable)

Wishlist:

 * Keeps bug state in GConf, so applet can be offline and notify
   changes on startup.

 * Add instructions when there are no bugs

 * Translations

 * Don't fork for each notification, keep a socket open and pipe data to it.

   Why are we forking at all? There is something wrong in Bonobo that means
   that I cannot make a notification appear. This seems to be a problem in other
   packages; see timer-applet for an example. There is an additional problem in
   that one can make notifications appear in non-Bonobo mode, but their buttons
   are not operable unless you run again gtk.main(), which causes so many other
   problems...