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

cvs user mcoca cvs@cvs.gnupg.org
Mon, 18 Aug 2003 17:17:28 +0200


    Date: Monday, August 18, 2003 @ 17:17:28
  Author: mcoca
    Path: /cvs/gpa/gpa/src

Modified: ChangeLog gpafileverifyop.c gpafileverifyop.h verifydlg.c
          verifydlg.h

2003-08-18  Miguel Coca  <mcoca@gnu.org>

	* gpafileverifyop.c (gpa_file_verify_operation_init) 
	(gpa_file_verify_operation_start) 
	(gpa_file_verify_operation_done_cb): Add a field to the operation
	to hold the name of the signed file for dettached signatures, and
	use it.

	* verifydlg.c (gpa_file_verify_dialog_finalize) 
	(gpa_file_verify_dialog_constructor): Add a GpaContext to the dialog,
	to retrieve signature keys.
	(fill_sig_model): Replace deprecated gpgme calls.
	(signature_list, verify_file_page): Pass along the signatures. List
	the verified files for dettached signatures.

	* verifydlg.h, verifydlg.c (gpa_file_verify_dialog_add_file): Remove
	context parameter, add the signatures themselvers, and the name of
	the signed file for dettached signatures.


-------------------+
 ChangeLog         |   19 +++++++++++++++++++
 gpafileverifyop.c |   18 +++++++++++++-----
 gpafileverifyop.h |    1 +
 verifydlg.c       |   51 ++++++++++++++++++++++++++++++++-------------------
 verifydlg.h       |    5 ++++-
 5 files changed, 69 insertions(+), 25 deletions(-)