2006-04-28 Thomas Wood <thos@gnome.org>
* gnome-theme-save.c: (write_theme_to_disk), (save_theme_to_disk),
(save_dialog_response):
* theme-properties.glade:
- Added option to save current background when saving a custom theme.
Fixes bug 330302 - Saved themes should remember wallpaper.
- Also implements some of the UI changes for the save dialog, suggested
in bug 100622
2006-04-26 Thomas Wood <thos@gnome.org>
* gnome-theme-save.c: (str_remove_slash),
(setup_directory_structure), (write_theme_to_disk),
(gnome_theme_save_show_dialog):
Fix bug 139692 - Some characters cannot be given as the theme name
2006-04-19 Thomas Wood <thos@gnome.org>
* gnome-theme-details.c: (gnome_theme_details_init),
(gnome_theme_details_reread_themes_from_disk):
* gnome-theme-installer.c: (gnome_theme_installer_run_cb):
* gnome-theme-installer.h:
* gnome-theme-manager.c: (setup_dialog):
* theme-properties.glade:
Remove drag and drop information text, and add Install buttons to each
tab in the details window. Closes bug 99535 - [ui-review] Theme manager UI issues
2006-04-13 Luca Cavalli <loopback@slackit.org>
* gnome-default-applications.xml.in: add support for Sylpheed. Based
on a patch from Fryderyk Dziarmagowski <freetz@pld-linux.org>.
Closes bug #332659.
2006-04-09 Thomas Wood <thos@gnome.org>
* gnome-theme-manager.c: (setup_meta_tree_view): Patch from Sergey Al.
Safonov <spoof@spoofa.info> to fix bug 314658 - Theme chooser main
window too wide for 800x600
2006-93-23 Rodrigo Moya <rodrigo@novell.com>
* activate-settings-daemon.c (popup_error_message): use gtk_dialog_run,
we want the dialog to show up for more than less than a second.
2006-03-18 Rodney Dawes <dobey@novell.com>
* gnome-wp-xml.c (gnome_wp_xml_load_list): Only pass G_FILE_TEST_IS_DIR
to the g_file_test calls
Fixes#331486
2006-02-14 Anilkumar Bacheli <anilkumar.bacheli@wipro.com>
Fixes#330588
* gnome-mouse-properties.glade: Modified the Slider value label to
"milliseconds" instead of "microseconds".
* gnome-mouse-properties.c: Use ngettext() to get the correct plural
form of the message. Also changed so that the slider label is in
"milliseconds"
2006-02-11 Theppitak Karoonboonyanan <thep@linux.thai.net>
* gnome-background-properties.glade: Add the missing translatable flag
in the Finish button.
2006-02-10 Rodney Dawes <dobey@novell.com>
* gnome-wp-capplet.c (wallpaper_properties_clicked): Add the missing
GTK_RESPONSE_DELETE_EVENT back in so that we exit properly with it
2006-02-09 Rodney Dawes <dobey@novell.com>
* gnome-background-properties.glade: Replace the Apply/Cancel/OK
buttons with a Finish button, using the stock apply icon
* gnome-wp-capplet.c (gnome_wp_props_wp_set): Don't need to check if
we are the same image as we were before now
(gnome_wp_props_revert): Remove this as it is no longer needed
(gnome_wp_props_wp_selected): Call the set function here
(gnome_wp_main_quit): Remove the freeing of capplet->old_item
(wallpaper_properties_clicked): Only handle GTK_RESPONSE_OK as an
action to close the dialog now, as we are instant apply again
(gnome_wp_scale_type_changed, gnome_wp_shade_type_changed):
(gnome_wp_color_changed): Set the appropriate gconf keys here
(gnome_wp_load_stuffs): Remove references to capplet->old_item
* gnome-wp-capplet.h (struct _GnomeWPCapplet): Remove old_item object
Fixes#327335, #330587 and #329818
Partially fixes#330168
2006-01-28 Anilkumar Bacheli <anilkumar.bacheli@wipro.com>
Fixes#154769
* gnome-mouse-properties.glade: Modified the glade file so that
context information for the slider is available to screen reader.
Also, modified the Slider value label to "microseconds" instead of
seconds.
* gnome-mouse-properties.c: Changed the slider label to be in sync with
speech.
2006-01-28 chpe <chpe@gnome.org>
Fixes#327220
* gnome-default-applications.xml.in: use "Epiphany Web Browser",
like in the .desktop file and use long options for Epiphany.
2006-01-28 Scott Bronson <bronson@rinspin.com>
Fixes#318056
* gnome-mouse-properties.c (cursor_font_changed):
* gnome-mouse-properties.glade: use "mouse pointer" instead of "cursor"
in user-visible strings.
2006-01-26 Rodney Dawes <dobey@novell.com>
* gnome-wp-capplet.c (gnome_wp_capplet_scroll_to_item): If we are
passed in a NULL just return rather than using g_return_if_fail to
do it, so that we can avoid the glib CRITICAL warning (#327327)
(gnome_wp_load_stuffs): If the settings are mangled some how, and
a valid item was not duplicated, duplicated the "No Wallpaper" item
Fixes#327327
2006-01-26 Rodney Dawes <dobey@novell.com>
* gnome-background-properties.glade: Add an Apply button
* gnome-wp-capplet.[ch]: Replace old_filename with an old_item struct
(gnome_wp_props_wp_set): Set the filename key to empty string when
setting the background to "No Wallpaper"
(gnome_wp_props_revert): New method to revert changes in the dialog
when the Cancel button is clicked
(gnome_wp_main_quit): Free the old_item structure
(wallpaper_properties_clicked): Handle the Apply button
Handle closing the dialog for OK separately from Cancel/delete_event
Revert the settings when Cancel or wm "x" or ESC are clicked
(gnome_wp_load_stuffs): Set the old_item to the currently selected
background setting, whether it be an image or "No Wallpaper"
* gnome-wp-info.c (gnome_wp_info_dup): If info is NULL, just return
NULL rather than trying to access members of an empty struct
* gnome-wp-item.[ch] (gnome_wp_item_dup): New method to create a
duplicate and newly allocated GnomeWPItem structure
Fixes#327335
2006-01-26 Christian Persch <chpe@cvs.gnome.org>
* capplets/font/font-properties.glade:
* capplets/font/main.c: (setup_dialog):
Add a font button for the document font gconf key, and change
the label of the 'terminal font' button. Bug #160454,
patch by Shaun McCance.
2006-01-22 Rodrigo Moya <rodrigo@novell.com>
Fixes#168790
* gnome-keyboard-properties.c (accessibility_button_clicked): dont
use "capplet" in user-visible strings.