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

Diff of /trunk/Src/ChangeLog

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

revision 144 by twoaday, Thu Jan 12 16:28:06 2006 UTC revision 175 by twoaday, Tue Feb 7 08:58:04 2006 UTC
# Line 1  Line 1 
1    2006-02-04  Timo Schulz  <[email protected]>
2    
3            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for
4            at least one ultimately trusted key.
5            * wptKeyManager.cpp (km_refresh_key_from_keyserver):
6            Only check inet connection if we refresh all keys.
7            * wptGPGUtil.cpp (gpg_extract_keys): New.
8            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use textmode.
9            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
10            * wptClipSignDlg.cpp (get_selected_key): New.
11            (one_key_proc): Use it here.
12            (count_useable_seckeys): New.
13            * wptSigTreeDlg.cpp (sigtree_dlg_proc): New.
14            * wptKeyEditDlgs.cpp (diff_time): Removed.
15            (w32_mktime): New.
16            (keyedit_addsubkey_dlg_proc): Use it here.
17            
18    2006-02-02  Timo Schulz  <[email protected]>
19    
20            * wptW32API.cpp (get_temp_name): New.
21            * wptKeyserver.cpp (ldap_recvkey): Use it here.
22            * wptKeyPropsDlg.cpp (get_photo_tmpname): Likewise.
23            * wptGPGUtil.cpp (create_tempfile): Likewise.
24            * wptImportList.cpp (implist_load): Likewise.
25            * wptKeyCache.cpp (parse_attr_data): Likewise.
26            (w32_tempfile): Removed.
27            * wptGPGME.cpp (check_ultimate_trusted_key): New.
28            
29    2006-01-31  Timo Schulz  <[email protected]>
30    
31            * wptMainProc.cpp (winpt_main_proc): Fix usage of the
32            help system.
33            * wptListView.cpp (listview_set_chkbox_style): New.
34            (listview_get_item_state): Support new checkbox style.
35            (listview_new): Reset flag var.
36            * wptKeylist.cpp (keylist_build): Support new checkbox style.
37            
38    2006-01-30  Timo Schulz  <[email protected]>
39    
40            * WinPT.cpp (check_readonly_attr): New.
41            (load_gpg_env): Use it here.
42            (WinPT): Make the the default key is searched in the
43            secret key cache.
44            Change error message.
45            * wptRegistry.cpp (regist_int_winpt): Make sure
46            the register extension is only offered once to the user.
47            * wptKeyPropsDlg.cpp (get_photo_tmpname): Always use
48            temp directory. Fixed a privilege problem.
49            
50    2006-01-29  Timo Schulz  <[email protected]>
51    
52            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC
53            to quit dialog.
54            * wptKeysignDlg.cpp (sig_class_dlg_proc): More space for
55            translations. Directly return sig class.
56            (keysign_dlg_proc): Change msgbox title.
57            * wptKeyEdit.cpp (signUserid): New.
58            (getUseridIndex): New.
59            (getKeyIndex): New.
60            (getSigIndex): New.
61            (clear): New.
62            * wptKeyEditCB.cpp (cmd_sign_handler): Allow to select
63            user-id first.
64            * wptKeyEditDlgs.cpp (lookup_cmd): New.
65            (do_editkey_sign_userid): New.
66            (do_init_cmdlist): Differ between key pairs and public keys
67            and allowed actions.
68            (keyedit_change_ownertrust): Show msgbox on success.
69            (get_default_key): New.
70            * wptPassphraseDlg.cpp (request_passphrase): Reset @cancel.
71            
72    2006-01-27  Timo Schulz  <[email protected]>
73    
74            * WinPT.cpp (WinMain): Set minimal list mode as default.
75            * wptKeyCache.cpp (gpg_keycache_sync): Handle special v3 keys.
76            
77    2006-01-25  Timo Schulz  <[email protected]>
78    
79            * wptRegistry.cpp (get_reg_entry_gpg): Return NULL if
80            the key exist with no value.
81            * wptMDSumDlg.cpp (mdsum_dlg_proc): Translate string.
82            * wptKeysignDlg.cpp (do_fill_seclist): Select the
83            default key if possible.
84            * wptFirstRunDlg.cpp (firstrun_dlg_proc): Directly
85            return the choice.
86            * wptKeylist.cpp (get_key_desc): New.
87            (keylist_upd_key): Free memory.
88            * wptKeyCache.cpp (gpg_keycache_get_default_key): New.
89            (gpg_keycache_set_default_key): New.
90            * WinPT.cpp (gpg_prefs_ok): New.
91            (WinMain): Only start gpg prefs if needed.
92            
93    2006-01-24  Timo Schulz  <[email protected]>
94    
95            * wptKeyManager.cpp (km_dropped_file_import): New.
96            * wptKeyManagerDlg.cpp (keylist_subclass_proc): Allow
97            to drop files and try to import them.
98            (keymanager_dlg_proc): Pass kmi as opaque to the subclass
99            proc.
100            
101    2006-01-23  Timo Schulz  <[email protected]>
102    
103            * wptMDSumDlg.cpp (mdsum_dlg_proc): Allow to send output
104            to the clipboard.
105            * wptKeyEditDlgs.cpp (keyedit_change_ownertrust): New.
106            (do_editkey_enable_disable): New.
107            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Usability fix. Do not
108            close the dialog if the user cancelled the ownertrust dialog.
109            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Return TRUE to indicate
110            an update of any value.
111            
112    2006-01-21  Timo Schulz  <[email protected]>
113    
114            * wptKeyCache.cpp (keycache_next_key): Handle the case
115            that there is a secret key without a public part.
116            * wptKeyserver.cpp (kserver_save_conf): Save ports.
117            * wptKeyserverDlg.cpp (keyserver_modify_dlg_proc):
118            Reset keyserver name.
119            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Just indicate
120            an update, do not update the cache.
121            * wptFileManagerDlg.cpp (file_import_dlg_proc): Use one
122            dialog for both clipboard and file imports.
123            * wptKeyManager.cpp (km_file_import, km_clip_import):
124            Changes to support new update system.
125            (gpg_clip_import): New.
126            * wptKeyManagerDlg.cpp (km_gui_import): New.
127            (find_keypos): Rewritten.
128            (refresh_keylist): Improved error checking.
129            
130    2006-01-20  Timo Schulz  <[email protected]>
131    
132            * wptKeyCache.cpp (w32_tmpfile): New.
133            (parse_attr_data): Use it here.
134            * wptGPGUtil.cpp (gpg_get_photoid_data): Reset @ndata var.
135            
136    2006-01-19  Timo Schulz  <[email protected]>
137    
138            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Do not
139            reload the entire cache, just update the key.
140            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Likewise.
141            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Set update flag.
142            * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
143            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Update key
144            if need after showing the properties.
145            * wptGPGMEData.cpp (gpg_data_putc): Fix off-by-one bug.
146            * wptKeyManager.cpp (km_import_file): New param. Changed
147            all callers.
148            (km_import_clip): Likewise.
149            (delete_keys_from_cache): Delete secret part if available.
150            * wptClipImportDlg.cpp (print_import_status): If there
151            are too many new keys, use reload code.
152            
153    2006-01-18  Timo Schulz  <[email protected]>
154    
155            * wptKeyEditCB.cpp (cmd_delsig_handler): Do not assume
156            the self sig is always index 0. Noted by Kurt.
157            * wptPassphraseCB.cpp (passphrase_dlg_proc): Do not assume
158            the key user-ID contains an email address.
159            * wptKeyEditDlgs.cpp (do_find_userid): Likewise.
160            (do_editkey_deluid): Likewise.
161            (do_editkey_revuid): Likewise.
162            
163    2006-01-18  Timo Schulz  <[email protected]>
164    
165            * wptListview.cpp (listview_del_sel_items): Fixed index
166            calculation. This fixed a lot of problems with the KM listview
167            update.
168            (listview_del_all): Renamed to...
169            (listview_del_all_items): ..this. Changed all callers.
170            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Just refresh
171            list when file import contained new/updated keys.
172            * wptKeyManager.cpp (km_file_import): Indicate if the
173            import contained any new/update keys.
174            * wptClipImportDlg.cpp (print_import_status): Just mark
175            keys which actually changed.
176            
177    2006-01-17  Timo Schulz  <[email protected]>
178    
179            * wptMAPI.cpp (mapi_send_pubkey_ext): New.
180            * wptKeysigDlg.cpp (do_delsig): Just flag the key, do not
181            update it.
182            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Be more
183            careful about const pointers.
184            * wptKeyEditDlgs.cpp (get_subkey_fingerprint): Renamed to..
185            (get_subkey_keyid): ..this. Fix problem that key was updated
186            twice and this corrupted.
187            (keyedit_add_subkey): Set @lv item in the callback context.
188            
189    2006-01-16  Timo Schulz  <[email protected]>
190    
191            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Restore
192            window if it lost focus during the operation. Thanks to Kurt.
193            Update keylist when the window is enabled.
194            (find_keypos): New.
195            * wptKeyCache.cpp (keycache_next_key): Reset update status.
196            (gpg_keycache_next_updated_key): New arg @r_status. Change all
197            callers.
198            (gpg_keycache_update_key): Different status for new and updated.
199            Include key signatures.
200            * wptClipImportDlg.cpp (print_import_status): Mark all
201            imported keys.
202            * wptMainProc.cpp (clip_gpg_dlg): On import refresh KM keylist.
203            Thanks to Kurt.
204            * wptKeysigDlg.cpp (recv_missing_keys): Mark all received keys.
205            (do_delsig): Directly reload key. Thanks to Kurt.
206            * wptGPGME.cpp (keycache_set_reload, keycache_get_reload):
207            Removed.
208            * wptKeygenDlg.cpp (keygen_dlg_proc): Use new update system.
209            * wptClipImportDlg.cpp (clip_import_dlg_proc): Return
210            FALSE if no keys were updated or operation was cancelled.
211            * wptCommonDlg.cpp (http_dlg_proc): Fix title selection code.
212            * wptKeylist.cpp (get_ext_validity): Handle disabled keys.
213            * wptKeyPropsDlg.cpp (keyprops_dlg_proc):
214            Do not allow to change ownertrust of invalid keys.
215            Changed translation.
216            Slightly different user interface.
217            
218    2006-11-14  Timo Schulz  <[email protected]>
219    
220            * wptW32API.cpp (make_special_filename): New.
221            * wptRegistry.cpp (set_winpt_reg_prefs, get_winpt_reg_prefs):
222            Removed 'KeyServer' item.
223            * wptPreferencesDlg.cpp (prefs_dlg_proc): Remove keyserver
224            config item.
225            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable group
226            window until we really use it.
227            * wptKeyserver.cpp (kserver_save_conf): New.
228            (wsock_end): Save keyserver config file.
229            * wptKeyserverDlg.cpp (keyserver_edit): New.
230            (keyserver_remove): New.
231            (keyserver_add): New.
232            (fill_keyserv_types): New.
233            (keyserver_modify_dlg_proc): New.
234            (keyserver_dlg_proc): Provide context menu to modify the
235            keyserver list.
236            (keyserver_build_list): Remove 'proto' column because it is
237            not really useful.
238            * WinPT.cpp (load_keyserver_conf): Store keyserver.conf at
239            $APPDATA\winpt. If keyserver.conf exists in the current folder
240            move it to the new destination.
241            
242    2006-11-13  Timo Schulz  <[email protected]>
243    
244            * wptPreferencesDlg.cpp (prefs_dlg_proc): Changed translation.
245            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Likewise.
246            * wptAboutDlgs.cpp (about_dlg_proc): Make sure GPG about
247            dialog isn't shown twice.
248            * wptKeyCache.cpp (gpg_keycache_next_updated_key): New.
249            (gpg_keycache_update_key): Set update flag.
250            * wptKeyManagerDlg.cpp (refresh_keylist): New.
251            (keymanager_dlg_proc): Use new refresh system for keyservers.
252            * wptKeyserverSearchDlg.cpp (kserver_search_dlg_proc):
253            Update keycache.
254            * wptKeyserverDlg.cpp (hkp_dlg_proc): Likewise.
255            * wptKeyserver.cpp (socket_read_ext): New.
256            (kserver_recv_key_ext): New.
257            (kserver_read_config, kserver_write_config): Removed.
258            
259  2006-01-12  Timo Schulz  <[email protected]>  2006-01-12  Timo Schulz  <[email protected]>
260    
261          * wptListView.cpp (listview_set_image_list): Make icons          * wptListView.cpp (listview_set_image_list): Make icons

Legend:
Removed from v.144  
changed lines
  Added in v.175

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26