/[winpt]/trunk/TODO
ViewVC logotype

Contents of /trunk/TODO

Parent Directory Parent Directory | Revision Log Revision Log


Revision 216 - (show annotations)
Wed May 17 07:13:17 2006 UTC (18 years, 9 months ago) by twoaday
File size: 2557 byte(s)
Removed unused files and/or merge files together.


1 (priority: + high, * normal, - low)
2
3 version 0.12.x
4 * check double-click (explorer) code
5 + check native language support with non-admin accounts.
6 * there is a problem with the +E hotkey in EURO countries.
7 * migrate keyserver code to use the HTTP class.
8 Implement proxy authentication into the HTTP class.
9 * Implement a system to manage language files. Retrieve a list
10 of available files from the server, present it to the user
11 and allow to download the file and set the default language
12 accoarding to the downloaded language file.
13 * Offer an "update check" to inform user when a newer version
14 of WinPT is available.
15 * File register code needs an additional param "%1".
16 + Handle the case that while WinPT tries to change GPG data,
17 but before GPG is executed, an external event changed the
18 keyring. So do not use BUG but issue an error.
19 * implement property sheets at some places to improve usability.
20 * Implement a mechanism to download and update language files.
21
22 version >= 1.0.0
23 * The key cache reload is much faster when no progress callback
24 is used. Allow to disable the progress dialog.
25 - Use '!' in the encrypt dialog to use the subkey which was selected
26 and not the newest.
27 - Revamp the group database code. Use the GPG --group feature and make
28 * CARD
29 - sign/decrypt
30 - factor out some common code into wptCardManager.cpp
31 * Implement --armor in the FM for --symmetric.
32 * Winpt should take care for a multi user environment.
33 * Use accelators for some dialogs to support 'hotkeys'.
34 * Move the both managers (key/file) to separate applications
35 and use ActiveX control elemens for the treelist element.
36 * Implement the non-swapable memory for passphrase handling.
37
38
39 Wishlist/todo for the GPGME package:
40 ====================================
41
42 * Select the signing subkey.
43
44 * Allow to use --hidden-recipient.
45
46 * If the card is not inserted and for example gpgme_op_sign
47 is called there is no real error.
48 (IMHO: gpgme should care for 'CARDCTRL 5' and then return
49 GPG_ERR_CARD_REMOVED)
50
51 * When a revocation certificate is imported, there is no way
52 to call the user why the key has been revoked
53 (superseded, insecure, ....) and the optional text.
54
55 * The current way to send large file through pipes is OK as
56 long as the file is not too large. The limite is <100 MB.
57 Otherwise the process would take too much time and propably
58 the window/process freezes up.
59 (fixed in gpgme 1.1.1)
60

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26