/[winpt]/trunk/TODO
ViewVC logotype

Log of /trunk/TODO

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 215 - (view) (annotate) - [select for diffs]
Modified Wed May 17 07:10:46 2006 UTC (18 years, 9 months ago) by twoaday
File length: 1822 byte(s)
Diff to previous 214 , to selected 141


Revision 214 - (view) (annotate) - [select for diffs]
Modified Sun May 14 18:40:36 2006 UTC (18 years, 9 months ago) by twoaday
File length: 1781 byte(s)
Diff to previous 208 , to selected 141
2006-05-14  Timo Schulz  <ts@g10code.de>
                                                                                
        * wptKeyCache.cpp (gpg_keycache_update_attr): Parse
        preferred keyserver URL.
        * wptHTTP.cpp (extractHostInfo): Fix segv.
        * wptGPGUtil.cpp (gpg_find_key_subpacket): Ignore default
        gpg.conf.
        * wptKeyserverSearchDlg.cpp (search_hkp_keys): Do not
        assume an existing user id.
        * wptPassphraseCB.cpp (passphrase_cb): Automatic cancel
        if no passphrase is available.

(for complete list of changes, see Src/ChangeLog)

About to release 0.12.1



Revision 208 - (view) (annotate) - [select for diffs]
Modified Mon May 1 12:22:18 2006 UTC (18 years, 10 months ago) by twoaday
File length: 1935 byte(s)
Diff to previous 203 , to selected 141
See ChangeLog.



Revision 203 - (view) (annotate) - [select for diffs]
Modified Sat Apr 22 18:38:01 2006 UTC (18 years, 10 months ago) by twoaday
File length: 1904 byte(s)
Diff to previous 191 , to selected 141


Revision 191 - (view) (annotate) - [select for diffs]
Modified Mon Mar 27 10:05:25 2006 UTC (18 years, 11 months ago) by twoaday
File length: 1785 byte(s)
Diff to previous 187 , to selected 141


Revision 187 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 11:04:20 2006 UTC (18 years, 11 months ago) by twoaday
File length: 1934 byte(s)
Diff to previous 184 , to selected 141
2006-03-21  Timo Schulz  <ts@g10code.de>
 
        * wptUTF8.cpp (native_to_utf8): Use directly W32 API.
        (utf8_to_native): Likewise. Remove cp850 conversion.
        * wptKeyEditDlgs.cpp (do_find_userid): Correct UTF8 handling.
        * wptKeyManager.cpp (km_delete_keys): Do not reset 'with_seckey'
        flag.

Prepare new release...



Revision 184 - (view) (annotate) - [select for diffs]
Modified Tue Mar 14 11:04:28 2006 UTC (18 years, 11 months ago) by twoaday
File length: 1756 byte(s)
Diff to previous 180 , to selected 141


Revision 180 - (view) (annotate) - [select for diffs]
Modified Mon Mar 6 14:41:58 2006 UTC (18 years, 11 months ago) by twoaday
File length: 1413 byte(s)
Diff to previous 174 , to selected 141
2006-02-27  Timo Schulz  <twoaday@freakmail.de>
 
        * wptSOCKS.cpp (socks_handshake): New.
        * wptMainProc.cpp (winpt_main_proc): A dbl-click forces
        the key manager in teh foreground if possible.
        * wptHotkey.cpp (hotkey_unregister): Unregister all hotkeys.
        * wptRegistry.cpp (get_reg_proxy_prefs,
        set_reg_proxy_prefs): Use directly the proxy context.
        Changed all callers.
        * wptProxySettingsDlg.cpp (init_proxy_protocols): New.
        (keyserver_proxy_dlg_proc): Use directly the proxy context.
        * wptKeyserver.cpp (kserver_connect): Better proxy support.
        (kserver_send_request, kserver_recvkey_request): Likewise.
        * wptKeyserverDlg.cpp (name_from_proto): New.
        (set_proxy): Adjusted for the new code.



Revision 174 - (view) (annotate) - [select for diffs]
Modified Thu Feb 2 08:20:50 2006 UTC (19 years ago) by twoaday
File length: 1720 byte(s)
Diff to previous 171 , to selected 141
2006-01-31  Timo Schulz  <ts@g10code.de>
 
        * wptMainProc.cpp (winpt_main_proc): Fix usage of the
        help system.
        * wptListView.cpp (listview_set_chkbox_style): New.
        (listview_get_item_state): Support new checkbox style.
        (listview_new): Reset flag var.
        * wptKeylist.cpp (keylist_build): Support new checkbox style.
         
2006-01-30  Timo Schulz  <ts@g10code.de>
 
        * WinPT.cpp (check_readonly_attr): New.
        (load_gpg_env): Use it here.
        (WinPT): Make the the default key is searched in the
        secret key cache.
        Change error message.
        * wptRegistry.cpp (regist_int_winpt): Make sure
        the register extension is only offered once to the user.
        * wptKeyPropsDlg.cpp (get_photo_tmpname): Always use
        temp directory. Fixed a privilege problem.



Revision 171 - (view) (annotate) - [select for diffs]
Modified Mon Jan 30 12:53:39 2006 UTC (19 years, 1 month ago) by twoaday
File length: 1774 byte(s)
Diff to previous 170 , to selected 141
Updated TODO list.



Revision 170 - (view) (annotate) - [select for diffs]
Modified Mon Jan 30 12:42:57 2006 UTC (19 years, 1 month ago) by twoaday
File length: 1770 byte(s)
Diff to previous 168 , to selected 141
2006-01-29  Timo Schulz  <ts@g10code.de>
 
        * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Allow to use ESC
        to quit dialog.
        * wptKeysignDlg.cpp (sig_class_dlg_proc): More space for
        translations. Directly return sig class.
        (keysign_dlg_proc): Change msgbox title.
        * wptKeyEdit.cpp (signUserid): New.
        (getUseridIndex): New.
        (getKeyIndex): New.
        (getSigIndex): New.
        (clear): New.
        * wptKeyEditCB.cpp (cmd_sign_handler): Allow to select
        user-id first.
        * wptKeyEditDlgs.cpp (lookup_cmd): New.
        (do_editkey_sign_userid): New.
        (do_init_cmdlist): Differ between key pairs and public keys
        and allowed actions.
        (keyedit_change_ownertrust): Show msgbox on success.
        (get_default_key): New.
        * wptPassphraseDlg.cpp (request_passphrase): Reset @cancel.
         



Revision 168 - (view) (annotate) - [select for diffs]
Modified Fri Jan 27 10:08:10 2006 UTC (19 years, 1 month ago) by twoaday
File length: 1720 byte(s)
Diff to previous 165 , to selected 141
2006-01-27  Timo Schulz  <ts@g10code.de>
 
        * WinPT.cpp (WinMain): Set minimal list mode as default.
        * wptKeyCache.cpp (gpg_keycache_sync): Handle special v3 keys.
         

Prepare a new release.



Revision 165 - (view) (annotate) - [select for diffs]
Modified Tue Jan 24 10:10:15 2006 UTC (19 years, 1 month ago) by twoaday
File length: 1738 byte(s)
Diff to previous 164 , to selected 141
2006-01-21  Timo Schulz  <twoaday@freakmail.de>
                                                                                
        * wptKeyCache.cpp (keycache_next_key): Handle the case
        that there is a secret key without a public part.
        * wptKeyserver.cpp (kserver_save_conf): Save ports.
        * wptKeyserverDlg.cpp (keyserver_modify_dlg_proc):
        Reset keyserver name.
        * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Just indicate
        an update, do not update the cache.
        * wptFileManagerDlg.cpp (file_import_dlg_proc): Use one
        dialog for both clipboard and file imports.
        * wptKeyManager.cpp (km_file_import, km_clip_import):
        Changes to support new update system.
        (gpg_clip_import): New.
        * wptKeyManagerDlg.cpp (km_gui_import): New.
        (find_keypos): Rewritten.
        (refresh_keylist): Improved error checking.
                                                                                
(for complete list of changes, see PTD/ChangeLog, Src/ChangeLog)



Revision 164 - (view) (annotate) - [select for diffs]
Modified Fri Jan 20 09:19:15 2006 UTC (19 years, 1 month ago) by twoaday
File length: 2189 byte(s)
Diff to previous 163 , to selected 141
2006-01-20  Timo Schulz  <ts@g10code.com>
 
        * wptKeyCache.cpp (w32_tmpfile): New.
        (parse_attr_data): Use it here.
        * wptGPGUtil.cpp (gpg_get_photoid_data): Reset @ndata var.
         
2006-01-19  Timo Schulz  <ts@g10code.com>
 
        * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Do not
        reload the entire cache, just update the key.
        * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Likewise.
        * wptKeyPropsDlg.cpp (keyprops_dlg_proc): Set update flag.
        * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Likewise.
        * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Update key
        if need after showing the properties.
        * wptGPGMEData.cpp (gpg_data_putc): Fix off-by-one bug.
        * wptKeyManager.cpp (km_import_file): New param. Changed
        all callers.
        (km_import_clip): Likewise.
        (delete_keys_from_cache): Delete secret part if available.
        * wptClipImportDlg.cpp (print_import_status): If there
        are too many new keys, use reload code.
         



Revision 163 - (view) (annotate) - [select for diffs]
Modified Thu Jan 19 18:07:12 2006 UTC (19 years, 1 month ago) by twoaday
File length: 2203 byte(s)
Diff to previous 160 , to selected 141
Prepare a new release.



Revision 160 - (view) (annotate) - [select for diffs]
Modified Thu Jan 19 09:22:09 2006 UTC (19 years, 1 month ago) by twoaday
File length: 2145 byte(s)
Diff to previous 157 , to selected 141
2006-01-18  Timo Schulz  <ts@g10code.com>
 
        * wptKeyEditCB.cpp (cmd_delsig_handler): Do not assume
        the self sig is always index 0. Noted by Kurt.
        * wptPassphraseCB.cpp (passphrase_dlg_proc): Do not assume
        the key user-ID contains an email address.
        * wptKeyEditDlgs.cpp (do_find_userid): Likewise.
        (do_editkey_deluid): Likewise.
        (do_editkey_revuid): Likewise.
         


Revision 157 - (view) (annotate) - [select for diffs]
Modified Wed Jan 18 13:26:14 2006 UTC (19 years, 1 month ago) by twoaday
File length: 1881 byte(s)
Diff to previous 145 , to selected 141


Revision 145 - (view) (annotate) - [select for diffs]
Modified Thu Jan 12 17:42:05 2006 UTC (19 years, 1 month ago) by twoaday
File length: 1809 byte(s)
Diff to previous 141
Removed old TODO items and added some new items.



Revision 141 - (view) (annotate) - [selected]
Modified Wed Jan 11 12:48:51 2006 UTC (19 years, 1 month ago) by twoaday
File length: 1972 byte(s)
Diff to previous 133
2006-01-11  Timo Schulz  <ts@g10code.com>
 
        * de.po: Updated.



Revision 133 - (view) (annotate) - [select for diffs]
Modified Mon Jan 9 09:15:29 2006 UTC (19 years, 1 month ago) by twoaday
File length: 2084 byte(s)
Diff to previous 119 , to selected 141
A lot of minor bug fixes.
New icons.

For a complete history, see the ChangeLog entries.



Revision 119 - (view) (annotate) - [select for diffs]
Modified Fri Dec 9 08:04:51 2005 UTC (19 years, 2 months ago) by twoaday
File length: 2256 byte(s)
Diff to previous 117 , to selected 141
2005-12-08  Timo Schulz  <ts@g10code.com>
 
        * wptKeyserverDlg.cpp (show_imported_keys): Enhanced.
        (hkp_recv_key2): Show user-id of the imported key instead
        of just the pattern.
        * wptFileCBS.cpp (read_cb): Changed to W32 API.
        (write_cb): Likewise. Create output file on demand.
        (gpg_file_data_new): Adjusted code for new API.
        * wptKeyEdit.cpp (cleanKey): New.
        * wptKeyEditCB.cpp (cmd_clean_handler): New.
        (editkey_command_handler): Call clean handler.
        * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Sort
        keylist after inserting items.
        * wptFileManager.cpp (fm_set_status): Take care of
        cleartext sigs.
         



Revision 117 - (view) (annotate) - [select for diffs]
Modified Thu Dec 8 09:26:32 2005 UTC (19 years, 2 months ago) by twoaday
File length: 2440 byte(s)
Diff to previous 114 , to selected 141
2005-12-07  Timo Schulz  <ts@g10code.com>
 
        * wptOwnertrustDlg.cpp (ownertrust_dlg_proc):
        Use 'Close' instead of 'Exit'.
        * wptKeyEditDlgs.cpp (keyedit_dlg_proc): Likewise.
        * wptGPG.cpp (gnupg_backup_keyrings): Use $APPDATA
        as the destination dir. Thanks to Werner.
        * wptRegistry.cpp (is_gpgee_installed): New.
        (regist_inst_winpt): Do not register file extensions
        if GPGee is available.
        * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Limit
        use of local vars.
        * wptPreferencesDlg.cpp (prefs_dlg_proc): Make sure
        no illegal backup mode is saved.
        * wptKeyserverDlg.cpp (show_imported_key): New.
        (hkp_recv_key2): Show imported keys if the blob
        contained more than one.
         



Revision 114 - (view) (annotate) - [select for diffs]
Modified Tue Dec 6 17:29:57 2005 UTC (19 years, 2 months ago) by twoaday
File length: 2417 byte(s)
Diff to previous 108 , to selected 141
Updated TODO file.



Revision 108 - (view) (annotate) - [select for diffs]
Modified Thu Dec 1 13:41:45 2005 UTC (19 years, 3 months ago) by twoaday
File length: 2157 byte(s)
Diff to previous 82 , to selected 141
Removed obsolete information.


Revision 82 - (view) (annotate) - [select for diffs]
Modified Wed Nov 16 12:24:09 2005 UTC (19 years, 3 months ago) by twoaday
File length: 2199 byte(s)
Diff to previous 3 , to selected 141
Cleanups and updated translations.



Revision 3 - (view) (annotate) - [select for diffs]
Added Mon Jan 31 11:03:40 2005 UTC (20 years, 1 month ago) by twoaday
File length: 2254 byte(s)
Diff to selected 141
Add remaining files.



This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26