Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
2005-05-20 Timo Schulz <ts@g10code.de> * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive process call when no photo is available. (keyprops_dlg_proc): avoid static data. * wptFileManager.cpp (fm_add_sig_stat): Free memory in case of on demand key requests. (show_verify_result): Likewise. (secret_key_available): Likewise. (fm_decrypt, fm_sign): Handle the new on demand key request mode and free all memory.
See ChangeLog.
2006-01-25 Timo Schulz <ts@g10code.com> * wptRegistry.cpp (get_reg_entry_gpg): Return NULL if the key exist with no value. * wptMDSumDlg.cpp (mdsum_dlg_proc): Translate string. * wptKeysignDlg.cpp (do_fill_seclist): Select the default key if possible. * wptFirstRunDlg.cpp (firstrun_dlg_proc): Directly return the choice. * wptKeylist.cpp (get_key_desc): New. (keylist_upd_key): Free memory. * wptKeyCache.cpp (gpg_keycache_get_default_key): New. (gpg_keycache_set_default_key): New. * WinPT.cpp (gpg_prefs_ok): New. (WinMain): Only start gpg prefs if needed.
2006-01-13 Timo Schulz <ts@g10code.com> * wptKeyCache.h (gpg_keycache_next_updated_key): New. 2006-01-11 Timo Schulz <ts@g10code.com> * wptGPG.h (gpg_data_putc): New.
2005-12-06 Timo Schulz <ts@g10code.com> * WinPT.cpp (WinMain): Load the gettext environment soon as possible so all 'first start' messages are localized. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): If a single key is received via the keyserver, return the gpgme key context on success and add it directly to the list. * wptKeyserverDlg.cpp (keyserver_dlg_proc): Support a param to store the key. (hkp_recv_key2): Add extra param for the fingerprint. (hkp_recv_key): Call hkp_recv_key2 without fingerprint.
Added 2 dummy files, chnaged eol-style property
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.
Sync with old SVN repository.
First testing phase finished. Provide bug fixes for a lot of (minor) problems.
Almost finished phase 1 of the WinPT GPGME port. Still need more cleanup, comments and tests.
2005-08-06 Timo Schulz <twoaday@freakmail.de> * wptGPGME.cpp (keycache_update): Reload OpenPGP parts of the secret key. (keycache_init): cache name of secret keyring. * wptKeyList.cpp (keylist_upd_key): Do not add long keyid. (get_key_type): Do not assume 'ultimate' means key pair. * wptKeyEditDlgs.cpp (diff_time): New. (keyedit_addsubkey_dlg_proc): Changed design and use diff_time. Drop checks for invalid keylength (< 1024, > 4096) because the combo box automatically handles this. * wptKeyManager.cpp (km_set_implicit_trust): Return error code. * wptGPG.cpp (get_backup_name): New. (gnupg_backup_keyrings): Rotate backup names, from 0..3. * wptClipImportDialog.cpp (clip_import_dlg_proc): Free memory. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use 0x short keyid and not the long keyid.
2005-02-02 Timo Schulz <twoaday@freakmail.de> * wptPassphraseDlg.cpp (passwd_dlg_proc): use center_window2, otherwise it is invisible. * wptPassphraseCB.cpp (passphrase_callback_proc): Do not cache symmetric passphrases. * Enable the progress dialog for symmetric encryption. * wptFileManager.cpp (fm_check_file_type): Also check for 'SYMKEYENC' in FM_ENCRYPT mode. * WinPT.cpp (WinMain): SETUP_EXISTING implemented. * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Reset 'Locale directory' when no value is entered. 2005-02-04 Timo Schulz <twoaday@freakmail.de> * wptProgressDlg.cpp (progress_cb_thread): Set root window if available. If the progress window survives by accident, it will be closed when the File Manager (root window) is closed.
WinPT initial checkin.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |