/[winpt]/trunk/Src/ChangeLog
ViewVC logotype

Diff of /trunk/Src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 133 by twoaday, Mon Jan 9 09:15:29 2006 UTC revision 178 by twoaday, Tue Feb 21 12:12:23 2006 UTC
# Line 1  Line 1 
1    2006-02-15  Timo Schulz  <[email protected]>
2    
3            * wptKeysignDlg.cpp (keysign_dlg_proc): Localize new checkbox.
4            * wptFileStatDlg.cpp (get_s2k_algo): New.
5            * wptFileManagerDlg.cpp (update_status_bar): Use human readable
6            formats.
7            
8    2006-02-14  Timo Schulz  <[email protected]>
9    
10            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Localize 'Cancel'.
11            * wptKeysignDlg.cpp (keysign_dlg_proc): Implement 'Hide Typing'.
12            * wptFileManager.cpp (fm_sym_encrypt): Set cancel.
13            (fm_parse_files): Handle cancel.
14            
15    2006-02-10  Timo Schulz  <[email protected]>
16    
17            * wptKeyPropsDlg.cpp (props_dlg_proc): Removed unused vars.
18            * wptKeyEditDlgs.cpp (do_editkey_check): Use winpt_key_t
19            for the dialog param.
20            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use new list
21            signature dialog by default.
22            * wptKeysigDlg.cpp (sigprops_dlg_proc): Use directly
23            gpgme_key_sig_t as param.
24            (keysig_dlg_proc): Change param for property dialog.
25            * wptSigTreeDlg.cpp (sigtree_load): Skip revoked user-ids
26            and use icons.
27            (sigtree_dlg_proc): Allow to execute old list dialog to
28            edit the signatures.
29            
30    2006-02-09  Timo Schulz  <[email protected]>
31    
32            * wptRegistry.cpp (set_winpt_reg_prefs): Removed keylist mode.
33            * wptNLS.c (gettext_localize_dialog): New.
34            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Add 'Cancel' button
35            to avoid to reload the key cache.
36            * wptClipEncryptDlg.cpp (clipenc_dlg_proc): Drop old 'normal'
37            list mode.
38            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
39            * wptPreferencesDlg.cpp (on_init_dialog): New. Move dialog
40            initiation code to this function.
41            (prefs_dlg_proc): Use it here.
42            
43    2006-02-07  Timo Schulz  <[email protected]>
44    
45            * wptKeyEdit.cpp (setNoPassphrase): New.
46            (getValidDays): New.
47            * wptKeysignDlg.cpp (keysign_dlg_proc): Check on init
48            if the key is protected.
49            * wptKeyEditDlgs.cpp (keyedit_addphoto_dlg_proc): Handle
50            keys without a passphrase.
51            (keyedit_addrevoker_dlg_proc): Likewise.
52            
53    2006-02-04  Timo Schulz  <[email protected]>
54    
55            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for
56            at least one ultimately trusted key.
57            * wptKeyManager.cpp (km_refresh_key_from_keyserver):
58            Only check inet connection if we refresh all keys.
59            * wptGPGUtil.cpp (gpg_extract_keys): New.
60            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use textmode.
61            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
62            * wptClipSignDlg.cpp (get_selected_key): New.
63            (one_key_proc): Use it here.
64            (count_useable_seckeys): New.
65            * wptSigTreeDlg.cpp (sigtree_dlg_proc): New.
66            * wptKeyEditDlgs.cpp (diff_time): Removed.
67            (w32_mktime): New.
68            (keyedit_addsubkey_dlg_proc): Use it here.
69            
70    2006-02-02  Timo Schulz  <[email protected]>
71    
72            * wptW32API.cpp (get_temp_name): New.
73            * wptKeyserver.cpp (ldap_recvkey): Use it here.
74            * wptKeyPropsDlg.cpp (get_photo_tmpname): Likewise.
75            * wptGPGUtil.cpp (create_tempfile): Likewise.
76            * wptImportList.cpp (implist_load): Likewise.
77            * wptKeyCache.cpp (parse_attr_data): Likewise.
78            (w32_tempfile): Removed.
79            * wptGPGME.cpp (check_ultimate_trusted_key): New.
80            
81    2006-01-31  Timo Schulz  <[email protected]>
82    
83            * wptMainProc.cpp (winpt_main_proc): Fix usage of the
84            help system.
85            * wptListView.cpp (listview_set_chkbox_style): New.
86            (listview_get_item_state): Support new checkbox style.
87            (listview_new): Reset flag var.
88            * wptKeylist.cpp (keylist_build): Support new checkbox style.
89            
90    2006-01-30  Timo Schulz  <[email protected]>
91    
92            * WinPT.cpp (check_readonly_attr): New.
93            (load_gpg_env): Use it here.
94            (WinPT): Make the the default key is searched in the
95            secret key cache.
96            Change error message.
97            * wptRegistry.cpp (regist_int_winpt): Make sure
98            the register extension is only offered once to the user.
99            * wptKeyPropsDlg.cpp (get_photo_tmpname): Always use
100            temp directory. Fixed a privilege problem.
101            
102    2006-01-29  Timo Schulz  <[email protected]>
103    
104            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC
105            to quit dialog.
106            * wptKeysignDlg.cpp (sig_class_dlg_proc): More space for
107            translations. Directly return sig class.
108            (keysign_dlg_proc): Change msgbox title.
109            * wptKeyEdit.cpp (signUserid): New.
110            (getUseridIndex): New.
111            (getKeyIndex): New.
112            (getSigIndex): New.
113            (clear): New.
114            * wptKeyEditCB.cpp (cmd_sign_handler): Allow to select
115            user-id first.
116            * wptKeyEditDlgs.cpp (lookup_cmd): New.
117            (do_editkey_sign_userid): New.
118            (do_init_cmdlist): Differ between key pairs and public keys
119            and allowed actions.
120            (keyedit_change_ownertrust): Show msgbox on success.
121            (get_default_key): New.
122            * wptPassphraseDlg.cpp (request_passphrase): Reset @cancel.
123            
124    2006-01-27  Timo Schulz  <[email protected]>
125    
126            * WinPT.cpp (WinMain): Set minimal list mode as default.
127            * wptKeyCache.cpp (gpg_keycache_sync): Handle special v3 keys.
128            
129    2006-01-25  Timo Schulz  <[email protected]>
130    
131            * wptRegistry.cpp (get_reg_entry_gpg): Return NULL if
132            the key exist with no value.
133            * wptMDSumDlg.cpp (mdsum_dlg_proc): Translate string.
134            * wptKeysignDlg.cpp (do_fill_seclist): Select the
135            default key if possible.
136            * wptFirstRunDlg.cpp (firstrun_dlg_proc): Directly
137            return the choice.
138            * wptKeylist.cpp (get_key_desc): New.
139            (keylist_upd_key): Free memory.
140            * wptKeyCache.cpp (gpg_keycache_get_default_key): New.
141            (gpg_keycache_set_default_key): New.
142            * WinPT.cpp (gpg_prefs_ok): New.
143            (WinMain): Only start gpg prefs if needed.
144            
145    2006-01-24  Timo Schulz  <[email protected]>
146    
147            * wptKeyManager.cpp (km_dropped_file_import): New.
148            * wptKeyManagerDlg.cpp (keylist_subclass_proc): Allow
149            to drop files and try to import them.
150            (keymanager_dlg_proc): Pass kmi as opaque to the subclass
151            proc.
152            
153    2006-01-23  Timo Schulz  <[email protected]>
154    
155            * wptMDSumDlg.cpp (mdsum_dlg_proc): Allow to send output
156            to the clipboard.
157            * wptKeyEditDlgs.cpp (keyedit_change_ownertrust): New.
158            (do_editkey_enable_disable): New.
159            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Usability fix. Do not
160            close the dialog if the user cancelled the ownertrust dialog.
161            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Return TRUE to indicate
162            an update of any value.
163            
164    2006-01-21  Timo Schulz  <[email protected]>
165    
166            * wptKeyCache.cpp (keycache_next_key): Handle the case
167            that there is a secret key without a public part.
168            * wptKeyserver.cpp (kserver_save_conf): Save ports.
169            * wptKeyserverDlg.cpp (keyserver_modify_dlg_proc):
170            Reset keyserver name.
171            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Just indicate
172            an update, do not update the cache.
173            * wptFileManagerDlg.cpp (file_import_dlg_proc): Use one
174            dialog for both clipboard and file imports.
175            * wptKeyManager.cpp (km_file_import, km_clip_import):
176            Changes to support new update system.
177            (gpg_clip_import): New.
178            * wptKeyManagerDlg.cpp (km_gui_import): New.
179            (find_keypos): Rewritten.
180            (refresh_keylist): Improved error checking.
181            
182    2006-01-20  Timo Schulz  <[email protected]>
183    
184            * wptKeyCache.cpp (w32_tmpfile): New.
185            (parse_attr_data): Use it here.
186            * wptGPGUtil.cpp (gpg_get_photoid_data): Reset @ndata var.
187            
188    2006-01-19  Timo Schulz  <[email protected]>
189    
190            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Do not
191            reload the entire cache, just update the key.
192            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Likewise.
193            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Set update flag.
194            * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
195            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Update key
196            if need after showing the properties.
197            * wptGPGMEData.cpp (gpg_data_putc): Fix off-by-one bug.
198            * wptKeyManager.cpp (km_import_file): New param. Changed
199            all callers.
200            (km_import_clip): Likewise.
201            (delete_keys_from_cache): Delete secret part if available.
202            * wptClipImportDlg.cpp (print_import_status): If there
203            are too many new keys, use reload code.
204            
205    2006-01-18  Timo Schulz  <[email protected]>
206    
207            * wptKeyEditCB.cpp (cmd_delsig_handler): Do not assume
208            the self sig is always index 0. Noted by Kurt.
209            * wptPassphraseCB.cpp (passphrase_dlg_proc): Do not assume
210            the key user-ID contains an email address.
211            * wptKeyEditDlgs.cpp (do_find_userid): Likewise.
212            (do_editkey_deluid): Likewise.
213            (do_editkey_revuid): Likewise.
214            
215    2006-01-18  Timo Schulz  <[email protected]>
216    
217            * wptListview.cpp (listview_del_sel_items): Fixed index
218            calculation. This fixed a lot of problems with the KM listview
219            update.
220            (listview_del_all): Renamed to...
221            (listview_del_all_items): ..this. Changed all callers.
222            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Just refresh
223            list when file import contained new/updated keys.
224            * wptKeyManager.cpp (km_file_import): Indicate if the
225            import contained any new/update keys.
226            * wptClipImportDlg.cpp (print_import_status): Just mark
227            keys which actually changed.
228            
229    2006-01-17  Timo Schulz  <[email protected]>
230    
231            * wptMAPI.cpp (mapi_send_pubkey_ext): New.
232            * wptKeysigDlg.cpp (do_delsig): Just flag the key, do not
233            update it.
234            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Be more
235            careful about const pointers.
236            * wptKeyEditDlgs.cpp (get_subkey_fingerprint): Renamed to..
237            (get_subkey_keyid): ..this. Fix problem that key was updated
238            twice and this corrupted.
239            (keyedit_add_subkey): Set @lv item in the callback context.
240            
241    2006-01-16  Timo Schulz  <[email protected]>
242    
243            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Restore
244            window if it lost focus during the operation. Thanks to Kurt.
245            Update keylist when the window is enabled.
246            (find_keypos): New.
247            * wptKeyCache.cpp (keycache_next_key): Reset update status.
248            (gpg_keycache_next_updated_key): New arg @r_status. Change all
249            callers.
250            (gpg_keycache_update_key): Different status for new and updated.
251            Include key signatures.
252            * wptClipImportDlg.cpp (print_import_status): Mark all
253            imported keys.
254            * wptMainProc.cpp (clip_gpg_dlg): On import refresh KM keylist.
255            Thanks to Kurt.
256            * wptKeysigDlg.cpp (recv_missing_keys): Mark all received keys.
257            (do_delsig): Directly reload key. Thanks to Kurt.
258            * wptGPGME.cpp (keycache_set_reload, keycache_get_reload):
259            Removed.
260            * wptKeygenDlg.cpp (keygen_dlg_proc): Use new update system.
261            * wptClipImportDlg.cpp (clip_import_dlg_proc): Return
262            FALSE if no keys were updated or operation was cancelled.
263            * wptCommonDlg.cpp (http_dlg_proc): Fix title selection code.
264            * wptKeylist.cpp (get_ext_validity): Handle disabled keys.
265            * wptKeyPropsDlg.cpp (keyprops_dlg_proc):
266            Do not allow to change ownertrust of invalid keys.
267            Changed translation.
268            Slightly different user interface.
269            
270    2006-11-14  Timo Schulz  <[email protected]>
271    
272            * wptW32API.cpp (make_special_filename): New.
273            * wptRegistry.cpp (set_winpt_reg_prefs, get_winpt_reg_prefs):
274            Removed 'KeyServer' item.
275            * wptPreferencesDlg.cpp (prefs_dlg_proc): Remove keyserver
276            config item.
277            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable group
278            window until we really use it.
279            * wptKeyserver.cpp (kserver_save_conf): New.
280            (wsock_end): Save keyserver config file.
281            * wptKeyserverDlg.cpp (keyserver_edit): New.
282            (keyserver_remove): New.
283            (keyserver_add): New.
284            (fill_keyserv_types): New.
285            (keyserver_modify_dlg_proc): New.
286            (keyserver_dlg_proc): Provide context menu to modify the
287            keyserver list.
288            (keyserver_build_list): Remove 'proto' column because it is
289            not really useful.
290            * WinPT.cpp (load_keyserver_conf): Store keyserver.conf at
291            $APPDATA\winpt. If keyserver.conf exists in the current folder
292            move it to the new destination.
293            
294    2006-11-13  Timo Schulz  <[email protected]>
295    
296            * wptPreferencesDlg.cpp (prefs_dlg_proc): Changed translation.
297            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Likewise.
298            * wptAboutDlgs.cpp (about_dlg_proc): Make sure GPG about
299            dialog isn't shown twice.
300            * wptKeyCache.cpp (gpg_keycache_next_updated_key): New.
301            (gpg_keycache_update_key): Set update flag.
302            * wptKeyManagerDlg.cpp (refresh_keylist): New.
303            (keymanager_dlg_proc): Use new refresh system for keyservers.
304            * wptKeyserverSearchDlg.cpp (kserver_search_dlg_proc):
305            Update keycache.
306            * wptKeyserverDlg.cpp (hkp_dlg_proc): Likewise.
307            * wptKeyserver.cpp (socket_read_ext): New.
308            (kserver_recv_key_ext): New.
309            (kserver_read_config, kserver_write_config): Removed.
310            
311    2006-01-12  Timo Schulz  <[email protected]>
312    
313            * wptListView.cpp (listview_set_image_list): Make icons
314            always transparent.
315            * wptImageList.cpp (imagelist_load): New icons.
316            * wptGPGMEData.cpp (gpg_data_putc): New.
317            * wptKeyManagerDlg.cpp (load_toolbar): Include new icons.
318            (keymanager_dlg_proc): Add tooltips.
319            * wptKeyserverDlg.cpp (keyserver_list_build): Use icons.
320            * wptKeyserver.cpp (URL_encode): New.
321            (URL_must_encode): New.
322            (kserver_search_init): Properly encode pattern.
323            (parse_iso_date): New.
324            (keyserver_search): Be more strict to prevent buffer overflows.
325            
326    2006-01-11  Timo Schulz  <[email protected]>
327    
328            * wptKeyManagerDlg.cpp (load_toolbar): 2 new icons.
329            (keymanager_dlg_proc): Adjust tooltips.
330            (update_ui_items): Handle new icons.
331            * wptImageList.cpp (imagelist_load): New icons.
332            
333    2006-01-10  Timo Schulz  <[email protected]>
334    
335            * wptMainProc.cpp (winpt_main_proc): Restore iconic
336            File/Key Manager windows if needed.
337            * wptGPGPrefsDlg.cpp (gpg_prefs_dlg_proc): Disable button.
338            * wptSiglist.cpp (init_cmp): New.
339            (siglist_sort): New.
340            (siglist_cmp_cb): New.
341            (siglist_add_key): Force NOKEY status when key was not found.
342            * wptKeysigDlg.cpp (recv_single_key): New.
343            (recv_missing_keys): Reload entire key when more than one key
344            was fetched.
345            (keysig_dlg_proc): Support sorting the listview items.
346            
347    2006-01-09  Timo Schulz  <[email protected]>
348    
349            * WinPT.cpp (load_gettext): Remove file locking.
350            (WinMain): Use pre-defined autoconf constants.
351            * wptW32API.cpp (init_file_lock, release_file_lock): Deleted.
352            * wptGPG.cpp (check_gnupg_engine): Add param @need_gpg_ver.
353            Change all callers.
354            
355  2006-01-07  Timo Schulz  <[email protected]>  2006-01-07  Timo Schulz  <[email protected]>
356    
357          * wptKeyManager.cpp (km_refresh_from_keyserver): Summarize          * wptKeyManager.cpp (km_refresh_from_keyserver): Summarize

Legend:
Removed from v.133  
changed lines
  Added in v.178

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26