2006-01-21 Diego Gonzalez * gnome-about-me.c (about_me_foucs_out): fix crash 317315. 2006-01-21 Diego Gonzalez * 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. 2005-11-21 Matthias Clasen * gnome-about-me.c: Add a preview to the filechooser used for selecting an image, using a GnomeThumbnailFactory. 2005-08-16 Diego Gonzalez * gnome-about-me.glade: revert the part of the previous patch that modified the UI, as we are in UI freeze. 2005-08-15 Olaf Heiring * gnome-about-me-password.c (read_everything): use integer to avoid comparison being always true due to limited range. 2005-08-15 Diego Gonzalez * gnome-about-me-password.c (update_password): use "wrapped" instead of "one" to handler the case where the passwd command finds the password wrapped. Use a long delay period. Patch by Jaap Hatsima. 2005-08-14 Francisco Javier F. Serrador * gnome-about-me-password.c (update_password): Replace "passwod is to simple" with "Password is too simple". 2005-08-07 Diego Gonzalez * gnome-about-me-password.c (update_password): fix the rest of bug 312092 which was caused when the old and new passwords were the same. 2005-08-06 Diego Gonzalez * gnome-about-me.c (about_me_setup_dialog): handle protocol errors from EDS. This make the capplet not crash and fixes bug 312450, but the real problem is on EDS, not here. 2005-08-06 Diego Gonzalez * gnome-about-me-password.c (update_password): change signature and handle error conditions from passwd. (passdlg_process_response): adapt to changes in update_password to show the error strings returned. Fixes bug 312092. 2005-08-06 Diego Gonzalez * gnome-about-me-password.c (gnome_about_me_password): avoid using gtk_main and use gtk_dialog_run instead. (passdlg_button_clicked_cb): rename to passdlg_process_response (spawn_passwd): return a value, so that we can see if we need to exit without using gtk_main_quit (wait_child) avoid use of gtk_main_quit. More work is required on this case, but for now it will be enough. Fixes bugs 312580 and 309736. 2005-07-16 Diego Gonzaler * 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 * 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 * 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-13 Sebastien Bacher * .cvsignore: new file. 2005-07-13 Diego Gonzalez * 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 * 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 * 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-12 Diego Gonzalez * gnome-about-me.png: this file is no longer used. 2005-07-11 Diego Gonzalez * e-image-chooser.c: remove gdk_pixbuf_unref calls which are deprecated and use g_object_unref instead 2005-07-11 Diego Gonzalez * gnome-about-me-password.c: fix some string errors Fixes bug 309951 and bug 309950 2005-07-10 Dennis Cranston * 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-08 Sebastien Bacher * gnome-about-me.desktop.in: this file is not useful on the CVS. 2005-07-07 Sebastien Bacher * gnome-about-me-password.c: (wait_child): fixed some typo, Clytie Siddall (Closes: #302614). 2005-07-05 Diego Gonzalez * gnome-about-me.c (about_me_update_photo): Improve the behaviour of the capplet when using large images (scale the image down to a resonable size before storing it in EDS). * e-image-chooser.c: remove debug output 2005-07-05 Diego Gonzalez Patch by Jaap A. Haitsma * gnome-about-me.c: Remove use of bonobo, we don't need it. * gnome-about-me.c: Reorder some of the code and simplify file chooser, also avoid having more than on instance of the file chooser dialog opened. * gnome-about-me.glade: remove some garbage that was left * gnome-about-me.desktop.in.in: set the correct bugzilla component and icon. * Makefile.am: fix so that the custom dialog works in glade (bug 309353) * Set dialog icon (bug 309342) 2005-07-05 Sebastien Bacher * Makefile.am: fix the list of desktop files for the tarball. * gnome-about-me.desktop.in.in: fix the component. 2005-07-05 Sebastien Bacher * Makefile.am: clean the desktop file. 2005-07-05 Sebastien Bacher * Makefile.am: fix the list of source files. 2005-06-23 Diego Gonzalez * gnome-about-me-password.c (gnome_about_me_password): Fix another crasher 2005-06-22 Diego Gonzalez * Makefile.am: remove cracklib * gnome-about-me-password.c (passdlg_check_password_timeout_cb): remove dependencies on cracklib * cracklib/*: remove it 2005-06-21 Diego Gonzalez * gnome-about-me.c: Improve some error messages about_me_error: new function * (about_me_load_info): Avoid crashing when switching to the Address tab * (about_me_commit): generate a good file_as field, code taken from evolution 2005-06-15 Diego Gonzalez * gnome-about-me.glade: Change the look of the "change Password" dialog. * gnome-about-me-password.c: Change completely the inner workings and add a way to meausure the quality of the password. * cracklib/*: code from cracklib2 to check the quality of the password. Several other changes... 2005-05-16 Olav Vitters * gnome-about-me.glade: Remove garbage text. Patch by Benjamin LeMasurier. Fixes bug #162492. 2005-04-01 Diego Gonzalez * gnome-about-me.c: fix the case where the self uid is wrong and the edition when the self contact is created for the first time. 2005-03-29 Diego Gonzalez * Makefile.am: fix tabs 2005-02-09 Sebastien Bacher * Makefile.am: build e-util-marshal.c. 2004-12-23 Sebastien Bacher * gnome-about-me.glade: fixed a typo (Closes: #162094).