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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26