2004-03-01 Bastien Nocera <hadess@hadess.net>
* actions/acme-volume-gstreamer.c:
(acme_volume_gstreamer_class_init): initialise GStreamer if we
want to use it ;) (Patch by Christophe Fergeau
<teuf@users.sourceforge.net>) (Closes: #131316)
2004-02-29 Rodney Dawes <dobey@ximian.com>
* gnome-wp-capplet.c (gnome_wp_add_image): Split out real image adding
code into a separate call
(gnome_wp_add_images):
(gnome_wp_file_open_dialog):
(gnome_wp_properties_init): Add support for GtkFileChooser (#135317)
(bg_properties_dragged_image): Fix re-addition of deleted images
* gnome-wp-capplet.h: Store the filesel widget in GnomeWPCapplet
* gnome-wp-item.c: Fix warning about gnome_vfs_mime_get_description
Fixes#135317
2004-02-29 Bastien Nocera <hadess@hadess.net>
* actions/acme-volume-alsa.c: (acme_volume_alsa_get_volume),
(acme_volume_alsa_set_volume): better ALSA volume steps, using
rounding up rather than normal float to int casting
(Closes: #124741)
2004-02-28 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* ChangeLog po/ChangeLog po/es.po: Updated Spanish translation
* help/es/*: Added Spanish translation (will complete in the
following days)
2004-02-25 Bastien Nocera <hadess@hadess.net>
* configure.in: check for GStreamer, make it possible to disable
ALSA support even if the libraries are there
2004-02-25 Bastien Nocera <hadess@hadess.net>
* actions/Makefile.am:
* actions/acme-volume-gstreamer.[ch]:
* actions/acme-volume.c: (acme_volume_class_init),
(acme_volume_new): add GStreamer mixer support
2004-02-24 Rodney Dawes <dobey@ximian.com>
* gnome-wp-xml.c (gnome_wp_oad_legacy): Check that the file exists,
and continue through the loop if it doesn't (#135251)
Fixes#135251
2004-02-24 Rodney Dawes <dobey@ximian.com>
* gnome-wp-item.c (gnome_wp_item_get_thumbnail): Add some explanatory
comments to bits of the code
Fix the ratio calculation to handle images of all sizes (#134541)
Don't force tiling of square images
Don't do _save_thumbnail () for the custom thumbnails
If pixbuf is NULL, copy away bgpixbuf and return that instead
* gnome-wp-utils.c (gnome_wp_tile_pixbuf):
(gnome_wp_center_pixbuf): Return copied pixbufs
Fixes#134541
into the widget directly.
2004-02-07 Dennis Cranston <dennis_cranston at yahoo com>
* capplets/display/main.c: (create_dialog): Fix alignment of Options
category. (#133715).
2004-02-19 Kaushal Kumar <kaushal.kumar@wipro.com>
* file-types-capplet.c (remove_cb): Added warning dialog to prompt
the user before an entry is deleted permanently. (Release team's
approval taken regarding the string addition).
Fix bug #109091.