misyaguziya
2c67841b11
👍 ️[Update] INSTALLER : templateにVRCT固有の設定を追加
...
- UI language
- Enable Translate Function
- Select Transcript Engine
2024-10-15 00:09:53 +09:00
misyaguziya
22a10f6f0d
👍 ️[Update] INSTALLER : templateを使用しvrct用にCopyright等を変更
2024-10-14 09:51:37 +09:00
Sakamoto Shiina
62be4c5bca
Merge branch 'ui' into for_webui
2024-10-13 08:41:38 +09:00
Sakamoto Shiina
5629192760
[Refactor] Organize file structures.
2024-10-13 08:40:23 +09:00
Sakamoto Shiina
d7cf2425a1
[Refactor] Remove the codes that is no longer in use and organize a bit.
2024-10-13 07:11:47 +09:00
Sakamoto Shiina
743e73b9ed
Merge branch 'add_restore_window_geometry' into for_webui
2024-10-13 04:00:00 +09:00
Sakamoto Shiina
0582091908
[Update] Add feature Restore Main Window Geometry.
...
Note: the toggle-able setting, to restore or don't, has removed for now.
2024-10-13 03:57:23 +09:00
Sakamoto Shiina
0c3b36a43d
Merge branch 'bugfix_message_box_ratio' into for_webui
2024-10-11 17:14:31 +09:00
Sakamoto Shiina
0d8eb887f7
[bugfix] Fix the separator position, that was bit off again, when the Ui scaling bigger than 100%.
2024-10-11 17:12:16 +09:00
Sakamoto Shiina
99cd3d1df0
[bugfix] Main Page: Message Box Ratio. store the data in float and fix the bug that was set bit off message box's height.
2024-10-11 04:25:34 +09:00
Sakamoto Shiina
31d8b503d0
Merge branch 'ui' into for_webui
2024-10-11 04:24:22 +09:00
Sakamoto Shiina
d44c2dd7d9
[Refactor] Refactor the way import files.
...
Organize some codes.
2024-10-11 00:23:52 +09:00
misyaguziya
4de48edbc1
Merge branch 'watchdog' into for_webui
...
# Conflicts:
# src-python/webui_controller.py
# src-python/webui_mainloop.py
2024-10-10 22:36:23 +09:00
Sakamoto Shiina
ae34ff8f64
Merge branch 'add_transparency' into for_webui
2024-10-10 22:11:15 +09:00
Sakamoto Shiina
5d9da2bf1c
[Update] Add Transparency.
2024-10-10 22:09:10 +09:00
Sakamoto Shiina
a637226b4d
Merge branch 'ui' into for_webui
2024-10-10 19:46:21 +09:00
Sakamoto Shiina
21aa407a50
[Chore] Remove the code that is no longer in use.
2024-10-09 22:21:42 +09:00
Sakamoto Shiina
61f50215d7
[Update] Add Window Title bar.
...
[bugfix] Note: I think this is tauri's bug. When I try to resize the window and hovered dragable area, I could see resize cursor but it work as a dragging the window behavior that should't be.
Updated npm packages but still not work so I managed it as adding margin-top by referring Discord title bar.
2024-10-09 22:00:30 +09:00
misyaguziya
98d57bdc13
Merge branch 'bugfix_Overlay' into for_webui
2024-10-09 15:57:59 +09:00
misyaguziya
537e11c7c4
🐛 [bugfix] Model : Overlay typo x_rotation -> z_rotation ( #28 )
2024-10-09 15:57:42 +09:00
misyaguziya
ebb07ceef5
Merge branch 'updater' into for_webui
2024-10-08 18:04:08 +09:00
misyaguziya
ecab9036b6
👍 ️[Update] Controller : software update の処理にリトライを追加
2024-10-08 06:26:55 +09:00
misyaguziya
94889f5b30
👍 ️[Update] Controller : software update の処理を追加
2024-10-07 10:37:45 +09:00
misyaguziya
9abf8742f7
Merge branch 'auto_device_detect' into for_webui
...
# Conflicts:
# src-python/config.py
2024-10-04 16:47:05 +09:00
misyaguziya
b5db201e70
🐛 [bugfix] DeviceManager : device自動設定ON時にデフォルトデバイスに変更するように修正
2024-10-04 16:44:28 +09:00
misyaguziya
4f509d06db
👍 ️[Update] DeviceManager : テスト用の不要なprintLogを削除
2024-10-04 13:28:45 +09:00
misyaguziya
b3d8750975
👍 ️[Update] Controller : device manager を root に移動
2024-10-04 13:27:49 +09:00
misyaguziya
c953661046
👍 ️[Update] Controller : Deviceの自動変更処理を実装
2024-10-04 13:16:34 +09:00
misyaguziya
65f25725e9
🚧 [WIP/TEST] Deviceの自動変更に対応中
...
Energyの取得処理を修正
2024-10-03 17:59:25 +09:00
misyaguziya
d183c56736
🚧 [WIP/TEST] Deviceの自動変更に対応中
...
検出処理を修正、たまに変化を検出しても応答しない場合がある
2024-10-03 15:50:25 +09:00
Sakamoto Shiina
47d0103dda
Merge branch 'add_font_family_feature' into for_webui
2024-10-02 18:50:30 +09:00
Sakamoto Shiina
3be8c0d715
[bugfix] Font Family. Fix default font family when the font family, that is selected by the user, is not found.
2024-10-02 18:39:04 +09:00
Sakamoto Shiina
9f7101e233
[Update] Font Family. Change the way to fetch font family list.
2024-10-02 18:26:58 +09:00
Sakamoto Shiina
b1aadc7cda
[Update] Config Page: DropdownMenu: Add max hight and scrollable.
2024-10-02 18:00:47 +09:00
Sakamoto Shiina
faa6656e00
[Update] Add Font Family.
2024-10-02 17:52:19 +09:00
misyaguziya
92f21c32f6
🚧 [WIP/TEST] Deviceの自動変更に対応中
2024-10-02 12:34:11 +09:00
Sakamoto Shiina
3570fffbf6
Merge branch 'add_message_log_ui_scaling' into for_webui
2024-09-30 10:34:31 +09:00
Sakamoto Shiina
6828c255a6
[Update] Add Message Log Ui Scaling.
2024-09-30 10:33:54 +09:00
misyaguziya
d2e03e0093
Merge branch 'bugfix' into for_webui
2024-09-29 11:03:43 +09:00
misyaguziya
4072c020a6
🐛 [bugfix] Controller : run mappingのkeyを修正
2024-09-29 11:03:33 +09:00
misyaguziya
ad6dc82594
Merge branch 'device_access' into for_webui
2024-09-28 01:57:26 +09:00
misyaguziya
edbc1f8391
👍 ️[Update] Controller : transcriptionのmic/speakerが同時にONになった場合に片方の処理が完了するまで待つように変更
2024-09-28 01:57:14 +09:00
misyaguziya
00af80b830
Merge branch 'controller' into for_webui
2024-09-27 21:59:18 +09:00
misyaguziya
0b29ad8321
👍 ️[Update] Controller : transcription実行時にDeviceの自動切り替え処理が動作しない問題を修正
2024-09-27 21:58:48 +09:00
misyaguziya
12a2eb420a
👍 ️[Update] Controller : volume check時にDeviceの自動切り替え処理が動作しない問題を修正
2024-09-27 17:39:24 +09:00
misyaguziya
107320ad28
👍 ️[Update] Controller : Config WindowのOPEN/CLOSE機能を削除
2024-09-27 17:37:20 +09:00
Sakamoto Shiina
74bcfb428d
Merge branch 'config_page_open_close_func' into for_webui
2024-09-27 13:15:52 +09:00
Sakamoto Shiina
c32a186e88
[Update] 設定ページ開閉時に、音声認識オンオフ状態の復元を実装。
...
※今まではBackendで状態復元をしていたが、処理があれなのでUI側での便利機能としてUIが管理することに。
2024-09-27 13:13:33 +09:00
Sakamoto Shiina
c1165a2185
Merge branch 'add_ui_scaling' into for_webui
2024-09-27 07:49:55 +09:00
Sakamoto Shiina
14843066bb
[Update] Add Ui Scaling.
2024-09-27 07:48:29 +09:00