added initial TODO

This commit is contained in:
Jonathan Blandford 2002-01-11 19:51:10 +00:00
parent fe788d66c6
commit 2cebb9f9f0
3 changed files with 35 additions and 4 deletions

33
TODO Normal file
View file

@ -0,0 +1,33 @@
[ Things prefaced with GSD need to be fixed in the gnome-settings daemon
and not the dialog ]
MOUSE PROPERTIES:
* Add cursors to CVS (I have them locally) and install them
* GSD: actually do the 'xset' to load the cursors at start time
* GSD: Add support for devices other than CoreInput.
KEYBOARD PROPERTIES:
* GSD: support keyboard bell
* Remove awful jrb-art and replace with actual blinking cursor.
DEFAULT APPLICATIONS PROPERTIES:
* Move to libglade support
* Merge in Window Manager properties
* Test that GConf changes affect the dialog
ALL DIALOGS:
* Change buttons to use whatever the UI team comes up with
* Make sure GSD exists using bonobo-activation
GNOME SETTINGS DAEMON:
* GSD: Confirm all XSettings settings are correct, and have support in GTK+
* GSD: Register with session management so we are started before
anything else is started
* GSD: add bonobo-activation support so that we can guarantee it's running.
* GSD: Hook up locate_pointer to the GConf key rather than do it every time.

View file

@ -192,12 +192,12 @@ main (int argc, char **argv)
}
}
#if 0
gdk_window_add_filter (NULL, manager_event_filter, NULL);
gnome_settings_xsettings_load (client);
gnome_settings_mouse_load (client);
gnome_settings_sound_load (client);
#endif
if (!terminated)
gtk_main ();

View file

@ -7,8 +7,6 @@
#define MAX_BUTTONS 10
static void
set_left_handed (gboolean left_handed)
{