[Gpa-commits]mcoca committed to gpa/src

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Sat, 12 Oct 2002 02:27:41 +0200


Date:	Saturday October 12, 2002 @ 2:27
Author:	mcoca

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

Modified Files:
	ChangeLog Makefile.am encryptdlg.c fileman.c gpa.c gpa.h 
	keyimpseldlg.c keyring.c optionsmenu.c ownertrustdlg.c 
	siglist.c 
Removed Files:
	dummy_gpapa.c filemenu.c filemenu.h gpapa.h keysmenu.c 
	keysmenu.h 
Log Message:
Removed a ton of obsolete code.

* siglist.c (gpa_siglist_set_signatures): Disable until port to gpgme.

* keyimpseldlg.c (key_import_selection_do_import): Disable imports
from here until there is a way to search keys again.

* Makefile.am (gpa_SOURCES): Removed filemenu.{c,h}, keysmenu.{c,h},
gpapa.h and dummy_gpapa.c.

* optionsmenu.c (add_key): Fix warning.

* gpa.c, gpa.h (gpa_callback, gpa_get_global_clist_file, sigs_append) 
(compareInts, gpa_selectRecipient, gpa_unselectRecipient) 
(gpa_removeRecipients, gpa_addRecipient, gpa_addRecipients) 
(freeRowData, gpa_recipientWindow_close): Removed obsolete.
* optionsmenu.c (options_recipients_fillDefault) 
(options_recipients_set, options_recipients_destroy) 
(options_recipients): Ditto.
* filemenu.c, filemenu.h, keysmenu.c, keysmenu.h, gpapa.h,
dummy_gpapa.c: Likewise for the whole files.

* ownertrustdlg.c (gpa_ownertrust_run_dialog): Use a gpa_key_info
instead of a gpa_tableKey.	

* fileman.c (fileman_menu_new): Use gtk_main_quit() directly for
the quit menu entry.
* keyring.c (keyring_editor_menubar_new): Likewise.

* keyring.c (keyring_editor_export): Use gpa_fopen.

* fileman.c (decrypt_files): Implemented using Gpgme.
(show_file_detail): Removed.
(verify_files): New. Empty for now.
(toolbar_file_verify, fileman_menu_new): Use verify_files instead
of show_file_detail.
(encrypt_files): Free the list of files.
(gpa_window_file_new, add_file): Set the file list to have
just one column, the filename, as the other one left was useless.

* filesigndlg.c (open_destination_file): Make sure there is proper
cleanup on error. Use gpa_fopen.
* encryptdlg.c (open_destination_file): Likewise.

File: ChangeLog        	Status: Up-to-date
File: Makefile.am      	Status: Up-to-date
File: encryptdlg.c     	Status: Up-to-date
File: fileman.c        	Status: Up-to-date
File: gpa.c            	Status: Up-to-date
File: gpa.h            	Status: Up-to-date
File: keyimpseldlg.c   	Status: Up-to-date
File: keyring.c        	Status: Up-to-date
File: optionsmenu.c    	Status: Up-to-date
File: ownertrustdlg.c  	Status: Up-to-date
File: siglist.c        	Status: Up-to-date
File: no file dummy_gpapa.c		Status: Up-to-date
File: no file filemenu.c		Status: Up-to-date
File: no file filemenu.h		Status: Up-to-date
File: no file gpapa.h		Status: Up-to-date
File: no file keysmenu.c		Status: Up-to-date
File: no file keysmenu.h		Status: Up-to-date