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

Diff of /trunk/Src/ChangeLog

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

revision 225 by twoaday, Tue Jun 6 13:37:59 2006 UTC revision 247 by twoaday, Fri Jul 21 08:19:24 2006 UTC
# Line 1  Line 1 
1    2006-07-10  Timo Schulz  <[email protected]>
2    
3            * wptUtil.cpp (check_file_name): New.
4            * wptKeyRevokeDlg.cpp (mk_cert_name): Avoid illegal chars.
5            (key_revoke_dlg_proc): Likewise.
6            * wptMDSumDlg.cpp (mdsum_dlg_proc): Corrected file handling.
7            * wptImportList.cpp (implist_load): Likewise.
8            * wptFileSaveDlg.cpp (file_save_dlg_proc): Likewise.
9            * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Hide dialog item.
10            
11    2006-07-05  Timo Schulz  <[email protected]>
12    
13            * wptMainProc.cpp (winpt_main_proc): Change menu texts.
14            * wptClipEditDlg.cpp (clip_edit_dlg_proc): More lightweight
15            with a menu instead of dozen of buttons.
16            
17    2006-07-01  Timo Schulz  <[email protected]>
18    
19            * wptFileManager.cpp (fm_sort): Rewritten.
20            (fm_build): Modify param type. Change all callers.
21            (fm_cmp_cb): Adjusted for the new code.
22            * wptMDSumDlg.cpp (mdsum_dlg_proc): Minor changes and model
23            for the list view.
24            * wptFileManagerDlg.cpp (file_manager_dlg_proc): Use info
25            context and model for the list view.
26            (update_status_bar): Fix calculation of the size of the
27            selected files.
28            * wptProgressDlg.cpp (wait_for_progress_cb): Changed semantic
29            and return type.
30            
31    2006-06-28  Timo Schulz  <[email protected]>
32    
33            * wptGPGPrefsDlg.cpp (load_gpg4win_values): Fix control logic
34            and memory leak.
35            * wptListView.cpp (listview_find_substr): New.
36            (listview_sort_items): Use symbolic ids.
37            * wptKeyManager.cpp (km_find_key): Allow substring search.
38            
39    2006-06-27  Timo Schulz  <[email protected]>
40    
41            * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Also call viewer
42            when no sig has been found (if requested).
43            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Use a button to
44            quote instead of the check box. Cleanups.
45            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Correct
46            sorting problem and wrong icon display.
47            * wptListView.cpp (listview_sort_items): Correct code for
48            checkbox based lists.
49            * wptKeylist.cpp (keylist_build): Add sorting icons.
50            * wptKeyEditDlgs.cpp (create_header_tooltip): New.
51            
52    2006-06-24  Timo Schulz  <[email protected]>
53    
54            * wptMainProc.cpp (winpt_main_proc): Localize missing string.
55            * wptKeyEditDlgs.cpp (do_add_new_subkey): Better fpr to keyid
56            conversion.
57            (subkey_list_init): Simplified.
58            
59    2006-06-22  Timo Schulz  <[email protected]>
60    
61            * WinPT-en.rc: Include versioninfo.rc to generate
62            the version info automatically.
63            
64    2006-06-19  Timo Schulz  <[email protected]>
65    
66            * wptClipDecryptDlg.cpp (verify_get_clip_info): Improved
67            format of the sig info text.
68            * wptKeyserver.cpp (check_hkp_response): Invert error logic.
69            * wptKeyserverDlg.cpp (keyserver_recv_key): Corrected error
70            handling.
71            * wptPassphraseDlg.cpp (request_key_passphrase): Return
72            utf8 encoded passphrase.
73            
74    2006-06-18  Timo Schulz  <[email protected]>
75    
76            * wptKeygenDlg.cpp (keygen_dlg_proc): Fix typo.
77            * wptClipDecryptDlg.cpp (verify_get_clip_info): New.
78            (verify_get_key_ownertrust): New.
79            (clip_decrypt_dlg_proc): New argument. Change all callers.
80            * wptClipEditDlg.cpp (clip_edit_dlg_proc): Handle the case
81            that the dialog was called with a param.
82            * wptMainProc.cpp (winpt_main_proc): Wait for thread in
83            case of dbl-click.
84            
85    2006-06-16  Timo Schulz  <[email protected]>
86    
87            * wptProgressDlg.cpp (wait_for_progress_cb): New.
88            * wptMainProc.cpp (winpt_main_proc): Use this function
89            to disallow to access the cache during synchronisation.
90            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
91            * wptKeyserver.cpp (check_hkp_response): Improved text
92            extraction.
93            (parse_keyserver_error): New.
94            * wptPassphraseDlg.cpp (request_passphrase): Support utf8
95            encoding.
96            * wptKeyEditDlgs.cpp (keyedit_change_passwd): Warn if passhrase
97            needs to be utf8 encoded but still allow it.
98            * wptPassphraseCBDlg.cpp (passphrase_callback_proc): Utf8 support.
99            * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
100            * wptKeyRevokeDlg.cpp (keyrevoke_dlg_proc): Likewise.
101            
102    2006-06-15  Timo Schulz  <[email protected]>
103    
104            * wptVerList.cpp (verlist_build): Use icons.
105            (verlist_add_sig): Set image number according to sig state.
106            
107    2006-06-14  Timo Schulz  <[email protected]>
108    
109            * wptAboutDlgs.cpp (about_winpt_dlg_proc): Translate
110            authors string here. Noted by Eduardo.
111            * wptSymEnc.cpp (gpg_clip_sym_encrypt): Check all return codes.
112            
113    2006-06-09  Timo Schulz  <[email protected]>
114    
115            * wptKeyEditDlgs.cpp (do_add_new_subkey): Properly handle
116            RSA_E and RSA_S.
117            * wptFileManager.cpp (fm_sym_encrypt): Better dialog title.
118            
119    2006-06-08  Timo Schulz  <[email protected]>
120    
121            * wptKeyserver.cpp (parse_keyserver_url): Handle special case.
122            * wptKeySignDlg.cpp (keysign_dlg_proc): Show photo if possible.
123            (showphoto_dlg_proc): New.
124            * wptKeyManagerDlg.cpp (restore_window_size): New.
125            (keymanager_dlg_proc): Restore original window size on startup.
126            (copy_key_info): Allow to copy multiple key items.
127            
128  2006-06-06  Timo Schulz  <[email protected]>  2006-06-06  Timo Schulz  <[email protected]>
129    
130          * wptKeyEditCB.cpp (cmd_sign_handler): Return 0 by default          * wptKeyEditCB.cpp (cmd_sign_handler): Return 0 by default

Legend:
Removed from v.225  
changed lines
  Added in v.247

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26