1 |
|
2006-01-18 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* wptListview.cpp (listview_del_sel_items): Fixed index |
4 |
|
calculation. This fixed a lot of problems with the KM listview |
5 |
|
update. |
6 |
|
(listview_del_all): Renamed to... |
7 |
|
(listview_del_all_items): ..this. Changed all callers. |
8 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Just refresh |
9 |
|
list when file import contained new/updated keys. |
10 |
|
* wptKeyManager.cpp (km_file_import): Indicate if the |
11 |
|
import contained any new/update keys. |
12 |
|
* wptClipImportDlg.cpp (print_import_status): Just mark |
13 |
|
keys which actually changed. |
14 |
|
|
15 |
|
2006-01-17 Timo Schulz <[email protected]> |
16 |
|
|
17 |
|
* wptMAPI.cpp (mapi_send_pubkey_ext): New. |
18 |
|
* wptKeysigDlg.cpp (do_delsig): Just flag the key, do not |
19 |
|
update it. |
20 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Be more |
21 |
|
careful about const pointers. |
22 |
|
* wptKeyEditDlgs.cpp (get_subkey_fingerprint): Renamed to.. |
23 |
|
(get_subkey_keyid): ..this. Fix problem that key was updated |
24 |
|
twice and this corrupted. |
25 |
|
(keyedit_add_subkey): Set @lv item in the callback context. |
26 |
|
|
27 |
|
2006-01-16 Timo Schulz <[email protected]> |
28 |
|
|
29 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Restore |
30 |
|
window if it lost focus during the operation. Thanks to Kurt. |
31 |
|
Update keylist when the window is enabled. |
32 |
|
(find_keypos): New. |
33 |
|
* wptKeyCache.cpp (keycache_next_key): Reset update status. |
34 |
|
(gpg_keycache_next_updated_key): New arg @r_status. Change all |
35 |
|
callers. |
36 |
|
(gpg_keycache_update_key): Different status for new and updated. |
37 |
|
Include key signatures. |
38 |
|
* wptClipImportDlg.cpp (print_import_status): Mark all |
39 |
|
imported keys. |
40 |
|
* wptMainProc.cpp (clip_gpg_dlg): On import refresh KM keylist. |
41 |
|
Thanks to Kurt. |
42 |
|
* wptKeysigDlg.cpp (recv_missing_keys): Mark all received keys. |
43 |
|
(do_delsig): Directly reload key. Thanks to Kurt. |
44 |
|
* wptGPGME.cpp (keycache_set_reload, keycache_get_reload): |
45 |
|
Removed. |
46 |
|
* wptKeygenDlg.cpp (keygen_dlg_proc): Use new update system. |
47 |
|
* wptClipImportDlg.cpp (clip_import_dlg_proc): Return |
48 |
|
FALSE if no keys were updated or operation was cancelled. |
49 |
|
* wptCommonDlg.cpp (http_dlg_proc): Fix title selection code. |
50 |
|
* wptKeylist.cpp (get_ext_validity): Handle disabled keys. |
51 |
|
* wptKeyPropsDlg.cpp (keyprops_dlg_proc): |
52 |
|
Do not allow to change ownertrust of invalid keys. |
53 |
|
Changed translation. |
54 |
|
Slightly different user interface. |
55 |
|
|
56 |
|
2006-11-14 Timo Schulz <[email protected]> |
57 |
|
|
58 |
|
* wptW32API.cpp (make_special_filename): New. |
59 |
|
* wptRegistry.cpp (set_winpt_reg_prefs, get_winpt_reg_prefs): |
60 |
|
Removed 'KeyServer' item. |
61 |
|
* wptPreferencesDlg.cpp (prefs_dlg_proc): Remove keyserver |
62 |
|
config item. |
63 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Disable group |
64 |
|
window until we really use it. |
65 |
|
* wptKeyserver.cpp (kserver_save_conf): New. |
66 |
|
(wsock_end): Save keyserver config file. |
67 |
|
* wptKeyserverDlg.cpp (keyserver_edit): New. |
68 |
|
(keyserver_remove): New. |
69 |
|
(keyserver_add): New. |
70 |
|
(fill_keyserv_types): New. |
71 |
|
(keyserver_modify_dlg_proc): New. |
72 |
|
(keyserver_dlg_proc): Provide context menu to modify the |
73 |
|
keyserver list. |
74 |
|
(keyserver_build_list): Remove 'proto' column because it is |
75 |
|
not really useful. |
76 |
|
* WinPT.cpp (load_keyserver_conf): Store keyserver.conf at |
77 |
|
$APPDATA\winpt. If keyserver.conf exists in the current folder |
78 |
|
move it to the new destination. |
79 |
|
|
80 |
2006-11-13 Timo Schulz <[email protected]> |
2006-11-13 Timo Schulz <[email protected]> |
81 |
|
|
82 |
* wptPreferencesDlg.cpp (prefs_dlg_proc): Changed translation. |
* wptPreferencesDlg.cpp (prefs_dlg_proc): Changed translation. |