Sakamoto Shiina
|
8f0ccdda5b
|
[bugfix/tmp] Config Window: デバイス系の設定、ドロップダウンメニューの幅を基本500pxと広く。間に合わせです。
|
2023-10-14 19:49:43 +09:00 |
|
Sakamoto Shiina
|
fb67930ed1
|
[Refactor] Remove the code that is no longe in use.
|
2023-10-14 08:58:01 +09:00 |
|
Sakamoto Shiina
|
31ea7ebf8a
|
[Refactor] view以下の引数系のインデント調整
※だいぶ感覚的な独自ルール
|
2023-10-14 08:33:54 +09:00 |
|
Sakamoto Shiina
|
9ae3bf3530
|
[bugfix] Config Window: 再起動ボタンのUI Size対応漏れを修正。
|
2023-10-13 20:03:38 +09:00 |
|
Sakamoto Shiina
|
1bd98c7769
|
[Update] Config Window: 再起動が必要な変更がある場合に、再起動ボタンを表示。(現状、設定が変わらなくても変更しようとすると表示される状態ではある。例: UI size 100%からもう一度100%を選択した場合など)
|
2023-10-13 19:56:30 +09:00 |
|
Sakamoto Shiina
|
708bcea533
|
[bugfix] Config Window: Setting Box Labels. fix the position to the center that was a bit above before.
|
2023-10-13 17:32:23 +09:00 |
|
Sakamoto Shiina
|
376f5e7b5a
|
[Update] ソフトのバージョン情報を設定画面に移動、UI Size変更、色の変数化、表記を英語と日本語に対応。
|
2023-10-13 16:56:49 +09:00 |
|
Sakamoto Shiina
|
bd851ac8d3
|
[Update] comment out and disable the feature that startup osc enabled check
|
2023-10-13 14:22:44 +09:00 |
|
Sakamoto Shiina
|
508cca8215
|
[Update] 設定画面から透明度変更時に、メイン画面のカバーを一時的に外すように。
スライダークリック時(ドラッグ時)にカバーを外し、リリース時に戻す。
リリースはCTkSlider側で設定されていないのでうまくいくけど、
CTkSliderはbind ButtonPress(クリック)はオーバーライドされるので引数command(クリックイベント)に無理やり挟み込み。
|
2023-10-13 13:41:10 +09:00 |
|
Sakamoto Shiina
|
36d750501e
|
[bugfix] Config Window: fix 1px bug.
|
2023-10-13 09:04:26 +09:00 |
|
Sakamoto Shiina
|
717a56a580
|
[bugfix] fix 1px bugs. (まだ発生する)
|
2023-10-13 05:59:14 +09:00 |
|
Sakamoto Shiina
|
0bad71decc
|
[Update] Config Window: combine Mic/Speaker Dynamic Energy Threshold and Mic/Speaker Energy Threshold. change the label and description for it.
|
2023-10-12 16:08:51 +09:00 |
|
Sakamoto Shiina
|
01ade68d4e
|
[Update] Config Window: スレッショルドチェックボタンのDisabled処理追加や変更。Disabledなボタンそのものを追加。
|
2023-10-12 13:41:14 +09:00 |
|
Sakamoto Shiina
|
17b33d57df
|
[Update] Config Window: Mic/Speaker Dynamic Energy Thresholdのオンオフで、Mic/Speaker Energy ThresholdのWidgetを折りたたんだり開いたり。初期値に合わせた動作も含めて実装。
[bugfix] Speaker Dynamic Energy ThresholdにMicのctk variableを設定していたのを修正。
|
2023-10-12 11:50:39 +09:00 |
|
Sakamoto Shiina
|
a7644fce23
|
[Update] Config Window: デバイスが検出されなかった場合のdisabled表示一部実装(Mic Host, Mic Device, Speaker Deviceのオプションメニューのみ) そしてその関数の汎用化。
[Chore] Appearance Themeを開発中としてラベル編集。
|
2023-10-12 09:40:01 +09:00 |
|
Sakamoto Shiina
|
8185050ea2
|
[Update] Config Window: UI Size変更対応(指定していたものは全て対応したはず)。コンパクトモードのラベル日本語対応。
[Refactor] CTkScrollableFrameを使用しているwidgetのUI Size変更対応やCTKのheight bug修正をui_utils.pyへ関数切り出し。
|
2023-10-11 15:28:54 +09:00 |
|
Sakamoto Shiina
|
61ecbe1e84
|
[Refactor] createGUIを、createGUIとshowGUIに分割。createGUIでは画面を表示せず中身の組み立てや関数登録。showGUIで表示するように。
その他関数名変更(vrct_gui. から呼ぶ関数はすべてアンダーバーをつける。view.pyで呼ばれる関数と区別するため。)
|
2023-10-11 13:20:09 +09:00 |
|
Sakamoto Shiina
|
33ffa14edf
|
[Update] Config Window: タイトルとウインドウのタイトルのlocalize, UI日本語対応。
|
2023-10-10 19:13:16 +09:00 |
|
Sakamoto Shiina
|
7b804aba44
|
[Refactor] 変数名変更、統一。 grid_row/columnconfigureなどでminsize指定している変数はMIN_をつける。_MIN_HEIGHTや_MIN_WIDTHなど。
|
2023-10-10 19:02:02 +09:00 |
|
Sakamoto Shiina
|
7d33a6dff2
|
[Update] UI Size変更対応. Main Window Root Geometry. Config Window Root Geometry(tmp)
|
2023-10-10 18:48:28 +09:00 |
|
Sakamoto Shiina
|
7fe1cb329a
|
[Refactor] 呼び出し関数名統一
.rowconfigure .columnconfigure を .grid_rowconfigure .grid_columnconfigure と統一。
(.rowconfigure .columnconfigure 側に統一しなかった理由は、.configure関数と大きく区別するため)
|
2023-10-10 16:13:42 +09:00 |
|
Sakamoto Shiina
|
7fd8b089d5
|
[Update] Config Window: Dropdown Menu Window. UI Size変更対応。
[bugfix] Config Window: Dropdown Menu Window. それに伴いrootのgeometry, positionが崩れたのでその修正。
|
2023-10-10 16:12:49 +09:00 |
|
Sakamoto Shiina
|
7be50d0010
|
[Chore] remove the code that is no longer in use
|
2023-10-08 21:05:25 +09:00 |
|
Sakamoto Shiina
|
c87c3fa4da
|
[Chore] Config Window: 各設定項目の一番最後の要素 border bottom消し。
項目の移動や追加などで毎回指定するのが手間なので後回しにしていたが、リリースに向けて今回すべて指定。
|
2023-10-08 20:58:10 +09:00 |
|
Sakamoto Shiina
|
95758919bd
|
[Update] Config Window: Dropdown Menu Window. Width指定。フォントやデバイスなどテキストが長くなるものは幅を広めに。(可変は難しいので今は指定型に)
|
2023-10-08 20:03:55 +09:00 |
|
Sakamoto Shiina
|
39472e64c4
|
[Refactor] UiScalingManager: 変数名変更、汎用化。Entry widget以外でも使いたくなったので。
|
2023-10-08 14:15:20 +09:00 |
|
Sakamoto Shiina
|
7e33f04baa
|
[Update] Config Window: DropdownMenu追加。前回コミットではOption Menuをクリックしても何も起こらなかったが、DropdownMenuとして選択肢を表示。選択された際の機能も今まで通り。
grab_set廃止。focus_setやliftを使ってこちらでコントロール。 理由は、設定画面上で新たにDropdown Menu Windowを生成し、選択肢をクリックする際邪魔になるため。
|
2023-10-08 11:13:18 +09:00 |
|
Sakamoto Shiina
|
8dd1ddd6ac
|
[Update(tmp)] ※Dropdown Menu開きません。 Config Window: Option Menu系widgetを全てframeを使った自作widgetにすり替え。
|
2023-10-07 01:30:18 +09:00 |
|
Sakamoto Shiina
|
53cb8d9088
|
[Update] Config Window:
エラーメッセージ表示機能(メッセージ内容は仮置き): バリデーションにより無効な値を入力した場合にエラーメッセージを表示。エラーメッセージは新しくWindowを作って被せる形にしています。他の部分をクリックしたり、ホイールによるスクロールなどで画面外へいった時に消したりなどの処理も実装。
Entry Widget系フォーカスアウト機能:そのWidget外をクリックした時にちゃんとフォーカスアウトし、その際にconfigに保存されている有効な値をセット。
(今のところTranscription項目内のEntry Widgetがある項目のみ)
[bugfix] Main Window: Modal Windowのevent unbindに、ちゃんとIDを指定してunbindするように。(vrct_gui.py line 90)
|
2023-10-05 10:51:15 +09:00 |
|
Sakamoto Shiina
|
913b18c5cc
|
[Chore] remove the code that is no longer in use
|
2023-10-01 13:40:54 +09:00 |
|
Sakamoto Shiina
|
c287df5c10
|
[bugfix/Refactor] Config Window: Setting Box周り。謎の1pxバグ修正(無理やり)と、要素の幅が合っておらず、文字数などの影響により幅が広くなり、意図していない線が見えていたのを修正。
(rowやcolumn, sticky指定、セクションタイトルの指定方法の変更など。)
|
2023-10-01 13:28:37 +09:00 |
|
Sakamoto Shiina
|
49ac0a62d4
|
[bugfix] Config Windowのwithdraw()コメントアウト戻し忘れ修正。
|
2023-09-29 02:55:34 +09:00 |
|
Sakamoto Shiina
|
3a4be19bb5
|
[Refactor/fix] Config Window: _SettingBoxGenerator周りのリファクタリング。見た目は同じだけど構造を結構変えている。
また、ui_utilsにあるcreateButtonWithImageは、circleを廃止。
|
2023-09-29 02:51:51 +09:00 |
|
Sakamoto Shiina
|
2270cff006
|
[fix] Config Window: Compact Mode. 今までDestroy()してWidgetsが再生成されていたのを、grid_removeを使う方法に変更、これによりコンパクトモード切り替えがスムーズになりました。
|
2023-09-27 21:44:36 +09:00 |
|
Sakamoto Shiina
|
9495df1016
|
Merge branch 'localization' into UI_2.0
|
2023-09-26 12:43:12 +09:00 |
|
Sakamoto Shiina
|
d58ad09708
|
[Update] Config Window: Localization. 各項目のタイトルを変数化、多言語対応。(それに合わせて切り替え処理も)
|
2023-09-26 11:39:35 +09:00 |
|
Sakamoto Shiina
|
14cb8f11ca
|
[bugfix] message formatのcallback関数指定ミス修正
|
2023-09-25 23:01:23 +09:00 |
|
Sakamoto Shiina
|
0344c9ae34
|
[bugfix] Config Window: 謎の各項目間に、想定より+1pxボーダー入ってしまうのを修正(無理やり)
偶然見つけた方法です。設定画面改修はいずれ必要なので、とりあえずという修正です。
|
2023-09-21 19:24:54 +09:00 |
|
Sakamoto Shiina
|
48fd43b2a9
|
[bugfix] Config Window: attribute指定ミス修正や表記揺れ修正
|
2023-09-21 14:57:49 +09:00 |
|
Sakamoto Shiina
|
bd9f0bb58c
|
[Refactor] remove the code that is no longer in use
|
2023-09-20 23:20:42 +09:00 |
|
Sakamoto Shiina
|
4176ec4cb0
|
[Refactor] IS_CONFIG_WINDOW_COMPACT_MODE をview_variableへ移動。
|
2023-09-20 21:01:58 +09:00 |
|
Sakamoto Shiina
|
cfca2be71e
|
[Refactor] Config Window: Setting Box回り。共通で使う変数をクラス変数にしたり、ctm(色)やuism(サイズ)もsettingsにまとめたり。
|
2023-09-20 20:02:07 +09:00 |
|
Sakamoto Shiina
|
c3b7c735dd
|
[Refactor] Config Window: Setting Box回り。特に意味のない関数の切り出しをなくしたり。
※テスト用のコードはコメントアウトしてそのままです。
|
2023-09-20 17:39:18 +09:00 |
|
Sakamoto Shiina
|
bc6547cf5c
|
[Chore] remove the print code that is under vrct_gui directory.
|
2023-09-17 12:45:05 +09:00 |
|
Sakamoto Shiina
|
6f5b7983a9
|
[Update] add config variable and callback, ENABLE_SEND_MESSAGE_TO_VRC and callbackSetEnableSendMessageToVrc.
add Config Window Setting Item(Send Message To VRChat)
|
2023-09-17 12:01:23 +09:00 |
|
Sakamoto Shiina
|
7a8aa701d2
|
[Update] 変数名変更とそれに合わせてUIの文言調整 ENABLE_OSC_ERROR_LOG -> STARTUP_OSC_ENABLED_CHECK
VRCT起動時にOSCが有効かどうかのチェックアクションをするかどうかという意味に。
|
2023-09-17 08:34:19 +09:00 |
|
Sakamoto Shiina
|
5f0cca062d
|
[Update] Config Window: Add chackboxes ENABLE_OSC and ENABLE_OSC_ERROR_LOG to setting box.
|
2023-09-16 20:34:25 +09:00 |
|
Sakamoto Shiina
|
5a95fccd37
|
[Update] Config Window: 設定画面の選択されたタブ情報を保存。設定画面開閉、コンパクトモード切り替え時でも前回開いていたタブが選択された状態で表示されるように(VRCT再起動で初期表示タブへとリセット)
|
2023-09-16 17:37:26 +09:00 |
|
Sakamoto Shiina
|
6af238b754
|
[Chore] Config Window: change the config window title to Settings for the production env.
|
2023-09-14 04:13:11 +09:00 |
|
misyaguziya
|
7b15aff02e
|
👍[Update] ファビコンを新しいものに変更
|
2023-09-14 02:23:11 +09:00 |
|