1 |
(priority: + high, * normal, - low) |
2 |
|
3 |
Finally, we are close to release 1.0.0. Make a feature freeze, |
4 |
fix all serious tracker items and do intensive tests. |
5 |
|
6 |
* set imported private keys automatically to "ultimate" ownertrust? |
7 |
+ lock the program during the key caching phase to avoid |
8 |
problems when the program tries to access the, not yet |
9 |
finished, key cache object. |
10 |
+ check native language support with non-admin accounts. |
11 |
* there is a problem with the +E hotkey in EURO countries. |
12 |
- migrate keyserver code to use the HTTP class. |
13 |
Implement proxy authentication into the HTTP class. |
14 |
- Implement a system to manage language files. Retrieve a list |
15 |
of available files from the server, present it to the user |
16 |
and allow to download the file and set the default language |
17 |
accoarding to the downloaded language file. |
18 |
* Offer an "update check" to inform user when a newer version |
19 |
of WinPT is available. |
20 |
* File register code needs an additional param "%1". |
21 |
+ Handle the case that while WinPT tries to change GPG data, |
22 |
but before GPG is executed, an external event changed the |
23 |
keyring. So do not use BUG but issue an error. |
24 |
* implement property sheets at some places to improve usability. |
25 |
* Implement a mechanism to download and update language files. |
26 |
* The key cache reload is much faster when no progress callback |
27 |
is used. Allow to disable the progress dialog. |
28 |
- Revamp the group database code. Use the GPG --group feature and make |
29 |
* CARD |
30 |
- sign/decrypt |
31 |
- factor out some common code into wptCardManager.cpp |
32 |
* Winpt should take care for a multi user environment. |
33 |
(partly done via %foo% registry support) |
34 |
- Use accelators for some dialogs to support 'hotkeys'. |
35 |
- Move the both managers (key/file) to separate applications |
36 |
and use MFC control elemens for the treelist element. |
37 |
* Implement the non-swapable memory for passphrase handling. |
38 |
- Allow to use "XP skins" to provide a better look in a XP/Vista |
39 |
environment. |
40 |
|
41 |
Wishlist/todo for the GPGME package: |
42 |
==================================== |
43 |
|
44 |
* Select the signing subkey. |
45 |
|
46 |
* Allow to use --hidden-recipient. |
47 |
|
48 |
* If the card is not inserted and for example gpgme_op_sign |
49 |
is called there is no real error. |
50 |
(IMHO: gpgme should care for 'CARDCTRL 5' and then return |
51 |
GPG_ERR_CARD_REMOVED) |
52 |
|
53 |
* The current way to send large file through pipes is OK as |
54 |
long as the file is not too large. The limite is <100 MB. |
55 |
Otherwise the process would take too much time and propably |
56 |
the window/process freezes up. |
57 |
(fixed in gpgme 1.1.1) |