/[winpt]/trunk/Src/WinPT-en.rc
ViewVC logotype

Log of /trunk/Src/WinPT-en.rc

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 399)

Revision 153 - (view) (annotate) - [select for diffs]
Modified Wed Jan 18 12:03:30 2006 UTC (19 years, 1 month ago) by twoaday
File length: 84759 byte(s)
Diff to previous 150 , to selected 67


Revision 150 - (view) (annotate) - [select for diffs]
Modified Wed Jan 18 11:52:45 2006 UTC (19 years, 1 month ago) by twoaday
File length: 84759 byte(s)
Diff to previous 147 , to selected 67
2006-01-18  Timo Schulz  <ts@g10code.com>
 
        * wptListview.cpp (listview_del_sel_items): Fixed index
        calculation. This fixed a lot of problems with the KM listview
        update.
        (listview_del_all): Renamed to...
        (listview_del_all_items): ..this. Changed all callers.
        * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Just refresh
        list when file import contained new/updated keys.
        * wptKeyManager.cpp (km_file_import): Indicate if the
        import contained any new/update keys.
        * wptClipImportDlg.cpp (print_import_status): Just mark
        keys which actually changed.
         



Revision 147 - (view) (annotate) - [select for diffs]
Modified Fri Jan 13 14:21:16 2006 UTC (19 years, 1 month ago) by twoaday
File length: 86885 byte(s)
Diff to previous 144 , to selected 67
2006-11-13  Timo Schulz  <ts@g10code.com>
 
        * wptPreferencesDlg.cpp (prefs_dlg_proc): Changed translation.
        * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Likewise.
        * wptAboutDlgs.cpp (about_dlg_proc): Make sure GPG about
        dialog isn't shown twice.
        * wptKeyCache.cpp (gpg_keycache_next_updated_key): New.
        (gpg_keycache_update_key): Set update flag.
        * wptKeyManagerDlg.cpp (refresh_keylist): New.
        (keymanager_dlg_proc): Use new refresh system for keyservers.
        * wptKeyserverSearchDlg.cpp (kserver_search_dlg_proc):
        Update keycache.
        * wptKeyserverDlg.cpp (hkp_dlg_proc): Likewise.
        * wptKeyserver.cpp (socket_read_ext): New.
        (kserver_recv_key_ext): New.
        (kserver_read_config, kserver_write_config): Removed.
         



Revision 144 - (view) (annotate) - [select for diffs]
Modified Thu Jan 12 16:28:06 2006 UTC (19 years, 1 month ago) by twoaday
File length: 86339 byte(s)
Diff to previous 133 , to selected 67
2006-01-12  Timo Schulz  <ts@g10code.com>
 
        * wptListView.cpp (listview_set_image_list): Make icons
        always transparent.
        * wptImageList.cpp (imagelist_load): New icons.
        * wptGPGMEData.cpp (gpg_data_putc): New.
        * wptKeyManagerDlg.cpp (load_toolbar): Include new icons.
        (keymanager_dlg_proc): Add tooltips.
        * wptKeyserverDlg.cpp (keyserver_list_build): Use icons.
        * wptKeyserver.cpp (URL_encode): New.
        (URL_must_encode): New.
        (kserver_search_init): Properly encode pattern.
        (parse_iso_date): New.
        (keyserver_search): Be more strict to prevent buffer overflows.
         
2006-01-11  Timo Schulz  <ts@g10code.com>
 
        * wptKeyManagerDlg.cpp (load_toolbar): 2 new icons.
        (keymanager_dlg_proc): Adjust tooltips.
        (update_ui_items): Handle new icons.
        * wptImageList.cpp (imagelist_load): New icons.



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: 86010 byte(s)
Diff to previous 130 , to selected 67
A lot of minor bug fixes.
New icons.

For a complete history, see the ChangeLog entries.



Revision 130 - (view) (annotate) - [select for diffs]
Modified Fri Dec 30 14:06:39 2005 UTC (19 years, 2 months ago) by twoaday
File length: 85889 byte(s)
Diff to previous 129 , to selected 67
2005-12-29  Timo Schulz  <ts@g10code.com>
  
        * wptKeygenDlg.cpp (keygen_dlg_proc): Request passphrase dynamically.
        (gpg_genkey_params): Simplified.
        * wptPreferencesDlg.cpp (prefs_dlg_proc): Fix problem with mutal
        exclusion of the dialog items.
        * wptAboutDlgs.cpp (about_winpt_dlg_proc): Allow to use ESC to
        quit the dialog.
        * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Likewise.
        * wptMDSumDlg.cpp (mdsum_dlg_proc): Handle WM_SYSCOMMAND.
        (id2algo): New.

Prepare 0.11.4 release.



Revision 129 - (view) (annotate) - [select for diffs]
Modified Fri Dec 30 13:56:10 2005 UTC (19 years, 2 months ago) by twoaday
File length: 86232 byte(s)
Diff to previous 128 , to selected 67
2005-12-27  Timo Schulz  <ts@g10code.com>
                                                                                
        * wptListView.cpp (listview_set_view): New.
        (listview_del_column): New.
        * wptW32API.cpp (get_locale_date): New.
        (get_menu_state): New.
        (force_foreground_window): New.
        * wptVerifyList.cpp (strtimestamp): Support for
        locale date formats.
        * wptGPGUtil.cpp (gpg_revoke_cert): Handle bad
        passphrases.
        * wptKeyEditCB.cpp (editkey_command_handler): Immediately
        return when a bad passphrase was submitted.
        * wptKeyRevokersDlg.cpp (keyrevokers_dlg_proc): Change
        column order.
        * wptKeylist.cpp (keylist_upd_col): New.
        * wptKeyManagerDlg.cpp (update_ui_items): Deactivate
        'Revocation' for public keys.
        (translate_menu_strings): s/Revoke/Revoke Cert.
        (modify_listview_columns): New.



Revision 128 - (view) (annotate) - [select for diffs]
Modified Mon Dec 19 13:05:59 2005 UTC (19 years, 2 months ago) by twoaday
File length: 85896 byte(s)
Diff to previous 121 , to selected 67
2005-12-17  Timo Schulz  <ts@g10code.com>
 
        * wptUTF8.cpp: Removed unused charset array.
        * wptSigList.cpp (siglist_build): Increase size for 'class'
        column.
        * wptGPG.cpp (get_gnupg_path): Simplified.
        * WinPT.cpp (load_gpg_env): New.
        (check_crypto_engine): Return type is now bool.
        * wptRegistry.cpp (is_gpg4win_installed): New.
        * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): More consistent
        dialog design.
        * wptKeyManagerDlg.cpp (translate_menu_strings): New.
        (translate_popupmenu_strings): New.
        * wptKeyEditDlgs.cpp (is_jpg_file): New.



Revision 121 - (view) (annotate) - [select for diffs]
Modified Mon Dec 12 11:19:56 2005 UTC (19 years, 2 months ago) by twoaday
File length: 86019 byte(s)
Diff to previous 117 , to selected 67
2005-12-11  Timo Schulz  <ts@g10code.com>
 
        * wptW32API.cpp (get_file_version): New.
        * wptGPGUtil.cpp (create_process): Always hide window.
        * wptClipEditDlg.cpp (clipedit_dlg_proc): Use 'Close'
        instead of 'Exit'.
        * wptKeyManager.cpp (km_http_import): New filename
        generation code.
        (km_send_to_mail_recipient): Cleanups.
        * wptKeyEditDlg.cpp (showpref_dlg_proc): Localize dialog.
        * wptKeyManagerDlg.cpp (update_ui_items): Handle the case
        when multiple keys are selected.
        (popup_multiple): New.
        * WinPT.cpp (WinMain): Check that the PTD.dll and WinPT.exe
        file versions are equal. Rewrote --keymanager code.
         
Removed temporary w32gpgme dirctory, all code is now in Src.
Changed configure files.



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: 86007 byte(s)
Diff to previous 112 , to selected 67
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 112 - (view) (annotate) - [select for diffs]
Modified Fri Dec 2 10:02:17 2005 UTC (19 years, 3 months ago) by twoaday
File length: 86007 byte(s)
Diff to previous 110 , to selected 67
Updated the translation.



Revision 110 - (view) (annotate) - [select for diffs]
Modified Fri Dec 2 08:17:55 2005 UTC (19 years, 3 months ago) by twoaday
File length: 86007 byte(s)
Diff to previous 109 , to selected 67
Increased version to 0.11.2.


Revision 109 - (view) (annotate) - [select for diffs]
Modified Fri Dec 2 07:32:13 2005 UTC (19 years, 3 months ago) by twoaday
File length: 86007 byte(s)
Diff to previous 105 , to selected 67
2005-12-01  Timo Schulz  <ts@g10code.com>
 
        * wptClipVerifyDlg.cpp (clipverify_dlg_proc): Use new semantic
        for get_gpg_sigstat().
        * wptGPGME.cpp (get_gpg_sigstat): New. It is now a function.
        As a macro strings will not be translated at runtime.
        * wptKeyserverDlg.cpp (hkp_recv_key): Properly detect if we
        need to update the cache. Thanks to Jan-Oliver.
        * wptKeyImportStatusDlg.cpp (import_status_dlg_proc): Localized.
         

Prepare a new release.



Revision 105 - (view) (annotate) - [select for diffs]
Modified Wed Nov 30 10:22:00 2005 UTC (19 years, 3 months ago) by twoaday
File length: 85907 byte(s)
Diff to previous 99 , to selected 67
Several cleanups and improved translation.



Revision 99 - (view) (annotate) - [select for diffs]
Modified Fri Nov 25 07:47:51 2005 UTC (19 years, 3 months ago) by twoaday
File length: 88893 byte(s)
Diff to previous 95 , to selected 67
Updated translation.



Revision 95 - (view) (annotate) - [select for diffs]
Modified Thu Nov 24 12:09:28 2005 UTC (19 years, 3 months ago) by twoaday
File length: 88868 byte(s)
Diff to previous 88 , to selected 67
See ChangeLog.



Revision 88 - (view) (annotate) - [select for diffs]
Modified Mon Nov 21 12:06:59 2005 UTC (19 years, 3 months ago) by twoaday
File length: 88854 byte(s)
Diff to previous 85 , to selected 67
2005-11-21  Timo Schulz  <ts@g10code.com>
 
        * WinPT.cpp (WinMain): Implement --stop switch.
        * wptClipEditDlg.cpp (clip_edit_dlg_proc): Localize
        missing string.
        * wptPreferencesDlg.cpp (prefs_dlg_proc): Likewise.
        * wptKeygenDlg.cpp (keygen_dlg_proc): Verify valid context
        first. Thanks to Ralf.
        * wptFileManagerDlg.cpp (update_ui_items): New.
        * wptFileManager.cpp (fm_set_status): New sigmode param.
        Changed all callers.



Revision 85 - (view) (annotate) - [select for diffs]
Modified Fri Nov 18 07:20:40 2005 UTC (19 years, 3 months ago) by twoaday
File length: 88801 byte(s)
Diff to previous 80 , to selected 67
2005-11-17  Timo Schulz  <ts@g10code.com>
 
        * wptGPG.cpp (check_last_gnupg_access): Kludge to avoid that
        the cache will be loaded twice.
        * wptRegistry.cpp (regist_inst_winpt): More comments.
        * wptKeyManagerDlg.cpp (do_center_window): Make sure that
        neg. coordinates are never used.
        * wptClipVerifyDlg.cpp (clip_verify_dlg_proc): Localize all
        strings.
        * wptPassphraseCB.cpp (passphrase_callback_proc): Likewise.
        * wptFileManagerDlg.cpp (filemanager_dlg_proc): Localize menu
        and save 'AlwaysOnTop' in the registry.
         


Revision 80 - (view) (annotate) - [select for diffs]
Modified Wed Nov 16 11:05:16 2005 UTC (19 years, 3 months ago) by twoaday
File length: 88768 byte(s)
Diff to previous 78 , to selected 67
2005-11-16  Timo Schulz  <ts@g10code.com>
 
        * WinPT.cpp (check_crypto_engine): Min is now GPG 1.4.2.
        * wptKeylist.cpp (keylist_add_key): Add disabled keys in list
        mode.
        * wptPreferencesDlg.cpp (prefs_dlg_proc): Localize all strings.
        * wptRegistry.cpp (regist_inst_winpt): Set install directory.
        Useful for other programs to figure out the path to the EXE.
         


Revision 78 - (view) (annotate) - [select for diffs]
Modified Tue Nov 15 08:54:44 2005 UTC (19 years, 3 months ago) by twoaday
File length: 88705 byte(s)
Diff to previous 77 , to selected 67
2005-11-14  Timo Schulz  <ts@g10code.com>
 
        * wptGPG.cpp (check_gnupg_engine): Fix version check.
        * wptMainProc.cpp (winpt_main_proc): Check keyring
        file permissions always and do not use interative output
        when the windows session ends.
        * wptProxySettingsDlg.cpp (proxy_settings_dlg_proc):
        Localize all strings.
        * wptPassphraseDlg.cpp (passwd_dlg_proc): Likewise.
        * wptGPGPrefsDlg.cpp (gpg_prefs_dlg): Likewise.
        * wptKeyEditDlgs.cpp (do_init_keylist): Skip all
        non-valid keys.
         



Revision 77 - (view) (annotate) - [select for diffs]
Modified Mon Nov 14 15:01:01 2005 UTC (19 years, 3 months ago) by twoaday
File length: 88651 byte(s)
Diff to previous 75 , to selected 67
2005-11-12  Timo Schulz  <ts@g10code.com>
 
        Fix more GCC warnings.
 
2005-11-10  Timo Schulz  <ts@g10code.com>
 
        * wptClipSignDlg.cpp (one_key_proc): Use
        release_gpg_passphrase_cb() to free the context.
        * wptListView.cpp (listview_deselect_all): New.
        * wptMAPI.cpp (mapi_send_pubkey): Works again.
        * wptFileManagerDlg.cpp (file_manager_dlg_proc): Support encrypt &
        zip.
        * wptPassphraseCB.cpp (passphrase_callback_proc): Fix passphrase
        caching for signing operations.
        * wptKeyManager.cpp (km_send_to_mail_recipient): Works again.
        * wptFileManager.cpp (fm_send_file): Likewise.
        (fm_encrypt_into_zip): New.
         


Revision 75 - (view) (annotate) - [select for diffs]
Modified Tue Nov 8 09:13:05 2005 UTC (19 years, 3 months ago) by werner
File length: 88522 byte(s)
Diff to previous 67
Fixed make distcheck issues.

Revision 67 - (view) (annotate) - [selected]
Modified Fri Nov 4 18:19:07 2005 UTC (19 years, 3 months ago) by werner
File length: 88522 byte(s)
Copied from: trunk/WinPT-en.rc revision 60
Diff to previous 40
minor fixes to actually make the dialogs working.

Revision 40 - (view) (annotate) - [select for diffs]
Modified Fri Oct 28 07:02:14 2005 UTC (19 years, 4 months ago) by twoaday
Original Path: trunk/WinPT-en.rc
File length: 88571 byte(s)
Diff to previous 36 , to selected 67
Updated.


Revision 36 - (view) (annotate) - [select for diffs]
Modified Thu Oct 27 15:25:13 2005 UTC (19 years, 4 months ago) by werner
Original Path: trunk/WinPT-en.rc
File length: 89892 byte(s)
Diff to previous 34 , to selected 67
First set of changes to use autotools for building.

Revision 34 - (view) (annotate) - [select for diffs]
Modified Wed Oct 26 11:20:09 2005 UTC (19 years, 4 months ago) by twoaday
Original Path: trunk/WinPT-en.rc
File length: 90927 byte(s)
Diff to previous 32 , to selected 67
2005-10-25  Timo Schulz  <twoaday@g10code.com>
                                                                                
        * wptGPGUtil.cpp (create_process): Hide window.
        * wptKeyPropsDlg.cpp (get_photo_tmpname): New.
        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Remove
        static var 'enable'.
        * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
        (gpg_genkey_params): Make sure all primary keys are capable
        for signing and certification.
        * wptKeySigDlg.cpp (is_sig): If no item is selected, return 0.
        * wptGPG.cpp (gnupg_access_keyring): Check return value for
        NULL. Noted by Ralf.
        (get_gnupg_prog): Simplified.
        (check_homedir): Fixed. Return 0 when the dir is successfully created.
        * wptKeyManagerDlg.cpp (km_file_import): Use the hourglass to
        indicate a pending GPG process.
        * wptFileManager.cpp (op_begin, op_end): New. Indicate an start
        and and of an operation. For now just the cursor changes.
        (fm_parse_command_line): Remove debug output. Thanks to Ralf again.
        * WinPT.cpp (WinMain): Check if there is already an instance and
        set a variable early as possible.
        (load_gettext): If a previous instance was found, do not output
        any errors. Kudos to Ralf.



Revision 32 - (view) (annotate) - [select for diffs]
Modified Mon Oct 24 08:03:48 2005 UTC (19 years, 4 months ago) by twoaday
Original Path: trunk/WinPT-en.rc
File length: 90758 byte(s)
Diff to previous 26 , to selected 67
2005-10-23  Timo Schulz  <twoaday@g10code.com>
 
        * wptFileManager.cpp (fm_get_file_type): Detect detached sigs.
        * wptKeyList.cpp (keylist_cmp_cb): Take care of expired/revoked keys.
        (get_ext_validity): New.
        * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Several cleanups.
        * wptClipEditDlg.cpp (load_clipboard): Factored out some code into
        this function.
        (load_clipboard_from_file): Likewise.
        (save_clipboard_to_file): New.
        * wptKeyManagerDlg.cpp (keyprops_dlg_proc): Fix stack overflow.

For complete details, see the ChangeLog files.


Revision 26 - (view) (annotate) - [select for diffs]
Modified Mon Oct 17 08:49:30 2005 UTC (19 years, 4 months ago) by twoaday
Original Path: trunk/WinPT-en.rc
File length: 90682 byte(s)
Diff to previous 24 , to selected 67
More bug fixes all over the place.
See ChangeLog for details.


Revision 24 - (view) (annotate) - [select for diffs]
Modified Sat Oct 8 10:43:08 2005 UTC (19 years, 4 months ago) by twoaday
Original Path: trunk/WinPT-en.rc
File length: 90675 byte(s)
Diff to previous 14 , to selected 67
Bug fixes to correct some problems introduced by
the MyGPGME to GPGME port.


Revision 14 - (view) (annotate) - [select for diffs]
Modified Wed May 4 07:59:42 2005 UTC (19 years, 9 months ago) by twoaday
Original Path: trunk/WinPT-en.rc
File length: 89003 byte(s)
Diff to previous 13 , to selected 67
2005-05-03  Timo Schulz  <twoaday@freakmail.de>
 
        * wptFileManager.cpp (fm_parse_command_line): Handle
        'SYMKEYENC' files. Thanks to the user who reported it.



Revision 13 - (view) (annotate) - [select for diffs]
Modified Mon Apr 25 07:15:30 2005 UTC (19 years, 10 months ago) by twoaday
Original Path: trunk/WinPT-en.rc
File length: 88975 byte(s)
Diff to previous 3 , to selected 67
Commit bug fixes. Release 0.9.92.


Revision 3 - (view) (annotate) - [select for diffs]
Added Mon Jan 31 11:03:40 2005 UTC (20 years, 1 month ago) by twoaday
Original Path: trunk/WinPT-en.rc
File length: 87481 byte(s)
Diff to selected 67
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