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

cvs user mcoca cvs@cvs.gnupg.org
Sat, 05 Apr 2003 19:59:48 +0200


    Date: Saturday, April 5, 2003 @ 19:59:38
  Author: mcoca
    Path: /cvs/gpa/gpa/src

Modified: ChangeLog fileman.c fileman.h gpa.c gpa.h gpafileop.c siglist.c
          verifydlg.c

src/
2003-04-05  Miguel Coca  <mcoca@gnu.org>

	* gpa.c (quit_if_no_window, gpa_open_filemanager): Use new filemanager.
	(gpa_get_filenamager): Remove.

	* gpafileop.c (gpa_file_operation_finalize): Free the filenames too.

	* verifydlg.c (signature_list): Show alternate colors for the list.
	* siglist.c (gpa_siglist_new): Likewise.

	* fileman.h, fileman.c: Reworked file manager. Use pure GTK+2 lists,
	disable buttons when no file is selected, and don't display scrollbars
	unless they are needed.


-------------+
 ChangeLog   |   14 +
 fileman.c   |  589 ++++++++++++++++++++++++++++++++++++++++------------------
 fileman.h   |   32 +++
 gpa.c       |   22 --
 gpa.h       |    1 
 gpafileop.c |    3 
 siglist.c   |    1 
 verifydlg.c |    1 
 8 files changed, 463 insertions(+), 200 deletions(-)