/[winpt]/trunk/TODO
ViewVC logotype

Diff of /trunk/TODO

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

revision 230 by twoaday, Mon Jun 19 14:05:28 2006 UTC revision 276 by twoaday, Thu Dec 21 08:24:59 2006 UTC
# Line 1  Line 1 
1  (priority: + high, * normal, - low)  (priority: + high, * normal, - low)
2    
3  Finally, we are close to release 1.0.0. Make a feature freeze,      * change the file manager verify error message when an expired
4  fix all serious tracker items and do intensive tests.        key has been used to sign a file.
   
5      * set imported private keys automatically to "ultimate" ownertrust?      * set imported private keys automatically to "ultimate" ownertrust?
     + lock the program during the key caching phase to avoid  
       problems when the program tries to access the, not yet  
       finished, key cache object.  
     + check native language support with non-admin accounts.  
6      * there is a problem with the +E hotkey in EURO countries.      * there is a problem with the +E hotkey in EURO countries.
7      - migrate keyserver code to use the HTTP class.      - migrate keyserver code to use the HTTP class.
8        Implement proxy authentication into the HTTP class.        Implement proxy authentication into the HTTP class.
# Line 29  fix all serious tracker items and do int Line 24  fix all serious tracker items and do int
24      * CARD      * CARD
25          - sign/decrypt          - sign/decrypt
26          - factor out some common code into wptCardManager.cpp          - factor out some common code into wptCardManager.cpp
27      * Winpt should take care for a multi user environment.      * Factor out some Managers into separate applications and provide
28        (partly done via %foo% registry support)              a core library for common tasks.
     - Use accelators for some dialogs to support 'hotkeys'.  
     - Move the both managers (key/file) to separate applications  
       and use MFC control elemens for the treelist element.  
29      * Implement the non-swapable memory for passphrase handling.      * Implement the non-swapable memory for passphrase handling.
30          Implement "LockSetForegroundWindow".
31      - Allow to use "XP skins" to provide a better look in a XP/Vista      - Allow to use "XP skins" to provide a better look in a XP/Vista
32        environment.        environment.
33    
# Line 51  Wishlist/todo for the GPGME package: Line 44  Wishlist/todo for the GPGME package:
44     GPG_ERR_CARD_REMOVED)     GPG_ERR_CARD_REMOVED)
45    
46  * The current way to send large file through pipes is OK as  * The current way to send large file through pipes is OK as
47    long as the file is not too large. The limite is <100 MB.    long as the file is not too large. The limit is <100 MB.
48    Otherwise the process would take too much time and propably    Otherwise the process would take too much time and propably
49    the window/process freezes up.    the window/process freezes up.
50    (fixed in gpgme 1.1.1)    (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.230  
changed lines
  Added in v.276

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26