[Gpa-commits]mcoca committed to gpa/src

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Sat, 07 Dec 2002 15:42:32 +0100


Date:	Saturday December 7, 2002 @ 15:42
Author:	mcoca

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

Modified Files:
	ChangeLog gpgmetools.c gpgmetools.h keyring.c siglist.c 
	siglist.h 
Log Message:
Key signatures, at last!

* keyring.c (signatures_uid_selected): New.
(keyring_details_notebook): Add the User ID popdown menu.
(keyring_signatures_page_fill_key): Rewrite to use the new siglist.
(keyring_signatures_page_empty): Clear the UID menu too.
(idle_update_details): Use new prototype of signatures_page_fill_key.
(keyring_editor_new): Increase default window size, leave more space
for the details notebook.

* siglist.h, siglist.c (gpa_siglist_new)
(gpa_siglist_set_signatures): Completely new signature list, for key
signatures only.

* gpgmetools.c (string_to_utf8): New.
(gpa_gpgme_key_get_userid): Use string_to_utf8.

* gpgmetools.h, gpgmetools.c (gpa_gpgme_key_sig_get_userid)
(gpa_gpgme_key_sig_get_short_keyid) 
(gpa_gpgme_key_sig_get_sig_status): New.

File: ChangeLog        	Status: Up-to-date
File: gpgmetools.c     	Status: Up-to-date
File: gpgmetools.h     	Status: Up-to-date
File: keyring.c        	Status: Up-to-date
File: siglist.c        	Status: Up-to-date
File: siglist.h        	Status: Up-to-date