[Gpa-commits]gpa/src (14 files)

cvs user mcoca cvs@cvs.gnupg.org
Fri, 25 Jul 2003 19:48:14 +0200


    Date: Friday, July 25, 2003 @ 19:48:14
  Author: mcoca
    Path: /cvs/gpa/gpa/src

   Added: gpakeydeleteop.c gpakeydeleteop.h gpakeyop.c gpakeyop.h
Modified: ChangeLog Makefile.am gpafiledecryptop.c gpafileencryptop.c
          gpafilesignop.c gpafileverifyop.c gpaoperation.h keylist.c
          keylist.h keyring.c

2003-07-25  Miguel Coca  <mcoca@gnu.org>

	* gpakeydeleteop.c, gpakeydeleteop.h, gpakeyop.c, gpakeyop.h: New.

	* Makefile.am (gpa_SOURCES): Add gpakeyop.{c,h} and
	gpakeydeleteop.{c,h}.

	* keyring.c (gpa_keyring_editor_changed_wot_cb): New.
	(register_operation): New.
	(keyring_editor_delete): Use the GpaKeyDeleteOperation.

	* keylist.h, keylist.c (gpa_keylist_init, gpa_keylist_start_reload) 
	(gpa_keylist_next): Display a warning while the trustdb rebuilds.

	* gpafileverifyop.c (gpa_file_verify_operation_done_error_cb): Remove
	obsolete comment.
	* gpafilesignop.c (gpa_file_sign_operation_done_error_cb): Likewise.
	* gpafiledecryptop.c (gpa_file_decrypt_operation_done_error_cb): 
	Likewise.
	* gpafileencryptop.c (gpa_file_encrypt_operation_done_error_cb):
	Likewise.

	* keyring.c (keyring_editor_selection_changed): Run update_widgets
	after loading the new current key,


--------------------+
 ChangeLog          |   25 ++++++
 Makefile.am        |    2 
 gpafiledecryptop.c |    1 
 gpafileencryptop.c |    1 
 gpafilesignop.c    |    1 
 gpafileverifyop.c  |    1 
 gpakeydeleteop.c   |  212 +++++++++++++++++++++++++++++++++++++++++++++++++++
 gpakeydeleteop.h   |   58 +++++++++++++
 gpakeyop.c         |  206 +++++++++++++++++++++++++++++++++++++++++++++++++
 gpakeyop.h         |   69 ++++++++++++++++
 gpaoperation.h     |    2 
 keylist.c          |   22 +++++
 keylist.h          |    2 
 keyring.c          |   53 ++++++------
 14 files changed, 626 insertions(+), 29 deletions(-)