/[winpt]/trunk/TODO
ViewVC logotype

Diff of /trunk/TODO

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 82 by twoaday, Wed Nov 16 12:24:09 2005 UTC revision 230 by twoaday, Mon Jun 19 14:05:28 2006 UTC
# Line 1  Line 1 
1  Feel free if you think there is missing something to mail me.  (priority: + high, * normal, - low)
2    
3  -1.0.0-  Finally, we are close to release 1.0.0. Make a feature freeze,
4      * The key cache reload is much faster when no progress callback  fix all serious tracker items and do intensive tests.
5        is used. Allow to disable the progress dialog.  
6              * set imported private keys automatically to "ultimate" ownertrust?
7      * Use '!' in the encrypt dialog to use the subkey which was selected      + lock the program during the key caching phase to avoid
8        and not the newest.        problems when the program tries to access the, not yet
9      * revamp the group database code. Use the GPG --group feature and make        finished, key cache object.
10        it possible to convert old groupdb.gpg files into native GPG format.      + check native language support with non-admin accounts.
11        (I work on it)      * there is a problem with the +E hotkey in EURO countries.
12        - migrate keyserver code to use the HTTP class.
13      * Find a way to make the import preview dialog much faster.        Implement proxy authentication into the HTTP class.
14        --output does not work and thus we need another solution.      - Implement a system to manage language files. Retrieve a list
15          of available files from the server, present it to the user
16      * check the file register code        and allow to download the file and set the default language
17        WinPT will not associate the files correctly. This is due to the lack        accoarding to the downloaded language file.
18        of quotes surrounding the executable path. (I know, Timo must be mad      * Offer an "update check" to inform user when a newer version
19        about quotes... ;). The workaround is to change the path to the program.        of WinPT is available.
20        * File register code needs an additional param "%1".
21      * Interactive dialog for the keyserver to confirm each key to receive.      + Handle the case that while WinPT tries to change GPG data,
22      * Secret keyring is stored on drive A.        but before GPG is executed, an external event changed the
23      * Use a better GPG directory checking system.        keyring. So do not use BUG but issue an error.
24  -1.0.0-      * implement property sheets at some places to improve usability.
25      * Implement to recognize one-pass sigs for files also.      * Implement a mechanism to download and update language files.    
26      * CARD      * The key cache reload is much faster when no progress callback
27          - appropriate error for bad PIN.        is used. Allow to disable the progress dialog.
28          - sign/decrypt      - Revamp the group database code. Use the GPG --group feature and make
29          - factor out some common code into wptCardManager.cpp      * CARD
30      * Implement --armor in the FM for --symmetric.          - sign/decrypt
31      * Implement --interactive for --import.          - factor out some common code into wptCardManager.cpp
32      * Winpt should take care for a multi user environment.      * Winpt should take care for a multi user environment.
33      * Move the both managers (key/file) to separate applications        (partly done via %foo% registry support)      
34        and use ActiveX control elemens for the treelist element.      - Use accelators for some dialogs to support 'hotkeys'.
35      * A function which checks and fixes broken clipboard data.      - Move the both managers (key/file) to separate applications
36      * Charset conversation for the various OS's.        and use MFC control elemens for the treelist element.
37      * Use accelators for some dialogs to support 'hotkeys'.      * Implement the non-swapable memory for passphrase handling.
38      * We need a way to figure out if it makes sense to load the encrypt      - Allow to use "XP skins" to provide a better look in a XP/Vista
39        dialog for the file manager. The same with the sign dialog.        environment.
40      * Sometimes the sign & encrypt dialog causes a crash when the wrong  
41        passphrase was entered (not reproducable on my machine!)  Wishlist/todo for the GPGME package:
42      * Implement the non-swapable memory for passphrase handling.  ====================================
43      * Encrypt only environment (No secret key support).  
44      * DDE. This feature has a very low priority.  * Select the signing subkey.
45    
46  And much more...  * 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)

Legend:
Removed from v.82  
changed lines
  Added in v.230

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26