2008-05-13 Jens Granseuer <jensgr@gmx.net>
Patch by: Laszlo Peter <laca@sun.com>
* gnome-about-me.c: (get_user_login): fix build on Solaris when
_POSIX_PTHREAD_SEMANTICS is defined (bug #532893)
svn path=/trunk/; revision=8702
2008-04-25 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.c: (about_me_load_photo), (about_me_setup_dialog):
properly handle errors when trying to get an icon for the user
svn path=/trunk/; revision=8669
2008-04-25 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.c: (about_me_destroy), (about_me_update_email),
(about_me_commit), (about_me_focus_out), (about_me_setup_email),
(about_me_load_string_field), (about_me_setup_dialog): rebuild email
addresses completely when saving. The email fields are synthetic in
e-d-s which means they might be reshuffled at will so we never know
quite where the address we saved at pos 3 will end up. This should
finally fix problems with the home address not being saved, and
addresses being swapped or the like (bug #317835)
svn path=/trunk/; revision=8668
2008-04-21 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.c: (about_me_commit), (about_me_focus_out),
(about_me_set_address_field), (about_me_setup_dialog): fix a leak
and some random cleanup
svn path=/trunk/; revision=8665
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
2008-02-12 Jens Granseuer <jensgr@gmx.net>
* configure.in: add gio-2.0 to general capplet flags for now; this
part needs cleaning up in the next cycle
2008-02-12 Jens Granseuer <jensgr@gmx.net>
* e-image-chooser.c: (e_image_chooser_class_init),
(image_drag_data_received_cb):
* gnome-about-me.c: (about_me_update_preview): port to gio
svn path=/trunk/; revision=8479
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-08-21 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.c: (about_me_setup_email): fix the last commit to use
proper API to release the VCardAttributes so we don't crash with newer
e-d-s (bug #468848)
svn path=/trunk/; revision=8031
2007-08-21 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.c: honour mail address attributes when setting
up Home and Work addresses
svn path=/trunk/; revision=8026
2007-07-23 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.glade: add a tooltip to the image button to make it
accessible
svn path=/trunk/; revision=7869
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-04-30 Bastien Nocera <hadess@hadess.net>
* gnome-about-me.c: (about_me_update_photo): Use g_file_set_contents
instead of a single fwrite to write the ~/.face image, also set the
default permission to be 0644, even if the umask is more permissive,
otherwise GDM won't show the icon in the chooser (Closes: #433898)
svn path=/trunk/; revision=7523
2007-04-21 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.c: (about_me_setup_dialog): don't print a warning to
the console if the "self" contact does not yet exist (closes bug
#419332). Also fix a small memory leak
svn path=/trunk/; revision=7480
2007-03-19 Jens Granseuer <jensgr@gmx.net>
Based on a patch by: Bastien Nocera <hadess@hadess.net>
* Makefile.am: don't try to build about-me if it's been disabled in
configure and make is run in the subdir (closes bug #408552)
svn path=/trunk/; revision=7399
2007-03-04 Jens Granseuer <jensgr@gmx.net>
Patch by: Andreas Koehler <andi5.py@gmx.net>
* gnome-about-me.glade: use proper shadow type for the address fields
(fixes bug #414061)
svn path=/trunk/; revision=7362
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-25 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* gnome-about-me.c: (about_me_image_clicked_cb): change default dir for
the image chooser to $datadir/pixmaps/faces (same as gdm) and add a
bookmark for ~/Pictures if available (fixes bug #408305)
svn path=/trunk/; revision=7333
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
2007-01-08 Denis Washington <dwashington@gmx.net>
Fixes#393617
* */*.desktop.in.in: use new control center shell categories for
the capplets.
svn path=/trunk/; revision=7112
2007-01-06 Hiroyuki Ikezoe <poincare@ikezoe.net>
Fixes#343584 (patch from Evolution)
* e-image-chooser.c (set_image_from_data): ref the pixbuf we get to
not lose it when we close the loader.
* gnome-about-me.c (about_me_update_photo): ditto.
svn path=/trunk/; revision=7067