1 |
|
2006-02-24 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* wptGPG.cpp (set_gnupg_default_key): Allow to remove entry |
4 |
|
when parameter is NULL. |
5 |
|
* wptKeyManager.cpp (check_exist_default_key): New. |
6 |
|
(km_delete_keys): Check if the default key is still valid, |
7 |
|
if not delete entry. |
8 |
|
* wptSigTreeDlg.cpp (sigtree_dlg_proc): Forgot to localize |
9 |
|
button. |
10 |
|
|
11 |
|
2006-02-21 Timo Schulz <[email protected]> |
12 |
|
|
13 |
|
* wptClipDecryptDlg.cpp (clip_decrypt_dlg_proc): Minor |
14 |
|
cleanups. |
15 |
|
* wptGPGUtil.cpp (file_extract_recipients): New. |
16 |
|
(clip_extract_recipients): New. |
17 |
|
(gpg_get_recipients): New. |
18 |
|
* wptPassphraseCB.cpp (passphrase_callback_proc): Support |
19 |
|
external recipient listings. |
20 |
|
|
21 |
|
2006-02-15 Timo Schulz <[email protected]> |
22 |
|
|
23 |
|
* wptKeysignDlg.cpp (keysign_dlg_proc): Localize new checkbox. |
24 |
|
* wptFileStatDlg.cpp (get_s2k_algo): New. |
25 |
|
* wptFileManagerDlg.cpp (update_status_bar): Use human readable |
26 |
|
formats. |
27 |
|
|
28 |
|
2006-02-14 Timo Schulz <[email protected]> |
29 |
|
|
30 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Localize 'Cancel'. |
31 |
|
* wptKeysignDlg.cpp (keysign_dlg_proc): Implement 'Hide Typing'. |
32 |
|
* wptFileManager.cpp (fm_sym_encrypt): Set cancel. |
33 |
|
(fm_parse_files): Handle cancel. |
34 |
|
|
35 |
|
2006-02-10 Timo Schulz <[email protected]> |
36 |
|
|
37 |
|
* wptKeyPropsDlg.cpp (props_dlg_proc): Removed unused vars. |
38 |
|
* wptKeyEditDlgs.cpp (do_editkey_check): Use winpt_key_t |
39 |
|
for the dialog param. |
40 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use new list |
41 |
|
signature dialog by default. |
42 |
|
* wptKeysigDlg.cpp (sigprops_dlg_proc): Use directly |
43 |
|
gpgme_key_sig_t as param. |
44 |
|
(keysig_dlg_proc): Change param for property dialog. |
45 |
|
* wptSigTreeDlg.cpp (sigtree_load): Skip revoked user-ids |
46 |
|
and use icons. |
47 |
|
(sigtree_dlg_proc): Allow to execute old list dialog to |
48 |
|
edit the signatures. |
49 |
|
|
50 |
|
2006-02-09 Timo Schulz <[email protected]> |
51 |
|
|
52 |
|
* wptRegistry.cpp (set_winpt_reg_prefs): Removed keylist mode. |
53 |
|
* wptNLS.c (gettext_localize_dialog): New. |
54 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Add 'Cancel' button |
55 |
|
to avoid to reload the key cache. |
56 |
|
* wptClipEncryptDlg.cpp (clipenc_dlg_proc): Drop old 'normal' |
57 |
|
list mode. |
58 |
|
* wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise. |
59 |
|
* wptPreferencesDlg.cpp (on_init_dialog): New. Move dialog |
60 |
|
initiation code to this function. |
61 |
|
(prefs_dlg_proc): Use it here. |
62 |
|
|
63 |
|
2006-02-07 Timo Schulz <[email protected]> |
64 |
|
|
65 |
|
* wptKeyEdit.cpp (setNoPassphrase): New. |
66 |
|
(getValidDays): New. |
67 |
|
* wptKeysignDlg.cpp (keysign_dlg_proc): Check on init |
68 |
|
if the key is protected. |
69 |
|
* wptKeyEditDlgs.cpp (keyedit_addphoto_dlg_proc): Handle |
70 |
|
keys without a passphrase. |
71 |
|
(keyedit_addrevoker_dlg_proc): Likewise. |
72 |
|
|
73 |
|
2006-02-04 Timo Schulz <[email protected]> |
74 |
|
|
75 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for |
76 |
|
at least one ultimately trusted key. |
77 |
|
* wptKeyManager.cpp (km_refresh_key_from_keyserver): |
78 |
|
Only check inet connection if we refresh all keys. |
79 |
|
* wptGPGUtil.cpp (gpg_extract_keys): New. |
80 |
|
* wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use textmode. |
81 |
|
* wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise. |
82 |
|
* wptClipSignDlg.cpp (get_selected_key): New. |
83 |
|
(one_key_proc): Use it here. |
84 |
|
(count_useable_seckeys): New. |
85 |
|
* wptSigTreeDlg.cpp (sigtree_dlg_proc): New. |
86 |
|
* wptKeyEditDlgs.cpp (diff_time): Removed. |
87 |
|
(w32_mktime): New. |
88 |
|
(keyedit_addsubkey_dlg_proc): Use it here. |
89 |
|
|
90 |
|
2006-02-02 Timo Schulz <[email protected]> |
91 |
|
|
92 |
|
* wptW32API.cpp (get_temp_name): New. |
93 |
|
* wptKeyserver.cpp (ldap_recvkey): Use it here. |
94 |
|
* wptKeyPropsDlg.cpp (get_photo_tmpname): Likewise. |
95 |
|
* wptGPGUtil.cpp (create_tempfile): Likewise. |
96 |
|
* wptImportList.cpp (implist_load): Likewise. |
97 |
|
* wptKeyCache.cpp (parse_attr_data): Likewise. |
98 |
|
(w32_tempfile): Removed. |
99 |
|
* wptGPGME.cpp (check_ultimate_trusted_key): New. |
100 |
|
|
101 |
|
2006-01-31 Timo Schulz <[email protected]> |
102 |
|
|
103 |
|
* wptMainProc.cpp (winpt_main_proc): Fix usage of the |
104 |
|
help system. |
105 |
|
* wptListView.cpp (listview_set_chkbox_style): New. |
106 |
|
(listview_get_item_state): Support new checkbox style. |
107 |
|
(listview_new): Reset flag var. |
108 |
|
* wptKeylist.cpp (keylist_build): Support new checkbox style. |
109 |
|
|
110 |
|
2006-01-30 Timo Schulz <[email protected]> |
111 |
|
|
112 |
|
* WinPT.cpp (check_readonly_attr): New. |
113 |
|
(load_gpg_env): Use it here. |
114 |
|
(WinPT): Make the the default key is searched in the |
115 |
|
secret key cache. |
116 |
|
Change error message. |
117 |
|
* wptRegistry.cpp (regist_int_winpt): Make sure |
118 |
|
the register extension is only offered once to the user. |
119 |
|
* wptKeyPropsDlg.cpp (get_photo_tmpname): Always use |
120 |
|
temp directory. Fixed a privilege problem. |
121 |
|
|
122 |
|
2006-01-29 Timo Schulz <[email protected]> |
123 |
|
|
124 |
|
* wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC |
125 |
|
to quit dialog. |
126 |
|
* wptKeysignDlg.cpp (sig_class_dlg_proc): More space for |
127 |
|
translations. Directly return sig class. |
128 |
|
(keysign_dlg_proc): Change msgbox title. |
129 |
|
* wptKeyEdit.cpp (signUserid): New. |
130 |
|
(getUseridIndex): New. |
131 |
|
(getKeyIndex): New. |
132 |
|
(getSigIndex): New. |
133 |
|
(clear): New. |
134 |
|
* wptKeyEditCB.cpp (cmd_sign_handler): Allow to select |
135 |
|
user-id first. |
136 |
|
* wptKeyEditDlgs.cpp (lookup_cmd): New. |
137 |
|
(do_editkey_sign_userid): New. |
138 |
|
(do_init_cmdlist): Differ between key pairs and public keys |
139 |
|
and allowed actions. |
140 |
|
(keyedit_change_ownertrust): Show msgbox on success. |
141 |
|
(get_default_key): New. |
142 |
|
* wptPassphraseDlg.cpp (request_passphrase): Reset @cancel. |
143 |
|
|
144 |
2006-01-27 Timo Schulz <[email protected]> |
2006-01-27 Timo Schulz <[email protected]> |
145 |
|
|
146 |
* WinPT.cpp (WinMain): Set minimal list mode as default. |
* WinPT.cpp (WinMain): Set minimal list mode as default. |