Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
2006-04-27 Timo Schulz <ts@g10code.de> * wptKeyManager.cpp (km_get_key_ptr): New. * wptListview.cpp (listview_get_item_text): Drop utf8 support. * wptKeyCache.cpp (keycache_decode_uids): New. (free_native_uids): New. * wptKeyEdit.cpp (uid_inf_colon_handler): Do utf8 decodig here. 2006-04-26 Timo Schulz <ts@g10code.de> * wptKeylist.cpp (get_keyid_from_fpr): New. * wptDecryptClipDlg.cpp (clip_decrypt_dlg): Use it here. * wptVerifyList.cpp (verlist_add_sig): Likewise.
2006-04-25 Timo Schulz <ts@g10code.de> * wptFileManagerDlg.cpp (file_manager_dlg_proc): Handle IDCANCEL. * wptMDSumDlg.cpp (hash_selected_files): New. (mdsum_dlg_proc): Cleanups. * wptKeysignDlg.cpp (keysign_dlg_proc): Fix segv. 2006-04-23 Timo Schulz <ts@g10code.de> * wptW32API.cpp (SetDlgItemText_utf8): New. (SetWindowText_utf8): New. (GetDlgItemText_utf8): New. * wptListView.cpp (listview_add_sub_item): Internal utf8 support.
Prepare new release.
2006-02-04 Timo Schulz <ts@g10code.de> * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for at least one ultimately trusted key. * wptKeyManager.cpp (km_refresh_key_from_keyserver): Only check inet connection if we refresh all keys. * wptGPGUtil.cpp (gpg_extract_keys): New. * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use textmode. * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise. * wptClipSignDlg.cpp (get_selected_key): New. (one_key_proc): Use it here. (count_useable_seckeys): New. * wptSigTreeDlg.cpp (sigtree_dlg_proc): New. * wptKeyEditDlgs.cpp (diff_time): Removed. (w32_mktime): New. (keyedit_addsubkey_dlg_proc): Use it here. 2006-02-02 Timo Schulz <ts@g10code.de> * wptW32API.cpp (get_temp_name): New. * wptKeyserver.cpp (ldap_recvkey): Use it here. * wptKeyPropsDlg.cpp (get_photo_tmpname): Likewise. * wptGPGUtil.cpp (create_tempfile): Likewise. * wptImportList.cpp (implist_load): Likewise. * wptKeyCache.cpp (parse_attr_data): Likewise. (w32_tempfile): Removed. * wptGPGME.cpp (check_ultimate_trusted_key): New.
2006-01-31 Timo Schulz <ts@g10code.de> * wptMainProc.cpp (winpt_main_proc): Fix usage of the help system. * wptListView.cpp (listview_set_chkbox_style): New. (listview_get_item_state): Support new checkbox style. (listview_new): Reset flag var. * wptKeylist.cpp (keylist_build): Support new checkbox style. 2006-01-30 Timo Schulz <ts@g10code.de> * WinPT.cpp (check_readonly_attr): New. (load_gpg_env): Use it here. (WinPT): Make the the default key is searched in the secret key cache. Change error message. * wptRegistry.cpp (regist_int_winpt): Make sure the register extension is only offered once to the user. * wptKeyPropsDlg.cpp (get_photo_tmpname): Always use temp directory. Fixed a privilege problem.
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.
2006-01-09 Timo Schulz <ts@g10code.com> * WinPT.cpp (load_gettext): Remove file locking. (WinMain): Use pre-defined autoconf constants. * wptW32API.cpp (init_file_lock, release_file_lock): Deleted. * wptGPG.cpp (check_gnupg_engine): Add param @need_gpg_ver. Change all callers. Remove all static version constants. The only place for constants is now configure.c (config.h).
2005-12-27 Timo Schulz <ts@g10code.com> * wptListView.cpp (listview_set_view): New. (listview_del_column): New. * wptW32API.cpp (get_locale_date): New. (get_menu_state): New. (force_foreground_window): New. * wptVerifyList.cpp (strtimestamp): Support for locale date formats. * wptGPGUtil.cpp (gpg_revoke_cert): Handle bad passphrases. * wptKeyEditCB.cpp (editkey_command_handler): Immediately return when a bad passphrase was submitted. * wptKeyRevokersDlg.cpp (keyrevokers_dlg_proc): Change column order. * wptKeylist.cpp (keylist_upd_col): New. * wptKeyManagerDlg.cpp (update_ui_items): Deactivate 'Revocation' for public keys. (translate_menu_strings): s/Revoke/Revoke Cert. (modify_listview_columns): New.
2005-12-11 Timo Schulz <ts@g10code.com> * wptW32API.cpp (get_file_version): New. * wptGPGUtil.cpp (create_process): Always hide window. * wptClipEditDlg.cpp (clipedit_dlg_proc): Use 'Close' instead of 'Exit'. * wptKeyManager.cpp (km_http_import): New filename generation code. (km_send_to_mail_recipient): Cleanups. * wptKeyEditDlg.cpp (showpref_dlg_proc): Localize dialog. * wptKeyManagerDlg.cpp (update_ui_items): Handle the case when multiple keys are selected. (popup_multiple): New. * WinPT.cpp (WinMain): Check that the PTD.dll and WinPT.exe file versions are equal. Rewrote --keymanager code. Removed temporary w32gpgme dirctory, all code is now in Src. Changed configure files.
Add translations and minor fixes
Cleanups and updated translations.
2005-11-16 Timo Schulz <ts@g10code.com> * WinPT.cpp (check_crypto_engine): Min is now GPG 1.4.2. * wptKeylist.cpp (keylist_add_key): Add disabled keys in list mode. * wptPreferencesDlg.cpp (prefs_dlg_proc): Localize all strings. * wptRegistry.cpp (regist_inst_winpt): Set install directory. Useful for other programs to figure out the path to the EXE.
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.
Minor changes; compiles now but gettext is still missing.
Added 2 dummy files, chnaged eol-style property
First set of changes to use autotools for building.
More bug fixes and cleanups. See ChangeLog for details.
2005-10-23 Timo Schulz <twoaday@g10code.com> * wptFileManager.cpp (fm_get_file_type): Detect detached sigs. * wptKeyList.cpp (keylist_cmp_cb): Take care of expired/revoked keys. (get_ext_validity): New. * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Several cleanups. * wptClipEditDlg.cpp (load_clipboard): Factored out some code into this function. (load_clipboard_from_file): Likewise. (save_clipboard_to_file): New. * wptKeyManagerDlg.cpp (keyprops_dlg_proc): Fix stack overflow. For complete details, see the ChangeLog files.
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.
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 |