Browse Subversion Repository
Log of /branches/ttcomtester/teraterm/teraterm/ftdlg.cpp
Revision 10521 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Jan 20 16:03:38 2023 UTC (14 months, 2 weeks ago) by zmatsuo File length: 8295 byte(s) Diff to previous 10009 , to selected 6435 add communication test tool Revision 10009 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Jun 23 23:59:07 2022 UTC (21 months, 2 weeks ago) by nmaya Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 8295 byte(s) Diff to previous 9373 , to selected 6435 アイコンまわりを整理した ディスプレイ拡大率にあったサイズのアイコンが使われるようにした 各ウィンドウに動的にセットされるアイコン(タイトルバー・タスクバーなどで表示される) 通知アイコン 通知アイコンにフルカラーのアイコンが使われるようにした TTSSH から通知があったときには TTSSH のアイコンが使われるようにした カスタム通知アイコンをセットする API を変更した merge from branches/adjust_icon ticket #43907, #44517 Revision 9373 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Aug 18 15:45:39 2021 UTC (2 years, 7 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 8642 byte(s) Diff to previous 9230 , to selected 6435 コンパイラの警告で簡単なものを修正 - teraterm/common/codeconv.cpp - warning: unused variable 'flags' [-Wunused-variable] - teraterm/teraterm/teraterm/ftdlg.cpp - warning: unused variable 'fuLoad' [-Wunused-variable] - teraterm/teraterm/teraterm/commlib.c - warning: variable 'ErrMsg' set but not used [-Wunused-but-set-variable] - teraterm/teraterm/filesys_proto.cpp - warning: unused variable 'UILanguageFile' [-Wunused-variable] - teraterm/teraterm/common/win32helper.cpp: - warning: unused variable 'r' [-Wunused-variable] - 代入する変数を誤っていた - free() 追加 - teraterm/teraterm/ttpdlg/ttdlg.c - warning: 'static' is not at beginning of declaration [-Wold-style-declaration] Revision 9230 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon May 3 15:04:42 2021 UTC (2 years, 11 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 8674 byte(s) Diff to previous 9104 , to selected 6435 _WIN32_WINNTをコンパイルオプションで指定
- Tera Term は _WIN32_WINNT >= 0x0501 でビルドすることが前提となっている
- 0x0501=_WIN32_WINNT_WINXP
- Windows XP
- Windows Server 2003
- Visual Studio 2005 のプロジェクトファイルに /D_WIN32_WINNT=0x0501 追加済み(r9191)
- teraterm_conf.h を削除
- WIN32_WINNT をコンパイルオプションで指定するため r7554 で追加した
- コマンドラインで明示的に指定するようになったた不要となった
- SDK 7.0 では _WIN32_WINNT が自動で設定されない
- SDK 7.0 より新しいSDKでは、特に指定されていない場合、自動で設定される
- SDKのバージョンによって自動で設定される_WIN32_WINNT の値は異なっている
- SDK 7.1 の場合 0x0601
- SDK 10.0.18362.0 の場合 0x0A00
- sdkddkver.h 内で設定される
- MinGWの場合は _mingw.h
- Visual Studio 2005 では次のSDKでビルドできることを確認済み
- SDK 7.0
- SDK 7.1
- Tera Term は Visual Studio 2005 以上をサポート
- MSC_VER >= 1400
Revision 9104 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Dec 20 12:16:27 2020 UTC (3 years, 3 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 8702 byte(s) Diff to previous 9070 , to selected 6435 ttftypes.h への依存を減らした - 不要な ttftypes.h の include を削除 - logダイアログのタイトルを filesys_log.cpp へ移動 - FILEDLG_TRANS_TITLE_LOGのデフォルト値 - ファイル送信ダイアログのタイトルを sendfiledlg.cpp へ移動 - FILEDLG_TRANS_TITLE_SENDFILEのデフォルト値 Revision 9070 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Dec 20 12:09:55 2020 UTC (3 years, 3 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 8725 byte(s) Diff to previous 9069 , to selected 6435 ftdlg.cpp,h 無効部分削除、OpLog,OpSendFileを移動 Revision 9069 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Dec 20 12:09:44 2020 UTC (3 years, 3 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 9504 byte(s) Diff to previous 9067 , to selected 6435 ファイル送信ポーズフラグを filesys.cpp へ移動 - TComVar 構造体から FilePause を削除 - TFileVar#filesys.cpp へ FilePause を追加 - FileTransPause()#filesys.cpp -> FileSendPause() Revision 9067 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Dec 20 12:09:26 2020 UTC (3 years, 3 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 9511 byte(s) Diff to previous 9056 , to selected 6435 filesys.cpp (ファイル送信)を整理 - TFileVar を filesys.cpp ファイルローカルな構造体とした - filesys_send.h から filesys.cpp へ移動 - filesys_send.h 削除 - 不要、使用されない構造体メンバ削除、整理 - 使用されないコードなど削除 - 未使用定数 GTF_BP に関するコードを削除 - FileTransEnd() -> FileSendEnd() Revision 9056 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Dec 20 12:07:03 2020 UTC (3 years, 3 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 9488 byte(s) Diff to previous 9048 , to selected 6435 ftdlg.cpp,h から FileVar 依存を削除 Revision 9048 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Dec 16 12:24:13 2020 UTC (3 years, 3 months ago) by nmaya Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 9458 byte(s) Diff to previous 8902 , to selected 6435 ソースファイルの著作権表記の "最後の発行の年" を削除 ticket #40996 Revision 8902 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Aug 18 15:30:18 2020 UTC (3 years, 7 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 9462 byte(s) Diff to previous 8900 , to selected 6435 ftdlgのファイル名表示が誤っていたので修正 - フルパスからファイル名を抽出するコードを ftdlg.cpp に移動した Revision 8900 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Aug 18 15:29:32 2020 UTC (3 years, 7 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 9156 byte(s) Diff to previous 8899 , to selected 6435 filesys_log.h を作成 - filesys.h から分離 - 使用していないので filesys_log から ttpfile.dll のロードを行わないようにした - ログのポーズに cv.FilePause を使用しないようにした Revision 8899 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Aug 18 15:29:19 2020 UTC (3 years, 7 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 9027 byte(s) Diff to previous 8895 , to selected 6435 ログに関するAPIをUnicode化した - FLogOpen(), FLogGetFilename(), FLogGetLogFilename() - FLogGetLogFilename() の内部は ANSI のまま - ファイル名に Unicode が使用できるようになった - ログファイルが作成できなかった時の MessageBox を vtwin.cpp に移動 - ftdlg.cpp のファイル名表示を Unicode 化 Revision 8895 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Aug 18 15:27:38 2020 UTC (3 years, 7 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 8927 byte(s) Diff to previous 8857 , to selected 6435 ファイル転送ダイアログ(ftdlg)を汎用的に使用できるよう修正 - メンバ変数から PFileVar をなくした - TFile(PVarPFileVar), TTTSet, TComVar なしで使用可 - 従来と同等のAPIも残した Revision 8857 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Jul 25 15:59:47 2020 UTC (3 years, 8 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 7809 byte(s) Diff to previous 8851 , to selected 6435 ログ関連API追加,ftdlg修正
- FLogWindow() 追加
- グローバル変数 HWND HWndLog 削除
- FLogPause() 追加
- FLogChangeButton() を static関数に変更
- FLogShowDlg() 追加
- ShowFTDlg() を static関数に変更
- FLogIsPause()追加
- ftdlg
- cv->FilePauseを操作しないようにした
- FileTransPause()#filesys を追加
- WM_USER_FTCANCEL メッセージを削除
- FileTransEnd() を直接コール
Revision 8851 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Jul 13 15:31:31 2020 UTC (3 years, 8 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 7683 byte(s) Diff to previous 8850 , to selected 6435 ログダイアログの、ヘルプボタンで log のヘルプが出るよう修正 - ticket #39781 Revision 8850 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Jul 13 15:31:18 2020 UTC (3 years, 8 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 7560 byte(s) Diff to previous 8225 , to selected 6435 ヘッダからリソースIDを削除した Revision 8225 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Sep 25 14:43:54 2019 UTC (4 years, 6 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 7564 byte(s) Diff to previous 7926 , to selected 6435 コモンダイアログのヘルプボタンが機能するよう修正 - r8017 (4.104) でのエンバグ - ttwinman.c のグローバル変数 HelpId を削除 - vtwin.h, tekwin.h 内のプライベートなクラス変数にした Revision 7926 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Aug 8 15:17:15 2019 UTC (4 years, 8 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 7533 byte(s) Diff to previous 7915 , to selected 6435 未使用変数、未使用defineを削除 Revision 7915 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Aug 5 15:35:36 2019 UTC (4 years, 8 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 7636 byte(s) Diff to previous 7554 , to selected 6435 Modal を Modeless と修正 Revision 7554 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Apr 6 15:40:46 2019 UTC (5 years ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 7630 byte(s) Diff to previous 7528 , to selected 6435 VS2005pro+SDK7.0でビルドが通らなかったので修正 teraterm_conf.h を追加 _WIN32_WINNT などを定義 Revision 7528 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Mar 28 16:38:54 2019 UTC (5 years ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 7598 byte(s) Diff to previous 7526 , to selected 6435 vtwin,teratermでMFCを使用しないようにした Revision 7526 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Mar 28 16:38:29 2019 UTC (5 years ago) by zmatsuo Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 7642 byte(s) Diff to previous 6841 , to selected 6435 ファイル転送関連を高DPI化 Revision 6841 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jul 4 15:02:28 2017 UTC (6 years, 9 months ago) by doda Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 8858 byte(s) Diff to previous 6806 , to selected 6435 TeraTerm Project としてのライセンス表記を追加 ・Tera Term 本体分を横 80 桁に収まるように改行位置を調整 ・ttssh 関連の分を追加 Revision 6806 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Jun 15 00:37:01 2017 UTC (6 years, 9 months ago) by doda Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 8862 byte(s) Diff to previous 6504 , to selected 6435 TeraTerm Project としてのライセンス表記を追加 とりあえず Tera Term 本体分。 TeraTerm Project としての copyright 表記の年部分はコミットログを確認して書いたつもりだけど、ミスってたらすみません。 TODO: 過去に取り込んだパッチに関する著作権表記の追加 Revision 6504 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Oct 5 11:08:00 2016 UTC (7 years, 6 months ago) by yutakapon Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 7396 byte(s) Diff to previous 6501 , to selected 6435 チケット #36655 ログファイルオープンエラー ログダイアログをクローズする際、アイコンリソースを削除するようにした。 Revision 6501 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Oct 3 13:54:12 2016 UTC (7 years, 6 months ago) by yutakapon Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 7201 byte(s) Diff to previous 6435 チケット #36655 ログファイルオープンエラー ログダイアログをクローズする際、論理フォントを削除するようにした。 Revision 6435 - (view) (download) (as text) (annotate) - [selected] Modified Mon Jul 11 08:53:02 2016 UTC (7 years, 9 months ago) by doda Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 7048 byte(s) Diff to previous 6286 ・行末の空白/タブを削除 ・インデント調整 Revision 6286 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Feb 1 15:14:14 2016 UTC (8 years, 2 months ago) by yutakapon Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 7049 byte(s) Diff to previous 4822 , to selected 6435 チケット #35744 VS2015の警告除去 下記ブランチからマージした。 svn+ssh://yutakapon@svn.sourceforge.jp/svnroot/ttssh2/branches/vs2015_warn リビジョン6194 - 6260 Revision 4822 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Feb 4 14:20:57 2012 UTC (12 years, 2 months ago) by maya Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 7043 byte(s) Diff to previous 4818 , to selected 6435 ログ取得開始時にログウィンドウが一瞬アクティブになる動作を修正 http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=27375 ダイアログを Create すると Visible=False でもアクティブになるので WS_EX_NOACTIVATE を使う WS_EX_NOACTIVATE が Windows 2000 以降サポートなのでそれより前の OS には対応できない Revision 4818 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Feb 3 15:48:21 2012 UTC (12 years, 2 months ago) by maya Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 6523 byte(s) Diff to previous 4461 , to selected 6435 コメント変更 Revision 4461 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Apr 27 07:52:07 2011 UTC (12 years, 11 months ago) by doda Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 6518 byte(s) Diff to previous 4454 , to selected 6435 ファイル転送ダイアログの経過時間の I18N 対応。 Revision 4454 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Apr 19 13:23:37 2011 UTC (12 years, 11 months ago) by doda Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 6338 byte(s) Diff to previous 3709 , to selected 6435 ファイル転送ダイアログ/ファイル送信ダイアログで、経過時間と転送速度を表示するようにした。 Revision 3709 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Dec 6 15:14:26 2009 UTC (14 years, 4 months ago) by maya Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 5409 byte(s) Diff to previous 3600 , to selected 6435 [File]-[Show Log dialog] を、ダイアログ非表示でなくても押せるようにした。 Revision 3600 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Jul 27 06:16:34 2009 UTC (14 years, 8 months ago) by maya Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 5403 byte(s) Diff to previous 3596 , to selected 6435 ログダイアログが隠れたときに、直前にフォアグラウンドだったウィンドウをフォアグラウンドにするようにした。 http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=17818 Revision 3596 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jul 21 04:44:28 2009 UTC (14 years, 8 months ago) by maya Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 5348 byte(s) Diff to previous 3392 , to selected 6435 ログウィンドウを非表示でログを開始した場合、表示されていないログウィンドウにフォーカスが当たった状態になるのを修正した。 非表示時には VTWin にフォーカスをセットするようにした。 http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=17818 Revision 3392 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue May 12 11:55:27 2009 UTC (14 years, 11 months ago) by maya Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 5305 byte(s) Diff to previous 3227 , to selected 6435 インデントを調整。コード的な変更はないはず。 Revision 3227 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Mar 24 15:10:33 2009 UTC (15 years ago) by maya Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 5425 byte(s) Diff to previous 3221 , to selected 6435 CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換 Revision 3221 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Mar 24 09:37:20 2009 UTC (15 years ago) by maya Original Path: trunk/teraterm/teraterm/ftdlg.cpp File length: 5246 byte(s) Diff to previous 2655 , to selected 6435 CVS から SVN へ移行: trunk に集約 Revision 2655 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Feb 10 03:16:22 2009 UTC (15 years, 2 months ago) by doda Original Path: teraterm/trunk/teraterm/ftdlg.cpp File length: 5246 byte(s) Diff to previous 2654 , to selected 6435 ShowWindow(SW_SHOW)はif文の条件に関わらず常に実行されるので、if文の外へ移動。 Revision 2654 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Feb 9 04:55:52 2009 UTC (15 years, 2 months ago) by doda Original Path: teraterm/trunk/teraterm/ftdlg.cpp File length: 5292 byte(s) Diff to previous 2653 , to selected 6435 ログウィンドウを非表示に指定した時、一瞬ログウィンドウが表示されていたのを表示されないようにした。 [Ttssh2-devel 1343] http://sourceforge.jp/tracker/index.php?func=detail&aid=14960&group_id=1412&atid=5336 Revision 2653 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Feb 7 02:51:12 2009 UTC (15 years, 2 months ago) by maya Original Path: teraterm/trunk/teraterm/ftdlg.cpp File length: 5244 byte(s) Diff to previous 2580 , to selected 6435 ログ転送ダイアログの表示から SW_HIDE, SW_MINIMIZE の設定までを最短にした。 http://sourceforge.jp/tracker/index.php?func=detail&aid=14960&group_id=1412&atid=5336 Revision 2580 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Sep 3 05:27:50 2008 UTC (15 years, 7 months ago) by maya Original Path: teraterm/trunk/teraterm/ftdlg.cpp File length: 5085 byte(s) Diff to previous 2576 , to selected 6435 Vista の Aero において Alt+Tab 切り替えで表示されるアイコンが 16x16 アイコンの 拡大になってしまうので、大きいアイコンもセットするようにした。 Revision 2576 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Aug 8 01:28:34 2008 UTC (15 years, 8 months ago) by doda Original Path: teraterm/trunk/teraterm/ftdlg.cpp File length: 5024 byte(s) Diff to previous 2570 , to selected 6435 ファイル送信時のダイアログボックスにプログレスバーを表示するようにした。 Revision 2570 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Aug 1 16:28:26 2008 UTC (15 years, 8 months ago) by maya Original Path: teraterm/trunk/teraterm/ftdlg.cpp File length: 4632 byte(s) Diff to previous 2476 , to selected 6435 NT4.0で無理矢理32bitアイコンを表示しようとして崩れたアイコンが表示される問題を修正した。 Revision 2476 - (view) (download) (as text) (annotate) - [select for diffs] Added Mon Apr 14 17:35:50 2008 UTC (16 years ago) by maya Original Path: teraterm/trunk/teraterm/ftdlg.cpp File length: 4334 byte(s) Diff to selected 6435 ファイル移動に伴う修正 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.
|