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
|