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

Diff of /trunk/Src/ChangeLog

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

revision 228 by twoaday, Thu Jun 15 11:37:53 2006 UTC revision 260 by twoaday, Wed Aug 16 10:01:30 2006 UTC
# Line 1  Line 1 
1    2006-08-11  Timo Schulz  <[email protected]>
2    
3            * wptGPGMEWrapper.cpp (importFromFile): New.
4            (importFromClipboard): New.
5            (importGetResult): New.
6            * wptKeyManager.cpp (km_file_import): Use gpgme wrapper.
7            (km_clip_import): Ditto.
8            * wptKeyEdit.cpp (addCardKey): New.
9            * wptKeyEditCB.cpp (cmd_addcardkey_handler): New.
10            * wptCardEdit.cpp (get_str_timestamp): Use locale date format.
11            * wptCardDlg.cpp (card_edit_dlg_proc): Began to localize dialog.
12            * wptKeyCache.cpp (key_divert_to_card): Adjusted for 'addcardkey'.
13            
14    2006-08-10  Timo Schulz  <[email protected]>
15    
16            * wptFileManager.cpp (fm_verify_pasted_detsig): '=' should be
17            '=='.
18            * wptGPGME.cpp (sigsum_to_index): Correctly handle expired
19            keys and signatures.
20            (get_gpg_sigstat): Adjusted code.
21            * wptCardDlg.cpp (card_changepin_dlg_proc): Cleanups.
22            (gpg_card_load): Improved card detection code.
23            * wptFirstRunDlg.cpp (first_run_dlg_proc): Allow to generate
24            a key on a card. Suggested by Achim.
25            * wptUtil.cpp (check_email_address): Add sanity check for
26            the length.
27            * WinPT.cpp (WinMain): Handle cardgen request.
28            
29    2006-08-04  Timo Schulz  <[email protected]>
30    
31            * wptKeysignDlg.cpp (display_keyinfo): Skip revoked user IDs.
32            * wptKeyManagerDlg.cpp (reload_keylist): Use updated ptr.
33            * wptKeyCache.cpp (gpg_keycache_delete_key): Correct handling
34            for the situation that the last key in the cache is deleted.
35            * wptFileManagerDlg.cpp (update_ui_items): Fix file name
36            detection.
37            
38    2006-08-02  Timo Schulz  <[email protected]>
39    
40            * wptClipDecryptDlg.cpp (verify_get_clip_info): Fix problem
41            with static data.
42            (clip_decrypt_dlg_proc): Prefix keyid with 0x.
43            (get_key_userid): Fix problem when key was not found.
44            * wptClipVerifyDlg.cpp (fetch_key_from_keyserver): Correct
45            fingerprint to short keyid conversion.
46            * wptVerifyList.cpp (verlist_set_additional_info): Handle bad
47            sigs.
48            * wptKeyManagerDlg.cpp (update_status_bar): Faster update code.
49            
50            
51    2006-08-01  Timo Schulz  <[email protected]>
52    
53            * wptGPG.cpp (get_last_gnupg_access): Enhanced.
54            (gnupg_display_error): Removed unused code.
55            * wptPassphraseCB.cpp (parse_gpg_description): Text output
56            is now more human readable.
57            * wptKeyManager.cpp (km_refresh_from_keyserver): Return an
58            error code in all cases.
59            
60    2006-07-31  Timo Schulz  <[email protected]>
61    
62            * wptMainProc.cpp (clip_gpg_dlg): Merge in the current window
63            handling code.
64            * wptCurrWnd.cpp (wnd_msg_em_set_pos): Reset pos to 0, not 1.
65            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable sorting
66            for list view controls.
67            
68    2006-07-30  Timo Schulz  <[email protected]>
69    
70            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Change menu style.
71            * wptKeySignDlg.cpp (keysign_dlg_proc): List all user IDs.
72            (display_keyinfo): New.
73            * wptKeySigDlg.cpp (init_datepicker_from_time): New.
74            (keysig_dlg_proc): List creation time.
75            * wptKeyManager.cpp (km_send_to_mail_recipient): Fix file
76            handling.
77            
78    2006-07-28  Timo Schulz  <[email protected]>
79    
80            * wptKeyManager.cpp (lv_del_confirmed_keys): New.
81            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Automatically
82            adjust key size.
83            * wptKeygenDlg.cpp (keygend_dlg_proc): Likewise.
84            
85    2006-07-25  Timo Schulz  <[email protected]>
86    
87            Applied spelling corrections from Anthony Bryan.
88            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Changed design.
89            * wptKeygenDlg.cpp (backup_keyrings): Change default keyring.
90            
91    2006-07-22  Timo Schulz  <[email protected]>
92    
93            * wptMainProc.cpp (elgamal_warn_dlg_proc): Properly handle
94            utf8 encoded user ids.
95            (winpt_main_proc): Cleanups.
96            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Allow to copy
97            email address to the clipboard.
98            
99    2006-07-15  Timo Schulz  <[email protected]>
100    
101            * WinPT.cpp (WinMain): Compare PTD and WinPT version to avoid
102            any compatibility problems.
103            * wptW32API.cpp (get_file_version): Cleanups.
104            
105    2006-07-10  Timo Schulz  <[email protected]>
106    
107            * wptUtil.cpp (check_file_name): New.
108            * wptKeyRevokeDlg.cpp (mk_cert_name): Avoid illegal chars.
109            (key_revoke_dlg_proc): Likewise.
110            * wptMDSumDlg.cpp (mdsum_dlg_proc): Corrected file handling.
111            * wptImportList.cpp (implist_load): Likewise.
112            * wptFileSaveDlg.cpp (file_save_dlg_proc): Likewise.
113            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Hide dialog item.
114            
115    2006-07-05  Timo Schulz  <[email protected]>
116    
117            * wptMainProc.cpp (winpt_main_proc): Change menu texts.
118            * wptClipEditDlg.cpp (clip_edit_dlg_proc): More lightweight
119            with a menu instead of dozen of buttons.
120            
121    2006-07-01  Timo Schulz  <[email protected]>
122    
123            * wptFileManager.cpp (fm_sort): Rewritten.
124            (fm_build): Modify param type. Change all callers.
125            (fm_cmp_cb): Adjusted for the new code.
126            * wptMDSumDlg.cpp (mdsum_dlg_proc): Minor changes and model
127            for the list view.
128            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use info
129            context and model for the list view.
130            (update_status_bar): Fix calculation of the size of the
131            selected files.
132            * wptProgressDlg.cpp (wait_for_progress_cb): Changed semantic
133            and return type.
134            
135    2006-06-28  Timo Schulz  <[email protected]>
136    
137            * wptGPGPrefsDlg.cpp (load_gpg4win_values): Fix control logic
138            and memory leak.
139            * wptListView.cpp (listview_find_substr): New.
140            (listview_sort_items): Use symbolic ids.
141            * wptKeyManager.cpp (km_find_key): Allow substring search.
142            
143    2006-06-27  Timo Schulz  <[email protected]>
144    
145            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Also call viewer
146            when no sig has been found (if requested).
147            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Use a button to
148            quote instead of the check box. Cleanups.
149            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Correct
150            sorting problem and wrong icon display.
151            * wptListView.cpp (listview_sort_items): Correct code for
152            checkbox based lists.
153            * wptKeylist.cpp (keylist_build): Add sorting icons.
154            * wptKeyEditDlgs.cpp (create_header_tooltip): New.
155            
156    2006-06-24  Timo Schulz  <[email protected]>
157    
158            * wptMainProc.cpp (winpt_main_proc): Localize missing string.
159            * wptKeyEditDlgs.cpp (do_add_new_subkey): Better fpr to keyid
160            conversion.
161            (subkey_list_init): Simplified.
162            
163    2006-06-22  Timo Schulz  <[email protected]>
164    
165            * WinPT-en.rc: Include versioninfo.rc to generate
166            the version info automatically.
167            
168    2006-06-19  Timo Schulz  <[email protected]>
169    
170            * wptClipDecryptDlg.cpp (verify_get_clip_info): Improved
171            format of the sig info text.
172            * wptKeyserver.cpp (check_hkp_response): Invert error logic.
173            * wptKeyserverDlg.cpp (keyserver_recv_key): Corrected error
174            handling.
175            * wptPassphraseDlg.cpp (request_key_passphrase): Return
176            utf8 encoded passphrase.
177            
178    2006-06-18  Timo Schulz  <[email protected]>
179    
180            * wptKeygenDlg.cpp (keygen_dlg_proc): Fix typo.
181            * wptClipDecryptDlg.cpp (verify_get_clip_info): New.
182            (verify_get_key_ownertrust): New.
183            (clip_decrypt_dlg_proc): New argument. Change all callers.
184            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle the case
185            that the dialog was called with a param.
186            * wptMainProc.cpp (winpt_main_proc): Wait for thread in
187            case of dbl-click.
188            
189    2006-06-16  Timo Schulz  <[email protected]>
190    
191            * wptProgressDlg.cpp (wait_for_progress_cb): New.
192            * wptMainProc.cpp (winpt_main_proc): Use this function
193            to disallow to access the cache during synchronisation.
194            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
195            * wptKeyserver.cpp (check_hkp_response): Improved text
196            extraction.
197            (parse_keyserver_error): New.
198            * wptPassphraseDlg.cpp (request_passphrase): Support utf8
199            encoding.
200            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Warn if passhrase
201            needs to be utf8 encoded but still allow it.
202            * wptPassphraseCBDlg.cpp (passphrase_callback_proc): Utf8 support.
203            * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
204            * wptKeyRevokeDlg.cpp (keyrevoke_dlg_proc): Likewise.
205            
206  2006-06-15  Timo Schulz  <[email protected]>  2006-06-15  Timo Schulz  <[email protected]>
207    
208          * wptVerList.cpp (verlist_build): Use icons.          * wptVerList.cpp (verlist_build): Use icons.

Legend:
Removed from v.228  
changed lines
  Added in v.260

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26