1 |
|
2011-12-13 Timo Schulz <[email protected]> |
2 |
|
|
3 |
|
* Makefile.am: Enable SSP and corrected dependencies. |
4 |
|
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Redraw control after |
5 |
|
a key was updated from a keyserver. |
6 |
|
|
7 |
|
2011-12-12 Timo Schulz <[email protected]> |
8 |
|
|
9 |
|
* WinPT-en.rc: Remove winpt.org strings. Thanks to Ralf. |
10 |
|
|
11 |
|
2011-12-09 Timo Schulz <[email protected]> |
12 |
|
|
13 |
|
* wptNLS.cpp (gettext_set_user_domain): Changed return type to |
14 |
|
void. |
15 |
|
|
16 |
|
2011-12-06 Timo Schulz <[email protected]> |
17 |
|
|
18 |
|
* wptNLS.cpp (get_user_langid): Removed. |
19 |
|
Use gettext_get_langid() instead. Changed all callers. |
20 |
|
(gettext_set_file): Removed. |
21 |
|
(w32_stpcpy): Likewise. |
22 |
|
* StringBuffer.cpp: Overload '=' operator for 'char*'. |
23 |
|
|
24 |
|
2011-12-06 Timo Schulz <[email protected]> |
25 |
|
|
26 |
|
* wptKeyPropsDlg.cpp (on_init_dialog): Extra hint in |
27 |
|
the title that the key has been revoked. |
28 |
|
* wptKeyManagerDlg.cpp (keymanger_dlg_proc): Redraw |
29 |
|
list view in case a modal client dialog has been closed. |
30 |
|
|
31 |
|
2011-12-04 Timo Schulz <[email protected]> |
32 |
|
|
33 |
|
* WinPT.cpp (get_file_version): New. |
34 |
|
Improved error handling. |
35 |
|
|
36 |
|
2011-12-01 Timo Schulz <[email protected]> |
37 |
|
|
38 |
|
* wptGroupsDlg.cpp: Removed. |
39 |
|
* wptGroupManager.cpp: Likewise. |
40 |
|
* wptKeyTrustPathDlg.cpp: Removed. |
41 |
|
|
42 |
|
2011-11-30 Timo Schulz <[email protected]> |
43 |
|
|
44 |
|
* wptKeyEditDlgs.cpp (keyedit_addsubkey_dlg_proc): Adjusted |
45 |
|
positions for GPG menu entries. |
46 |
|
|
47 |
|
2011-11-25 Timo Schulz <[email protected]> |
48 |
|
|
49 |
|
* WinPT.cpp (check_os_version): New. Separated |
50 |
|
function to check the OS verson. |
51 |
|
Removed emulate utf8 bug legacy code. |
52 |
|
* wptKeygenDlg.cpp (gpg_genkey_params): Use the bits |
53 |
|
also for the primary key since we are now supporting DSAv2. |
54 |
|
(keygen_wizard_dlg_proc): Adjusted for DSAv2. |
55 |
|
* wptKeyEditDlgs.cpp (is_jpg_file): Modernized. |
56 |
|
(keyedit_addsubkey_dlg_proc): Removed 1024-bit DSA check |
57 |
|
and rewrote index to gpg menu mapping. Fixed wrong text label. |
58 |
|
* wptProxySettingsDlg.cpp (keyserver_proxy_dlg_proc): Use balloon |
59 |
|
error boxes. |
60 |
|
|
61 |
|
* Integrated patches from Remi FAVIER. |
62 |
|
|
63 |
|
2007-08-03 Timo Schulz <[email protected]> |
64 |
|
|
65 |
|
* wptMainproc.cpp (wpt_main_proc): A single click |
66 |
|
with the mouse, left button, also shows the menu. |
67 |
|
* wptKeyEdit.cpp (uid_inf_colon_handler): uid is always |
68 |
|
allocated and thus remove the additional check before free(). |
69 |
|
|
70 |
|
|
71 |
|
2007-05-25 Timo Schulz <[email protected]> |
72 |
|
|
73 |
|
* wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Issue a warning |
74 |
|
if the gpgProgram entry will be modified. Suggested by Werner. |
75 |
|
|
76 |
|
2007-03-23 Timo Schulz <[email protected]> |
77 |
|
|
78 |
|
* wptCardDlg.cpp (card_keygen_dlg_proc): Use dynamic |
79 |
|
variables to avoid heap operations. |
80 |
|
* wptKeyManager.cpp (km_http_import): Adjust the http class. |
81 |
|
|
82 |
|
2007-03-21 Timo Schulz <[email protected]> |
83 |
|
|
84 |
|
* wptKeyManager.cpp (gpg_keylist_to_pattern): Return allocated |
85 |
|
array of strings. |
86 |
|
(km_clip_export): Really export all selected keys. |
87 |
|
(km_file_export): Likewise. |
88 |
|
|
89 |
|
2007-03-17 Timo Schulz <[email protected]> |
90 |
|
|
91 |
|
* wptErrors.cpp (debug_end): Reset FP pointer. |
92 |
|
(printf_box): Fix buffer calculation. |
93 |
|
* wptOwnertrustDlg.cpp (gpg_import_ownertrust): Actually |
94 |
|
return the error. |
95 |
|
|
96 |
|
2007-03-13 Timo Schulz <[email protected]> |
97 |
|
|
98 |
|
* wptGPG.cpp (gpg_check_file_permissions): New. |
99 |
|
(my_access): Renamed to.. |
100 |
|
(check_file_access): ..this. |
101 |
|
|
102 |
2007-03-12 Timo Schulz <[email protected]> |
2007-03-12 Timo Schulz <[email protected]> |
103 |
|
|
104 |
* wptVerifyList.cpp (extract_filename): Simplified. |
* wptVerifyList.cpp (extract_filename): Simplified. |