misyaguziya
|
4351122cb4
|
📝[Refactor] ruffを使用しコード検証修正を行った
|
2023-11-08 17:35:50 +09:00 |
|
Sakamoto Shiina
|
e8ee8891b0
|
[Update] Remove the background color that was for testing.
|
2023-10-20 06:21:08 +09:00 |
|
Sakamoto Shiina
|
b007fb1c55
|
[bugfix] Selectable Language Window: Focusイベントが意図しないところで発生してウィンドウ閉じてしまうのを修正。
|
2023-10-19 09:32:06 +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
|
717a56a580
|
[bugfix] fix 1px bugs. (まだ発生する)
|
2023-10-13 05:59:14 +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
|
0b5b3a62fe
|
[Update] Main Window: Language Selectable Window. UI Size変更対応。
|
2023-10-10 16:14:31 +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
|
9fce7f6a94
|
[bugfix] Config Window: Dropdown Menu Window. スクロールバー幅が左右で違っていたのを修正。
各Windowに1pxバグ検出用色追加と調整。
|
2023-10-08 20:49:17 +09:00 |
|
Sakamoto Shiina
|
1e220281ba
|
[Update] Dropdown Window and Selectable Language WIndow: add cursor=hand2. and the color when it is hovered and clicked.
[Chore] remove the CTkFrame widget that was meaningless.
|
2023-10-08 20:24:32 +09:00 |
|
Sakamoto Shiina
|
f0abb8bcfa
|
[Update] add function to view.py and print system message when switched language preset and selected language.
|
2023-09-17 14:57:16 +09:00 |
|
Sakamoto Shiina
|
0b1e731246
|
[Update] Main Window: Sidebar Language Settings DropdownMenu開閉機能をトグル式に。
Selectable Languages Window: タイトル追加。今開いているものがYour LanguageなのかTarget Languageなのか分かるように。
メイン画面のサイズに合わせて開くウインドウのサイズも変わるように。
|
2023-09-13 16:31:44 +09:00 |
|
Sakamoto Shiina
|
c841ceda18
|
[Update] Main Window: 言語選択ウィンドウにスクロールフレームを追加。サイズも無理やりではあるけどメイン画面に合わせて調整。
|
2023-09-10 07:08:07 +09:00 |
|
Sakamoto Shiina
|
9f9cd1e64c
|
[Add] Main Window: Language Settings. 言語選択ボタンを押して言語選択ウィンドウ開閉時に、矢印の向きが反転するように。
[Bugfix] 根本的な解決ではないけれど、言語選択ウィンドウの開く位置が固定されてしまうのでその修正(サイドバーの幅は可変なので、それに合わせてウィンドウ生成時に毎回位置を指定)
|
2023-09-09 11:35:24 +09:00 |
|
Sakamoto Shiina
|
5222f7cc68
|
[Chore] remove the code that is no longer in use
|
2023-09-09 06:24:45 +09:00 |
|
Sakamoto Shiina
|
0c43fd8965
|
[Update] Main Window: Language Settings.言語選択時のドロップダウンメニューを既存のものからカスタムしたものに変更。とりあえず機能する状態。
|
2023-09-09 06:17:53 +09:00 |
|