1 |
|
2005-12-08 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* wptKeyserverDlg.cpp (show_imported_keys): Enhanced. |
4 |
|
(hkp_recv_key2): Show user-id of the imported key instead |
5 |
|
of just the pattern. |
6 |
|
* wptFileCBS.cpp (read_cb): Changed to W32 API. |
7 |
|
(write_cb): Likewise. Create output file on demand. |
8 |
|
(gpg_file_data_new): Adjusted code for new API. |
9 |
|
* wptKeyEdit.cpp (cleanKey): New. |
10 |
|
* wptKeyEditCB.cpp (cmd_clean_handler): New. |
11 |
|
(editkey_command_handler): Call clean handler. |
12 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Sort |
13 |
|
keylist after inserting items. |
14 |
|
* wptFileManager.cpp (fm_set_status): Take care of |
15 |
|
cleartext sigs. |
16 |
|
|
17 |
|
2005-12-07 Timo Schulz <[email protected]> |
18 |
|
|
19 |
|
* wptOwnertrustDlg.cpp (ownertrust_dlg_proc): |
20 |
|
Use 'Close' instead of 'Exit'. |
21 |
|
* wptKeyEditDlgs.cpp (keyedit_dlg_proc): Likewise. |
22 |
|
* wptGPG.cpp (gnupg_backup_keyrings): Use $APPDATA |
23 |
|
as the destination dir. Thanks to Werner. |
24 |
|
* wptRegistry.cpp (is_gpgee_installed): New. |
25 |
|
(regist_inst_winpt): Do not register file extensions |
26 |
|
if GPGee is available. |
27 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Limit |
28 |
|
use of local vars. |
29 |
|
* wptPreferencesDlg.cpp (prefs_dlg_proc): Make sure |
30 |
|
no illegal backup mode is saved. |
31 |
|
* wptKeyserverDlg.cpp (show_imported_key): New. |
32 |
|
(hkp_recv_key2): Show imported keys if the blob |
33 |
|
contained more than one. |
34 |
|
|
35 |
|
2005-12-06 Timo Schulz <[email protected]> |
36 |
|
|
37 |
|
* WinPT.cpp (WinMain): Load the gettext environment soon |
38 |
|
as possible so all 'first start' messages are localized. |
39 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): If a single key is |
40 |
|
received via the keyserver, return the gpgme key context on |
41 |
|
success and add it directly to the list. |
42 |
|
* wptKeyserverDlg.cpp (keyserver_dlg_proc): Support a param |
43 |
|
to store the key. |
44 |
|
(hkp_recv_key2): Add extra param for the fingerprint. |
45 |
|
(hkp_recv_key): Call hkp_recv_key2 without fingerprint. |
46 |
|
|
47 |
|
2005-12-02 Werner Koch <[email protected]> |
48 |
|
|
49 |
|
* wptKeyEditDlgs.cpp (subkey_list_init): Avoid trigraphs. |
50 |
|
|
51 |
|
2005-12-01 Timo Schulz <[email protected]> |
52 |
|
|
53 |
|
* wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic |
54 |
|
for get_gpg_sigstat(). |
55 |
|
* wptGPGME.cpp (get_gpg_sigstat): New. It is now a function. |
56 |
|
As a macro strings will not be translated at runtime. |
57 |
|
* wptKeyserverDlg.cpp (hkp_recv_key): Properly detect if we |
58 |
|
need to update the cache. Thanks to Jan-Oliver. |
59 |
|
* wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localized. |
60 |
|
|
61 |
|
2005-11-30 Timo Schulz <[email protected]> |
62 |
|
|
63 |
|
* wptW32API.cpp (dialog_box_param): Removed LANG_DE code. |
64 |
|
* WinPT-en.rc: Removed string list. |
65 |
|
* wptFileSaveDlg.cpp (file_save_dlg_proc): Localized |
66 |
|
* wptKeylist.cpp (keylist_build): Cannot use global |
67 |
|
arrays for the columns due to gettext. |
68 |
|
|
69 |
|
2005-11-29 Timo Schulz <[email protected]> |
70 |
|
|
71 |
|
* WinPT.cpp (WinMain): Modify --keymanager. If an instance |
72 |
|
is running, just send the command to open the manager. |
73 |
|
|
74 |
|
2005-11-25 Timo Schulz <[email protected]> |
75 |
|
|
76 |
|
* wptKeyEditCB.cpp (addrev_cmd_handler): Avoid hanging |
77 |
|
process when the revoker is already there. |
78 |
|
|
79 |
|
2005-11-24 Timo Schulz <[email protected]> |
80 |
|
|
81 |
|
* wptPassphraseCB.cpp (passphrase_callback_proc): Localize |
82 |
|
signing dialog items. |
83 |
|
* wptMainProc.cpp (confirm_delclip_dlg): Localize dialog items. |
84 |
|
* wptAboutDlgs.cpp (about_winpt_dlg_proc): Disable help for now. |
85 |
|
* wptMDSumDlg.cpp (mdsum_dlg_proc): Localize missing items. |
86 |
|
* wptKeylist.cpp (key_check_validity): Likewise. |
87 |
|
* wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Likewise. |
88 |
|
|
89 |
|
2005-11-22 Timo Schulz <[email protected]> |
90 |
|
|
91 |
|
* wptCardEditCB.cpp (gpg_write): Due to removed _DEBUG |
92 |
|
macro debug output will be generated in release version. |
93 |
|
|
94 |
|
2005-11-21 Timo Schulz <[email protected]> |
95 |
|
|
96 |
|
* WinPT.cpp (WinMain): Implement --stop switch. |
97 |
|
* wptClipEditDlg.cpp (clip_edit_dlg_proc): Localize |
98 |
|
missing string. |
99 |
|
* wptPreferencesDlg.cpp (prefs_dlg_proc): Likewise. |
100 |
|
* wptKeygenDlg.cpp (keygen_dlg_proc): Verify valid context |
101 |
|
first. Thanks to Ralf. |
102 |
|
* wptFileManagerDlg.cpp (update_ui_items): New. |
103 |
|
* wptFileManager.cpp (fm_set_status): New sigmode param. |
104 |
|
Changed all callers. |
105 |
|
|
106 |
|
2005-11-17 Timo Schulz <[email protected]> |
107 |
|
|
108 |
|
* wptGPG.cpp (check_last_gnupg_access): Kludge to avoid that |
109 |
|
the cache will be loaded twice. |
110 |
|
* wptRegistry.cpp (regist_inst_winpt): More comments. |
111 |
|
* wptKeyManagerDlg.cpp (do_center_window): Make sure that |
112 |
|
neg. coordinates are never used. |
113 |
|
* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Localize all |
114 |
|
strings. |
115 |
|
* wptPassphraseCB.cpp (passphrase_callback_proc): Likewise. |
116 |
|
* wptFileManagerDlg.cpp (filemanager_dlg_proc): Localize menu |
117 |
|
and save 'AlwaysOnTop' in the registry. |
118 |
|
|
119 |
|
2005-11-16 Timo Schulz <[email protected]> |
120 |
|
|
121 |
|
* WinPT.cpp (check_crypto_engine): Min is now GPG 1.4.2. |
122 |
|
* wptKeylist.cpp (keylist_add_key): Add disabled keys in list |
123 |
|
mode. |
124 |
|
* wptPreferencesDlg.cpp (prefs_dlg_proc): Localize all strings. |
125 |
|
* wptRegistry.cpp (regist_inst_winpt): Set install directory. |
126 |
|
Useful for other programs to figure out the path to the EXE. |
127 |
|
|
128 |
|
2005-11-14 Timo Schulz <[email protected]> |
129 |
|
|
130 |
|
* wptGPG.cpp (check_gnupg_engine): Fix version check. |
131 |
|
* wptMainProc.cpp (winpt_main_proc): Check keyring |
132 |
|
file permissions always and do not use interative output |
133 |
|
when the windows session ends. |
134 |
|
* wptProxySettingsDlg.cpp (proxy_settings_dlg_proc): |
135 |
|
Localize all strings. |
136 |
|
* wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise. |
137 |
|
* wptGPGPrefsDlg.cpp (gpg_prefs_dlg): Likewise. |
138 |
|
* wptKeyEditDlgs.cpp (do_init_keylist): Skip all |
139 |
|
non-valid keys. |
140 |
|
|
141 |
|
2005-11-12 Timo Schulz <[email protected]> |
142 |
|
|
143 |
|
Fix more GCC warnings. |
144 |
|
|
145 |
|
2005-11-10 Timo Schulz <[email protected]> |
146 |
|
|
147 |
|
* wptClipSignDlg.cpp (one_key_proc): Use |
148 |
|
release_gpg_passphrase_cb() to free the context. |
149 |
|
* wptListView.cpp (listview_deselect_all): New. |
150 |
|
* wptMAPI.cpp (mapi_send_pubkey): Works again. |
151 |
|
* wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt & |
152 |
|
zip. |
153 |
|
* wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase |
154 |
|
caching for signing operations. |
155 |
|
* wptKeyManager.cpp (km_send_to_mail_recipient): Works again. |
156 |
|
* wptFileManager.cpp (fm_send_file): Likewise. |
157 |
|
(fm_encrypt_into_zip): New. |
158 |
|
|
159 |
2005-11-09 Timo Schulz <[email protected]> |
2005-11-09 Timo Schulz <[email protected]> |
160 |
|
|
161 |
* wptNLS.c (get_gettext_langid): Map user language id to |
* wptNLS.c (get_gettext_langid): Map user language id to |