File: TODO

package info (click to toggle)
gnome-device-manager 0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,288 kB
  • ctags: 424
  • sloc: sh: 9,138; ansic: 4,089; makefile: 162; xml: 151
file content (21 lines) | stat: -rw-r--r-- 752 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

 - clean up all the code so all hal device objects show sane summary
   pages

 - sort out the icon situation; talk the Tango artists into drawing
   lots of cute small icons for us

 - factor out gdm-device.c, gdm-pool.c and gdm-info-provider* to a
   shared library

 - write a small daemon that uses said shared library to bring up
   "errors", "warnings" and "notices" using libnotify. Also make it
   display a tray icon if any of the device objects have "errors",
   "warnings" or "notices"

 - make it possible to activate gnome-device-manager via the D-Bus
   session bus; then make the small hardware daemon activate it
   when the user presses a notice

 - formalize extension architecture; why we want it (do we?) and how
   it should work