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

Diff of /trunk/Src/ChangeLog

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

revision 101 by twoaday, Fri Nov 25 10:56:05 2005 UTC revision 128 by twoaday, Mon Dec 19 13:05:59 2005 UTC
# Line 1  Line 1 
1    2005-12-18  Timo Schulz  <[email protected]>
2    
3            * wptKeyManagerDlg.cpp (save_column_size): New.
4            (restore_column_size): New.
5            (keymanager_dlg_proc): Save and restore column sizes for
6            the listview control.
7            * wptKeyManager.cpp (key_get_info): New.
8            (km_delete_keys): Use it here to have a consistent message.
9            Use stored key context and not the column data.
10            (km_enable_disable_key): Likewise.
11            (km_send_to_keyserver): Likewise.
12            (km_set_implicit_trust): Likewise.
13            * wptKeylist.cpp (get_key_pubalgo2): New.
14            
15    2005-12-17  Timo Schulz  <[email protected]>
16    
17            * wptUTF8.cpp: Removed unused charset array.
18            * wptSigList.cpp (siglist_build): Increase size for 'class'
19            column.
20            * wptGPG.cpp (get_gnupg_path): Simplified.
21            * WinPT.cpp (load_gpg_env): New.
22            (check_crypto_engine): Return type is now bool.
23            * wptRegistry.cpp (is_gpg4win_installed): New.
24            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): More consistent
25            dialog design.
26            * wptKeyManagerDlg.cpp (translate_menu_strings): New.
27            (translate_popupmenu_strings): New.
28            * wptKeyEditDlgs.cpp (is_jpg_file): New.
29            
30    2005-12-13  Timo Schulz  <[email protected]>
31    
32            * wptCommonDlg.cpp (http_dlg_proc): Localized missing elements.
33            * wptKeyManagerDlg.cpp (change_edit_menu): New.
34            (change_key_menu): Renamed from...
35            (menu_gpg_readonly): ..this.
36            (clip_contains_pgpkey): New.
37            (update_ui_items): Do not allow to sign expired keys.
38            (keymanager_dlg_proc): Same for popup menu.
39            * wptKeyPropsDlg.cpp (parse_preflist): Fixed string handling.
40            * wptKeyCache.cpp (copy_uid_prefs):
41            (gpg_keycache_sync): Copy uid prefs so the key property
42            dialog show the correct values. Thanks to Shane.
43            
44    2005-12-11  Timo Schulz  <[email protected]>
45    
46            * wptW32API.cpp (get_file_version): New.
47            * wptGPGUtil.cpp (create_process): Always hide window.
48            * wptClipEditDlg.cpp (clipedit_dlg_proc): Use 'Close'
49            instead of 'Exit'.
50            * wptKeyManager.cpp (km_http_import): New filename
51            generation code.
52            (km_send_to_mail_recipient): Cleanups.
53            * wptKeyEditDlg.cpp (showpref_dlg_proc): Localize dialog.
54            * wptKeyManagerDlg.cpp (update_ui_items): Handle the case
55            when multiple keys are selected.
56            (popup_multiple): New.
57            * WinPT.cpp (WinMain): Check that the PTD.dll and WinPT.exe
58            file versions are equal. Rewrote --keymanager code.
59            
60    2005-12-08  Timo Schulz  <[email protected]>
61    
62            * wptKeyserverDlg.cpp (show_imported_keys): Enhanced.
63            (hkp_recv_key2): Show user-id of the imported key instead
64            of just the pattern.
65            * wptFileCBS.cpp (read_cb): Changed to W32 API.
66            (write_cb): Likewise. Create output file on demand.
67            (gpg_file_data_new): Adjusted code for new API.
68            * wptKeyEdit.cpp (cleanKey): New.
69            * wptKeyEditCB.cpp (cmd_clean_handler): New.
70            (editkey_command_handler): Call clean handler.
71            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Sort
72            keylist after inserting items.
73            * wptFileManager.cpp (fm_set_status): Take care of
74            cleartext sigs.
75            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Make
76            sure can be closed.
77            
78    2005-12-07  Timo Schulz  <[email protected]>
79    
80            * wptOwnertrustDlg.cpp (ownertrust_dlg_proc):
81            Use 'Close' instead of 'Exit'.
82            * wptKeyEditDlgs.cpp (keyedit_dlg_proc): Likewise.
83            * wptGPG.cpp (gnupg_backup_keyrings): Use $APPDATA
84            as the destination dir. Thanks to Werner.
85            * wptRegistry.cpp (is_gpgee_installed): New.
86            (regist_inst_winpt): Do not register file extensions
87            if GPGee is available.
88            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Limit
89            use of local vars.
90            * wptPreferencesDlg.cpp (prefs_dlg_proc): Make sure
91            no illegal backup mode is saved.
92            * wptKeyserverDlg.cpp (show_imported_key): New.
93            (hkp_recv_key2): Show imported keys if the blob
94            contained more than one.
95            
96    2005-12-06  Timo Schulz  <[email protected]>
97    
98            * WinPT.cpp (WinMain): Load the gettext environment soon
99            as possible so all 'first start' messages are localized.
100            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): If a single key is
101            received via the keyserver, return the gpgme key context on
102            success and add it directly to the list.
103            * wptKeyserverDlg.cpp (keyserver_dlg_proc): Support a param
104            to store the key.
105            (hkp_recv_key2): Add extra param for the fingerprint.
106            (hkp_recv_key): Call hkp_recv_key2 without fingerprint.
107            
108    2005-12-02  Werner Koch  <[email protected]>
109    
110            * wptKeyEditDlgs.cpp (subkey_list_init): Avoid trigraphs.
111    
112    2005-12-01  Timo Schulz  <[email protected]>
113    
114            * wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic
115            for get_gpg_sigstat().
116            * wptGPGME.cpp (get_gpg_sigstat): New. It is now a function.
117            As a macro strings will not be translated at runtime.
118            * wptKeyserverDlg.cpp (hkp_recv_key): Properly detect if we
119            need to update the cache. Thanks to Jan-Oliver.
120            * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localized.
121            
122    2005-11-30  Timo Schulz  <[email protected]>
123    
124            * wptW32API.cpp (dialog_box_param): Removed LANG_DE code.
125            * WinPT-en.rc: Removed string list.
126            * wptFileSaveDlg.cpp (file_save_dlg_proc): Localized
127            * wptKeylist.cpp (keylist_build): Cannot use global
128            arrays for the columns due to gettext.
129            
130    2005-11-29  Timo Schulz  <[email protected]>
131    
132            * WinPT.cpp (WinMain): Modify --keymanager. If an instance
133            is running, just send the command to open the manager.
134            
135  2005-11-25  Timo Schulz  <[email protected]>  2005-11-25  Timo Schulz  <[email protected]>
136    
137          * wptKeyEditCB.cpp (addrev_cmd_handler): Avoid hanging          * wptKeyEditCB.cpp (addrev_cmd_handler): Avoid hanging

Legend:
Removed from v.101  
changed lines
  Added in v.128

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26