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

cvs user mcoca cvs@cvs.gnupg.org
Sun, 29 Jun 2003 14:37:58 +0200


    Date: Sunday, June 29, 2003 @ 14:37:58
  Author: mcoca
    Path: /cvs/gpa/gpa/src

Modified: ChangeLog gpacontext.c gpacontext.h gpakeyselector.c
          gpaprogressdlg.c keydeletedlg.c keyeditdlg.c keyexportdlg.c
          keylist.c keyring.c keytable.c options.c

src/
2003-06-29  Miguel Coca  <mcoca@gnu.org>

	* gpaprogressdlg.c (gpa_progress_dialog_set_property) 
	(gpa_progress_dialog_progress_cb): Receive progress signals from the
	context.
	(gpa_progress_dialog_pulse, gpa_progress_dialog_start_cb)
	(gpa_progress_dialog_done_cb): Remove the iddle function.

	* gpacontext.h, gpacontext.c (gpa_context_class_init, gpa_context_init)
	(gpa_context_progress, gpa_context_progress_cb): Add "progress" signal.

	* keylist.c (gpa_keylist_start_reload): Empty the list before
	reloading.

	* gpakeyselector.c, keydeletedlg.c, keyeditdlg.c, keyexportdlg.c,
	keylist.c, keyring.c, keytable.c, options.c: Fix syntax for accessing
	the primary key.


------------------+
 ChangeLog        |   18 ++++++++++++++++++
 gpacontext.c     |   35 +++++++++++++++++++++++++++++++++--
 gpacontext.h     |    1 +
 gpakeyselector.c |    2 +-
 gpaprogressdlg.c |   27 +++++++++++++++++----------
 keydeletedlg.c   |    2 +-
 keyeditdlg.c     |    2 +-
 keyexportdlg.c   |    2 +-
 keylist.c        |   14 ++++++++------
 keyring.c        |    6 +++---
 keytable.c       |    2 +-
 options.c        |    4 ++--
 12 files changed, 87 insertions(+), 28 deletions(-)