2005-07-16 Diego Gonzalez <diego@pemas.net>
* gnome-about-me.c (about_me_image_clicked_cb): change the order
of the buttons to match the HIG.
Patch by Denis Cranston. Fixes bug 309632.
2005-07-12 Dennis Cranston <dennis_cranston at yahoo com>
* gnome-about-me-password.c (passdlg_check_password_timeout_cb):
Set a default message. Use g_strconcat() instead of g_strdup()
and mark strings for translation; (gnome_about_me_password):
Set the window icon.
* gnome-about-me.glade: Rearrange the change password dialog.
Relabel the ok button to 'Change Password'.
Closes bug 310307
2005-07-16 Diego Gonzalez <diego@pemas.net>
* Makefile.am: Don't build e-util-marshal, as we can use
the glib marshallers.
* e-image-chooser.c: (e_image_chooser_class_init): Use standard
glib marshallers.
* gnome-about-me.c: (about_me_focus_out),
(about_me_get_address_field), (about_me_setup_dialog): Add some
error checking.
Patch by James Bowes.
2005-07-14 Rodney Dawes <dobey@novell.com>
* gnome-wp-xml.c (gnome_wp_xml_load_xml): If xmlParseFile returns
NULL, then just return, rather than trying to parse the document
Fixes#310041
2005-07-13 Rodney Dawes <dobey@novell.com>
* gnome-wp-info.c (gnome_wp_info_new): Pass the md5sum to the call
to g_strconcat to create the path to the thumbnail file
Fixes#310293
2005-07-13 Diego Gonzalez <diego@pemas.net>
* gnome-about-me.c (about_me_update_photo): change the maxium width
and height permitted on an image, in the hope that it mitigates
the problem reported in bug 309643.
2005-07-13 Diego Gonzalez <diego@pemas.net>
* e-image-chooser.c (image_drag_data_received_cb): fix image loading
when draging an image on the image button, it was getting hanged.
(e_image_chooser_init): fix the positioning of the image on the button,
still not perfect but a bit better.
Also included in this patch are several cleanups to the code.
Fixes bug 309628 and partially bugs 309629 and 309387
* gnome-about-me.c (about_me_setup_dialog): connect to the changed
signal on the image-chooser, so that we are notified when the
user changes the image using DnD.
(about_me_image_changed_cb): new function, it is called whenever
the user changes the image using D&D.
Mark two strings for translation.
2005-07-13 Diego Gonzalez <diego@pemas.net>
* gnome-about-me.c (about_me_button_clicked_cb): if
the saving timeout has not yet expired and we click
exit then commit the changes so that we don't loose
any data.
Fixes bug 309737.
2005-07-11 Diego Gonzalez <diego@pemas.net>
* e-image-chooser.c: remove gdk_pixbuf_unref calls which are
deprecated and use g_object_unref instead
2005-07-11 Diego Gonzalez <diego@pemas.net>
* gnome-about-me-password.c: fix some string errors
Fixes bug 309951 and bug 309950
2005-07-10 Dennis Cranston <dennis_cranston at yahoo com>
* gnome-about-me.glade: HIG fixes; fix widget padding,
use sentence capitalization for text field labels, fix
mnemonic conflics, and remove mnemonics from tab labels.
Also fixes bug 309952
2005-07-11 Rodney Dawes <dobey@novell.com>
* capplet-util.c (capplet_set_icon): Remove the unref call on the
GtkIconTheme object to avoid crashing
Fixes#310037
2005-07-10 Rodney Dawes <dobey@novell.com>
* capplet-util.c (capplet_set_icon): Update to use the GtkIconTheme
API instead of the deprecated GnomeIconTheme API
Based on patch from Jan de Groot
Fixes#171679
2005-07-10 Rodney Dawes <dobey@novell.com>
* gnome-wp-capplet.[ch]:
(gnome_wp_icon_theme_changed):
(wallpaper_properties_init):
Update to use GtkIconTheme rather than GnomeIconTheme
Based on patch from Jan de Groot
Fixes#171677
2005-07-10 Rodney Dawes <dobey@novell.com>
* gnome-wp-info.c (gnome_wp_info_new): Fix some memory leaks by using
a separate variable to store the escaped path, and md5sum
* gnome-wp-item.c (gnome_wp_item_get_thumbnail): Fix a couple of
memory leaks by using a separate variable to store the escaped path
Don't unref the pixbuf from the thumbnail generation, and then try
to load it again after saving