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

Diff of /trunk/Src/ChangeLog

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

revision 217 by twoaday, Mon May 22 14:21:39 2006 UTC revision 231 by twoaday, Tue Jun 20 09:18:44 2006 UTC
# Line 1  Line 1 
1  2005-05-20  Timo Schulz  <[email protected]>  2006-06-19  Timo Schulz  <[email protected]>
2    
3            * wptClipDecryptDlg.cpp (verify_get_clip_info): Improved
4            format of the sig info text.
5            * wptKeyserver.cpp (check_hkp_response): Invert error logic.
6            * wptKeyserverDlg.cpp (keyserver_recv_key): Corrected error
7            handling.
8            
9    2006-06-18  Timo Schulz  <[email protected]>
10    
11            * wptKeygenDlg.cpp (keygen_dlg_proc): Fix typo.
12            * wptClipDecryptDlg.cpp (verify_get_clip_info): New.
13            (verify_get_key_ownertrust): New.
14            (clip_decrypt_dlg_proc): New argument. Change all callers.
15            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle the case
16            that the dialog was called with a param.
17            * wptMainProc.cpp (winpt_main_proc): Wait for thread in
18            case of dbl-click.
19            
20    2006-06-16  Timo Schulz  <[email protected]>
21    
22            * wptProgressDlg.cpp (wait_for_progress_cb): New.
23            * wptMainProc.cpp (winpt_main_proc): Use this function
24            to disallow to access the cache during synchronisation.
25            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
26            * wptKeyserver.cpp (check_hkp_response): Improved text
27            extraction.
28            (parse_keyserver_error): New.
29            * wptPassphraseDlg.cpp (request_passphrase): Support utf8
30            encoding.
31            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Warn if passhrase
32            needs to be utf8 encoded but still allow it.
33            * wptPassphraseCBDlg.cpp (passphrase_callback_proc): Utf8 support.
34            * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
35            * wptKeyRevokeDlg.cpp (keyrevoke_dlg_proc): Likewise.
36            
37    2006-06-15  Timo Schulz  <[email protected]>
38    
39            * wptVerList.cpp (verlist_build): Use icons.
40            (verlist_add_sig): Set image number according to sig state.
41            
42    2006-06-14  Timo Schulz  <[email protected]>
43    
44            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Translate
45            authors string here. Noted by Eduardo.
46            * wptSymEnc.cpp (gpg_clip_sym_encrypt): Check all return codes.
47            
48    2006-06-09  Timo Schulz  <[email protected]>
49    
50            * wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle
51            RSA_E and RSA_S.
52            * wptFileManager.cpp (fm_sym_encrypt): Better dialog title.
53            
54    2006-06-08  Timo Schulz  <[email protected]>
55    
56            * wptKeyserver.cpp (parse_keyserver_url): Handle special case.
57            * wptKeySignDlg.cpp (keysign_dlg_proc): Show photo if possible.
58            (showphoto_dlg_proc): New.
59            * wptKeyManagerDlg.cpp (restore_window_size): New.
60            (keymanager_dlg_proc): Restore original window size on startup.
61            (copy_key_info): Allow to copy multiple key items.
62            
63    2006-06-06  Timo Schulz  <[email protected]>
64    
65            * wptKeyEditCB.cpp (cmd_sign_handler): Return 0 by default
66            if no expire date were given.
67            
68    2006-06-05  Timo Schulz  <[email protected]>
69    
70            * wptPassphraseDlg.cpp (request_passphrase): Release mem
71            in case of errors.
72            (request_key_passphrase): New.
73            (set_passphrase_hint): New.
74            * wptKeyEditDlgs.cpp (do_editkey_sign_userid): Show passphrase
75            hint. Suggested by vedaal.
76            
77    2006-06-03  Timo Schulz  <[email protected]>
78    
79            * wptPINDlg.cpp (pin_dlg_proc): Remove static var.
80            * wptClipEncryptDlg.cpp (show_invalid_recipients): Handle
81            the case that 'encrypt-to' points to a non-existing item.
82            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Do not close
83            the dialog if an error occurred.
84            * wptKeygenDlg.cpp (keygn_dlg_proc): Check expirate date.
85            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Release mem
86            in case of errors.
87            * wptKeyserverDlg.cpp (check_pattern): Improved code.
88            (keyserver_dlg_proc): All comparisons are case insentensive.
89            * wptKeyserver.cpp (parse_uid_record): utf8 decode user id.
90            
91    2006-06-02  Timo Schulz  <[email protected]>
92    
93            * wptKeygenDlg.cpp (keygen_dlg_proc): Forgot to apply patch.
94            
95    2006-06-01  Timo Schulz  <[email protected]>
96    
97            * wptKeyserver.cpp (check_URL): change semantic.
98            (skip_type_prefix): Use check_URL().
99            * wptGPG.cpp (gnupg_backup_keyrings): New argument to
100            include secret keyring backups. Change all callers.
101            * wptRegistry.cpp (get_reg_winpt_prefs): Support new option.
102            (set_reg_winpt_prefs): Likewise.
103            * wptPreferencesDlg.cpp (on_init_dialog): Adjust the code.
104            
105    2006-05-29  Timo Schulz  <[email protected]>
106    
107            * wptKeyserver.cpp (keyserver_set_default): Also set default port.
108    
109    2006-05-27  Timo Schulz  <[email protected]>
110    
111            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Handle empty
112            passphrase requests.
113            * wptClipDecryptDlg.cpp (verify_show_signature_state): Modified
114            for global use.
115            * wptFileManager.cpp (fm_decrypt): Use it here.
116            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Simplified.
117            
118    2006-05-25  Timo Schulz  <[email protected]>
119    
120            * wptGPGUtil.cpp (gpg_rebuild_cache): Return error code.
121            * wptGPGME.cpp (winpt_get_seckey): Fix off-by-one bug.
122            * wptVerifyList.cpp (verlist_build): New argument type.
123            Change all callers.
124            (verlist_set_info_control): New.
125            (verlist_set_additional_info): New.
126            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Adjust code.
127            * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise.
128            * wptFileCBS.cpp (read_cb, write_cb): Add logging.
129            
130    2006-05-23  Timo Schulz  <[email protected]>
131    
132            * wptKeyEditDlgs.cpp (do_add_new_userid): Fix re-introduced
133            problem.
134            (keyedit_main_dlg_proc): Popup menu for the user ID list
135            with common commands.
136            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Automatically
137            disable search for ldap servers.
138            Use subkeys.pgp.net by default when no server was selected.
139    
140    2006-05-22  Timo Schulz  <[email protected]>
141    
142            * wptRegistry.cpp (set_reg_winpt_prefs, get_reg_winpt_prefs):
143            Support for the new 'default ext' value.
144            * wptPreferencesDlg.cpp (on_init_dialog): Likewise.
145            (prefs_dlg_proc): Likewise.
146            * wptFileManager.cpp (file_get_extension): Likewise.
147            (get_output_file): Likewise.
148            (fm_export): Likewise.
149            
150    2006-05-20  Timo Schulz  <[email protected]>
151    
152          * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive          * wptKeyPropsDlg.cpp (keyprops_load_photo): avoid expensive
153          process call when no photo is available.          process call when no photo is available.

Legend:
Removed from v.217  
changed lines
  Added in v.231

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26