1 |
|
2006-01-30 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* WinPT.cpp (check_readonly_attr): New. |
4 |
|
(load_gpg_env): Use it here. |
5 |
|
* wptRegistry.cpp (regist_int_winpt): Make sure |
6 |
|
the register extension is only offered once to the user. |
7 |
|
|
8 |
|
2006-01-29 Timo Schulz <[email protected]> |
9 |
|
|
10 |
|
* wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC |
11 |
|
to quit dialog. |
12 |
|
* wptKeysignDlg.cpp (sig_class_dlg_proc): More space for |
13 |
|
translations. Directly return sig class. |
14 |
|
(keysign_dlg_proc): Change msgbox title. |
15 |
|
* wptKeyEdit.cpp (signUserid): New. |
16 |
|
(getUseridIndex): New. |
17 |
|
(getKeyIndex): New. |
18 |
|
(getSigIndex): New. |
19 |
|
(clear): New. |
20 |
|
* wptKeyEditCB.cpp (cmd_sign_handler): Allow to select |
21 |
|
user-id first. |
22 |
|
* wptKeyEditDlgs.cpp (lookup_cmd): New. |
23 |
|
(do_editkey_sign_userid): New. |
24 |
|
(do_init_cmdlist): Differ between key pairs and public keys |
25 |
|
and allowed actions. |
26 |
|
(keyedit_change_ownertrust): Show msgbox on success. |
27 |
|
(get_default_key): New. |
28 |
|
* wptPassphraseDlg.cpp (request_passphrase): Reset @cancel. |
29 |
|
|
30 |
|
2006-01-27 Timo Schulz <[email protected]> |
31 |
|
|
32 |
|
* WinPT.cpp (WinMain): Set minimal list mode as default. |
33 |
|
* wptKeyCache.cpp (gpg_keycache_sync): Handle special v3 keys. |
34 |
|
|
35 |
|
2006-01-25 Timo Schulz <[email protected]> |
36 |
|
|
37 |
|
* wptRegistry.cpp (get_reg_entry_gpg): Return NULL if |
38 |
|
the key exist with no value. |
39 |
|
* wptMDSumDlg.cpp (mdsum_dlg_proc): Translate string. |
40 |
|
* wptKeysignDlg.cpp (do_fill_seclist): Select the |
41 |
|
default key if possible. |
42 |
|
* wptFirstRunDlg.cpp (firstrun_dlg_proc): Directly |
43 |
|
return the choice. |
44 |
|
* wptKeylist.cpp (get_key_desc): New. |
45 |
|
(keylist_upd_key): Free memory. |
46 |
|
* wptKeyCache.cpp (gpg_keycache_get_default_key): New. |
47 |
|
(gpg_keycache_set_default_key): New. |
48 |
|
* WinPT.cpp (gpg_prefs_ok): New. |
49 |
|
(WinMain): Only start gpg prefs if needed. |
50 |
|
|
51 |
|
2006-01-24 Timo Schulz <[email protected]> |
52 |
|
|
53 |
|
* wptKeyManager.cpp (km_dropped_file_import): New. |
54 |
|
* wptKeyManagerDlg.cpp (keylist_subclass_proc): Allow |
55 |
|
to drop files and try to import them. |
56 |
|
(keymanager_dlg_proc): Pass kmi as opaque to the subclass |
57 |
|
proc. |
58 |
|
|
59 |
|
2006-01-23 Timo Schulz <[email protected]> |
60 |
|
|
61 |
|
* wptMDSumDlg.cpp (mdsum_dlg_proc): Allow to send output |
62 |
|
to the clipboard. |
63 |
|
* wptKeyEditDlgs.cpp (keyedit_change_ownertrust): New. |
64 |
|
(do_editkey_enable_disable): New. |
65 |
|
* wptKeyPropsDlg.cpp (keyprops_dlg_proc): Usability fix. Do not |
66 |
|
close the dialog if the user cancelled the ownertrust dialog. |
67 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Return TRUE to indicate |
68 |
|
an update of any value. |
69 |
|
|
70 |
|
2006-01-21 Timo Schulz <[email protected]> |
71 |
|
|
72 |
|
* wptKeyCache.cpp (keycache_next_key): Handle the case |
73 |
|
that there is a secret key without a public part. |
74 |
|
* wptKeyserver.cpp (kserver_save_conf): Save ports. |
75 |
|
* wptKeyserverDlg.cpp (keyserver_modify_dlg_proc): |
76 |
|
Reset keyserver name. |
77 |
|
* wptKeyPropsDlg.cpp (keyprops_dlg_proc): Just indicate |
78 |
|
an update, do not update the cache. |
79 |
|
* wptFileManagerDlg.cpp (file_import_dlg_proc): Use one |
80 |
|
dialog for both clipboard and file imports. |
81 |
|
* wptKeyManager.cpp (km_file_import, km_clip_import): |
82 |
|
Changes to support new update system. |
83 |
|
(gpg_clip_import): New. |
84 |
|
* wptKeyManagerDlg.cpp (km_gui_import): New. |
85 |
|
(find_keypos): Rewritten. |
86 |
|
(refresh_keylist): Improved error checking. |
87 |
|
|
88 |
|
2006-01-20 Timo Schulz <[email protected]> |
89 |
|
|
90 |
|
* wptKeyCache.cpp (w32_tmpfile): New. |
91 |
|
(parse_attr_data): Use it here. |
92 |
|
* wptGPGUtil.cpp (gpg_get_photoid_data): Reset @ndata var. |
93 |
|
|
94 |
2006-01-19 Timo Schulz <[email protected]> |
2006-01-19 Timo Schulz <[email protected]> |
95 |
|
|
96 |
* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Do not |
* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Do not |
101 |
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Update key |
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Update key |
102 |
if need after showing the properties. |
if need after showing the properties. |
103 |
* wptGPGMEData.cpp (gpg_data_putc): Fix off-by-one bug. |
* wptGPGMEData.cpp (gpg_data_putc): Fix off-by-one bug. |
104 |
|
* wptKeyManager.cpp (km_import_file): New param. Changed |
105 |
|
all callers. |
106 |
|
(km_import_clip): Likewise. |
107 |
|
(delete_keys_from_cache): Delete secret part if available. |
108 |
|
* wptClipImportDlg.cpp (print_import_status): If there |
109 |
|
are too many new keys, use reload code. |
110 |
|
|
111 |
2006-01-18 Timo Schulz <[email protected]> |
2006-01-18 Timo Schulz <[email protected]> |
112 |
|
|