Commit Graph

21 Commits

Author SHA1 Message Date
Sakamoto Shiina
f3f549494e Config Window: Transcription Tab Thresholdチェック(Mic, Speaker)のCallback関数をmain.pyから呼べるように。
各設定項目がちゃんとmain.pyで呼ばれているか確認するためにprint文追加。おかげで指定し忘れなどが分かったのでその修正。
起動時OSCチェック処理のコメントアウト戻すのを忘れていたのを修正(開発上しいながよくやる)
2023-09-01 03:10:43 +09:00
Sakamoto Shiina
799a1a27bb Config Windowの各項目Callback関数をmain.pyコントローラで実行できるように 2023-09-01 02:25:00 +09:00
Sakamoto Shiina
08d3f04738 add UI and Feature: Config Window Compact Mode. 2023-08-31 19:13:14 +09:00
Sakamoto Shiina
cb434717e0 add UI to config_window compact_mode切り替えスイッチ。 2023-08-31 15:59:07 +09:00
Sakamoto Shiina
13d4a84e7f add view.py: main.pyからUIの初期設定処理をview.py移動。その他一部関数名の変更など。 2023-08-30 15:13:33 +09:00
Sakamoto Shiina
572889990a [Refactor] config_window. setting_box回りのファイルや関数名の変更。何をどう読み込んでいるのか少しだけ分かりやすく。 2023-08-30 02:35:35 +09:00
Sakamoto Shiina
ff306ed53d Setting box: add Translation tab. add item DeepL Auth Key. 2023-08-30 02:17:05 +09:00
Sakamoto Shiina
fcb66fa0c8 Setting box: add Advanced Settings tab (formerly Parameters). add items OSC IP Address and OSC Port. 2023-08-29 19:53:09 +09:00
Sakamoto Shiina
47b80da502 Chore: Remove the code that is no longer in use and __tmp.py from the setting_box_containers directory because it's no longer needed. 2023-08-29 17:01:48 +09:00
Sakamoto Shiina
246409fe2c Setting box: add Others tab. add items Auto Clear The Message Box, Notification XSOverlay and Message Format. 2023-08-29 16:54:51 +09:00
Sakamoto Shiina
4b9a90e6d3 Chore: Change the name of variable optionmenu_attr_name and dropdown_menu_attr_name in Setting Boxes. 2023-08-29 15:48:04 +09:00
Sakamoto Shiina
6b593b99d6 Setting box: add items Speaker Device, Speaker Energy Threshold include Dynamic one, Speaker Record Timeout, Speaker Phrase Timeout, Speaker Max Phrases.
Fixed typo and remove the code that is not using anymore in createSettingBox_Mic.py.
2023-08-29 15:32:23 +09:00
Sakamoto Shiina
213b42fd56 fixed: I forgot to change the label text that word filter. 2023-08-28 21:27:04 +09:00
Sakamoto Shiina
cf4600acd8 Setting box: add items Mic Record Timeout, Mic Phrase Timeout, Mic Max Phrases and Mic Word Filter 2023-08-28 21:21:56 +09:00
Sakamoto Shiina
3a52c9ad1e Setting box: add Transcription tab. add items Mic Host, Mic Device, and Mic Energy Threshold include Dynamic one. 2023-08-28 18:41:43 +09:00
Sakamoto Shiina
3cc8fa885a chore: Remove the instance variable that are no longer in use. 2023-08-28 15:36:26 +09:00
Sakamoto Shiina
84d76ed9a4 Setting box: add items UI Scaling, Font Family, UI Language. add the function get_key_by_value to utils.py. and fixed a bit 2023-08-28 14:43:34 +09:00
Sakamoto Shiina
9ec37061e5 Setting box: add item appearance theme. and fixed a bit 2023-08-28 13:42:55 +09:00
Sakamoto Shiina
6e4dd14c3e setting box: add Appearance tab(change the name general to appearance). add item Transparency. 2023-08-28 12:08:47 +09:00
Sakamoto Shiina
cd415df824 起動時に設定画面が一瞬見えるのを無くした。VRCT1.xと同じやり方でいく。 2023-08-27 13:58:47 +09:00
misygauziya
644ce9afa4 [Add] New GUI from Shiina 2023-08-27 04:56:36 +09:00