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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26