[Gpa-commits]mcoca committed to gpa/src

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Sun, 18 Aug 2002 18:12:38 +0200


Date:	Sunday August 18, 2002 @ 18:12
Author:	mcoca

Update of /cvs/gpa/gpa/src
In directory trithemius:/tmp/cvs-serv9747

Modified Files:
	ownertrustdlg.h ownertrustdlg.c keysmenu.h keysmenu.c 
	keyring.c keylist.c keygendlg.h keygendlg.c keyeditdlg.h 
	keyeditdlg.c gpgmetools.h gpgmetools.c gpawidgets.c 
	gpapastrings.h gpapastrings.c gpa.c expirydlg.h expirydlg.c 
	ChangeLog 
Log Message:
The key edit dialog no longer segfaults, although it doesn't actually do
anything yet.

* expirydlg.c (GPAExpiryDialog, gpa_expiry_dialog_run): Port to gpgme.
(expiry_ok): Don't ask for the passphrase here. That's gpgme's job.

* keyeditdlg.c (key_edit_change_expiry): Port to gpgme.

* keysmenu.c (gpa_tableKey_new): Port to gpgme.

* ownertrustdlg.c (GPAOwnertrustDialog, ownertrust_ok) 
(gpa_ownertrust_run_dialog): Port to gpgme.

* gpgmetools.c (gpa_gpgme_edit_ownertrust)
(gpa_gpgme_edit_expiry): New (empty) functions.

* keyeditdlg.c (key_edit_change_trust): Change to use gpgme.

* gpa.c (main): Set the passphrase callback.

* gpgmetools.c, gpgmetools.h (gpa_passphrase_cb): New function.

* keylist.c (get_expirydate_value): Use new gpa_*_date_string
functions.
* keyring.c (keyring_details_page_fill_key): Likewise.
* keyeditdlg.c (key_edit_change_expiry): Likewise.
* gpawidgets.c (gpa_expiry_frame_new, gpa_expiry_frame_at): Likewise.

* gpapastrings.c (gpa_expiry_date_string): Change to receive the
expiration time instead of a GDate.
(gpa_creation_date_string): Likewise.

* keyeditdlg.c: Rename all key_id variables as fpr, since now they
represent the key's fingerprint.
(gpa_key_edit_dialog_run): Port to GPGME.

File: ownertrustdlg.h  	Status: Up-to-date
File: ownertrustdlg.c  	Status: Up-to-date
File: keysmenu.h       	Status: Up-to-date
File: keysmenu.c       	Status: Up-to-date
File: keyring.c        	Status: Up-to-date
File: keylist.c        	Status: Up-to-date
File: keygendlg.h      	Status: Up-to-date
File: keygendlg.c      	Status: Up-to-date
File: keyeditdlg.h     	Status: Up-to-date
File: keyeditdlg.c     	Status: Up-to-date
File: gpgmetools.h     	Status: Up-to-date
File: gpgmetools.c     	Status: Up-to-date
File: gpawidgets.c     	Status: Up-to-date
File: gpapastrings.h   	Status: Up-to-date
File: gpapastrings.c   	Status: Up-to-date
File: gpa.c            	Status: Up-to-date
File: expirydlg.h      	Status: Up-to-date
File: expirydlg.c      	Status: Up-to-date
File: ChangeLog        	Status: Up-to-date