Sakamoto Shiina
|
37cab3fe3c
|
[Update] Main Window: VRC Mic Mute Sync, Overlay. Quick Settings. add Japanese and light theme.
|
2024-05-09 06:43:08 +09:00 |
|
Sakamoto Shiina
|
d1f4688b5c
|
[Update] Main Window: Add VRC Mic Mute Sync quick settings. and the place where above on textbox is now show the state which whether it's enabled or disabled.
|
2024-05-09 06:29:47 +09:00 |
|
Sakamoto Shiina
|
0026102f45
|
[Update] Overlay Settings:
有効無効スイッチ追加。
VR Settingsではなく、Overlay Settingsに。
Lightテーマに一部対応。
|
2024-04-26 22:34:19 +09:00 |
|
Sakamoto Shiina
|
1b6fa4c3e8
|
[Update] Config Window: Add About VRCT Tab. This is The Credit Page.
*The button that is supposed to open the link is not working yet.
|
2024-04-06 21:53:29 +09:00 |
|
Sakamoto Shiina
|
c1437de575
|
[Update] Config Window: DeepL Auth Key. 認証キー成功時と失敗時に通知として設定画面上に表示。
|
2024-02-15 11:56:58 +09:00 |
|
Sakamoto Shiina
|
9e12d43fe0
|
[Update/bugfix] Config Window: DeepL Auth Key. DeepLアカウントページを開けるボタンを追加。
メイン画面翻訳エンジン選択のボタンを押した時の処理が2回走っていたのを修正。
|
2024-02-14 23:00:54 +09:00 |
|
Sakamoto Shiina
|
edaca7edc2
|
[bugfix/refactor] weightタイプ変更処理中は、weightタイプ変更と翻訳機能オンオフwidgetをdisabledに。
理由: weightタイプ変更処理は非同期で、変更処理中に上記widgetを触れるとUIへの変更処理順が意図した順番と変わってしまうため。
その他リファクタリングあり。
|
2024-01-22 20:33:50 +09:00 |
|
Sakamoto Shiina
|
b0def64cf1
|
[Update] Main Window Sidebar: 翻訳機能を使わない時は、そもそも翻訳機能のボタンを表示しないように。
音声認識処理中などのボタンdisabled時、スイッチの色をもっと無効感がでるように変更。
|
2024-01-20 18:13:18 +09:00 |
|
Sakamoto Shiina
|
f2321fcbc4
|
[Update] Main Window: Selectable Translation Engines.
・UI調整、文言変更。日本語は幅を取りすぎるので、"(デフォルト)"表示を"(Default)"と英語表記に。他の言語との兼ね合いもあるので、今はとりあえずlocalesのymlにそれぞれ直接記述。
・UI Scaling対応
・UI Theme(Light)対応
|
2024-01-15 12:05:06 +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
|
9905a4f2d0
|
[Update] Add Light Theme
|
2023-11-08 15:52:43 +09:00 |
|
Sakamoto Shiina
|
c8415d8370
|
[Refactor] Config Window: _SettingBoxGenerator ボタン系サイズと色指定の汎用化
|
2023-11-06 13:10:55 +09:00 |
|
Sakamoto Shiina
|
5d6902c196
|
[Update] Config Window: Auto Export Message Logs. add open file(logs) button.
|
2023-11-06 12:31:49 +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
|
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
|
6e54b541dd
|
[Chore] ColorThemeManager: 変数名変更やコメント追加など。ダークテーマの基本テキストカラーを、元々Lightテーマから持ってきていたのをDarkテーマ固有のものに(中身は今のところ同じでf2f2f2だけど)。
SENTやRECEIVEDも変数化。参考にしたサイトのコメント記述など。
|
2023-10-29 01:12:06 +09:00 |
|
Sakamoto Shiina
|
1efd7d0330
|
[Refactor] ColorThemeManager: カラーテーマごとにファイル分け。ImageFileManager廃止、ColorThemeManagerに統合。
|
2023-10-28 16:05:18 +09:00 |
|