/[winpt]/trunk/TODO
ViewVC logotype

Diff of /trunk/TODO

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

revision 160 by twoaday, Thu Jan 19 09:22:09 2006 UTC revision 248 by twoaday, Fri Jul 28 11:11:09 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  -0.11.x-  MUST items before we can release 1.0.0
4      * On modern P4 CPUs the thread scheduling mechanism seems to  =======================================
5        cause trouble and the result is that any GPG operation will  
6        be take much longer as expected.  # check all dialog for consistent handling
7      * Handle the case that while WinPT tries to change GPG data,  
8        but before GPG is executed, an external event changed the  
9        keyring. So do not use BUG but issue an error.  Finally, we are close to release 1.0.0. Make a feature freeze,
10      * make sure that keys are also deleted from the secret key cache.  fix all serious tracker items and do intensive tests.
11      * winpt --keymanager aborts when the keyring is empty on the  
12        first start.      * set imported private keys automatically to "ultimate" ownertrust?
13      * implement property sheets at some places to improve usability.      + check native language support with non-admin accounts.
14            * there is a problem with the +E hotkey in EURO countries.
15  -1.0.0-      - migrate keyserver code to use the HTTP class.
16      * The key cache reload is much faster when no progress callback        Implement proxy authentication into the HTTP class.
17        is used. Allow to disable the progress dialog.      - Implement a system to manage language files. Retrieve a list
18                of available files from the server, present it to the user
19      * Use '!' in the encrypt dialog to use the subkey which was selected        and allow to download the file and set the default language
20        and not the newest.        accoarding to the downloaded language file.
21      * revamp the group database code. Use the GPG --group feature and make      * Offer an "update check" to inform user when a newer version
22        it possible to convert old groupdb.gpg files into native GPG format.        of WinPT is available.
23        (I work on it)      * File register code needs an additional param "%1".
24        + Handle the case that while WinPT tries to change GPG data,
25      * check the file register code        but before GPG is executed, an external event changed the
26        WinPT will not associate the files correctly. This is due to the lack        keyring. So do not use BUG but issue an error.
27        of quotes surrounding the executable path. (I know, Timo must be mad      * implement property sheets at some places to improve usability.
28        about quotes... ;). The workaround is to change the path to the program.      * Implement a mechanism to download and update language files.    
29        * The key cache reload is much faster when no progress callback
30      * Secret keyring is stored on drive A.        is used. Allow to disable the progress dialog.
31      * Use a better GPG directory checking system.      - Revamp the group database code. Use the GPG --group feature and make
32  -1.0.0-      * CARD
33      * Implement to recognize one-pass sigs for files also.          - sign/decrypt
34      * CARD          - factor out some common code into wptCardManager.cpp
35          - sign/decrypt      * Winpt should take care for a multi user environment.
36          - factor out some common code into wptCardManager.cpp        (partly done via %foo% registry support)      
37      * Implement --armor in the FM for --symmetric.      - Use accelators for some dialogs to support 'hotkeys'.
38      * Winpt should take care for a multi user environment.      - Move the both managers (key/file) to separate applications
39      * Use accelators for some dialogs to support 'hotkeys'.        and use MFC control elemens for the treelist element.
40      * We need a way to figure out if it makes sense to load the encrypt      * Implement the non-swapable memory for passphrase handling.
41        dialog for the file manager. The same with the sign dialog.      - Allow to use "XP skins" to provide a better look in a XP/Vista
42                environment.
43  -future-  
44      * Move the both managers (key/file) to separate applications  Wishlist/todo for the GPGME package:
45        and use ActiveX control elemens for the treelist element.  ====================================
46      * Implement the non-swapable memory for passphrase handling.  
47    * Select the signing subkey.
48    
49    * Allow to use --hidden-recipient.
50    
51    * If the card is not inserted and for example gpgme_op_sign
52      is called there is no real error.
53      (IMHO: gpgme should care for 'CARDCTRL 5' and then return
54       GPG_ERR_CARD_REMOVED)
55    
56    * The current way to send large file through pipes is OK as
57      long as the file is not too large. The limite is <100 MB.
58      Otherwise the process would take too much time and propably
59      the window/process freezes up.
60      (fixed in gpgme 1.1.1)

Legend:
Removed from v.160  
changed lines
  Added in v.248

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26