Commit Graph

2374 Commits

Author SHA1 Message Date
Sakamoto Shiina
2f6a9d4f2b [Update] Config Page: Auto Export Message Logs. Add open folder button. 2024-10-16 23:50:55 +09:00
Sakamoto Shiina
3e88604fd7 [bugfix] Config Page: Appearance tab. Fix the deign where Ui language section that was not putted selected mark by adding name attribute to radio element. 2024-10-16 23:03:59 +09:00
Sakamoto Shiina
e201cee24a [Update] Config Page: Others Tab. EnableSendOnlyTranslatedMessages, EnableAutoExportMessageLogs, EnableVrcMicMuteSync, EnableSendMessageToVrc 2024-10-16 22:44:26 +09:00
misyaguziya
0198da50d6 Merge branch 'remove_s2c_pass' into for_webui 2024-10-16 21:28:22 +09:00
Sakamoto Shiina
2cb4a41e64 [Update] Config Page: Move section Send Message Button Type where others tab to appearance tab. 2024-10-16 21:23:04 +09:00
Sakamoto Shiina
2c460bc8e5 [Update] Config Page: Add Others Tab. Auto Clear Message Input Box, Send Message Button Type. 2024-10-16 21:09:14 +09:00
Sakamoto Shiina
fd0cadab8c Merge branch 'add_word_filter' into for_webui 2024-10-16 16:01:52 +09:00
Sakamoto Shiina
4d99207acc [Update] Add WordFilter. 2024-10-16 16:00:32 +09:00
Sakamoto Shiina
3cc4365697 Merge branch 'ui' into for_webui 2024-10-16 14:11:26 +09:00
misyaguziya
49128d2657 👍️[Update] Controller : Speaker2Chatboxのパスワードを削除 2024-10-16 02:36:13 +09:00
Sakamoto Shiina
e1e06febd2 [Update] Add Transcription Tab. Mix/Speaker, record timeout, phrase timeout, max words. 2024-10-16 00:44:14 +09:00
misyaguziya
aeb15f237a Merge branch 'error_process' into for_webui 2024-10-15 10:12:49 +09:00
misyaguziya
6c41c5477c 👍️[Update] Controller : 400番エラーに対して現在値を渡すように修正 2024-10-15 10:12:36 +09:00
misyaguziya
313ab2c988 Merge branch 'installer' into for_webui 2024-10-15 00:10:34 +09:00
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
misyaguziya
c5b3f667c1 👍️[Update] README : change Donation icon 2024-10-13 10:24:32 +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
misyaguziya
7076e27fc6 👍️[Update] README : add Donation 2024-10-12 00:53:00 +09:00
misyaguziya
a7a0c74a2d Merge branch 'develop' 2024-10-11 23:38:51 +09:00
misyaguziya
e96d267c92 Merge branch 'issue_template' into develop 2024-10-11 23:38:28 +09:00
misyaguziya
2f5586227f add fanbox link 2024-10-11 23:38:18 +09:00
misyaguziya
9351a015f3 Add issue template 2024-10-11 23:37:52 +09:00
Sakamoto Shiina
e75458a312 Merge branch 'localization_zh_hans' into develop 2024-10-11 21:36:50 +09:00
Sakamoto Shiina
bca654a27c [Remove] Remove .DS_Store file. 2024-10-11 21:34:48 +09:00
ShiinaSakamoto
58ad71c3ae Merge pull request #31 from Heart-Breezer/localization_zh_hans
Added translation in zh_Hans
2024-10-11 20:55:45 +09:00
Heart-Breezer
b619a8dd2c Added translation in zh_Hans 2024-10-11 17:05:52 +08: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
a1ef81e5cb [WIP/Update] Commented out some parts that we're planning to remove. 2024-10-10 21:17:34 +09:00
Sakamoto Shiina
1d6f177660 [WIP] Prepare for localization zh-Hans Chinese (Simplified) 2024-10-10 21:06:13 +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
ec52828c6e Merge branch 'develop' 2024-10-09 14:25:43 +09:00
misyaguziya
db85854efc Merge branch 'updater' into develop 2024-10-09 14:24:37 +09:00
misyaguziya
45ddacf4d0 🐛[bugfix] Model : UpdateのUI表示を修正 2024-10-09 14:24:10 +09:00
misyaguziya
bf283affe1 Merge branch 'version' into develop 2024-10-09 12:38:02 +09:00