2005-01-09 Rodney Dawes <dobey@novell.com>
* gnome-wp-capplet.[ch] (gnome_wp_update_preview): Add new callback
routine for when the preview widget in the file chooser needs an update
(wallpaper_properties_init): Set the preview widget in the file chooser
to a GtkImage object and connect to the update-preview signal for when
the selected file changes
- Based on patch from Sebastien Bacher <seb128@debian.org>
Fixes#139714
2005-01-08 Rodney Dawes <dobey@novell.com>
* gnome-wp-capplet.c (wallpaper_properties_init): Preload the directory
rather than nothing when adding directories for gconf notification
2005-01-08 Rodney Dawes <dobey@novell.com>
* background.desktop.in.in: Add %F to Exec command line
* gnome-wp-capplet.[ch] (gnome_wp_remove_wp): Check that the tree path
is not NULL before removing items from the list store
(gnome_wp_load_stuffs): Don't duplicate the code from
gnome_wp_add_image/gnome_wp_capplet_scroll_to_item here
Load any images we were passed on the command line, and free the
GSList that they were stored in after doing so
(gnome_wp_file_changed): Clean up to just call gnome_wp_add_image and
gnome_wp_capplet_scroll_to_item rather than duplicating the code
(wallpaper_properties_init): Take a poptContext argument now
Parse the poptContext into a GSList for loading the images from
(main): Use a clearer variable name for the GnomeProgram object
Get the poptContext from the GnomeProgram object and pass it through
to wallpaper_properties_init
Fixes#120720
2005-01-08 Rodney Dawes <dobey@novell.com>
* gnome-wp-capplet.c (wallpaper_properties_init): Fix the leaks
in the scaling type option menu creation correctly
2005-01-08 Sebastien Bacher <seb128@debian.org>
* gnome-default-applications-properties-structs.c: add evolution-2.0
and evolution-2.2 to the mailers list (Closes: #163334).
2005-01-07 Sebastien Bacher <seb128@debian.org>
* gnome-settings-mouse.c: (set_locate_pointer): add Mod2Mask and
Mod4Mask to the modifiers, fix the issue with Numlock activated
(Closes: #149383).
2005-01-06 Sebastien Bacher <seb128@debian.org>
* gnome-theme-installer.c: (install_dialog_response): check the
permission of the .icons/.themes dir instead of the files in it
(Closes: #161649).
2005-01-05 Dennis Cranston <dennis_cranston@yahoo.com>
* gnome-keyboard-properties.glade: HIG corrections.
Use HIG capitalization for buttons: "Reset to defaults" ->
"Reset To Defaults". Use HIG capitalization for window titles:
"Choose a keyboard model" -> "Choose A Keyboard Model" &
"Choose a layout" -> "Choose A Layout". Add a missing ":"
from "Model" -> "Model:". Remove the dialog separators.
Use HIG widget padding to match the other capplet dialogs.
2005-01-05 Sebastien Bacher <seb128@debian.org>
* gnome-accessibility-keyboard-properties.glade: fixed a typo in the
label-for for the "pixels/second" label (Part of #162368).
2005-01-04 Dennis Cranston <dennis_cranston@yahoo.com>
* gnome-settings-multimedia-keys.c: (execute): use g_spawn_sync()
and g_spawn_async() to define the working directory.
2005-01-04 Shakti Sen <shprasad@novell.com>
* configure.in: Defined PREFIX to <prefix>
bug #153203
2005-01-04 Shakti Sen <shprasad@novell.com>
* theme-thumbnailer.c (main): Added the full path of the theme
so that it will create the thumbnail.
Fixes bug #153203
2005-01-03 Dan Winship <danw@novell.com>
* configure.in: Remove redundant check for ngettext, since
AM_GLIB_GNU_GETTEXT already checks for it (in both libc and
libintl)._
2005-01-03 Dan Winship <danw@novell.com>
* gswitchit_util.c (GSwitchItLogAppender): Cast time_t to long to
match the printf format.
2005-01-03 Sebastien Bacher <seb128@debian.org>
* gnome-theme-installer.c: (install_dialog_response): use a temporary
filename to not overwrite existant files in ~/.themes (Closes: #97180).
2005-01-03 Sebastien Bacher <seb128@debian.org>
* libkbdraw/Makefile.am:
patch from Marco Pesenti Gritti <marco@gnome.org>
to fix the build out of the source dir (Closes: #158333).
2004-12-25 Kjartan Maraas <kmaraas@gnome.org>
* gnome-theme-details.c: Don't include <gtk/gtk.h> twice.
* gnome-theme-installer.c: Same (comes in from -installer.h)
* gnome-theme-manager.c: Same.