Compare commits

..

1 Commits

Author SHA1 Message Date
aclist
98989720df
Merge 9d1ee7e130 into 936dfe8d02 2025-10-03 01:22:09 +09:00
12 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,6 @@
- ESC key destroying wait dialogs while thread is pending - ESC key destroying wait dialogs while thread is pending
- Tooltip signals being processed on main menu - Tooltip signals being processed on main menu
- Leaky variable name in dialog title - Leaky variable name in dialog title
- Prevent extraneous signals from propagating when column width is adjusted
## [6.0.0-beta.7] 2025-09-20 ## [6.0.0-beta.7] 2025-09-20
## Added ## Added

View File

@ -588,7 +588,7 @@ fetch_helpers_by_sum(){
["funcs"]="65134f86b7c9e14173e05d8e3ebea101" ["funcs"]="65134f86b7c9e14173e05d8e3ebea101"
["query_v2.py"]="55d339ba02512ac69de288eb3be41067" ["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
["servers.py"]="7f83d5c1ca54acb12f1bd6657feb2ecf" ["servers.py"]="7f83d5c1ca54acb12f1bd6657feb2ecf"
["ui.py"]="f03879f088ad074f2ce3c92607c30202" ["ui.py"]="4fa719725febbeea31473d929a40393b"
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397" ["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
["pefile.py"]="21531f2c0d9dfa5f110cf6779f9d22c0" ["pefile.py"]="21531f2c0d9dfa5f110cf6779f9d22c0"
) )

View File

@ -2576,7 +2576,7 @@ class TreeView(Gtk.TreeView):
App.right_panel.filters_vbox.set_active_combo(0) App.right_panel.filters_vbox.set_active_combo(0)
App.grid.right_panel.filters_vbox.set_visible(True) App.grid.right_panel.filters_vbox.set_visible(True)
for column in self.get_columns(): for column in self.get_columns():
column.connect("notify::fixed-width", self._on_col_width_changed) column.connect("notify::width", self._on_col_width_changed)
App.grid.statusbar.update_server_meta() App.grid.statusbar.update_server_meta()

BIN
images/tutorial/01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
images/tutorial/02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
images/tutorial/03.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
images/tutorial/04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 608 KiB

BIN
images/tutorial/05.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB

BIN
images/tutorial/06.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB

BIN
images/tutorial/07.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 KiB

BIN
images/tutorial/08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
images/tutorial/09.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB