2008-04-13 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me-password.c: (passdlg_error_dialog),
(passdlg_spawn_passwd), (passdlg_authenticate): launch the error
dialog with the proper parent so it actually becomes possible to
dismiss it. Also use GtkMessageDialog instead of eel, and reset the
busy cursor when launching passwd fails.
svn path=/trunk/; revision=8648
2008-02-28 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me-password.c: (io_watch_stdout): fix misspelling of
"palindrome" that would make us wait forever when that case occurred
(bug #519398)
svn path=/trunk/; revision=8534
2007-11-10 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me-password.c: (authenticated_user),
(io_watch_stdout): don't get confused when the user does not have a
password set and passwd immediately asks for the new one. This resulted
in an endless loop up to now (bug #336872)
svn path=/trunk/; revision=8265
2007-11-03 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me-password.c: (io_watch_stdout): add another string to
the list of recognized error returns from passwd ("must choose a longer
password")
svn path=/trunk/; revision=8256
2007-06-23 Guilherme de S. Pastore <gpastore@gnome.org>
* gnome-about-me-password.c: fix a small typo ("wether" -> "whether")
in the comments.
svn path=/trunk/; revision=7766
2007-02-27 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me-password.c: (stop_passwd),
(free_passwd_resources), (passdlg_process_response): another attempt
at fixing bug #411697. The previous commit fell a bit short
svn path=/trunk/; revision=7343
2007-02-07 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* gnome-about-me-password.c: (passdlg_set_auth_state),
(passdlg_validate_passwords):
* gnome-about-me.c: (about_me_load_string_field),
(about_me_setup_dialog): fix build in general, with gcc 2 in particular,
and also get rid of a few warnings
svn path=/trunk/; revision=7257
2007-01-22 Rodrigo Moya <rodrigo@gnome-db.org>
Fixes#376079
Patch by Francisco Javier F. Serrador <serrador@openshine.com>
* gnome-about-me-password.c (passdlg_spawn_passwd): make translatable
strings more generic.
svn path=/trunk/; revision=7164
2006-09-15 Matt Keenan <matt.keenan@sun.com>
Fixes#349079
* gnome-about-me-password.c (spawn_passwd): don't use stdin, stdout
and stderr as variable names. Fixes compilation issue on Sun Studio
compiler.
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().
2005-08-15 Olaf Heiring <olh@suse.de>
* gnome-about-me-password.c (read_everything): use integer to avoid
comparison being always true due to limited range.
2005-08-15 Diego Gonzalez <diego@pemas.net>
* 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-07 Diego Gonzalez <diego@pemas.net>
* 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 <diego@pemas.net>
* 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 <diego@pemas.net>
* 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-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-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-06-22 Diego Gonzalez <diego@pemas.net>
* 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 <diego@pemas.net>
* 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