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

Diff of /trunk/Src/ChangeLog

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

revision 167 by twoaday, Thu Jan 26 10:17:17 2006 UTC revision 177 by twoaday, Tue Feb 14 15:46:29 2006 UTC
# Line 1  Line 1 
1    2006-02-14  Timo Schulz  <[email protected]>
2    
3            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Localize 'Cancel'.
4            * wptKeysignDlg.cpp (keysign_dlg_proc): Implement 'Hide Typing'.
5            * wptFileManager.cpp (fm_sym_encrypt): Set cancel.
6            (fm_parse_files): Handle cancel.
7            
8    2006-02-10  Timo Schulz  <[email protected]>
9    
10            * wptKeyPropsDlg.cpp (props_dlg_proc): Removed unused vars.
11            * wptKeyEditDlgs.cpp (do_editkey_check): Use winpt_key_t
12            for the dialog param.
13            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use new list
14            signature dialog by default.
15            * wptKeysigDlg.cpp (sigprops_dlg_proc): Use directly
16            gpgme_key_sig_t as param.
17            (keysig_dlg_proc): Change param for property dialog.
18            * wptSigTreeDlg.cpp (sigtree_load): Skip revoked user-ids
19            and use icons.
20            (sigtree_dlg_proc): Allow to execute old list dialog to
21            edit the signatures.
22            
23    2006-02-09  Timo Schulz  <[email protected]>
24    
25            * wptRegistry.cpp (set_winpt_reg_prefs): Removed keylist mode.
26            * wptNLS.c (gettext_localize_dialog): New.
27            * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Add 'Cancel' button
28            to avoid to reload the key cache.
29            * wptClipEncryptDlg.cpp (clipenc_dlg_proc): Drop old 'normal'
30            list mode.
31            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
32            * wptPreferencesDlg.cpp (on_init_dialog): New. Move dialog
33            initiation code to this function.
34            (prefs_dlg_proc): Use it here.
35            
36    2006-02-07  Timo Schulz  <[email protected]>
37    
38            * wptKeyEdit.cpp (setNoPassphrase): New.
39            (getValidDays): New.
40            * wptKeysignDlg.cpp (keysign_dlg_proc): Check on init
41            if the key is protected.
42            * wptKeyEditDlgs.cpp (keyedit_addphoto_dlg_proc): Handle
43            keys without a passphrase.
44            (keyedit_addrevoker_dlg_proc): Likewise.
45            
46    2006-02-04  Timo Schulz  <[email protected]>
47    
48            * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Check for
49            at least one ultimately trusted key.
50            * wptKeyManager.cpp (km_refresh_key_from_keyserver):
51            Only check inet connection if we refresh all keys.
52            * wptGPGUtil.cpp (gpg_extract_keys): New.
53            * wptClipEncryptDlg.cpp (clip_encrypt_dlg_proc): Use textmode.
54            * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Likewise.
55            * wptClipSignDlg.cpp (get_selected_key): New.
56            (one_key_proc): Use it here.
57            (count_useable_seckeys): New.
58            * wptSigTreeDlg.cpp (sigtree_dlg_proc): New.
59            * wptKeyEditDlgs.cpp (diff_time): Removed.
60            (w32_mktime): New.
61            (keyedit_addsubkey_dlg_proc): Use it here.
62            
63    2006-02-02  Timo Schulz  <[email protected]>
64    
65            * wptW32API.cpp (get_temp_name): New.
66            * wptKeyserver.cpp (ldap_recvkey): Use it here.
67            * wptKeyPropsDlg.cpp (get_photo_tmpname): Likewise.
68            * wptGPGUtil.cpp (create_tempfile): Likewise.
69            * wptImportList.cpp (implist_load): Likewise.
70            * wptKeyCache.cpp (parse_attr_data): Likewise.
71            (w32_tempfile): Removed.
72            * wptGPGME.cpp (check_ultimate_trusted_key): New.
73            
74    2006-01-31  Timo Schulz  <[email protected]>
75    
76            * wptMainProc.cpp (winpt_main_proc): Fix usage of the
77            help system.
78            * wptListView.cpp (listview_set_chkbox_style): New.
79            (listview_get_item_state): Support new checkbox style.
80            (listview_new): Reset flag var.
81            * wptKeylist.cpp (keylist_build): Support new checkbox style.
82            
83    2006-01-30  Timo Schulz  <[email protected]>
84    
85            * WinPT.cpp (check_readonly_attr): New.
86            (load_gpg_env): Use it here.
87            (WinPT): Make the the default key is searched in the
88            secret key cache.
89            Change error message.
90            * wptRegistry.cpp (regist_int_winpt): Make sure
91            the register extension is only offered once to the user.
92            * wptKeyPropsDlg.cpp (get_photo_tmpname): Always use
93            temp directory. Fixed a privilege problem.
94            
95    2006-01-29  Timo Schulz  <[email protected]>
96    
97            * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC
98            to quit dialog.
99            * wptKeysignDlg.cpp (sig_class_dlg_proc): More space for
100            translations. Directly return sig class.
101            (keysign_dlg_proc): Change msgbox title.
102            * wptKeyEdit.cpp (signUserid): New.
103            (getUseridIndex): New.
104            (getKeyIndex): New.
105            (getSigIndex): New.
106            (clear): New.
107            * wptKeyEditCB.cpp (cmd_sign_handler): Allow to select
108            user-id first.
109            * wptKeyEditDlgs.cpp (lookup_cmd): New.
110            (do_editkey_sign_userid): New.
111            (do_init_cmdlist): Differ between key pairs and public keys
112            and allowed actions.
113            (keyedit_change_ownertrust): Show msgbox on success.
114            (get_default_key): New.
115            * wptPassphraseDlg.cpp (request_passphrase): Reset @cancel.
116            
117    2006-01-27  Timo Schulz  <[email protected]>
118    
119            * WinPT.cpp (WinMain): Set minimal list mode as default.
120            * wptKeyCache.cpp (gpg_keycache_sync): Handle special v3 keys.
121            
122  2006-01-25  Timo Schulz  <[email protected]>  2006-01-25  Timo Schulz  <[email protected]>
123    
124          * wptRegistry.cpp (get_reg_entry_gpg): Return NULL if          * wptRegistry.cpp (get_reg_entry_gpg): Return NULL if

Legend:
Removed from v.167  
changed lines
  Added in v.177

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26