Commit Graph

1659 Commits

Author SHA1 Message Date
misyaguziya
107320ad28 👍️[Update] Controller : Config WindowのOPEN/CLOSE機能を削除 2024-09-27 17:37:20 +09:00
misyaguziya
0611ed21e3 👍️[Update] Controller : 文字起こし処理のデバイス自動設定機能に対応 2024-09-27 02:45:20 +09:00
misyaguziya
98f53d4866 👍️[Update] Controller : 翻訳エンジンが対応していない場合にCTranslate2を指定するように変更 2024-09-27 02:10:24 +09:00
misyaguziya
304d97ae22 👍️[Update] Controller : classから関数に変化した部分を修正 2024-09-27 02:07:32 +09:00
misyaguziya
4bd659103b Merge branch 'auto_device_detect' into for_webui 2024-09-26 12:47:50 +09:00
misyaguziya
d1384f6c6e 👍️[Update] Model : Deviceの自動検出機能を強化
deviceの変更したものだけを通知するように変更
2024-09-26 12:47:22 +09:00
Sakamoto Shiina
09241e1eeb Merge branch 'connect_endpoints_run_devices' into for_webui 2024-09-26 11:29:33 +09:00
Sakamoto Shiina
fbce381e32 [Update] Remove the get devices lists function that is working when dropdown menu opens and move to init place(app.jsx). 2024-09-26 11:26:29 +09:00
Sakamoto Shiina
7d14effde2 [Update] デバイス自動変更時のendpoint(run)をUIと繋いだ。 2024-09-26 09:48:48 +09:00
Sakamoto Shiina
321c9cbe45 Merge branch 'update_translation_engines' into for_webui 2024-09-26 07:39:26 +09:00
Sakamoto Shiina
08c79d8ed8 [Update/Refactor] 翻訳エンジン周り: 選択中の翻訳エンジン系のendpoint名を統一。
言語切替時、選択中のプリセット番号の設定ではなく、全てのプリセット番号分の設定も送ることで他と統一。
以上に伴い、UI側でendpointの追加や、翻訳エンジンリストを開く度にリストを更新していた部分を削除。
2024-09-26 07:35:09 +09:00
Sakamoto Shiina
8f7300598c Merge branch 'ui' into for_webui 2024-09-26 00:31:54 +09:00
Sakamoto Shiina
a43b4df8ef [bugfix] useStdoutToPython: fix the send data that can't send 0, int, data. 2024-09-25 23:42:18 +09:00
misyaguziya
d6c6694700 Merge branch 'run_mapping' into for_webui 2024-09-25 16:13:37 +09:00
misyaguziya
6367c43cce 👍️[Update] Controller : 文言を修正
ENERGYを削除
2024-09-25 16:13:23 +09:00
Sakamoto Shiina
69d835855c [Update] Main Page: Message Input Box Ratio. Save the ratio when window is resized. 2024-09-25 13:37:21 +09:00
misyaguziya
53a3d8c3d6 👍️[Update] Controller : 文言を修正
inpurt -> mic
output -> speaker
2024-09-25 12:43:00 +09:00
misyaguziya
cd8bf2e684 🐛[bugfix] test : endpointを修正 2024-09-25 11:59:58 +09:00
Sakamoto Shiina
b3d7d3f87e [Update] Main Page: Message Input Box Ratio. saveable the ratio. 2024-09-25 11:56:28 +09:00
misyaguziya
e3abc40701 👍️[Update] Controller : CTranslate2に強制変更するときにUIに通知するように変更 2024-09-25 11:53:47 +09:00
misyaguziya
03165cb3b7 👍️[Update] Controller : run_mappingに以下を追加
"selected_mic_device":"/run/selected_mic_device",
    "selected_speaker_device":"/run/selected_speaker_device",
    "selected_translation_engine":"/run/selected_translation_engine",
    "translation_engines":"/run/translation_engines",
    "mic_host_list":"/run/mic_host_list",
    "mic_device_list":"/run/mic_device_list",
    "speaker_device_list":"/run/speaker_device_list",
2024-09-25 11:32:25 +09:00
misyaguziya
14470e5217 Merge branch 'controller' into for_webui 2024-09-25 02:20:02 +09:00
misyaguziya
a1cb3dc029 👍️[Update] Controller : controllerからuiに指示するendpointをrun_mappingに集約するように変更 2024-09-25 02:19:20 +09:00
Sakamoto Shiina
2a27192dc4 Merge remote-tracking branch 'origin/for_webui' into for_webui 2024-09-25 01:19:11 +09:00
Sakamoto Shiina
1e6259d09c Merge branch 'ui' into for_webui 2024-09-25 01:18:07 +09:00
Sakamoto Shiina
3557ac4761 [bugfix] Main Page: Message Log. Restrict selectable text.(The texts, categories and time, is selectable yet when select all of them, though.) 2024-09-25 01:15:20 +09:00
misyaguziya
6708f9b026 Merge branch 'bugfix' into for_webui 2024-09-24 20:18:16 +09:00
misyaguziya
033906f0e0 🐛[bugfix] Main : getter/setterの修正漏れ 2024-09-24 20:18:00 +09:00
misyaguziya
e119647545 👍️[Update] Controller : controller関数をすべてclassに内包するように変更 2024-09-24 20:17:30 +09:00
misyaguziya
5bdc3a1a09 Merge branch 'bugfix' into for_webui 2024-09-24 14:43:18 +09:00
misyaguziya
fb1ee9fcfb 🐛[bugfix] Main : getter/setterの修正漏れ 2024-09-24 14:42:52 +09:00
Sakamoto Shiina
1266c94c5f Merge branch 'ui' into for_webui 2024-09-24 13:52:11 +09:00
misyaguziya
69fb7e994e Merge branch 'getter/setter' into for_webui 2024-09-24 11:54:29 +09:00
misyaguziya
e129fd308b 👍️[Update] Mainl: endpointの命名規則を修正 2024-09-24 11:51:57 +09:00
Sakamoto Shiina
f0685e206f [Update] Main Page: Message Log. the texts to be selectable. 2024-09-24 10:20:35 +09:00
Sakamoto Shiina
c0c826b443 [Rename] is_loading to is_pending. 2024-09-24 10:00:15 +09:00
Sakamoto Shiina
97b047a09e [Perf] Fix UiLanguageController, i18next, re-rendering unnecessarily. 2024-09-24 09:42:43 +09:00
Sakamoto Shiina
465e97d206 [Chore] Rename atom functions that I forgot to change WIP version to the one actually use.
and fix typo.
2024-09-24 09:41:31 +09:00
Sakamoto Shiina
c0ba530d32 [Update] Main Page: Connect to backend. IsMainPageCompactMode. 2024-09-23 10:21:49 +09:00
Sakamoto Shiina
fab5fbc070 [Update] Main Page: LanguageSelector. close the language selector when any language is selected from it. 2024-09-23 09:58:54 +09:00
Sakamoto Shiina
7dbf324e31 [Update] Main Page. Add Language swap button functionally. 2024-09-23 09:26:58 +09:00
Sakamoto Shiina
80b57612bc Merge branch 'ui' into for_webui 2024-09-23 03:54:39 +09:00
Sakamoto Shiina
72b01be3af [Remove] Remove MessageFormat. 2024-09-23 03:53:00 +09:00
Sakamoto Shiina
0616092eff [Refactor] Change state management structures. Async atom to be manage manually. 2024-09-23 03:44:33 +09:00
Sakamoto Shiina
586aaf0091 [Update] Main Page: Language Settings. Translation Engines. To selectable. 2024-09-22 12:02:50 +09:00
misyaguziya
8e8eeeb239 Merge branch 'model_getset' into for_webui 2024-09-21 06:51:09 +09:00
Sakamoto Shiina
1fea7b659a Merge branch 'ui' into for_webui 2024-09-21 00:59:58 +09:00
Sakamoto Shiina
e20a4eecd1 [Remove] useWindow that is no longer in use for now. 2024-09-21 00:57:09 +09:00
Sakamoto Shiina
7573e99617 [Refactor] Organize logics files. and change import path as well. 2024-09-21 00:54:32 +09:00
Sakamoto Shiina
79e4d28176 [Refactor] useReceiveRoutes: Add comments and change the order. 2024-09-21 00:40:30 +09:00