Commit graph

145 commits

Author SHA1 Message Date
Bin Li
b754e8f657 Catch yet another new error message from passwd
Also deal with "it is too simplistic/systematic". Closes bug
2010-05-31 21:28:20 +02:00
Bin Li
0c30e68837 Catch "password too recent" error message
Closes bug #620135.
2010-05-31 21:25:56 +02:00
Milan Bouchet-Valat
538670298e [about-me] Don't hang when new and old password are too similar
If new password is really close to the old one, 'passwd' says: "Bad: new password must be different than the old one". Handle this case too, instead of hanging.

https://bugzilla.gnome.org/show_bug.cgi?id=619354
2010-05-22 13:27:08 +02:00
Maxim Ermilov
c2211ffe0b Use accessor functions instead direct access
https://bugzilla.gnome.org/show_bug.cgi?id=597888
2010-04-22 17:38:59 +04:00
Andreas Proschofsky
c13aaa0f63 Use changes-prevent and changes-allow icons from the icon-them instead of
the outdated lock-icons

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=408585
2010-04-16 17:16:45 +02:00
Javier Jardón
6012559536 Use only single GTK+ includes
https://bugzilla.gnome.org/show_bug.cgi?id=615292
2010-04-13 19:21:08 +02:00
Jens Granseuer
945be99300 [about-me] Minor string updates
Closes bug #615283.
2010-04-09 19:10:21 +02:00
Milan Bouchet-Valat
8a31bf892c [about-me] Don't hang when new and old password only differ in case
'passwd' returns an error when the new and the old passwords only differ in case. If we don't handle this (unlikely) case, users-admin hangs. Assimilate this error to "passwords are too similar".
2010-04-04 17:10:40 +02:00
Michal Schmidt
314ab51f6f I noticed that gnome-about-me silently forgets all information I put
into it and on the next run all fields are empty again.

The GTK+ 2.19.2 release notes say:
* Bugs fixed:
  ...
  591085 GtkBuilder object ID bounded to GtkWidget "name" property

Apparently gtk_widget_get_name() was never supposed to return the ID of
the widget, so about_me_focus_out() worked only by mistake until GTK+
fixed the "bug".
2010-03-23 19:28:42 +01:00
Michal Schmidt
41586c16b9 about_me_destroy() frees the whole data structure and it tries to do the
right thing by setting "me = NULL" afterwards, but "me" in this case is
not the global variable, but the local one which shadows it. So the
global "me" remains non-NULL and when later about_me_focus_out() is
called, it cannot know it should return early.

It only makes sense for about_me_destroy() to operate on the global
"me", so there's no point in passing it as a parameter.
2010-03-23 19:28:37 +01:00
Bastien Nocera
768d493a13 [about-me] Fix fingerprint name on 2nd page
We were never changing the enrollment page's label to match
the selected fingerprint.
2010-01-29 16:11:22 +00:00
Milan Bouchet-Valat
4ad6f3e725 [about-me] Fix list of passwd error strings
Need to add "dictionary" to the first list of known errors for the previous commit to change something. Fix indentation of the whole list too.
2010-01-27 14:37:00 +01:00
Milan Bouchet-Valat
51befc4497 [about-me] Fix hangs when 'passwd' outputs unexpected answers
When current password is wrong, passwd outputs on Ubuntu 9.10
passwd: Authentication token manipulation error
This doesn't correspond to what we're expecting. Add "error" to the list of words we look for to avoid waiting forever.

When pam-cracklib is used, using an existing word prompts 'passwd' to output
WEAK PASSWORD: it's based on a dictionary word
Detect "dictionary" too and consider this as meaning "Password is too simple".
2010-01-27 11:52:39 +01:00
Claude Paroz
396b9a7159 [about-me] Add translator comments to 'Home' string
This change is a part of the resolution of bug #605944.
2010-01-04 09:45:36 +01:00
Thomas Wood
b7ce86ecec Automatically create the ChangeLog file from VCS history
Added a dist-hook rule to create the ChangeLog file from the git log.
2009-11-14 15:17:28 +00:00
Bastien Nocera
3ad174d376 Add missing PNG files
The code uses PNG files, but we only shipped SVG ones...
2009-10-26 17:46:04 +00:00
Jens Granseuer
b5c741ee95 [about-me] Fix crash when closing the window using the window button
Make sure the focus-out handler doesn't try to take action after the
application resources have already been destroyed (bug #592348).
2009-10-23 18:35:47 +02:00
William Jon McCann
074ce4b16f Fix distcheck 2009-08-22 17:15:14 -04:00
Bastien Nocera
a250580a6b Port about-me to PolicyKit 1.0
Remove the polkit-gnome dependency. It's unlikely that admins
would require a password for the user to enroll themselves,
and we can't modify other users' fingerprints either.
2009-08-16 17:55:30 +01:00
Matthias Clasen
fb049f9490 Remove old code poking directly into the pwent
Use the glib functions to get the login name and real user name,
instead or some crummy Unix-y code.
2009-08-16 17:55:23 +01:00
Claude Paroz
339738a567 Remove markup from translatable strings in GTKBuilder files. Fixes #99759 2009-08-06 11:53:42 +02:00
Robert Ancell
06a9d218f4 Add missing .ui file for gnome-about-me 2009-07-31 09:09:31 +10:00
Robert Ancell
f12b766e60 Remove all references to Glade
Fix up POTFILES.in for new .ui files
2009-07-31 09:09:31 +10:00
Robert Ancell
872a2f0da7 Remove libglade dependency on gnome-about-me 2009-07-31 09:09:30 +10:00
Jens Granseuer
3e3e8ff02f Fix distribution of about-me icons
Remove unused icons and actually distribute those used (bug #589528)
2009-07-26 12:19:35 +02:00
Thomas Wood
5d882a3bdd Automatically generate .gitignore files with git.mk
Add git.mk and include it in all Makefiles to generate .gitignore files
2009-07-16 00:38:51 +01:00
Rodrigo Moya
2aa0c3ed1b EXTRA_DIST about-me fingerprint icons 2009-07-15 18:40:24 +02:00
Rodrigo Moya
2fc7c6d360 [about-mne] Added missing Makefile.am 2009-07-09 13:23:03 +02:00
Bastien Nocera
af839df16e New icons for fingerprint screen from Michael Langlie <mlanglie@redhat.com> 2009-07-09 13:19:34 +02:00
Vivian Zhang
2983cb25ea [aboutme] initialize GThread subsystem
initialize the GThread subsystem because the thumbnail factory needs
it (bug #583451)
2009-05-21 17:04:14 +02:00
Bastien Nocera
c93e865a5f Fix warning when selecting a finger to enroll in the combo box (Closes:
2009-03-12  Bastien Nocera  <hadess@hadess.net>

	* gnome-about-me-fingerprint.c (finger_combobox_changed):
	Fix warning when selecting a finger to enroll in the combo box
	(Closes: #574974)


svn path=/trunk/; revision=9341
2009-03-12 10:27:17 +00:00
Jens Granseuer
a84019b447 release 2.25.92
2009-03-02  Jens Granseuer  <jensgr@gmx.net>

	* NEWS:
	* configure.in: release 2.25.92

svn path=/trunk/; revision=9304
2009-03-02 21:57:20 +00:00
Thomas Hindoe Paaboel Andersen
279ffeb73a Trivial change of deprecated GtkType to GType. More fixage of bug #572325
svn path=/trunk/; revision=9287
2009-02-23 19:22:31 +00:00
Vincent Untz
950c137ea5 post-release bump to 2.25.91
2009-02-04  Vincent Untz  <vuntz@gnome.org>

	* configure.in: post-release bump to 2.25.91

svn path=/trunk/; revision=9237
2009-02-04 22:30:58 +00:00
Jens Granseuer
2b8b464ef2 fix email addresses being generated by g-a-m always being saved as type
2009-02-01  Jens Granseuer  <jensgr@gmx.net>

	* gnome-about-me.c: (about_me_focus_out): fix email addresses being
	generated by g-a-m always being saved as type "OTHER" which could
	result in addresses being mixed up (bug #570113)

svn path=/trunk/; revision=9232
2009-02-01 19:59:47 +00:00
Jens Granseuer
5e934ab318 fix compiler warnings
2009-02-01  Jens Granseuer  <jensgr@gmx.net>

	* gnome-about-me.c: (about_me_load_photo), (about_me_update_photo),
	(about_me_setup_dialog): fix compiler warnings

svn path=/trunk/; revision=9231
2009-02-01 18:22:54 +00:00
Jens Granseuer
fbc3a151c3 define GNOME_DESKTOP_USE_UNSTABLE_API to fix build
2009-02-01  Jens Granseuer  <jensgr@gmx.net>

	* gnome-about-me.c: define GNOME_DESKTOP_USE_UNSTABLE_API to fix
	build

svn path=/trunk/; revision=9230
2009-02-01 18:15:17 +00:00
Bastien Nocera
a4f0969525 upd 2.25.3
2008-12-18  Bastien Nocera  <hadess@hadess.net>

	* NEWS: upd
	* configure.in: 2.25.3


svn path=/trunk/; revision=9178
2008-12-18 19:30:08 +00:00
Bastien Nocera
fdca72c520 Print "Done!" as a status message when we're done enrolling, add support
2008-12-08  Bastien Nocera  <hadess@hadess.net>

	* gnome-about-me-fingerprint.c (enroll_result),
	(assistant_prepare):
	* gnome-about-me-fingerprint.glade: Print "Done!" as a
	status message when we're done enrolling, add support for
	enrollment stages > 1 (Closes: #562504)


svn path=/trunk/; revision=9165
2008-12-08 19:12:12 +00:00
Bastien Nocera
c205cbbe94 Add title to enrollment window
2008-12-08  Bastien Nocera  <hadess@hadess.net>

	* gnome-about-me-fingerprint.c (enroll_fingerprints):
	Add title to enrollment window


svn path=/trunk/; revision=9164
2008-12-08 18:46:49 +00:00
Rodrigo Moya
89754a6b3a 2.25.2 ready
svn path=/trunk/; revision=9161
2008-12-02 18:00:25 +00:00
Rodrigo Moya
9d2f772bbd add fprintd-marshal.list to EXTRA_DIST.
2008-12-02  Rodrigo Moya <rodrigo@gnome-db.org>

	* Makefile.am: add fprintd-marshal.list to EXTRA_DIST.

svn path=/trunk/; revision=9159
2008-12-02 16:40:19 +00:00
Rodrigo Moya
8640021f19 prepare for 2.25.2 release.
2008-12-02  Rodrigo Moya <rodrigo@gnome-db.org>

	* NEWS:
	* *ChangeLog: prepare for 2.25.2 release.

svn path=/trunk/; revision=9158
2008-12-02 16:37:29 +00:00
Bastien Nocera
64becacf35 Fix fingerprint buttons always being unsensitive with PolicyKit support
2008-11-28  Bastien Nocera  <hadess@hadess.net>

	* gnome-about-me.c (create_fingerprint_button): Fix fingerprint
	buttons always being unsensitive with PolicyKit support


svn path=/trunk/; revision=9154
2008-11-28 12:09:11 +00:00
Bastien Nocera
b83b10d8b1 Optionally check for PolicyKit
2008-11-27  Bastien Nocera  <hadess@hadess.net>

	* configure.in: Optionally check for PolicyKit

2008-11-27  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am:
	* fingerprint-strings.h:
	* fprintd-marshal.list:
	* gnome-about-me-fingerprint.c:
	* gnome-about-me-fingerprint.glade:
	* gnome-about-me-fingerprint.h:
	* gnome-about-me.c (create_fingerprint_button),
	(about_me_load_info), (about_me_fingerprint_button_clicked_cb),
	(about_me_setup_dialog), (main):
	* gnome-about-me.glade: Add support for enrolling fingerprints
	using the fprintd D-Bus service (Closes: #561881)

2008-11-27  Bastien Nocera  <hadess@hadess.net>

	* POTFILES.in: Add new files from the fingerprint
	enrollment support


svn path=/trunk/; revision=9153
2008-11-27 22:09:05 +00:00
Vincent Untz
d35680790c post-release bump to 2.25.2.
2008-11-05  Vincent Untz  <vuntz@gnome.org>

	* configure.in: post-release bump to 2.25.2.

svn path=/trunk/; revision=9134
2008-11-05 14:54:05 +00:00
Søren Sandmann
9961c9d4ad Unlink the .face file instead of calling gnome_config functions.
Fri Oct 24 19:33:12 2008  Søren Sandmann  <sandmann@redhat.com>

	* gnome-about-me.c (about_me_update_photo): Unlink the .face file
	instead of calling gnome_config functions.


svn path=/trunk/; revision=9113
2008-10-24 23:36:14 +00:00
Søren Sandmann Pedersen
3a227fbc66 +Fri Oct 24 19:16:46 2008 Søren Sandmann <sandmann@redhat.com>
+
+	* gnome-about-me.c (main): Remove unused GnomeProgram variable
+
+Fri Oct 24 19:19:46 2008  Søren Sandmann  <sandmann@redhat.com>
+
+	* sound-properties-capplet.c (setup_dialog): Delete code for
+	legacy config options
+	
+Fri Oct 24 19:18:37 2008  Søren Sandmann  <sandmann@redhat.com>
+
+	* capplet-util.c: Include <stdlib.h>
+	* capplet-util.h: Delete COPY_FROM_LEGACY macro
+
+Fri Oct 24 19:16:10 2008  Søren Sandmann  <sandmann@redhat.com>
+
+	* gnome-keyboard-properties.c (main): Remove copying of legacy settings
+


svn path=/trunk/; revision=9112
2008-10-24 23:22:41 +00:00
Søren Sandmann Pedersen
6a34b073f1 +Fri Oct 24 18:31:25 2008 Søren Sandmann <sandmann@redhat.com>
+
+	* main.c (main): Use capplet_init() instead of gnome_program_init()
+
+Fri Oct 24 18:46:11 2008  Søren Sandmann  <sandmann@redhat.com>
+
+	* appearance-main.c: Get rid of gnome includes
+
+Fri Oct 24 18:32:16 2008  Søren Sandmann  <sandmann@redhat.com>
+
+	* appearance-main.c (main): Use capplet_init()
+


svn path=/trunk/; revision=9109
2008-10-24 22:50:58 +00:00
Søren Sandmann
bba36b9e37 Use GnomeDesktopThumbnailFactory instead of GnomeThumbnailFactory
Fri Oct 24 14:44:16 2008  Søren Sandmann  <sandmann@redhat.com>

	* Use GnomeDesktopThumbnailFactory instead of
	GnomeThumbnailFactory


svn path=/trunk/; revision=9093
2008-10-24 18:44:52 +00:00