2003-07-17 Richard Hult <richard@imendio.com>
* typing-break/main.c (main): Remove session stuff since g-s-d
handles lifetime the cycle now.
2003-07-17 Richard Hult <richard@imendio.com>
* gnome-settings-typing-break.c (setup_typing_break): Start with
-n to avoid the warning about notification area.
(gnome_settings_typing_break_init): Fix a warning.
2003-07-03 Bastien Nocera <hadess@hadess.net>
* gnome-settings-keybindings.c: (get_screens_list),
(screen_exec_display_string), (grab_key), (do_grab),
(gnome_settings_keybindings_load): grab keys on all the screens for the
current display
Mon Jun 2 13:23:25 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-settings-xrdb.c (append_xresources): Patch from Jens
Granseuer <jensgr@gmx.net> to fix on non-C99 compilers.
Thu Feb 6 16:43:33 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-settings-font.c (load_xcursor_theme): handle xcursor so
that we support Xcursor files.
* gnome-settings-daemon.c: move
gnome_settings_daemon_spawn_with_input here so multiple modules
can use it.
2003-01-19 Alex Duggan <aldug@astrolinux.com>
* gnome-settings-mouse.c (filter), (set_locate_pointer):
make the right control key also locate the mouse pointer.
Fixes#87426
2002-11-08 Mark McLoughlin <mark@skynet.ie>
Create a XSettingsManager for every available
screen and apply settings changes to each.
* gnome-settings-daemon.c:
(manager_event_filter): make this a per-window filter
and ask the appropriate xsettings manager to filter
the event.
(finalize): dispose of every manager.
(gnome_settings_daemon_new): create a settings manager
for each screen.
* gnome-settings-xsettings.c:
(translate_bool_int), (translate_int_int),
(translate_string_string), (process_value),
(xsettings_callback), (xft_callback),
(gnome_xft_settings_set_xsettings),
(gnome_settings_xsettings_load): apply settings to
every available settings manager.
2002-10-31 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c
(gnome_settings_accessibility_keyboard_init) : register the gconf
handler early.
(gnome_settings_accessibility_keyboard_load) : not here where it is
too late.
2002-10-26 Havoc Pennington <hp@pobox.com>
* theme-switcher.c (window_read_themes): adapt to gnome-wm-manager
API changes
2002-10-26 Havoc Pennington <hp@pobox.com>
* gnome-window-manager.c: handle NULL fields in the class struct;
and replace the individual setters with get/set for a big
struct with flags indicating which fields we care about,
a la a graphics context. Add settings_changed signal.
(gnome_window_manager_get_type): change object name to
GnomeWindowManager not GWindowManager
* gnome-window-manager.h (struct _GnomeWindowManagerClass): add
padding to the class struct
* Makefile.am: move metacity module here from capplets/windows/
(libgnome_window_settings_la_SOURCES): don't build the code to
switch window managers, it was bitrotted and broken anyway, and
isn't in the UI right now. Keep the code in EXTRA_DIST in case
someone wants to recover it. Move some relevant bits to
gnome-wm-manager.c
2002-10-26 Havoc Pennington <hp@pobox.com>
* gnome-window-properties.c: rewrite
* Makefile.am (bin_PROGRAMS): remove metacity module, move to
libwindow-settings
(gnome_window_properties_LDADD): properly link to .la file for
libgnome-window-settings, not the installed copy
2002-10-18 Erwann Chenede - <erwann.chenede@sun.com>
* gnome-settings-keybindings.c
(screen_exec_display_string) : added function to get display
string from an XEvent.
(keybindings_filter) : set a fully qualified DISPLAY env variable
when spawing a keybinding action.
2002-10-08 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=91535
* gnome-settings-sound.c : as michael points out it is silly to start
the daemon just so that we can stop it. Dunno much about esound
code so the funky logic is left untouched.
2002-10-08 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=95179
* gnome-settings-accessibility-keyboard.c
(gnome_settings_accessibility_keyboard_init) : do nothing here.
(gnome_settings_accessibility_keyboard_load) : install the filter
here, _after_ loading the gconf settings.
(set_gconf_from_server) : check to see if anything has actually
changed before sending off the changeset.
* gnome-settings-xsettings.c: added two new xsettings
for GTK+ input method preedit and status styles.
With the other patch for gtk+, the preedit and status styles of
GTK+ input method are configurable with associated gconf schemas
keys:
"/desktop/gnome/interface/gtk-im-preedit-style"
"/desktop/gnome/interface/gtk-im-status-style"
Both are set to "callback" by default, and platform's
packging can have different default by changing
libgnome's desktop_gnome_interface.schemas.
2002-09-11 Jody Goldberg <jody@gnome.org>
* gnome-accessibility-keyboard-properties.glade : Fix conflicting
accelerators.
* accessibility-keyboard.c (setup_dialog) : connect the simple items
before the master.
(cb_master_enable_toggle) : desensitize the subfeature content if the
master switch is disabled.
2002-08-10 Jody Goldberg <jody@gnome.org>
* file-types-properties.glade : fix missed capitalization for the
ui-review.
2002-08-15 Jody Goldberg <jody@gnome.org>
* gnome-keyboard-properties.glade : fix label and make consistent with
mouse capplet.
* gnome-keyboard-properties.c (create_dialog) : use size groups.
2002-08-15 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=90778
* gnome-settings-accessibility-keyboard.c (set_gconf_from_server) :
Add a heuristic so that we do not disable features in gconf just
because they are disabled in the X server. If the master switch is
already disabled in gconf we can guess that most of the time it
means that people want to keep their flags.
2002-08-07 Jody Goldberg <jody@gnome.org>
* po/POTFILES.in : remove bogus file.
2002-08-07 Michael Meeks <michael@ximian.com>
* gnome-settings-sound.c (stop_esd): flag that
we scuppered the remote daemon.
(apply_settings): resume it if we killed it,
don't kill it more than once.
Don't iterate over all the sounds and try to
push to the server if we have sound disabled,
saves a chunk of time.
This fixes the 'toggle sound a lot breaks it' bug.
2002-07-27 Mark McLoughlin <mark@skynet.ie>
* configure.in: add check for gtk+ with multihead
support and define HAVE_GTK_MULTIHEAD if found.
2002-07-27 Mark McLoughlin <mark@skynet.ie>
Add multiscreen support for background rendering.
* gnome-settings-background.c:
(background_callback): apply prefs to all screens.
(gnome_settings_background_init): create a BGApplier for
each screen.
(gnome_settings_background_load): apply prefs to all
screens.
2002-07-22 jacob berkman <jacob@ximian.com>
* gnome-settings-background.c (gnome_settings_background_load): if
nautilus is drawing the desktop, just return
2002-06-17 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=85327
* gnome-settings-xsettings.c (translate_string_string) : These strings
do look wrong. The capplet is setting the keys from the schema.
we were not mapping them to the write xsettings. It did not really
matter because we were not using xsettings to communicate these
values.
2002-06-06 Erwann Chenede - <erwann.chenede@sun.com>
* gnome-settings-keybindings.c (keybindings_filter) :
do not quit gnome-settings-daemon when pressing Ok
when the warning dialog appears. fix bug #84364
Added localization hooks.
Wed May 29 20:23:13 2002 Jonathan Blandford <jrb@redhat.com>
* Makefile.am: Add gnome-settings-keybinding
* gnome-settings-daemon.c: (gnome_settings_daemon_new): initialize
keybindings support
* gnome-settings-keybindings.[ch]: Patch to add support for custom
keybindings. Thanks to Erwann Chenede <Erwann.Chenede@sun.com>
for the patch.
2002-05-22 jacob berkman <jacob@ximian.com>
* gnome-settings-font.c (load_cursor): run the mkfontdir command
synchronously to avoid a possible race. extra precaution for
#78023
* gnome-settings-daemon.c (gnome_settings_daemon_new): run
background settings after everything else, as some of those spawn
processes (xscreensaver) and background settings nices itself
should fix#78742