Sakamoto Shiina
|
7a4c4b8f76
|
[Update] Remove the 'Speaker2Chatbox' section (I'm sorry and thank you, rera-san). Adjust the wording for selectable UI language. Add comments to the section 'Speaker2Chatbox' in en.yml.
|
2024-01-07 20:53:29 +09:00 |
|
Sakamoto Shiina
|
5128fa590c
|
[Update] Main Window: メッセージ送信ボタンの追加。
設定項目で非表示、表示、表示しつつメッセージ入力欄でのエンターキー送信を無効 を選択可能に。
デフォルトが表示の理由: メッセージ入力欄のプレースホルダーが使えなくなり、初見でどこに入力すればいいのか分かりにくくなったので、横に送信ボタンが付くことにより、よくあるUIとなり、メッセージ入力欄っぽくなる。
その他要らないコードの削除や、corner radius指定し忘れなどの修正あり。
|
2024-01-07 03:30:46 +09:00 |
|
Sakamoto Shiina
|
6152f5e91a
|
[Update] Speaker2Chatbox: config.pyのself._ENABLE_SPEAKER2CHATBOX True/Falseによって、Speaker2Chatbox機能の有効無効切り替え。
通常はFalse: 設定画面での項目もdisabled状態になります。
Trueの場合に設定項目が開放され、On/Offの設定を可能に。
※通常公開しない理由: 相手の発言をチャットボックスに表示できる(オウム返しのようになる)ため、迷惑目的での使用が想定でき、それをできるだけ防ぐためです。オープンソースとはいえ、ある程度抑制できると考えています。
使用者は開発者に直接相談し、config.pyのself._ENABLE_SPEAKER2CHATBOXがTrueなコードをビルドしたものを配布する予定です。
|
2023-12-30 19:41:19 +09:00 |
|
Sakamoto Shiina
|
38edeaebf3
|
[Update] Main Window: Add Restore the main window position feature. VRCT終了時(メイン画面のXを押した時)の画面位置とサイズを記録し、次回起動時に同じ場所同じサイズで表示させる機能を追加。デフォルトでオンです。
※次回アプデ後の初期起動時はみんな、一番左上端座標x-0 y-0で表示されます。この設定をオフにすると常に画面中央(今まで通り)に表示されます。
|
2023-12-30 17:25:29 +09:00 |
|
Sakamoto Shiina
|
7c23adfc24
|
[Update] Main Window: Message Box. メッセージ入力欄のサイズを変更できるように。厳密な計算はしてません。
【見た目への影響大】デフォルトのチャット入力欄を少し大きくしました。(もちろん変更できる)
テキストボックスとの比率としているので、Windowサイズを変更すると、それに合わせて可変します。
CTkEntryからCTkTextboxに変更しました。プレースホルダーの使用が厳しくなったので廃止しました。最小にしても、入力中の位置が中央にならないなど、デザインが若干崩れましたが許容しました。
|
2023-12-29 01:51:13 +09:00 |
|
Sakamoto Shiina
|
74bd06c768
|
[Update] Add feature, Send Only Translated Messages: 翻訳オン時、翻訳後のメッセージのみを送信する機能を追加。
|
2023-12-20 01:07:42 +09:00 |
|
Sakamoto Shiina
|
f34abbe184
|
[Update/Refactor] Add Message Formats Features more. UIとしての設定項目追加と、config.jsonへの書き込みまで。
送信メッセージと、受信したメッセージを送信する際のメッセージフォーマット設定項目追加。また、翻訳付きとそうじゃない場合のメッセージフォーマット設定項目を追加。
それに伴いリファクタリングなど。
※config.jsonのMESSAGE_FORMAT項目は消えます。ユーザーが元々設定していたデータは今のところ引き継げない状態です。
|
2023-12-19 12:31:34 +09:00 |
|
misyaguziya
|
194ec9241c
|
Merge branch 'speaker2chatbox' into develop
|
2023-11-25 22:53:05 +09:00 |
|
Sakamoto Shiina
|
89b8a47a76
|
[Update] Speaker2Chatbox UI追加。
|
2023-11-23 00:15:57 +09:00 |
|
Sakamoto Shiina
|
76e86c64ab
|
[Chore/fix] Config Window: Appearance theme 文言修正(en)
|
2023-11-09 15:25:49 +09:00 |
|
misyaguziya
|
8487e74dde
|
👍[Update] Locales : ライトテーマ追加に伴い文言を修正
|
2023-11-08 23:57:48 +09:00 |
|
Sakamoto Shiina
|
f21ffea568
|
[Update] Config Window: Advanced Settings Tab: add Open Config File. add item open file(config.json) button.
|
2023-11-06 12:54:02 +09:00 |
|
Sakamoto Shiina
|
74c8a253e8
|
[Update] Main Window: add feature. Swap Languages. when hover the label 'Translate Each Other', 'Swap Languages Button' appear. and It can swap 'Your language' and 'Target Language'.
|
2023-11-06 06:21:43 +09:00 |
|
Sakamoto Shiina
|
72877ab98b
|
[Update] Message Format: [message]と[translation]は一意かつそれぞれ一つだけの使用に。それに伴いエラー表示や初期値の挿入など。
|
2023-11-05 11:30:34 +09:00 |
|
Sakamoto Shiina
|
44baaa84b8
|
[Update] Message Format: UI改善、[message]や[translation]など必須なものは固定(入れ替え可能)し、ユーザーは編集できないように。不完全な気はしているが、表示の例を追加し、直感的にメッセージフォーマットを使えるように。
|
2023-11-05 08:03:52 +09:00 |
|
Sakamoto Shiina
|
c98912f31b
|
[Update] Mic Word Filter: UI改善、リスト表記にし、追加や削除も直感的に行えるように。※_SettingBoxGenerator.py内に追加された関数が、汎用的ではなく、ワードフィルター専用状態です。
config.py: 登録された単語は一意になるように、順序を保持しつつ重複削除処理。
その他ワードフィルターの説明文言調整など。
|
2023-11-01 02:49:10 +09:00 |
|
Sakamoto Shiina
|
8f2934e510
|
[Update] テキストボックスのフォントサイズを、UI全体のサイズとは別でユーザーが変えられるように。
(UI size, scalingを基準とした倍率)
|
2023-10-24 18:33:32 +09:00 |
|
Sakamoto Shiina
|
bea88879af
|
[Chore] Config Window: 設定項目のラベル名変更
|
2023-10-21 00:02:50 +09:00 |
|
Sakamoto Shiina
|
f668686daf
|
[Update] add Information Modal. This is for displaying when reached translation limit that 429 too many requests.
|
2023-10-20 04:30:30 +09:00 |
|
Sakamoto Shiina
|
7aefe652e5
|
[Update] Config Window: Restore DeepL Auth Key UI
|
2023-10-19 15:36:04 +09:00 |
|
Sakamoto Shiina
|
8e55a5426c
|
[Update] Config Window: 各項目のエラーメッセージを追加(仮置きじゃなくなりました。)
|
2023-10-19 08:53:44 +09:00 |
|
Sakamoto Shiina
|
7cc7b5a7c3
|
[Update] 使用ディスプレイサイズの大きさ(高さ)より、VRCT起動時のウィンドウの方が大きい場合の対応。UI Scalingを20%下げて再起動するかどうかの確認モーダルを表示。
それにともない確認モーダルの汎用化。
さらにそれに伴い計算の都合上UI Scalingが40%から200%で10%刻みに対応(選択できるように)しました。
|
2023-10-18 18:46:10 +09:00 |
|
Sakamoto Shiina
|
5abfe3c20b
|
[Update] add Update Software Confirmation Modal Window.
|
2023-10-18 14:54:18 +09:00 |
|
Sakamoto Shiina
|
7430bd25f8
|
[Update] Config Window: Mic/Speaker Record Timeoutなどの説明文追加と修正。
|
2023-10-17 17:31:45 +09:00 |
|
Sakamoto Shiina
|
239b0acce3
|
[Update] Config Window: message format's description. add sentence for mentioning that will be used Notification XSOverlay too.
[Update] Config Window: Notification XSOverlay's label. 日本語版での文言変更。
|
2023-10-17 15:03:17 +09:00 |
|
Sakamoto Shiina
|
314e0c86b6
|
[Update] No Device時の処理。スピーカー/マイクを使う処理時に表示するエラーメッセージの実装。表示方法は改善予定。
|
2023-10-17 05:36:29 +09:00 |
|
Sakamoto Shiina
|
a054f05b1b
|
[Remove] Config Window: Speaker Device自動設定により、UIから選択項目を削除。また、config.CHOICE_SPEAKER_DEVICE が "NoDevice"だったときの初期処理も必要なくなったのでview.pyからも削除。
|
2023-10-16 11:40:57 +09:00 |
|
Sakamoto Shiina
|
0519a2bbfb
|
[Remove] DeepL Authキー廃止によりUIから削除。Translationタブ自体はコメントアウトで削除(将来的にまた必要になると予想して)」
|
2023-10-16 11:00:49 +09:00 |
|
Sakamoto Shiina
|
f8ce0ee0e6
|
[Update] Config Window: Transcriptionタブ、Mic/Speaker Max Phrasesなどの数値入力系の説明に「単位」を表記。yml内に追加されたコメントアウトdesc文章は制作中。
|
2023-10-14 19:16:55 +09:00 |
|
Sakamoto Shiina
|
c0fb949a38
|
[Update] Main Window: Textbox log内のシステムメッセージの英語、日本語対応追加。
help and infoボタンをクリックし、VRCTドキュメントページが開いたときの文言をさらに追加。
|
2023-10-14 17:16:18 +09:00 |
|
Sakamoto Shiina
|
ff675330c6
|
[Update] Main Window: Textbox log内のシステムメッセージを英語と日本語に対応。文言調整。
[Refactor] Commented out the code that is no longer in use in view.py (osc error message)
|
2023-10-14 15:57:01 +09:00 |
|
Sakamoto Shiina
|
6968f81366
|
[Refactor] 変数名変更。
|
2023-10-14 08:10:57 +09:00 |
|
Sakamoto Shiina
|
5283741f30
|
[Update] Config Window: 文言の調整、日本語と英語。
スレッショルドの設定項目 手動自動切り替え時にそれぞれの文章を入れ込む方式に変更。柔軟性はあるが、今のところ切替時にスイッチの位置が変わってしまう。
|
2023-10-13 21:44:18 +09:00 |
|
Sakamoto Shiina
|
1bd98c7769
|
[Update] Config Window: 再起動が必要な変更がある場合に、再起動ボタンを表示。(現状、設定が変わらなくても変更しようとすると表示される状態ではある。例: UI size 100%からもう一度100%を選択した場合など)
|
2023-10-13 19:56:30 +09:00 |
|
Sakamoto Shiina
|
376f5e7b5a
|
[Update] ソフトのバージョン情報を設定画面に移動、UI Size変更、色の変数化、表記を英語と日本語に対応。
|
2023-10-13 16:56:49 +09:00 |
|
Sakamoto Shiina
|
a49f382b16
|
[Update] remove the items that is about startup_osc_enabled_check in localize
|
2023-10-13 15:49:07 +09:00 |
|
Sakamoto Shiina
|
0bad71decc
|
[Update] Config Window: combine Mic/Speaker Dynamic Energy Threshold and Mic/Speaker Energy Threshold. change the label and description for it.
|
2023-10-12 16:08:51 +09:00 |
|
Sakamoto Shiina
|
46e406bfc4
|
[Update] Config Window: スレッショルドチェック周りの文言変更(間に合わせ)
|
2023-10-12 12:22:35 +09:00 |
|
Sakamoto Shiina
|
a7644fce23
|
[Update] Config Window: デバイスが検出されなかった場合のdisabled表示一部実装(Mic Host, Mic Device, Speaker Deviceのオプションメニューのみ) そしてその関数の汎用化。
[Chore] Appearance Themeを開発中としてラベル編集。
|
2023-10-12 09:40:01 +09:00 |
|
Sakamoto Shiina
|
8185050ea2
|
[Update] Config Window: UI Size変更対応(指定していたものは全て対応したはず)。コンパクトモードのラベル日本語対応。
[Refactor] CTkScrollableFrameを使用しているwidgetのUI Size変更対応やCTKのheight bug修正をui_utils.pyへ関数切り出し。
|
2023-10-11 15:28:54 +09:00 |
|
Sakamoto Shiina
|
584eb7e33a
|
[Update] add Modal Window: When the configuration window is opened, cover the main window with a modal window containing a message.
|
2023-10-02 14:48:42 +09:00 |
|
Sakamoto Shiina
|
cae92e2252
|
[Update] Config Window: Localization. とりあえずの日本語さらに追加(表記ゆれあり)
|
2023-09-26 12:40:48 +09:00 |
|
Sakamoto Shiina
|
d58ad09708
|
[Update] Config Window: Localization. 各項目のタイトルを変数化、多言語対応。(それに合わせて切り替え処理も)
|
2023-09-26 11:39:35 +09:00 |
|
Sakamoto Shiina
|
b0d734e19b
|
[Update] Localization. add python-i18n into requirements.txt. 英語と日本語の一部対応。設定項目のDescriptionなど一部省いたり調整あり。
|
2023-09-26 11:38:20 +09:00 |
|