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

cvs user mcoca cvs@cvs.gnupg.org
Wed, 12 Feb 2003 20:24:23 +0100


    Date: Wednesday, February 12, 2003 @ 20:24:13
  Author: mcoca
    Path: /cvs/gpa/gpa/src

   Added: gpafileencryptop.c gpafileencryptop.h
Modified: ChangeLog Makefile.am encryptdlg.c encryptdlg.h fileman.c
          gpafiledecryptop.c gpafiledecryptop.h gpafileop.h gpaoperation.h

src/
2003-02-12  Miguel Coca  <mcoca@gnu.org>

	* fileman.c (encrypt_files): Use the GpaFileEncryptOperation.

	* gpafiledecryptop.c (destination_filename): Mark static.
	(gpa_file_decrypt_operation_start): Save the GpgmeData's for later.
	(gpa_file_decrypt_operation_done_cb): Do proper cleanup.

	* gpafiledecryptop.h: Add the GpgmeData's to the structure.

	* gpaoperation.h, gpafileop.h: Include gpa.h

	* encryptdlg.h, encryptdlg.c: New API. Remove encryption itself from
	this file, as it is handled by the operation.

	* Makefile.am (gpa_SOURCES): Add new files.

	* gpafileencryptop.h, gpafileencryptop.c: New.


--------------------+
 ChangeLog          |   19 +
 Makefile.am        |    1 
 encryptdlg.c       |  628 +++++++++++++++------------------------------------
 encryptdlg.h       |   43 +++
 fileman.c          |   23 -
 gpafiledecryptop.c |   22 +
 gpafiledecryptop.h |    1 
 gpafileencryptop.c |  537 +++++++++++++++++++++++++++++++++++++++++++
 gpafileencryptop.h |   64 +++++
 gpafileop.h        |    1 
 gpaoperation.h     |    1 
 11 files changed, 873 insertions(+), 467 deletions(-)