1 |
(priority: + high, * normal, - low) |
2 |
|
3 |
version 0.12.x |
4 |
+ check native language support with non-admin accounts. |
5 |
* there is a problem with the +E hotkey in EURO countries. |
6 |
* migrate keyserver code to use the HTTP class. |
7 |
Implement proxy authentication into the HTTP class. |
8 |
* Implement a system to manage language files. Retrieve a list |
9 |
of available files from the server, present it to the user |
10 |
and allow to download the file and set the default language |
11 |
accoarding to the downloaded language file. |
12 |
* Offer an "update check" to inform user when a newer version |
13 |
of WinPT is available. |
14 |
* File register code needs an additional param "%1". |
15 |
+ Handle the case that while WinPT tries to change GPG data, |
16 |
but before GPG is executed, an external event changed the |
17 |
keyring. So do not use BUG but issue an error. |
18 |
* implement property sheets at some places to improve usability. |
19 |
* Implement a mechanism to download and update language files. |
20 |
|
21 |
version >= 1.0.0 |
22 |
* The key cache reload is much faster when no progress callback |
23 |
is used. Allow to disable the progress dialog. |
24 |
- Use '!' in the encrypt dialog to use the subkey which was selected |
25 |
and not the newest. |
26 |
- Revamp the group database code. Use the GPG --group feature and make |
27 |
* CARD |
28 |
- sign/decrypt |
29 |
- factor out some common code into wptCardManager.cpp |
30 |
* Implement --armor in the FM for --symmetric. |
31 |
* Winpt should take care for a multi user environment. |
32 |
* Use accelators for some dialogs to support 'hotkeys'. |
33 |
* Move the both managers (key/file) to separate applications |
34 |
and use ActiveX control elemens for the treelist element. |
35 |
* Implement the non-swapable memory for passphrase handling. |