Commit Graph

1604 Commits

Author SHA1 Message Date
misyaguziya
ca6514b090 👍️[Update] UI: backendのendpointに合わせて修正 2024-09-20 05:14:51 +09:00
misyaguziya
d3b66b7000 👍️[Update] Model: endpointをget/set/runの形に変更 2024-09-20 03:00:55 +09:00
misyaguziya
52fcd2bc29 🐛[bugfix] Model : test_all -> main 2024-09-19 12:27:52 +09:00
misyaguziya
ae18c92a5a 👍️[Update] Model: 言語スワップの処理を修正/引数修正に伴いテストの内容を修正 2024-09-19 11:43:24 +09:00
misyaguziya
c752196a1c 👍️[Update] Model: 翻訳言語のset関数を修正 2024-09-19 10:55:58 +09:00
misyaguziya
11ba04379d 👍️[Update] Model: 翻訳言語のset関数の引数を修正 2024-09-19 10:32:11 +09:00
Sakamoto Shiina
adfaed1eb1 Merge branch 'ui' into for_webui 2024-09-19 09:18:13 +09:00
Sakamoto Shiina
a288b8730e [Update] Config Page: Appearance Tab. UI Language. Show localization language and 'UI Language' when it's not en to desc section.
Add padding more between label and desc.
2024-09-19 07:52:51 +09:00
Sakamoto Shiina
e7a39b6fa8 [Chore] Main Page: Add padding to language selector open button. Add localization function to the title Language Settings. 2024-09-19 07:31:18 +09:00
Sakamoto Shiina
f662e21c5d Merge branch 'ui' into for_webui 2024-09-18 23:49:40 +09:00
Sakamoto Shiina
e409e333e0 [Update] Main Page: Language Settings. LanguageSelector. It works functionally. 2024-09-18 23:46:46 +09:00
misyaguziya
7de36849cd Merge branch 'device_event_handler' into for_webui 2024-09-18 17:39:03 +09:00
misyaguziya
aa30c248d5 👍️[Update] Model: ENABLE_MIC_AUTOMATIC_SELECTION/ENABLE_SPEAKER_AUTOMATIC_SELECTIONの処理をdevice_managerのcallbackで実行するように変更 2024-09-18 17:38:32 +09:00
misyaguziya
f34d5183d1 🐛[bugfix] Model : デバッグ用のprint文を削除 2024-09-18 16:44:56 +09:00
misyaguziya
d7d41c2e66 👍️[Update] Model: Default Audio Deviceの変更/Deviceの追加/削除された場合のみDevice情報を更新するように変更 2024-09-18 15:54:06 +09:00
misyaguziya
d21e0a09fc 👍️[Update] Model: Deviceのアクセス干渉の回避処理をするためにDeviceの検出を常に行うように変更 2024-09-16 23:05:30 +09:00
Sakamoto Shiina
0e623b73fd [bugfix/Update] Config Page: Device Tab. Mic/Speaker auto select section. Fetch initial data. 2024-09-16 04:06:34 +09:00
misyaguziya
e751f5ddbd 👍️[Update] Model: Deviceのアクセス干渉の回避処理を追加 2024-09-16 03:33:27 +09:00
misyaguziya
9ceb6bcee2 👍️[Update] Main: mappingにstatusを追加 2024-09-16 02:25:25 +09:00
Sakamoto Shiina
a439f7e3da [Update/bugfix] Config Page: Device Tab. Adjust design and fix styles. 2024-09-16 02:12:14 +09:00
misyaguziya
7b39bfd044 👍️[Update] Main: Handlerの処理を分割しConfig用とController用を別々に処理するように変更 2024-09-16 00:13:16 +09:00
Sakamoto Shiina
17ecab50f4 Merge branch 'ui' into for_webui 2024-09-15 23:26:03 +09:00
Sakamoto Shiina
418d9f4ad7 [Update] Config Page: Device Tab. Add mic/speaker auto select section. 2024-09-15 23:22:10 +09:00
misyaguziya
0309757028 Merge branch 'change_device_with_energy' into for_webui 2024-09-15 22:22:43 +09:00
misyaguziya
e560d9a6f1 🐛[bugfix] Model : typo 2024-09-15 22:22:31 +09:00
misyaguziya
f0883e51f0 Merge branch 'change_device_with_energy' into for_webui 2024-09-15 17:49:46 +09:00
misyaguziya
ca649cf8c6 🐛[bugfix] Model : マイクデバイスの出力形式を修正 2024-09-15 17:49:29 +09:00
Sakamoto Shiina
045bedc6ad Merge branch 'ui' into for_webui 2024-09-15 17:26:36 +09:00
misyaguziya
1be7783266 Merge branch 'change_device_with_energy' into for_webui 2024-09-15 17:25:18 +09:00
misyaguziya
5deeb4da2d 👍️[Update] Model : Deviceの変更監視処理を変更
- デバイス監視処理実行時にデバイス選択を行うとアクセス干渉のために動作停止の可能性あり
2024-09-15 17:25:02 +09:00
Sakamoto Shiina
b7b1aa2d2f [Chore] Receive routes: Volume Check: Adjust the receive data format from python and put the data to update store function directly. 2024-09-15 08:32:47 +09:00
Sakamoto Shiina
b56b182357 [Update] Add some color on console.log for preventing mix up with code 348.
and show result data when received invalid endpoint that when receive route is not ready to implement yet.
2024-09-15 08:06:15 +09:00
Sakamoto Shiina
1424abe44e [Update] Main Page: LanguageSelector. Fetch language list data from Python when starting up software. 2024-09-15 07:45:44 +09:00
misyaguziya
551bc424b8 👍️[Update] Model : Deviceの変更監視処理を追加
マイク/スピーカーの別々のスレッドの処理を一つにまとめたら動いた
2024-09-14 03:09:19 +09:00
misyaguziya
a40529aaa5 🚧[WIP/TEST] Model : Deviceの変更監視処理を追加
マイク/スピーカー両方とも自動選択ONの場合にUIが固まる
2024-09-14 00:22:03 +09:00
Sakamoto Shiina
b6b67e9bd1 [Update] Config Page: Set volume, that check mic/speaker volume, to 0 when config page is closed. 2024-09-13 23:41:41 +09:00
Sakamoto Shiina
8198263b02 [Update] Disable mic/speaker volume check when config page is closed. 2024-09-13 22:56:20 +09:00
misyaguziya
6254a93b20 👍️[Update] device変更時にenergyも同期して変更するようにしました 2024-09-13 18:15:49 +09:00
Sakamoto Shiina
f74ebc1942 [Update] Config Page: Add Appearance Tab. Add UI Language section.(Functionally, too) 2024-09-13 16:23:23 +09:00
misyaguziya
8bc6160ce8 Merge branch 'ui_language' into for_webui 2024-09-13 16:14:17 +09:00
misyaguziya
2d89ce71e0 👍️[Update] Controller : callbackSetUiLanguageの処理を修正
SELECTABLE_UI_LANGUAGES_DICT周りを削除
2024-09-13 16:14:01 +09:00
misyaguziya
319843f235 Merge branch 'ui_language' into for_webui 2024-09-13 16:09:09 +09:00
misyaguziya
a4ac82fe7e 👍️[Update] Controller : callbackSetUiLanguageの処理を修正
utils.getKeyByValueを削除
2024-09-13 16:08:58 +09:00
misyaguziya
1eceb8e8e8 Merge branch 'remove_compact_mode' into for_webui 2024-09-13 15:10:34 +09:00
misyaguziya
62e6064fd9 🗑️[remove] Model : compact modeのconfigを削除 2024-09-13 15:10:18 +09:00
misyaguziya
ad84c10391 Merge branch 'remove_compact_mode' into for_webui 2024-09-13 14:28:43 +09:00
misyaguziya
0d74cc3607 🗑️[remove] Model : compact modeのendpointを削除 2024-09-13 14:28:31 +09:00
misyaguziya
3dbedca97d Merge branch 'automatic_device_selection' into for_webui 2024-09-13 13:49:15 +09:00
misyaguziya
e8c65ed81f 👍️[Update] Model : defaultのデバイス動作する機能のendpointを追加 2024-09-13 13:48:50 +09:00
misyaguziya
8a1c17f994 Merge branch 'automatic_device_selection' into for_webui 2024-09-13 13:37:23 +09:00