gnome-control-center/gnome-settings-daemon/ChangeLog

316 lines
9.9 KiB
Text
Raw Normal View History

2002-04-30 Kjartan Maraas <kmaraas@gnome.org>
* factory.c: Add calls to bindtext* for i18n.
* Makefile.am: Add -DGNOMELOCALEDIR="\".....\""
* gnome-settings-font.c: Mark strings and add #includes.
* gnome-settings-screensaver.c: Same
* gnome-settings-sound.c: Same.
* gnome-settings-xsettings.c: Same.
* gnome-settings-wm.c: Fix a warning.
2002-04-24 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c (set_server_from_gconf) :
max speed is in pixels per _event_ not relative to time. double
check that we don't set 0.
2002-04-24 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c
(gnome_settings_accessibility_keyboard_init) : we're only interested
in control changes.
(set_gconf_from_server) : set both XkbAccessXKeysMask|XkbAccessXFeedbackMask
when we enable accessX, and fix typo.
2002-04-23 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c (get_xkb_desc_rec) :
suppress warning.
2002-04-17 Rachel Hestilow <hestilow@ximian.com>
* GNOME_SettingsDaemon.server.in: s/gnome2/gnome
Tue Apr 16 17:09:02 2002 Jonathan Blandford <jrb@redhat.com>
* factory.c (main): Patch from Akira Tagoh <tagoh@gnome-db.org> to
change the restart command from gnome2-settings-daemon to
gnome-settings-daemon.
2002-04-12 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c (set_server_from_gconf) :
Doh! We need to clear the flags if they are disabled.
2002-04-11 jacob berkman <jacob@ximian.com>
* gnome-settings-accessibility-keyboard.c: only do xkb calls if
xkb is present (better fix for previous commit)
2002-04-11 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c (set_server_from_gconf) : be
even more anal.
2002-04-10 Jody Goldberg <jody@gnome.org>
* Makefile.am (gnome_settings_daemon_LDADD) : remove XF86MISC_LIBS
2002-04-01 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=77203
* gnome-settings-accessibility-keyboard.c (set_gconf_from_server) : be
more anal about server failure.
(set_server_from_gconf) : ditto.
2002-03-30 Jody Goldberg <jody@gnome.org>
* gnome-settings-xsettings.c (translations) : reorder to match gdk.
This simplifies maintenance.
Tue Apr 9 11:58:10 2002 Jonathan Blandford <jrb@gnome.org>
* Makefile.am: Add commented out disk support until I finish the code.
2002-04-04 jacob berkman <jacob@ximian.com>
* gnome-settings-accessibility-keyboard.c (set_server_from_gconf):
prefer gdk_flush() to XFlush() (fixes bug #77208)
2002-03-29 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c
(gnome_settings_accessibility_keyboard_init) : get really anal about
potential X errors.
(set_gconf_from_server) : ditto.
2002-03-29 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c (set_server_from_gconf) :
Add a gdk_error_trap just in case.
* gnome-settings-keyboard.c (apply_settings) : don't init things to
bogus values unless it is ncessary. Add a gdk_error_trap around the
X settings to avoid causing the server to exit if something goes
wrong. Be sure to flush before we pop the handler.
* gnome-settings-accessibility-keyboard.c (set_server_from_gconf) :
fix spelling error in schema.
* gnome-settings-font.c (load_cursor) : add missing NULL terminator.
* gnome-settings-keyboard.c (apply_settings) : click volume is an
integer from 0..100, schema is an int too. Remove float and double
and add some bounds checking.
* gnome-settings-accessibility-keyboard.c : make the debug spew optional
(set_server_from_gconf) : typo that only applied settings when we
shouldn't.
(set_server_from_gconf) : set the mouse key accel flag when mk is
enabled so that we can actually set the accel parms. How did this
work in X11R6 ?
(set_server_from_gconf) : scale mk_time_to_max by mk_interval so that
it is actually in msec.
(set_gconf_from_server) : do the inverse here.
2002-03-28 jacob berkman <jacob@ximian.com>
* gnome-settings-accessibility-keyboard.c (set_server_from_gconf):
fix a typo
Thu Mar 28 09:18:40 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-settings-daemon.c: somehow the font settings were
removed. Re add.
2002-03-26 jacob berkman <jacob@ximian.com>
* gnome-settings-screensaver.[ch]
(gnome_settings_screensaver_load): start xscreensaver, and display
an error dialog if it failed
* gnome-settings-daemon.c (gnome_settings_daemon_new): init/load
screensaver
2002-03-25 jacob berkman <jacob@ximian.com>
* factory.c (main): tell the SM to restart us only after we know
we're unique with bonobo-activation
2002-03-17 Jonathan Blandford <jrb@redhat.com>
* gnome-settings-xsettings.c: Add keybindingtheme
2002-03-17 Kjartan Maraas <kmaraas@gnome.org>
* factory.c: Move include <config.h> to the top.
2002-03-13 jacob berkman <jacob@ximian.com>
* gnome-settings-daemon.c (_GnomeSettingsDaemonPrivate): add a
dummy field
(gnome_settings_daemon_register_callback): cast functions to
gpointers as forte does not like this (bug #74349)
2002-03-07 Lauris Kaplinski <lauris@ximian.com>
* gnome-settings-keyboard.c (apply_settings): Use correct GConf keys,
click volume is of type float, not int
2002-03-10 Seth Nickell <snickell@stanford.edu>
* GNOME_SettingsDaemon.server.in:
Dum de dum. Forgot to cvs add.
2002-03-10 Seth Nickell <snickell@stanford.edu>
Make the settings daemon a singleton BonoboObject so capplets
can detect whether its running and activate it if its not.
* Makefile.am:
* factory.c: (main):
* gnome-settings-daemon.c: (awake_impl), (finalize),
(gnome_settings_daemon_class_init), (gnome_settings_daemon_init),
(gnome_settings_daemon_new):
* gnome-settings-daemon.h:
Convert the settings-daemon into a BonoboObject and add code to
register it with bonobo-activation. Still has a main loop that can
be run normally to launch the settings daemon.
2002-03-06 Miles Lane <miles@megapathdsl.net>
* gnome-settings-daemon.c -- Correct the gnome_program_init()
call to specify the correct program name. Specify the
restart command, so that the session manager knows how
to restart the daemon if it is killed for any reason.
2002-03-04 Anders Carlsson <andersca@gnu.org>
* Makefile.am:
* gnome-settings-daemon.c: (main):
* gnome-settings-wm.c: (set_number_of_workspaces),
(set_workspace_names), (wm_callback), (gnome_settings_wm_init),
(gnome_settings_wm_load):
* gnome-settings-wm.h:
Add support for bridging WM settings, currently supports
_NET_NUMBER_OF_DESKTOPS and _NET_DESKTOP_NAMES.
Tue Feb 19 23:53:06 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-settings-font.c: set the font path and handle cursors.
2002-02-13 Lauris Kaplinski <lauris@ximian.com>
* gnome-settings-xsettings.c: #include <string.h> to kill warning
Tue Feb 12 01:34:19 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-settings-daemon.c (main): add session management.
2002-02-10 Richard Hestilow <hestilow@ximian.com>
* gnome-settings-xsettings.c: Added font setting.
2002-02-04 Lauris Kaplinski <lauris@ximian.com>
* gnome-settings-locate-pointer.c (locate_pointer_expose): Return
FALSE on default case, instead of nothing
(setup_window): Replace deprecated methods
* gnome-settings-sound.c (reload_foreach_cb): Replace deprecated
methods
Read control center directory structure out of GnomeVFS instead of 2002-01-28 Seth Nickell <snickell@stanford.edu> * control-center/capplet-dir.c: (capplet_new), (capplet_dir_new), (capplet_dir_entry_destroy), (read_entries), (get_root_capplet_dir): * control-center/capplet-dir.h: Read control center directory structure out of GnomeVFS instead of directly off the disk. Also deal with pixmaps more uniformly, and properly load them out of PREFIX/share/pixmaps when they aren't an absolute path. * capplets/desktop-links/Sawfish/appearance-properties.desktop.in: * capplets/desktop-links/Sawfish/bindings-properties.desktop.in: * capplets/desktop-links/Sawfish/focus-properties.desktop.in: * capplets/desktop-links/Sawfish/match-properties.desktop.in: * capplets/desktop-links/Sawfish/maximize-properties.desktop.in: * capplets/desktop-links/Sawfish/meta-properties.desktop.in: * capplets/desktop-links/Sawfish/misc-properties.desktop.in: * capplets/desktop-links/Sawfish/move-properties.desktop.in: * capplets/desktop-links/Sawfish/placement-properties.desktop.in: * capplets/desktop-links/Sawfish/sound-properties.desktop.in: * capplets/desktop-links/Sawfish/workspace-properties.desktop.in: * capplets/ui-properties/behavior.desktop.in.in: Add a Categories Field. * capplets/desktop-links/Makefile.am: * capplets/desktop-links/Sawfish/Makefile.am: * capplets/file-types/Makefile.am: * capplets/theme-switcher/Makefile.am: * capplets/ui-properties/Makefile.am: * control-center/Gnome.directory.in.in: * control-center/Makefile.am: Install directory files into PREFIX/share/gnome/vfolders, the standard vfolder description location.
2002-01-29 04:48:25 +00:00
2002-01-13 Seth Nickell <snickell@stanford.edu>
reviewed by: <delete if not using a buddy>
* Makefile.am:
2002-01-28 Richard Hestilow <hestilow@ximian.com>
* Link to libbackground.la.
2002-01-21 Anders Carlsson <andersca@gnu.org>
* gnome-settings-xsettings.c: Add support for changing themes.
Mon Jan 21 01:29:57 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-settings-keyboard.c: Move locate_pointer out.
* gnome-settings-mouse.c: Move locate_pointer in. Clean up code.
Remove print statements.
2002-01-14 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am (INCLUDES): Added missing -I$(top_srcdir)
(bin_PROGRAMS): Rename binary gnome2-settings-daemon
* gnome-settings-daemon.c (main): Enable code to load settings;
call gnome_settings_background_load too
* gnome-settings-background.c (gnome_settings_background_init):
Use the correct key to register the callback
Wed Jan 9 21:22:30 2002 Jonathan Blandford <jrb@redhat.com>
* gnome-settings-keyboard.c (filter): weee! locate_cursor works
now!!!!
* gnome-settings-locate-pointer: speed up animation.
2002-01-09 Anders Carlsson <andersca@gnu.org>
* gnome-settings-daemon.c (main): Call gconf_client_add_dir.
Tue Jan 8 15:50:59 2002 Jonathan Blandford <jrb@redhat.com>
* Makefile.am: Add locate-pointer.
* gnome-settings-keyboard.c: Initial attempt at locate-pointer.
Don't understand XKB enough to figure it out.
* gnome-settings-locate-pointer.[ch]: Draw the locate pointer
box. Pretty snazzy for a useless (but fun) feature.
* gnome-settings-mouse.c: Move locate pointer to it's own file.
2002-01-08 Richard Hestilow <hestilow@ximian.com>
* gnome-settings-daemon.c (main): Initialize libgnomeui,
and load sounds.
* gnome-settings-sound.c (stop_esd): Just tell esd to let go
of /dev/dsp.
2002-01-04 Bradford Hovinen <hovinen@ximian.com>
* all: Convert from GConfEngine to GConfClient
2001-01-04 Richard Hestilow <hestilow@ximian.com>
* gnome-settings-sound.[ch]: Added.
* Makefile.am: Add gnome-settings-sound sources, link to libsounds.
* gnome-settings-daemon.c: Call gnome_settings_sound_init.
2001-12-20 Bradford Hovinen <hovinen@ximian.com>
* All: Eliminate compiler warnings
* gnome-settings-daemon.h: Use __GNOME_SETTINGS_DAEMON_H for the
enclosing macro
* gnome-settings-background.c: Update
2001-12-19 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am
(gnome_settings_daemon_SOURCES): Add
gnome-settings-{keyboard|background}.[ch]
(INCLUDES): Add -I$(top_srcdir)/libbackground
(gnome_settings_daemon_LDADD): Add
$(top_builddir)/libbackground/libbackground.a
* gnome-settings-daemon.c (main): Initialize keyboard and
background subsystems