/[winpt]/trunk/TODO
ViewVC logotype

Diff of /trunk/TODO

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

revision 117 by twoaday, Thu Dec 8 09:26:32 2005 UTC revision 260 by twoaday, Wed Aug 16 10:01:30 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-      * change the file manager verify error message when an expired
4      * Delete empty files when decryption failed or encryption was        key has been used to sign a file.
5        cancelled.      * offer to generate a key which is stored on the smart card
6              on the first start.
7      * Check that the reload keycache flag is set for all keyserver      * set imported private keys automatically to "ultimate" ownertrust?
8        operations.      * there is a problem with the +E hotkey in EURO countries.
9            - migrate keyserver code to use the HTTP class.
10      * winpt --keymanager aborts when the keyring is empty on the        Implement proxy authentication into the HTTP class.
11        first start.      - Implement a system to manage language files. Retrieve a list
12          of available files from the server, present it to the user
13  -1.0.0-        and allow to download the file and set the default language
14      * The key cache reload is much faster when no progress callback        accoarding to the downloaded language file.
15        is used. Allow to disable the progress dialog.      * Offer an "update check" to inform user when a newer version
16                of WinPT is available.
17      * Use '!' in the encrypt dialog to use the subkey which was selected      * File register code needs an additional param "%1".
18        and not the newest.      + Handle the case that while WinPT tries to change GPG data,
19      * revamp the group database code. Use the GPG --group feature and make        but before GPG is executed, an external event changed the
20        it possible to convert old groupdb.gpg files into native GPG format.        keyring. So do not use BUG but issue an error.
21        (I work on it)      * implement property sheets at some places to improve usability.
22        * Implement a mechanism to download and update language files.    
23      * Find a way to make the import preview dialog much faster.      * The key cache reload is much faster when no progress callback
24        --output does not work and thus we need another solution.        is used. Allow to disable the progress dialog.
25        - Revamp the group database code. Use the GPG --group feature and make
26      * check the file register code      * CARD
27        WinPT will not associate the files correctly. This is due to the lack          - sign/decrypt
28        of quotes surrounding the executable path. (I know, Timo must be mad          - factor out some common code into wptCardManager.cpp
29        about quotes... ;). The workaround is to change the path to the program.      - Move the both managers (key/file) to separate applications
30          and use MFC control elemens for the treelist element.
31      * Interactive dialog for the keyserver to confirm each key to receive.      * Implement the non-swapable memory for passphrase handling.
32      * Secret keyring is stored on drive A.      - Allow to use "XP skins" to provide a better look in a XP/Vista
33      * Use a better GPG directory checking system.        environment.
34  -1.0.0-  
35      * Implement to recognize one-pass sigs for files also.  Wishlist/todo for the GPGME package:
36      * CARD  ====================================
37          - sign/decrypt  
38          - factor out some common code into wptCardManager.cpp  * Select the signing subkey.
39      * Implement --armor in the FM for --symmetric.  
40      * Implement --interactive for --import.  * Allow to use --hidden-recipient.
41      * Winpt should take care for a multi user environment.  
42      * Move the both managers (key/file) to separate applications  * If the card is not inserted and for example gpgme_op_sign
43        and use ActiveX control elemens for the treelist element.    is called there is no real error.
44      * A function which checks and fixes broken clipboard data.    (IMHO: gpgme should care for 'CARDCTRL 5' and then return
45      * Charset conversation for the various OS's.     GPG_ERR_CARD_REMOVED)
46      * Use accelators for some dialogs to support 'hotkeys'.  
47      * We need a way to figure out if it makes sense to load the encrypt  * The current way to send large file through pipes is OK as
48        dialog for the file manager. The same with the sign dialog.    long as the file is not too large. The limite is <100 MB.
49      * Sometimes the sign & encrypt dialog causes a crash when the wrong    Otherwise the process would take too much time and propably
50        passphrase was entered (not reproducable on my machine!)    the window/process freezes up.
51      * Implement the non-swapable memory for passphrase handling.    (fixed in gpgme 1.1.1)
     * Encrypt only environment (No secret key support).  
     * DDE. This feature has a very low priority.  
   
 And much more...  

Legend:
Removed from v.117  
changed lines
  Added in v.260

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26