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

Diff of /trunk/Src/ChangeLog

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

revision 226 by twoaday, Mon Jun 12 13:40:21 2006 UTC revision 255 by twoaday, Tue Aug 1 16:37:23 2006 UTC
# Line 1  Line 1 
1    2006-08-01  Timo Schulz  <[email protected]>
2    
3            * wptGPG.cpp (get_last_gnupg_access): Enhanced.
4            (gnupg_display_error): Removed unused code.
5            * wptPassphraseCB.cpp (parse_gpg_description): Text output
6            is now more human readable.
7            * wptKeyManager.cpp (km_refresh_from_keyserver): Return an
8            error code in all cases.
9            
10    2006-07-31  Timo Schulz  <[email protected]>
11    
12            * wptMainProc.cpp (clip_gpg_dlg): Merge in the current window
13            handling code.
14            * wptCurrWnd.cpp (wnd_msg_em_set_pos): Reset pos to 0, not 1.
15            * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Disable sorting
16            for list view controls.
17            
18    2006-07-30  Timo Schulz  <[email protected]>
19    
20            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Change menu style.
21            * wptKeySignDlg.cpp (keysign_dlg_proc): List all user IDs.
22            (display_keyinfo): New.
23            * wptKeySigDlg.cpp (init_datepicker_from_time): New.
24            (keysig_dlg_proc): List creation time.
25            * wptKeyManager.cpp (km_send_to_mail_recipient): Fix file
26            handling.
27            
28    2006-07-28  Timo Schulz  <[email protected]>
29    
30            * wptKeyManager.cpp (lv_del_confirmed_keys): New.
31            * wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Automatically
32            adjust key size.
33            * wptKeygenDlg.cpp (keygend_dlg_proc): Likewise.
34            
35    2006-07-25  Timo Schulz  <[email protected]>
36    
37            Applied spelling corrections from Anthony Bryan.
38            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Changed design.
39            * wptKeygenDlg.cpp (backup_keyrings): Change default keyring.
40            
41    2006-07-22  Timo Schulz  <[email protected]>
42    
43            * wptMainProc.cpp (elgamal_warn_dlg_proc): Properly handle
44            utf8 encoded user ids.
45            (winpt_main_proc): Cleanups.
46            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Allow to copy
47            email address to the clipboard.
48            
49    2006-07-15  Timo Schulz  <[email protected]>
50    
51            * WinPT.cpp (WinMain): Compare PTD and WinPT version to avoid
52            any compatibility problems.
53            * wptW32API.cpp (get_file_version): Cleanups.
54            
55    2006-07-10  Timo Schulz  <[email protected]>
56    
57            * wptUtil.cpp (check_file_name): New.
58            * wptKeyRevokeDlg.cpp (mk_cert_name): Avoid illegal chars.
59            (key_revoke_dlg_proc): Likewise.
60            * wptMDSumDlg.cpp (mdsum_dlg_proc): Corrected file handling.
61            * wptImportList.cpp (implist_load): Likewise.
62            * wptFileSaveDlg.cpp (file_save_dlg_proc): Likewise.
63            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Hide dialog item.
64            
65    2006-07-05  Timo Schulz  <[email protected]>
66    
67            * wptMainProc.cpp (winpt_main_proc): Change menu texts.
68            * wptClipEditDlg.cpp (clip_edit_dlg_proc): More lightweight
69            with a menu instead of dozen of buttons.
70            
71    2006-07-01  Timo Schulz  <[email protected]>
72    
73            * wptFileManager.cpp (fm_sort): Rewritten.
74            (fm_build): Modify param type. Change all callers.
75            (fm_cmp_cb): Adjusted for the new code.
76            * wptMDSumDlg.cpp (mdsum_dlg_proc): Minor changes and model
77            for the list view.
78            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use info
79            context and model for the list view.
80            (update_status_bar): Fix calculation of the size of the
81            selected files.
82            * wptProgressDlg.cpp (wait_for_progress_cb): Changed semantic
83            and return type.
84            
85    2006-06-28  Timo Schulz  <[email protected]>
86    
87            * wptGPGPrefsDlg.cpp (load_gpg4win_values): Fix control logic
88            and memory leak.
89            * wptListView.cpp (listview_find_substr): New.
90            (listview_sort_items): Use symbolic ids.
91            * wptKeyManager.cpp (km_find_key): Allow substring search.
92            
93    2006-06-27  Timo Schulz  <[email protected]>
94    
95            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Also call viewer
96            when no sig has been found (if requested).
97            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Use a button to
98            quote instead of the check box. Cleanups.
99            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Correct
100            sorting problem and wrong icon display.
101            * wptListView.cpp (listview_sort_items): Correct code for
102            checkbox based lists.
103            * wptKeylist.cpp (keylist_build): Add sorting icons.
104            * wptKeyEditDlgs.cpp (create_header_tooltip): New.
105            
106    2006-06-24  Timo Schulz  <[email protected]>
107    
108            * wptMainProc.cpp (winpt_main_proc): Localize missing string.
109            * wptKeyEditDlgs.cpp (do_add_new_subkey): Better fpr to keyid
110            conversion.
111            (subkey_list_init): Simplified.
112            
113    2006-06-22  Timo Schulz  <[email protected]>
114    
115            * WinPT-en.rc: Include versioninfo.rc to generate
116            the version info automatically.
117            
118    2006-06-19  Timo Schulz  <[email protected]>
119    
120            * wptClipDecryptDlg.cpp (verify_get_clip_info): Improved
121            format of the sig info text.
122            * wptKeyserver.cpp (check_hkp_response): Invert error logic.
123            * wptKeyserverDlg.cpp (keyserver_recv_key): Corrected error
124            handling.
125            * wptPassphraseDlg.cpp (request_key_passphrase): Return
126            utf8 encoded passphrase.
127            
128    2006-06-18  Timo Schulz  <[email protected]>
129    
130            * wptKeygenDlg.cpp (keygen_dlg_proc): Fix typo.
131            * wptClipDecryptDlg.cpp (verify_get_clip_info): New.
132            (verify_get_key_ownertrust): New.
133            (clip_decrypt_dlg_proc): New argument. Change all callers.
134            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle the case
135            that the dialog was called with a param.
136            * wptMainProc.cpp (winpt_main_proc): Wait for thread in
137            case of dbl-click.
138            
139    2006-06-16  Timo Schulz  <[email protected]>
140    
141            * wptProgressDlg.cpp (wait_for_progress_cb): New.
142            * wptMainProc.cpp (winpt_main_proc): Use this function
143            to disallow to access the cache during synchronisation.
144            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
145            * wptKeyserver.cpp (check_hkp_response): Improved text
146            extraction.
147            (parse_keyserver_error): New.
148            * wptPassphraseDlg.cpp (request_passphrase): Support utf8
149            encoding.
150            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Warn if passhrase
151            needs to be utf8 encoded but still allow it.
152            * wptPassphraseCBDlg.cpp (passphrase_callback_proc): Utf8 support.
153            * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
154            * wptKeyRevokeDlg.cpp (keyrevoke_dlg_proc): Likewise.
155            
156    2006-06-15  Timo Schulz  <[email protected]>
157    
158            * wptVerList.cpp (verlist_build): Use icons.
159            (verlist_add_sig): Set image number according to sig state.
160            
161    2006-06-14  Timo Schulz  <[email protected]>
162    
163            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Translate
164            authors string here. Noted by Eduardo.
165            * wptSymEnc.cpp (gpg_clip_sym_encrypt): Check all return codes.
166            
167  2006-06-09  Timo Schulz  <[email protected]>  2006-06-09  Timo Schulz  <[email protected]>
168    
169          * wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle          * wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle

Legend:
Removed from v.226  
changed lines
  Added in v.255

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26