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-08 Seth Nickell <snickell@stanford.edu>
Try my best to throw a monkey wrench in things. Checkin
Windows capplet, and add window related settings to
the font capplet and theme capplet.
Also fix button alignments on all capplets.
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-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 support for rendering the wallpaper on
a particular physical screen.
* applier.[ch]:
(bg_applier_init): init screen and root_window.
(bg_applier_class_init), (bg_applier_set_prop),
(bg_applier_get_prop): add "screen" property.
(bg_applier_new_for_screen): implement.
(render_wallpaper), (render_to_screen),
(create_pixmap), (wallpaper_full_cover_p): use the
screen and root window information.
(make_root_pixmap): add a GdkScreen arg, actually
use the display we opened, use the correct root
window and not the default one
(set_root_pixmap): add a GdkScreen arg, use the
default display, use the correct root window.
* acconfig.h configure.in: Check for Xft2.
* capplets/font/main.c capplets/font/Makefile.am
capplets/font/font-properties.glade: If XFt2 is present,
allow the user to control various font rendering attributes.
* gnome-settings-daemon/gnome-settings-xsettings.c:
Mirror the Xft rendering attributes from the font
capplet to XSETTINGS and Xrdb.
* schemas/Makefile.am schemas/desktop_gnome_font_rendering.schemas:
Add schemas for the new GConf settings.
* capplets/keyboard/gnome-keyboard-properties.c: Fix
unterminated GConfEnumStringPair array.
* gnome-settings-daemon/gnome-settings-default-editor.c:
Fix some comments that had embedded /* which was causing
GCC warnings.
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-25 James Henstridge <james@daa.com.au>
* gnome-settings-daemon/Makefile.am: commented lines ending in a
trailing backslash are not a good idea.
2002-06-15 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=85397http://bugzilla.gnome.org/show_bug.cgi?id=84545
* mime-types-model.c (mime_types_model_get_value) :
gtk_tree_view_search_equal_func does not like NULL.
(IS_CATEGORY) : check for NULL.
* file-types-capplet.c (create_dialog) : search the description not
the mime type.
2002-06-08 Jody Goldberg <jody@gnome.org>
* mime-types-model.c (IS_CATEGORY) : test for null in case we are
stupid.
2002-06-07 Jody Goldberg <jody@gnome.org>
* file-types-capplet.c (dialog_done_cb) : no need to save things
again. The only caller had already done that.
* mime-type-info.c (mime_type_info_save) : Don't mess with the
application here, it should already be setup. However, be really
really anal about verifying it because I do not trust the
surrounding code or know it well enough to trust it. Make sure that
the assigned app is on the short list of associated apps.
* mime-category-edit-dialog.c (store_data) : Use
mime_edit_dialog_get_app.
* mime-edit-dialog.c (store_data) : Use it here too.
(mime_edit_dialog_get_app) : new. split some duplicated code out of
the type and category dialogs and move it here. Then make it
readable and less stupid about creating copies of existing
applications. While we're at it have it handle the creation of new
applications, merging commands with existing applications and other
useful stuff.
2002-06-07 Jody Goldberg <jody@gnome.org>
* mime-category-edit-dialog.c (store_data) : clarify and remove the
custom flag.
* mime-type-info.c (mime_category_info_using_custom_app) : delete.
(mime_type_info_using_custom_app) : delete.
* mime-edit-dialog.c (validate_data) : correct the warning about
invalid type, we would _not_ create one for the user :-(
Allow a user to optionally overwrite an existing mime type.
This is useful when editing.
* mime-edit-dialog.c (store_data) : clarify and remove the custom flag.
2002-06-10 Jody Goldberg <jody@gnome.org>
* accessibility-keyboard.c : tweak the layout as requested and adjust
the max slowkey delay to 500 to avoid losing the keyboard due to some
sort of an X problem.
2002-06-13 Jody Goldberg <jody@gnome.org>
* gnome-keyboard-properties.c (accessibility_button_clicked) : produce
a better warning for failure to launch the keyboard accessibility
capplet.
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
2002-05-16 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=80325
* gnome-settings-keyboard.c (apply_settings) : although we may not be
able to support the autorepeat rate setting we can enable/disable
autorepeat.
2002-05-16 jacob berkman <jacob@ximian.com>
* gnome-settings-keyboard.c (apply_settings): load from the
correct key for whether the bell should be on or not
(apply_settings): pass the right flags to XChangeKeyboardControl()
fixes#78016 and 78015
2002-05-16 jacob berkman <jacob@ximian.com>
* Makefile.am:
* gnome-settings-default-editor.[ch]: keep text/plain and text*
using the same mime type (#78037)
* gnome-settings-daemon.c (gnome_settings_daemon_new): load editor
and keyboard settings (bugs #78037 and #78016)
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.
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-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-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:43:08 2002 Jonathan Blandford <jrb@gnome.org>
* capplets/accessibility/keyboard/Makefile.am: Change gnome2-* to
gnome-*
* capplets/default-applications/Makefile.am: ditto
* capplets/file-types/Makefile.am: ditto
* capplets/font/Makefile.am: ditto
* capplets/keyboard/Makefile.am: ditto
* capplets/mouse/Makefile.am: ditto
* capplets/sound/Makefile.am: ditto
* capplets/theme-switcher/Makefile.am: ditto
* capplets/ui-properties/Makefile.am: ditto
* control-center/Makefile.am: ditto
* gnome-settings-daemon/Makefile.am: ditto
* gnome-keybinding-properties.c (setup_dialog): man, was this code
silly. Also, themes are case sensitive.
(is_metacity_running): Add support for metacity keybindings. This
is off by default until I write code to actually detect metacity.
Tue Apr 9 11:58:10 2002 Jonathan Blandford <jrb@gnome.org>
* Makefile.am: Add commented out disk support until I finish the code.
blink support.
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.