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.
2006-01-22 Bastien Nocera <hadess@hadess.net>
* gnome-keybinding-properties.c: (accel_edited_callback):
Refuse to bind letter keys without a modifier (Closes: #86956)
2006-01-21 Diego Gonzalez <diego@pemas.net>
* gnome-about-me.c (about_me_foucs_out): fix crash 317315.
2006-01-21 Diego Gonzalez <diego@pemas.net>
* gnome-about-me.glade: don't accept tabs in the address fields to
preserve the tab navigation on the dialog, as suggested by
Sebastien Bacher in bug 317468.
2006-01-16 Rodrigo Moya <rodrigo@novell.com>
* gnome-da-xml.c (gnome_da_xml_load_list): just read the file
from the $datadir we installed it.
* Makefile.am: -DDATADIR.
2006-01-14 Rodney Dawes <dobey@novell.com>
* gnome-background-properties.glade: Set the visibility of the second
color chooser button to off by default
Fixes#319463
2006-01-14 Rodney Dawes <dobey@novell.com>
* *.[ch]: Update Copyright notice to include 2006 year
* gnome-background-properties.glade: Change the main dialog to use
explicit apply with OK and Cancel buttons
Remove the icons from the "Add Wallpaper" and "Remove" buttons
* gnome-wp-capplet.c (gnome_wp_props_wp_set): Add a new retval boolean
so that we can return whether or not we are trying to set the wallpaper
to the same image filename as before
Remove all the UI updating code from here
Fix a potential leak of the GConfChangeSet object
(gnome_wp_props_wp_selected): Update the UI whenever a different
wallpaper is selected in the list
Remove the timeout to update gconf, as we are using explicit apply now
(gnome_wp_main_quit): Free the old_filename variable
Update the indentation style to match the rest of the code
(wallpaper_properties_clicked): Handle setting the gconf keys when the
OK button is clicked, and fall through to the cancel/close code
(gnome_wp_scale_type_changed, gnome_wp_shade_type_changed):
Don't set the gconf strings from here, only update when OK is clicked
(gnome_wp_color_changed): Don't update gconf strings here
Don't generate miniature icon thumbnails for the drop-down menu
(gnome_wp_remove_wallpaper): Don't need to remove the idle id any more
(gnome_wp_load_stuffs): Set the old_filename variable to the current
setting that is stored in gconf for the wallpaper filename
(gnome_wp_delay_changed): Remove this unused method
(gnome_wp_icon_theme_changed): Don't need to update the icons in the
drop-down menu here, as they are being removed
(set_accessible_name): Don't need this any longer, as the drop-down
menu items are now standard label menu items, and don't have icons
(wallpaper_properties_init): No longer need the key repeat delay
Fix some style issues with the glade_xml_get_widget calls
Replace the menu items in the option menus with standard label items
* gnome-wp-capplet.h (_GnomeWPCapplet): Remove the no longer needed
Widget variables for updating the drop-down menu icons
Remove the no longer needed delay and idleid variables
Add an old_filename variable to compare against when OK is clicked
Also should fix#316697
2006-01-14 Alan Swanson <swanson@ukfsn.org>
* gnome-wp-capplet.c (gnome_wp_option_menu_set): Check for the scale
type being zoom in the config, to set the option menu
(gnome_wp_scale_type_changed): Update the options for zoom type
(gnome_wp_icon_theme_changed): Update the zoom icon in the menu
(wallpaper_properties_init): Add an item for Zoom to the scaling menu
* gnome-wp-capplet.h (_GnomeWPCapplet): Add a widget for the zoom item
(GnomeWPScaleType): Add an enumeration for the zoom type
* gnome-wp-item.c (gnome_wp_item_get_thumbnail): Add the code to
generate a proper thumbnail for the new zoom option
Fixes#105231
2006-01-11 Dennis Cranston <dennis_cranston@yahoo.com>
* capplets/sound/sound-properties-capplet.c: (create_dialog):
Do not hardcode the height of the dialog.
* capplets/sound/sound-properties.glade: Add an alignment to
2006-01-06 Sebastien Bacher <seb128@debian.org>
* gnome-mouse-properties.glade:
make mouse click work with both left/right buttons,
patch by akmal <cowdinosaur@gmail.com> (Fixes: #321225)
2006-01-03 Guillaume Desmottes <cass@skynet.be>
Fixes bug #147665
* gnome-theme-manager.[ch] (update_font_button_state,
update_background_button_state): new functions.
(background_key_changed): call the 2 above functions to update
the background from metathemes that include a background.
2005-11-25 Brian Cameron <Brian.Cameron@sun.com>
* configure.in, capplets/about-me/Makefile.am
capplets/about-me/gnome-about-me.c,
capplets/about-me/gnome-about-me-password.c:
Fix so that gnome-about-me works on non-linux
systems which do not have forkpty().