1 |
2005-10-27 Werner Koch <[email protected]> |
2005-10-27 Timo Schulz <[email protected]> |
2 |
|
|
3 |
* KeyManagerExe.cpp: Moved from .. |
* wptKeyPropsDlg.cpp (get_validity): Take care of disabled keys. |
4 |
|
* wptKeylist.cpp (keylist_add_key): Check global key flag to |
5 |
Include config.h in all cpp and c files |
see if the key is disabled and not each subkey. |
6 |
|
(seclist_init): Likewise. |
7 |
|
* wptClipDecryptDlg.cpp (gpgme_op_clip_decrypt): Use |
8 |
|
gpgme_op_decrypt_verify. |
9 |
|
(clip_decrypt_dlg_proc): Fixed fingerprint |
10 |
|
to keyid conversation. This also fixes a crash. |
11 |
|
* wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Likewise. |
12 |
|
* wptKeyEditDlgs.cpp (do_editkey_expire): Ask if the key |
13 |
|
already expired if the user wants to change the date. |
14 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Replace old |
15 |
|
'v3 sig' option with the 'ask cert level' option. Sync |
16 |
|
with global preferences. |
17 |
|
* wptKeySignDlg.cpp (keysign_dlg_proc): Watch if the |
18 |
|
gpg.conf contains 'ask-cert-level'. If not disable button. |
19 |
|
* wptKeySigDlg.cpp (keysig_dlg_proc): Automatically disable |
20 |
|
the button when the key is available. |
21 |
|
Reload key directly, not the entire cache. |
22 |
|
|
23 |
* Makefile.am: New. |
2005-10-26 Timo Schulz <[email protected]> |
24 |
* versioninfo.rc.in: New. |
|
25 |
|
* wptFileManager.cpp (is_floppy_disc): Prevent very unlikely but |
26 |
|
possible overflow. |
27 |
|
(is_openpgp_ext): Compare case insentensive. |
28 |
|
(add_single_file): New. |
29 |
|
(fm_add_opened_files): Support multi file selection. |
30 |
|
* wptKeyPropsDlg.cpp (do_change_ownertrust): Removed. |
31 |
|
* wptKeyManager.cpp (km_enable_disable_key): Do not set cache |
32 |
|
reload flag. Just update the single key. |
33 |
|
* wptFileManagerDlg.cpp (file_encrypt_dlg_proc): Remove static var |
34 |
|
and disable anonymize recipient for now. |
35 |
|
|
36 |
|
Begin to port code to GCC. Fix all warning issued by the gcc |
37 |
|
compiler. |
38 |
|
|
39 |
2005-10-25 Timo Schulz <[email protected]> |
2005-10-25 Timo Schulz <[email protected]> |
40 |
|
|
58 |
* WinPT.cpp (WinMain): Check if there is already an instance and |
* WinPT.cpp (WinMain): Check if there is already an instance and |
59 |
set a variable early as possible. |
set a variable early as possible. |
60 |
(load_gettext): If a previous instance was found, do not output |
(load_gettext): If a previous instance was found, do not output |
61 |
any errors. Kudos to Ralf. |
any errors. Kudos to Ralf. |
|
|
|
62 |
|
|
63 |
2005-10-24 Timo Schulz <[email protected]> |
2005-10-24 Timo Schulz <[email protected]> |
64 |
|
|
745 |
|
|
746 |
* WinPT.cpp (load_keyserver_conf): New. Factored out some code |
* WinPT.cpp (load_keyserver_conf): New. Factored out some code |
747 |
from WinMain (). |
from WinMain (). |
748 |
(WinMain): Load keyserver config at the begin. Thanks to Bodo Aßner |
(WinMain): Load keyserver config at the begin. Thanks to Bodo A�ner |
749 |
* wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver |
* wptKeyserverDlg.cpp (keyserver_dlg_proc): If there is no keyserver |
750 |
in the list control, add at least the internal default HKP server. |
in the list control, add at least the internal default HKP server. |
751 |
* wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support. |
* wptKeygenDlg.cpp (keygen_wizard_dlg_proc): NLS support. |