Commit graph

74 commits

Author SHA1 Message Date
Vincent Untz
5e14bcf311 post-release bump to 2.23.3
2008-05-17  Vincent Untz  <vuntz@gnome.org>

	* configure.in: post-release bump to 2.23.3

svn path=/trunk/; revision=8716
2008-05-17 16:56:46 +00:00
Jens Granseuer
e0e32e8c5e Patch by: Laszlo Peter <laca@sun.com>
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-05-13 19:28:40 +00:00
Jens Granseuer
a854fc712c Patch by: Ben LeMasurier <ben.lemasurier@gmail.com>
2008-05-08  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Ben LeMasurier <ben.lemasurier@gmail.com>

	* e-image-chooser.c: (e_image_chooser_init), (set_image_from_data),
	(image_drag_motion_cb), (image_drag_drop_cb): fix scaling the image
	on the user photo button (bug #309629)

svn path=/trunk/; revision=8697
2008-05-08 19:01:51 +00:00
Jens Granseuer
0a4cc0bd08 properly handle errors when trying to get an icon for the user
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 17:48:11 +00:00
Jens Granseuer
3dc2d8f34c rebuild email addresses completely when saving. The email fields are
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-25 17:42:55 +00:00
Jens Granseuer
71ff159486 fix a leak and some random cleanup
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-21 18:22:17 +00:00
Jens Granseuer
3e446a1955 launch the error dialog with the proper parent so it actually becomes
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-04-13 16:08:48 +00:00
Jens Granseuer
3076088efb fix misspelling of "palindrome" that would make us wait forever when that
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-28 21:58:31 +00:00
Jens Granseuer
e0fe411a3e fix widget tab order (bug #339936)
2008-02-25  Jens Granseuer  <jensgr@gmx.net>

	* gnome-about-me.c: (about_me_setup_dialog):
	* gnome-about-me.glade: fix widget tab order (bug #339936)

svn path=/trunk/; revision=8524
2008-02-25 22:57:28 +00:00
Jens Granseuer
849371cf5e don't distribute the .desktop.in file
2008-02-16  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am: don't distribute the .desktop.in file

svn path=/trunk/; revision=8491
2008-02-16 11:32:14 +00:00
Jens Granseuer
cd713c7337 add gio-2.0 to general capplet flags for now; this part needs cleaning up
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
2008-02-12 22:13:32 +00:00
Jens Granseuer
adafe1ade1 add a translation hint
2007-12-06  Jens Granseuer  <jensgr@gmx.net>

	* gnome-about-me-password.c: (passdlg_spawn_passwd): add a translation
	hint

svn path=/trunk/; revision=8315
2007-12-06 21:48:36 +00:00
Jens Granseuer
a94bd1c8b1 don't mark empty and padding strings for translation (bug #502087)
2007-12-06  Jens Granseuer  <jensgr@gmx.net>

	* gnome-about-me.glade: don't mark empty and padding strings for
	translation (bug #502087)

2007-12-06  Jens Granseuer  <jensgr@gmx.net>

	* gnome-accessibility-keyboard-properties.glade: don't mark padding
	string for translation (bug #502087)

2007-12-06  Jens Granseuer  <jensgr@gmx.net>

	* data/appearance.glade: don't mark padding strings for translation
	and add translation comments for the pixel order strings (bug #502087)

2007-12-06  Jens Granseuer  <jensgr@gmx.net>

	* gnome-keyboard-properties.glade: don't mark padding strings and stock
	items for translation (bug #502087)

2007-12-06  Jens Granseuer  <jensgr@gmx.net>

	* gnome-mouse-properties.glade: don't mark padding string as
	translatable (bug #502087)

2007-12-06  Jens Granseuer  <jensgr@gmx.net>

	* gnome-window-properties.c: (reload_mouse_modifiers): add a comment
	for translators (bug #502087)

2007-12-06  Jens Granseuer  <jensgr@gmx.net>

	* apply-font.glade: don't mark padding string as translatable (bug
	#502087)

svn path=/trunk/; revision=8312
2007-12-06 21:02:54 +00:00
Jens Granseuer
d67728a62a Patch by: Matthias Clasen <mclasen@redhat.com>
2007-11-24  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Matthias Clasen <mclasen@redhat.com>

	* gnome-about-me.glade: remove non-functional Help button (bug #497803)

svn path=/trunk/; revision=8296
2007-11-24 14:22:13 +00:00
Jens Granseuer
951971ee54 don't get confused when the user does not have a password set and passwd
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-10 15:34:37 +00:00
Jens Granseuer
ee4bb34379 add another string to the list of recognized error returns from passwd
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-11-03 15:10:53 +00:00
Jens Granseuer
47d57ac310 fix the last commit to use proper API to release the VCardAttributes so we
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 17:25:50 +00:00
Jens Granseuer
7aa4e96a78 honour mail address attributes when setting up Home and Work addresses
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-08-21 10:36:05 +00:00
Jens Granseuer
3c5a53064b use g_get_user_special_dir() instead of hardcoding ~/Pictures
2007-07-31  Jens Granseuer  <jensgr@gmx.net>

	* gnome-about-me.c: (about_me_image_clicked_cb): use
	g_get_user_special_dir() instead of hardcoding ~/Pictures

svn path=/trunk/; revision=7942
2007-07-31 21:22:38 +00:00
Jens Granseuer
88b4dcb0e3 add a tooltip to the image button to make it accessible
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-07-23 19:02:27 +00:00
Guilherme de S. Pastore
939f2781ad fix a small typo ("wether" -> "whether") in the comments.
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-06-23 17:14:12 +00:00
Bastien Nocera
06ef162d4f Use g_file_set_contents instead of a single fwrite to write the ~/.face
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-30 17:14:47 +00:00
Rodrigo Moya
641ff9cf45 renamed Bugzilla product.
2007-04-27  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnome-about-me.desktop.in.in: renamed Bugzilla product.

svn path=/trunk/; revision=7498
2007-04-27 10:04:07 +00:00
Jens Granseuer
edafff81d6 don't print a warning to the console if the "self" contact does not yet
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-04-21 19:03:59 +00:00
Jens Granseuer
214b8cbcef Patch by: Kristof Vansant <de_lupus@pandora.be>
2007-04-08  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Kristof Vansant <de_lupus@pandora.be>

	* gnome-about-me.c: (about_me_image_clicked_cb): add image filter to
	file chooser (closes bug #424958)

svn path=/trunk/; revision=7449
2007-04-08 12:33:50 +00:00
Jens Granseuer
29478049dd Based on a patch by: Bastien Nocera <hadess@hadess.net>
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-19 18:28:38 +00:00
Jens Granseuer
5a8978b069 Patch by: Andreas Koehler <andi5.py@gmx.net>
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-03-04 21:07:52 +00:00
Jens Granseuer
df30efc30f another attempt at fixing bug #411697. The previous commit fell a bit
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-27 19:56:12 +00:00
Jens Granseuer
9ff02af06c prevent the child watcher from accessing already released memory after the
2007-02-26  Jens Granseuer  <jensgr@gmx.net>

	* gnome-about-me-password.c: (stop_passwd), (child_watch_remove),
	(free_passwd_resources): prevent the child watcher from accessing
	already released memory after the dialog has been closed (should fix
	bug #411697)

	* gnome-about-me-password.c: (gnome_about_me_password): unref dialog
	when we're done

	* gnome-about-me.c: (about_me_setup_dialog): remove redundant warning

svn path=/trunk/; revision=7338
2007-02-26 17:05:09 +00:00
Jens Granseuer
f85d110b1f Patch by: Diego Escalante Urrelo <diego@aureal.com.pe>
2007-02-25  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Diego Escalante Urrelo <diego@aureal.com.pe>

	* e-image-chooser.c: (set_image_from_data): don't use a composite
	pixbuf, avoiding some unnecessary clipping (fixes bug #380315)

svn path=/trunk/; revision=7335
2007-02-25 12:20:31 +00:00
Jens Granseuer
67d5239993 change default dir for the image chooser to $datadir/pixmaps/faces (same
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-25 10:07:28 +00:00
Jens Granseuer
b78551cf4c fix possible crash
2007-02-11  Jens Granseuer  <jensgr@gmx.net>

	* gnome-about-me.c: (about_me_focus_out): fix possible crash

svn path=/trunk/; revision=7279
2007-02-11 11:15:46 +00:00
Jens Granseuer
c6267e8a0b fix various memory leaks
2007-02-07  Jens Granseuer  <jensgr@gmx.net>

	* gnome-about-me.c: (about_me_destroy),
	(about_me_button_clicked_cb), (about_me_setup_dialog), (main): fix
	various memory leaks

svn path=/trunk/; revision=7258
2007-02-07 21:41:41 +00:00
Jens Granseuer
a8497f4c62 fix build in general, with gcc 2 in particular, and also get rid of a few
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-02-07 20:46:34 +00:00
Rodrigo Moya
86a899ac9b Fixes #376079
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-22 10:02:52 +00:00
Rodrigo Moya
49d96fa08c Fixes #356076
2007-01-08  Rodrigo Moya <rodrigo@gnome-db.org>

	Fixes #356076

	Patch by Brian Cameron <brian.cameron@sun.com>

	* gnome-about-me.c (about_me_update_photo): fixed compilation on Solaris.

svn path=/trunk/; revision=7105
2007-01-08 19:48:13 +00:00
Hiroyuki Ikezoe
7455e6042d Fixes #343584 (patch from Evolution)
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
2007-01-06 21:28:35 +00:00
Matt Keenan
83c92004ca Fixes #349079
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.
2006-09-15 11:14:30 +00:00
Sebastien Bacher
4b54253c4a fix build with the new libebook API (Closes: #348821) 2006-08-06 22:45:09 +00:00
Sebastien Bacher
88e52ddfad don't use the Application category for the .desktops, use the HardwareSettings
one for some, patch by Vincent Fretin <vincent.fretin@gmail.com>
(Closes: #344321)
2006-07-23 10:52:01 +00:00
Rodrigo Moya
b4ec279384 Fixes #344468
2006-06-11  Rodrigo Moya <rodrigo@novell.com>

	Fixes #344468

	* gnome-about-me-password.c: removed redundant headers.
2006-06-11 09:02:30 +00:00
Sebastien Bacher
3e43e8e477 fix label alignment (Closes: #343056)
2006-05-26  Sebastien Bacher  <seb128@debian.org>

	* gnome-about-me.glade: fix label alignment (Closes: #343056)
2006-05-26 20:00:08 +00:00
Rodrigo Moya
db8a8d4b8c Fixes #324971
2006-05-26  Rodrigo Moya <rodrigo@novell.com>

	Fixes #324971

	* gnome-about-me-password.c (passdlg_spawn_passwd): fixed typo.
2006-05-26 11:30:08 +00:00
Diego Gonzalez
0eb8e8b5d6 fix crash 317315.
2006-01-21  Diego Gonzalez   <diego@pemas.net>

	* gnome-about-me.c (about_me_foucs_out): fix crash 317315.

2006-01-21  Diego Gonzalez   <diego@pemas.net>

	* 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.
2006-01-21 16:59:38 +00:00
Matthias Clasen
e14b704369 Add a preview to the filechooser used for selecting an image, using a
2005-11-21  Matthias Clasen  <mclasen@redhat.com>

	* gnome-about-me.c: Add a preview to the filechooser used for
	selecting an image, using a GnomeThumbnailFactory.
2005-11-22 04:46:43 +00:00
Diego González
27c8a5ed16 Revert patch of the previous patch as it modified the UI 2005-08-16 12:10:15 +00:00
Francisco Javier F. Serrador
a9b538de77 Fixed a typo.
2005-08-14  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* gnome-about-me-password.c: Fixed a typo.
2005-08-14 21:13:54 +00:00
Diego Gonzalez
52915655ee fix the rest of bug 312092 which was caused when the old and new passwords
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-08 01:28:40 +00:00
Diego Gonzalez
c1446b213a handle protocol errors from EDS.
2005-08-06  Diego Gonzalez <diego@pemas.net>

        * 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 17:22:29 +00:00
Diego Gonzalez
2abc3de4e1 change signature and handle error conditions from passwd.
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 16:29:26 +00:00