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

cvs user mcoca cvs@cvs.gnupg.org
Tue, 29 Jul 2003 12:45:41 +0200


    Date: Tuesday, July 29, 2003 @ 12:45:41
  Author: mcoca
    Path: /cvs/gpa/gpa/src

   Added: gpakeytrustop.c gpakeytrustop.h
Modified: ChangeLog Makefile.am gpakeysignop.h gpgmeedit.c gpgmeedit.h
          keyring.c ownertrustdlg.c ownertrustdlg.h

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

	* Makefile.am (gpa_SOURCES): Add gpakeytrustop.{c,h}.

	* gpakeytrustop.h, gpakeytrustop.c: New.

	* gpakeysignop.h: Remove unneeded include.

	* keyring.c (keyring_editor_delete, keyring_editor_sign): Fix warnings.
	(keyring_editor_trust): Use the GpaKeyTrustOperation.

	* ownertrustdlg.h, ownertrustdlg.c (gpa_ownertrust_run_dialog): Return
	the selected trust in an argument. Don't edit the key from this
	function.

	* gpgmeedit.h, gpgmeedit.c (gpa_gpgme_edit_trust_parms_new) 
	(gpa_gpgme_edit_trust_parms_release): New.
	(gpa_gpgme_edit_trust): Renamed to:
	(gpa_gpgme_edit_trust_start): Same changes as the "sign" operation.


-----------------+
 ChangeLog       |   20 ++++
 Makefile.am     |    1 
 gpakeysignop.h  |    1 
 gpakeytrustop.c |  223 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 gpakeytrustop.h |   59 ++++++++++++++
 gpgmeedit.c     |   54 +++++++++++--
 gpgmeedit.h     |    4 
 keyring.c       |   15 +--
 ownertrustdlg.c |   24 ++---
 ownertrustdlg.h |    3 
 10 files changed, 370 insertions(+), 34 deletions(-)