Browse Subversion Repository
Log of /branches/ttcomtester/teraterm/teraterm/addsetting.h
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: 3528 byte(s) Diff to previous 10443 add communication test tool Revision 10443 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Dec 29 16:43:20 2022 UTC (15 months, 1 week ago) by zmatsuo Original Path: trunk/teraterm/teraterm/addsetting.h File length: 3528 byte(s) Diff to previous 10373 ログタブの標準ファイル名に設定できない文字があったので修正
- 修正前の動作
- strftime() で %c %x %X %Z などにファイル名に使えない文字が含まれる時、
- ダイアログで設定できない
- OKボタンを押した後エラーが出て設定されない
- 時間や日付の区切りに':','/'が使われるため(ロケール=日本)
- 設定ファイル(TERATERM.INI)に直接設定すると使用できる
- ダイアログでのファイル名の判定方法を変更
- strftime()でフォーマット後に使用できない文字を置換するようにした
- 日本以外のロケールでも使用できる
- フォーマット後のプレビューを出すようにした
- ダイアログでのファイル名の扱いUnicode化した
- ログファイル名でよく使うと思われるパターンをドロップダウンで選択できるようにした
ticket #45553
Revision 10373 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Nov 20 14:18:21 2022 UTC (16 months, 3 weeks ago) by zmatsuo Original Path: trunk/teraterm/teraterm/addsetting.h File length: 3820 byte(s) Diff to previous 10278 通知サウンド設定追加 - 通知サウンドenable/disable追加 - 通知テストボタン追加 Revision 10278 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Sep 20 14:57:48 2022 UTC (18 months, 3 weeks ago) by zmatsuo Original Path: trunk/teraterm/teraterm/addsetting.h File length: 4084 byte(s) Diff to previous 10179 ANSIカラー設定で色変更できなくなっていたので修正 - r10274 で色番号の対応を正しくしたが、変更した色がすぐ反映されなくなった - 変更した色が反映されるよう修正 - その他の設定ダイアログの表示タブにあるANSIカラー設定 - ok ボタンを押したときに色変更が反映されるようになった、cancel時は反映されない - 従来は ok/cancel に関係なく色を変更すると設定に反映されていた ticket #45559 Revision 10179 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Aug 24 14:03:59 2022 UTC (19 months, 2 weeks ago) by zmatsuo Original Path: trunk/teraterm/teraterm/addsetting.h File length: 4542 byte(s) Diff to previous 10176 cygterm_t を tttypes.h から addsetting.h へ移動 - cygterm_t を tttset 構造体から削除、構造体サイズを元に戻した - r9304 で cygterm_t に reserve を追加したため - cygterm_t は cygwinタブでのみ使用 - 必要なら cygterm.cfg へ読み込み/から書き込みAPIを使う - TODO - cygterm.cfg の文字コードを考慮する - UTF-8 になるはず - 現在は ANSI - コードは cygwin/cyglib/ などに置くのが妥当か Revision 10176 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Aug 24 13:42:14 2022 UTC (19 months, 2 weeks ago) by zmatsuo Original Path: trunk/teraterm/teraterm/addsetting.h File length: 4075 byte(s) Diff to previous 10059 コンパイラの警告を修正 - 不透明tooltipのlangファイル参照をUnicode化 (addsetting.cpp) - 次の警告を修正 - addsetting.h:147:7: warning: private field 'm_StartPage' is not used - addsetting.cpp(822,88): warning C4100: 'UILanguageFile': 引数は関数の本体部で 1 度も参照されません。 - addsetting.cpp(983): warning C6386: 'ts.ANSIColor' への書き込み中にバッファー オーバーランが発生しました。 - filesys_proto.cpp(1503): warning C6386: 'FileDirExpanded' への書き込み中にバッファー オーバーランが発生しました。 - broadcast.cpp(115): warning C6386: 'Command' への書き込み中にバッファー オーバーランが発生しました。 Revision 10059 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Jul 15 12:59:29 2022 UTC (20 months, 3 weeks ago) by zmatsuo Original Path: trunk/teraterm/teraterm/addsetting.h File length: 4095 byte(s) Diff to previous 9883 従来のフォント選択メニューを選ぶとその他の設定のフォントタブが出るようにした - INIファイルに次の設定をしたときののみ - TERATERM.INI の [Experimental] セクション DontUseFontDialog=ON - 設定しないと従来と同じ動作 Revision 9883 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Apr 22 15:37:48 2022 UTC (23 months, 2 weeks ago) by zmatsuo Original Path: trunk/teraterm/teraterm/addsetting.h File length: 3995 byte(s) Diff to previous 9882 TTCPropSheetDlg クラスを別ファイルに分離 - common/tmfc_propdlg.cpp,h を追加 Revision 9882 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Apr 22 15:37:38 2022 UTC (23 months, 2 weeks ago) by zmatsuo Original Path: trunk/teraterm/teraterm/addsetting.h File length: 4723 byte(s) Diff to previous 9881 CAddSettingPropSheetDlg から TTCPropSheetDlg を分離 - プロパティーシートダイアログの動作を別クラスに分離 Revision 9881 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Apr 22 15:37:28 2022 UTC (23 months, 2 weeks ago) by zmatsuo Original Path: trunk/teraterm/teraterm/addsetting.h File length: 4465 byte(s) Diff to previous 9048 その他設定ダイアログをTera Termの中央に表示するようにした 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/addsetting.h File length: 4248 byte(s) Diff to previous 8771 ソースファイルの著作権表記の "最後の発行の年" を削除 ticket #40996 Revision 8771 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue May 12 14:32:44 2020 UTC (3 years, 11 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/addsetting.h File length: 4252 byte(s) Diff to previous 8767 fontプロパティーページ追加
- Unicode/ANSI API切り替え
- ANSI API使用時、文字コード変換に使用するコードページを変更できる
- debugプロパティーページのUnicode/ANSI API切り替えを削除
- VTfont切り替えはすぐに設定に反映する
- 今の所、[設定]/[フォント] から切り替えたときと同じ動作
- ANSI API利用時
- 表示できない文字を表示
- 半角時 '?'
- 全角時 '?_'
- 未実装
- フォント間
- プロポーショナルフォント
Revision 8767 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed May 6 14:55:21 2020 UTC (3 years, 11 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/addsetting.h File length: 4252 byte(s) Diff to previous 8761 コーディングプロパティーページ追加
- [設定]/[その他の設定]に[コーディング]プロパティーページを追加
- 次の設定を1箇所にまとめた
- [設定]/[全般] の言語
- [設定]/[端末] の漢字コード
- 中国語の設定を追加
Revision 8761 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat May 2 13:24:54 2020 UTC (3 years, 11 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/addsetting.h File length: 4149 byte(s) Diff to previous 8445 TTCPropertySheet クラスを削除 - CAddSettingPropSheetDlg クラスにしか使用していなかった - TTCPropertyPage() コンストラクタの仕様変更 - TTCPropertySheet のポインタを削除 - tmfc.cppの無効化したコードの削除 Revision 8445 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Dec 17 12:15:31 2019 UTC (4 years, 3 months ago) by doda Original Path: trunk/teraterm/teraterm/addsetting.h File length: 4169 byte(s) Diff to previous 8143 Merge branch 'unicode_buf' Revision 8143 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Sep 14 09:45:58 2019 UTC (4 years, 6 months ago) by yasuhide Original Path: trunk/teraterm/teraterm/addsetting.h File length: 4377 byte(s) Diff to previous 8116 TipWinをクラス化した - CTipWinクラスを作成した - TipWinのWM_TIMERをCTipWin::WndProcで受信するようにした - コンストラクタで作ったツールチップを使いまわせるようにした - tttypes.hに定義したツールチップ用タイマーのIDを削除した Revision 8116 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Sep 11 15:19:29 2019 UTC (4 years, 7 months ago) by yasuhide Original Path: trunk/teraterm/teraterm/addsetting.h File length: 4372 byte(s) Diff to previous 8017 Additional settingsのVISUALタブでスライダーで不透明度を変更できるようにした - 不透明度スライダー指定の改版履歴を記載した - 不透明度ツールチップに小数第1位を表示した - 不透明度ツールチップの文字数が変化したときにはみ出る問題の暫定対策 - 言語ファイルの変更日を 2019-09-11 に更新した Revision 8017 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Aug 24 16:13:55 2019 UTC (4 years, 7 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/addsetting.h File length: 4277 byte(s) Diff to previous 7592 Additional settings ダイアログにヘルプボタンを追加 Revision 7592 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Apr 17 15:08:42 2019 UTC (4 years, 11 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/addsetting.h File length: 4175 byte(s) Diff to previous 7525 ダイアログを親(vtwin)の中央に表示するよう修正 Revision 7525 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Mar 28 16:38:16 2019 UTC (5 years ago) by zmatsuo Original Path: trunk/teraterm/teraterm/addsetting.h File length: 4151 byte(s) Diff to previous 6841 その他の設定ダイアログを高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/addsetting.h File length: 4908 byte(s) Diff to previous 6806 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/addsetting.h File length: 4912 byte(s) Diff to previous 6119 TeraTerm Project としてのライセンス表記を追加 とりあえず Tera Term 本体分。 TeraTerm Project としての copyright 表記の年部分はコミットログを確認して書いたつもりだけど、ミスってたらすみません。 TODO: 過去に取り込んだパッチに関する著作権表記の追加 Revision 6119 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Nov 12 15:04:55 2015 UTC (8 years, 5 months ago) by yutakapon Original Path: trunk/teraterm/teraterm/addsetting.h File length: 3407 byte(s) Diff to previous 3777 チケット #35710 Cygwin設定の見直し 項番1に対応させた。 1. 設定ダイアログでOK押下しただけで、cygterm.cfgを書き換えないようにし、 Save setupで保存するように、本来あるべき姿に変更する。 Revision 3777 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Feb 14 05:09:56 2010 UTC (14 years, 1 month ago) by maya Original Path: trunk/teraterm/teraterm/addsetting.h File length: 3625 byte(s) Diff to previous 3227 Additional settings に Control Sequence タブを追加 制御シーケンスの設定項目を移動 いくつかの設定項目をUI上に移動 設定項目名がINIのキー名のままなのを修正 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/addsetting.h File length: 3195 byte(s) Diff to previous 3221 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/addsetting.h File length: 3018 byte(s) Diff to previous 2610 CVS から SVN へ移行: trunk に集約 Revision 2610 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Nov 5 14:27:54 2008 UTC (15 years, 5 months ago) by doda Original Path: teraterm/trunk/teraterm/addsetting.h File length: 3018 byte(s) Diff to previous 2507 Additional SettingsダイアログのCygwinタブにSSH_AGENT_PROXYを追加。 Revision 2507 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue May 13 14:40:15 2008 UTC (15 years, 11 months ago) by maya Original Path: teraterm/trunk/teraterm/addsetting.h File length: 2999 byte(s) Diff to previous 2504 Additional settings に、「コピーとペースト」タブを追加した。 Revision 2504 - (view) (download) (as text) (annotate) - [select for diffs] Added Sun May 11 15:37:00 2008 UTC (15 years, 11 months ago) by maya Original Path: teraterm/trunk/teraterm/addsetting.h File length: 2531 byte(s) Additional settings を、タブコントロールから CPropertySheet に変更した。 vtwin.cpp から addsetting.cpp に処理を移動した。 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.
|