Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
2006-04-09 Timo Schulz <ts@g10code.de> * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Only return true if the homedir value was changed. * wptGPG.cpp (default_key_from_cache): Only return secret key if public part is available. (set_gnupg_default_key): Fix NULL problem. * wptKeyEditDlgs.cpp (do_editkey_clean): Set update flag. * wptFileCBS.cpp (write_cb, read_cb): Better error handling. * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle 'always-on-top' correctly. * wptKeylist.cpp (keylist_get_recipients): Allocate enough mem to hold all possible keys. (keylist_enum_keys): Likewise.
2006-03-31 Timo Schulz <ts@g10code.de> * wptCommonDlg.cpp (nls_load_langlist): New. (nsl_set_language): New. (nls_dlg_proc): New. (select_language): New. Allow user to select the language. * wptNLS.c (get_gettext_langid): Updated available languages. * WinPT.cpp (WinMain): Allow to select the languag on first start in non-installer environments. * wptVerifyList.cpp (verlist_build): Simplified. (verlist_add_sig_log): Likewise. * wptListview.cpp (listview_set_column_width, listview_get_selected_item): New. * wptKeyManager.cpp (gpg_clip_export): Merged into.. (km_clip_export): ..this function.
2006-03-12 Timo Schulz <ts@g10code.de> * wptGPG.cpp (gnupg_load_config): Search for 'ask-cert-expire'. * wptKeyPropsDlg.cpp (display_key_info): Automatically update sym algorithm preferences if needed. * wptKeysignDlg.cpp (date_is_today): New. (keysign_dlg_proc): Only allow to set cert expire date if the option was found. * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Allow to set 'ask-cert-expire'.
2006-02-14 Timo Schulz <ts@g10code.de> * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Localize 'Cancel'. * wptKeysignDlg.cpp (keysign_dlg_proc): Implement 'Hide Typing'. * wptFileManager.cpp (fm_sym_encrypt): Set cancel. (fm_parse_files): Handle cancel. Prepare first release candidate.
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-21 Timo Schulz <twoaday@freakmail.de> * wptKeyCache.cpp (keycache_next_key): Handle the case that there is a secret key without a public part. * wptKeyserver.cpp (kserver_save_conf): Save ports. * wptKeyserverDlg.cpp (keyserver_modify_dlg_proc): Reset keyserver name. * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Just indicate an update, do not update the cache. * wptFileManagerDlg.cpp (file_import_dlg_proc): Use one dialog for both clipboard and file imports. * wptKeyManager.cpp (km_file_import, km_clip_import): Changes to support new update system. (gpg_clip_import): New. * wptKeyManagerDlg.cpp (km_gui_import): New. (find_keypos): Rewritten. (refresh_keylist): Improved error checking. (for complete list of changes, see PTD/ChangeLog, Src/ChangeLog)
2006-01-19 Timo Schulz <ts@g10code.com> * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Do not reload the entire cache, just update the key. * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Likewise. * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Set update flag. * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Update key if need after showing the properties.
2006-01-18 Timo Schulz <ts@g10code.com> * wptListview.cpp (listview_del_sel_items): Fixed index calculation. This fixed a lot of problems with the KM listview update. (listview_del_all): Renamed to... (listview_del_all_items): ..this. Changed all callers. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Just refresh list when file import contained new/updated keys. * wptKeyManager.cpp (km_file_import): Indicate if the import contained any new/update keys. * wptClipImportDlg.cpp (print_import_status): Just mark keys which actually changed.
2006-11-13 Timo Schulz <ts@g10code.com> * wptPreferencesDlg.cpp (prefs_dlg_proc): Changed translation. * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Likewise. * wptAboutDlgs.cpp (about_dlg_proc): Make sure GPG about dialog isn't shown twice. * wptKeyCache.cpp (gpg_keycache_next_updated_key): New. (gpg_keycache_update_key): Set update flag. * wptKeyManagerDlg.cpp (refresh_keylist): New. (keymanager_dlg_proc): Use new refresh system for keyservers. * wptKeyserverSearchDlg.cpp (kserver_search_dlg_proc): Update keycache. * wptKeyserverDlg.cpp (hkp_dlg_proc): Likewise. * wptKeyserver.cpp (socket_read_ext): New. (kserver_recv_key_ext): New. (kserver_read_config, kserver_write_config): Removed.
2006-01-10 Timo Schulz <ts@g10code.com> * wptMainProc.cpp (winpt_main_proc): Restore iconic File/Key Manager windows if needed. * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Disable button. * wptSiglist.cpp (init_cmp): New. (siglist_sort): New. (siglist_cmp_cb): New. (siglist_add_key): Force NOKEY status when key was not found. * wptKeysigDlg.cpp (recv_single_key): New. (recv_missing_keys): Reload entire key when more than one key was fetched. (keysig_dlg_proc): Support sorting the listview items.
2005-12-29 Timo Schulz <ts@g10code.com> * wptKeygenDlg.cpp (keygen_dlg_proc): Request passphrase dynamically. (gpg_genkey_params): Simplified. * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix problem with mutal exclusion of the dialog items. * wptAboutDlgs.cpp (about_winpt_dlg_proc): Allow to use ESC to quit the dialog. * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise. * wptMDSumDlg.cpp (mdsum_dlg_proc): Handle WM_SYSCOMMAND. (id2algo): New. Prepare 0.11.4 release.
2005-12-17 Timo Schulz <ts@g10code.com> * wptUTF8.cpp: Removed unused charset array. * wptSigList.cpp (siglist_build): Increase size for 'class' column. * wptGPG.cpp (get_gnupg_path): Simplified. * WinPT.cpp (load_gpg_env): New. (check_crypto_engine): Return type is now bool. * wptRegistry.cpp (is_gpg4win_installed): New. * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): More consistent dialog design. * wptKeyManagerDlg.cpp (translate_menu_strings): New. (translate_popupmenu_strings): New. * wptKeyEditDlgs.cpp (is_jpg_file): New.
2005-12-07 Timo Schulz <ts@g10code.com> * wptOwnertrustDlg.cpp (ownertrust_dlg_proc): Use 'Close' instead of 'Exit'. * wptKeyEditDlgs.cpp (keyedit_dlg_proc): Likewise. * wptGPG.cpp (gnupg_backup_keyrings): Use $APPDATA as the destination dir. Thanks to Werner. * wptRegistry.cpp (is_gpgee_installed): New. (regist_inst_winpt): Do not register file extensions if GPGee is available. * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Limit use of local vars. * wptPreferencesDlg.cpp (prefs_dlg_proc): Make sure no illegal backup mode is saved. * wptKeyserverDlg.cpp (show_imported_key): New. (hkp_recv_key2): Show imported keys if the blob contained more than one.
2005-11-21 Timo Schulz <ts@g10code.com> * WinPT.cpp (WinMain): Implement --stop switch. * wptClipEditDlg.cpp (clip_edit_dlg_proc): Localize missing string. * wptPreferencesDlg.cpp (prefs_dlg_proc): Likewise. * wptKeygenDlg.cpp (keygen_dlg_proc): Verify valid context first. Thanks to Ralf. * wptFileManagerDlg.cpp (update_ui_items): New. * wptFileManager.cpp (fm_set_status): New sigmode param. Changed all callers.
2005-11-14 Timo Schulz <ts@g10code.com> * wptGPG.cpp (check_gnupg_engine): Fix version check. * wptMainProc.cpp (winpt_main_proc): Check keyring file permissions always and do not use interative output when the windows session ends. * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc): Localize all strings. * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise. * wptGPGPrefsDlg.cpp (gpg_prefs_dlg): Likewise. * wptKeyEditDlgs.cpp (do_init_keylist): Skip all non-valid keys.
2005-11-12 Timo Schulz <ts@g10code.com> Fix more GCC warnings. 2005-11-10 Timo Schulz <ts@g10code.com> * wptClipSignDlg.cpp (one_key_proc): Use release_gpg_passphrase_cb() to free the context. * wptListView.cpp (listview_deselect_all): New. * wptMAPI.cpp (mapi_send_pubkey): Works again. * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt & zip. * wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase caching for signing operations. * wptKeyManager.cpp (km_send_to_mail_recipient): Works again. * wptFileManager.cpp (fm_send_file): Likewise. (fm_encrypt_into_zip): New.
Fix crash in the GPG preference dialog. Allow to have an empty secret keyring.
More changes. Compiles again but there are at least gettext issues with w32-gettext.c. I can't get a gpg-error build with ENABLE_NLS.
Minor changes; compiles now but gettext is still missing.
Readded lost changes from revision 40
A lot of bug fixes. See ChangeLog.
First set of changes to use autotools for building.
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 |