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

Diff of /trunk/Src/ChangeLog

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

revision 223 by twoaday, Fri Jun 2 08:00:43 2006 UTC revision 248 by twoaday, Fri Jul 28 11:11:09 2006 UTC
# Line 1  Line 1 
1    2007-07-28  Timo Schulz  <[email protected]>
2    
3            * wptKeyManager.cpp (lv_del_confirmed_keys): New.
4            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Automatically
5            adjust key size.
6            * wptKeygenDlg.cpp (keygend_dlg_proc): Likewise.
7            
8    2006-07-25  Timo Schulz  <[email protected]>
9    
10            Applied spelling corrections from Anthony Bryan.
11            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Changed design.
12            * wptKeygenDlg.cpp (backup_keyrings): Change default keyring.
13            
14    2006-07-22  Timo Schulz  <[email protected]>
15    
16            * wptMainProc.cpp (elgamal_warn_dlg_proc): Properly handle
17            utf8 encoded user ids.
18            (winpt_main_proc): Cleanups.
19            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Allow to copy
20            email address to the clipboard.
21            
22    2006-07-15  Timo Schulz  <[email protected]>
23    
24            * WinPT.cpp (WinMain): Compare PTD and WinPT version to avoid
25            any compatibility problems.
26            * wptW32API.cpp (get_file_version): Cleanups.
27            
28    2006-07-10  Timo Schulz  <[email protected]>
29    
30            * wptUtil.cpp (check_file_name): New.
31            * wptKeyRevokeDlg.cpp (mk_cert_name): Avoid illegal chars.
32            (key_revoke_dlg_proc): Likewise.
33            * wptMDSumDlg.cpp (mdsum_dlg_proc): Corrected file handling.
34            * wptImportList.cpp (implist_load): Likewise.
35            * wptFileSaveDlg.cpp (file_save_dlg_proc): Likewise.
36            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Hide dialog item.
37            
38    2006-07-05  Timo Schulz  <[email protected]>
39    
40            * wptMainProc.cpp (winpt_main_proc): Change menu texts.
41            * wptClipEditDlg.cpp (clip_edit_dlg_proc): More lightweight
42            with a menu instead of dozen of buttons.
43            
44    2006-07-01  Timo Schulz  <[email protected]>
45    
46            * wptFileManager.cpp (fm_sort): Rewritten.
47            (fm_build): Modify param type. Change all callers.
48            (fm_cmp_cb): Adjusted for the new code.
49            * wptMDSumDlg.cpp (mdsum_dlg_proc): Minor changes and model
50            for the list view.
51            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use info
52            context and model for the list view.
53            (update_status_bar): Fix calculation of the size of the
54            selected files.
55            * wptProgressDlg.cpp (wait_for_progress_cb): Changed semantic
56            and return type.
57            
58    2006-06-28  Timo Schulz  <[email protected]>
59    
60            * wptGPGPrefsDlg.cpp (load_gpg4win_values): Fix control logic
61            and memory leak.
62            * wptListView.cpp (listview_find_substr): New.
63            (listview_sort_items): Use symbolic ids.
64            * wptKeyManager.cpp (km_find_key): Allow substring search.
65            
66    2006-06-27  Timo Schulz  <[email protected]>
67    
68            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Also call viewer
69            when no sig has been found (if requested).
70            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Use a button to
71            quote instead of the check box. Cleanups.
72            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Correct
73            sorting problem and wrong icon display.
74            * wptListView.cpp (listview_sort_items): Correct code for
75            checkbox based lists.
76            * wptKeylist.cpp (keylist_build): Add sorting icons.
77            * wptKeyEditDlgs.cpp (create_header_tooltip): New.
78            
79    2006-06-24  Timo Schulz  <[email protected]>
80    
81            * wptMainProc.cpp (winpt_main_proc): Localize missing string.
82            * wptKeyEditDlgs.cpp (do_add_new_subkey): Better fpr to keyid
83            conversion.
84            (subkey_list_init): Simplified.
85            
86    2006-06-22  Timo Schulz  <[email protected]>
87    
88            * WinPT-en.rc: Include versioninfo.rc to generate
89            the version info automatically.
90            
91    2006-06-19  Timo Schulz  <[email protected]>
92    
93            * wptClipDecryptDlg.cpp (verify_get_clip_info): Improved
94            format of the sig info text.
95            * wptKeyserver.cpp (check_hkp_response): Invert error logic.
96            * wptKeyserverDlg.cpp (keyserver_recv_key): Corrected error
97            handling.
98            * wptPassphraseDlg.cpp (request_key_passphrase): Return
99            utf8 encoded passphrase.
100            
101    2006-06-18  Timo Schulz  <[email protected]>
102    
103            * wptKeygenDlg.cpp (keygen_dlg_proc): Fix typo.
104            * wptClipDecryptDlg.cpp (verify_get_clip_info): New.
105            (verify_get_key_ownertrust): New.
106            (clip_decrypt_dlg_proc): New argument. Change all callers.
107            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle the case
108            that the dialog was called with a param.
109            * wptMainProc.cpp (winpt_main_proc): Wait for thread in
110            case of dbl-click.
111            
112    2006-06-16  Timo Schulz  <[email protected]>
113    
114            * wptProgressDlg.cpp (wait_for_progress_cb): New.
115            * wptMainProc.cpp (winpt_main_proc): Use this function
116            to disallow to access the cache during synchronisation.
117            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
118            * wptKeyserver.cpp (check_hkp_response): Improved text
119            extraction.
120            (parse_keyserver_error): New.
121            * wptPassphraseDlg.cpp (request_passphrase): Support utf8
122            encoding.
123            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Warn if passhrase
124            needs to be utf8 encoded but still allow it.
125            * wptPassphraseCBDlg.cpp (passphrase_callback_proc): Utf8 support.
126            * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
127            * wptKeyRevokeDlg.cpp (keyrevoke_dlg_proc): Likewise.
128            
129    2006-06-15  Timo Schulz  <[email protected]>
130    
131            * wptVerList.cpp (verlist_build): Use icons.
132            (verlist_add_sig): Set image number according to sig state.
133            
134    2006-06-14  Timo Schulz  <[email protected]>
135    
136            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Translate
137            authors string here. Noted by Eduardo.
138            * wptSymEnc.cpp (gpg_clip_sym_encrypt): Check all return codes.
139            
140    2006-06-09  Timo Schulz  <[email protected]>
141    
142            * wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle
143            RSA_E and RSA_S.
144            * wptFileManager.cpp (fm_sym_encrypt): Better dialog title.
145            
146    2006-06-08  Timo Schulz  <[email protected]>
147    
148            * wptKeyserver.cpp (parse_keyserver_url): Handle special case.
149            * wptKeySignDlg.cpp (keysign_dlg_proc): Show photo if possible.
150            (showphoto_dlg_proc): New.
151            * wptKeyManagerDlg.cpp (restore_window_size): New.
152            (keymanager_dlg_proc): Restore original window size on startup.
153            (copy_key_info): Allow to copy multiple key items.
154            
155    2006-06-06  Timo Schulz  <[email protected]>
156    
157            * wptKeyEditCB.cpp (cmd_sign_handler): Return 0 by default
158            if no expire date were given.
159            
160    2006-06-05  Timo Schulz  <[email protected]>
161    
162            * wptPassphraseDlg.cpp (request_passphrase): Release mem
163            in case of errors.
164            (request_key_passphrase): New.
165            (set_passphrase_hint): New.
166            * wptKeyEditDlgs.cpp (do_editkey_sign_userid): Show passphrase
167            hint. Suggested by vedaal.
168            
169    2006-06-03  Timo Schulz  <[email protected]>
170    
171            * wptPINDlg.cpp (pin_dlg_proc): Remove static var.
172            * wptClipEncryptDlg.cpp (show_invalid_recipients): Handle
173            the case that 'encrypt-to' points to a non-existing item.
174            * wptKeyRevokeDlg.cpp (key_revoke_dlg_proc): Do not close
175            the dialog if an error occurred.
176            * wptKeygenDlg.cpp (keygn_dlg_proc): Check expirate date.
177            * wptKeyEditDlgs.cpp (keyedit_adduid_dlg_proc): Release mem
178            in case of errors.
179            * wptKeyserverDlg.cpp (check_pattern): Improved code.
180            (keyserver_dlg_proc): All comparisons are case insentensive.
181            * wptKeyserver.cpp (parse_uid_record): utf8 decode user id.
182            
183  2006-06-02  Timo Schulz  <[email protected]>  2006-06-02  Timo Schulz  <[email protected]>
184    
185          * wptKeygenDlg.cpp (keygen_dlg_proc): Forgot to apply patch.          * wptKeygenDlg.cpp (keygen_dlg_proc): Forgot to apply patch.

Legend:
Removed from v.223  
changed lines
  Added in v.248

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26