2009-04-14 Jens Granseuer <jensgr@gmx.net>
* gtkrc-utils.c: (gtkrc_get_details): close gtkrc files after use so
we don't run out of file descriptors (bug #578835)
svn path=/trunk/; revision=9412
2009-04-11 Benjamin Berg <benjamin@sipsolutions.net>
* theme-util.c: (theme_delete):
Only delete the theme if the user pressed OK (bug #578694)
svn path=/trunk/; revision=9408
2009-04-02 Jens Granseuer <jensgr@gmx.net>
* gnome-keybinding-properties.c: (start_editing_kb_cb): make
activating a section header row expand or collapse the section as
expected instead of crashing (bug #577474)
svn path=/trunk/; revision=9400
so that it can make its confirmation window a child of the parent.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=9376
2009-03-18 Jens Granseuer <jensgr@gmx.net>
* appearance-desktop.c: (wp_remove_wallpaper): after removing an
image set the cursor to the newly selected wallpaper so that
keyboard navigation works as expected (bug #575075)
svn path=/trunk/; revision=9373
2009-03-12 Bastien Nocera <hadess@hadess.net>
* gnome-about-me-fingerprint.c (finger_combobox_changed):
Fix warning when selecting a finger to enroll in the combo box
(Closes: #574974)
svn path=/trunk/; revision=9341
2009-03-11 Gabor Kelemen <kelemeng@gnome.hu>
* xrandr-capplet.c: Make the strings of the Rotation dialog appear
translated. Bug #574693.
svn path=/trunk/; revision=9336
2009-03-06 Jens Granseuer <jensgr@gmx.net>
* gnome-default-applications-properties.glade: fix mnemonics conflict
for web browser and mail reader command widgets. There's another
conflict for the "Run in terminal" checkbox but that one will have to
wait until string freeze is over
svn path=/trunk/; revision=9321
2009-02-23 Jens Granseuer <jensgr@gmx.net>
* gnome-keybinding-properties.c: (append_keys_to_tree),
(update_custom_shortcut): for shortcuts without a description simply
show "<Unknown Action>" instead of (unhelpful) parts of its GConf
path (bug #572808)
svn path=/trunk/; revision=9285
2009-02-20 Jens Granseuer <jensgr@gmx.net>
* gnome-keybinding-properties.c: (update_custom_shortcut): don't
forget to save the shortcut command, too (bug #572501)
svn path=/trunk/; revision=9280
2009-02-08 Jens Granseuer <jensgr@gmx.net>
* display-capplet.glade:
* display-properties.desktop.in.in: change window title and menu entry
name to "Display"/"Display Preferences" to be consistent with other
settings dialogs (bug #570907)
svn path=/trunk/; revision=9248
We'll need this to maintain state for the D-bus async callback.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=9241
2009-02-04 Federico Mena Quintero <federico@novell.com>
https://bugzilla.novell.com/show_bug.cgi?id=434729 - Realign the
outputs when changing the resolution of one of them, so one
doesn't get overlapping monitors (when the resolution becomes
bigger) or disjoint monitors (when the resolution becomes smaller).
* xrandr-capplet.c (on_resolution_changed): Align the monitors.
(realign_outputs_after_resolution_change): New function. The
algorithm here could certainly be improved...
Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=9238
2009-02-01 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.c: (about_me_focus_out): fix email addresses being
generated by g-a-m always being saved as type "OTHER" which could
result in addresses being mixed up (bug #570113)
svn path=/trunk/; revision=9232
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