Log of /trunk/w32gpgme
Directory Listing
Revision
47 -
Directory Listing
Modified
Mon Oct 31 14:04:59 2005 UTC
(19 years, 4 months ago)
by
werner
Minor changes; compiles now but gettext is still missing.
Revision
37 -
Directory Listing
Modified
Thu Oct 27 19:12:40 2005 UTC
(19 years, 4 months ago)
by
werner
Added 2 dummy files, chnaged eol-style property
Revision
36 -
Directory Listing
Modified
Thu Oct 27 15:25:13 2005 UTC
(19 years, 4 months ago)
by
werner
First set of changes to use autotools for building.
Revision
34 -
Directory Listing
Modified
Wed Oct 26 11:20:09 2005 UTC
(19 years, 4 months ago)
by
twoaday
2005-10-25 Timo Schulz <twoaday@g10code.com>
* wptGPGUtil.cpp (create_process): Hide window.
* wptKeyPropsDlg.cpp (get_photo_tmpname): New.
* wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Remove
static var 'enable'.
* wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
(gpg_genkey_params): Make sure all primary keys are capable
for signing and certification.
* wptKeySigDlg.cpp (is_sig): If no item is selected, return 0.
* wptGPG.cpp (gnupg_access_keyring): Check return value for
NULL. Noted by Ralf.
(get_gnupg_prog): Simplified.
(check_homedir): Fixed. Return 0 when the dir is successfully created.
* wptKeyManagerDlg.cpp (km_file_import): Use the hourglass to
indicate a pending GPG process.
* wptFileManager.cpp (op_begin, op_end): New. Indicate an start
and and of an operation. For now just the cursor changes.
(fm_parse_command_line): Remove debug output. Thanks to Ralf again.
* WinPT.cpp (WinMain): Check if there is already an instance and
set a variable early as possible.
(load_gettext): If a previous instance was found, do not output
any errors. Kudos to Ralf.
Revision
28 -
Directory Listing
Modified
Thu Oct 20 12:35:59 2005 UTC
(19 years, 4 months ago)
by
twoaday
Minor cleanups and prepare the translation.
Revision
27 -
Directory Listing
Modified
Tue Oct 18 07:57:13 2005 UTC
(19 years, 4 months ago)
by
twoaday
Some bug fixes and adjustments for the latest
GPGME changes.
Revision
26 -
Directory Listing
Modified
Mon Oct 17 08:49:30 2005 UTC
(19 years, 4 months ago)
by
twoaday
More bug fixes all over the place.
See ChangeLog for details.
Revision
25 -
Directory Listing
Modified
Wed Oct 12 10:04:26 2005 UTC
(19 years, 4 months ago)
by
twoaday
First testing phase finished.
Provide bug fixes for a lot of (minor) problems.
Revision
24 -
Directory Listing
Modified
Sat Oct 8 10:43:08 2005 UTC
(19 years, 4 months ago)
by
twoaday
Bug fixes to correct some problems introduced by
the MyGPGME to GPGME port.
Revision
23 -
Directory Listing
Added
Fri Sep 30 10:10:16 2005 UTC
(19 years, 5 months ago)
by
twoaday
Almost finished phase 1 of the WinPT GPGME port.
Still need more cleanup, comments and tests.