2009-01-30 Bastien Nocera <hadess@hadess.net>
* gnome-da-capplet.c (web_radiobutton_toggled_cb): Fix potential
crasher when web_radiobutton_toggled_cb is called and the
browser in GConf doesn't exist on the system anymore
svn path=/trunk/; revision=9219
2009-01-28 Jens Granseuer <jensgr@gmx.net>
* gnome-da-capplet.c: (web_combo_changed_cb): update the entry with
the correct command for the selected option instead of always using
the default
svn path=/trunk/; revision=9217
2009-01-28 Bastien Nocera <hadess@hadess.net>
* gnome-keybinding-properties.c (setup_dialog): Make Enter
work as expected in the custom key shortcut edit dialogue
svn path=/trunk/; revision=9216
2009-01-28 Bastien Nocera <hadess@hadess.net>
* gnome-keybinding-properties.c (append_keys_to_tree),
(edit_custom_shortcut), (update_custom_shortcut): Only print
warnings for non-custom keybindings, Set the GConf key for
the description when editing existing custom key shortcuts,
Avoid warnings when the description for a custom key shortcut
is empty
svn path=/trunk/; revision=9215
2009-01-28 Bastien Nocera <hadess@hadess.net>
* gnome-keybinding-properties.c (append_keys_to_tree):
Print a warning when a key doesn't have a schema, so no
description, makes debugging things like:
https://bugzilla.redhat.com/show_bug.cgi?id=482813
easier
svn path=/trunk/; revision=9214
2009-01-25 Jens Granseuer <jensgr@gmx.net>
* gnome-keybinding-properties.c: (add_custom_shortcut): fix argument
type warnings by casting to appropriate type
svn path=/trunk/; revision=9209
2009-01-25 Jens Granseuer <jensgr@gmx.net>
* gnome-theme-info.c: (handle_change_signal), (update_theme_index),
(update_common_theme_dir_index):
* gnome-theme-info.h: add GnomeThemeElement parameter to the
ThemeChangedCallback so that the receiver can determine what part of
the theme changed (part of bug #568595)
2009-01-25 Jens Granseuer <jensgr@gmx.net>
Fix newly installed themes appearing twice in the GTK themes list if
the package contains themes for both GTK and metacity (bug #568595)
* appearance-style.c: (changed_on_disk_cb): check the new
GnomeThemeElement parameter instead of the theme properties to
determine what part of the theme changed
* appearance-themes.c: (theme_changed_on_disk_cb): use new callback
signature
svn path=/trunk/; revision=9206
2009-01-19 Luca Ferretti <elle.uca@libero.it>
* gnome-network-properties.desktop.in.in: Update Icon key to
new name too
svn path=/trunk/; revision=9201
2008-12-18 Federico Mena Quintero <federico@novell.com>
https://bugzilla.novell.com/show_bug.cgi?id=433939 - It's not
obvious how to turn on a new monitor.
* display-capplet.glade: Add On/Off radio buttons for the selected
monitor, as it is hard to find that the on/off state is actually
set by the Resolution combo.
* xrandr-capplet.c (rebuild_gui): Don't set sensitivity of
resolution_combo here...
(rebuild_resolution_combo): ... but do it here instead. This is
so that we can match the state of the monitor on/off buttons.
(rebuild_on_off_radios): New function. We set the on/off radio
buttons based on the "on" state of the current output.
(monitor_on_off_toggled_cb): New callback; we toggle the current
output's on/off state.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=9186
2008-12-18 Federico Mena Quintero <federico@novell.com>
* xrandr-capplet.c (select_current_output_from_dialog_position):
Fix the type of the "output" variable.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=9185
2008-12-16 Federico Mena Quintero <federico@novell.com>
https://bugzilla.novell.com/show_bug.cgi?id=450141 - Help button
in the Display capplet does nothing.
* xrandr-capplet.c (run_application): Hide the Help button as we
have no help to show for this capplet yet.
(hide_help_button): New function.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=9176
2008-12-15 Federico Mena Quintero <federico@novell.com>
* xrandr-capplet.c (on_screen_changed): Use
select_current_output_from_dialog_position() instead of selecting
an output ourselves.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=9171