joshas

Results 39 issues of joshas

When adding RadioButton from code, newly created RadioButtons are not styled correctly.

My attempt to fix #419 . Only tested with FTP provider and local provider. Also tested with file names containing spaces on FTP - no problems with opening them.

After migration to GTK3 there are still some deprecated functions left in Sunflower code, e.g. [set_from_stock()](https://lazka.github.io/pgi-docs/#Gtk-3.0/classes/Image.html#Gtk.Image.set_from_stock). Is there automated way to find all instances of deprecated functions?

critical

There are a few lists in preferences with control buttons: add, remove, edit, move up, move down. As they are using deprecated stock items, it would be a great time...

enhancement

With GTK+ 3 deprecating Gtk.StatusIcon the future of Indicator (tray icon that appears after turning on "hide window on close" in Preferences) is unclear. Should it be removed from Sunflower,...

After enabling "Hide main window on close" option in Preferences, it is impossible to quit Sunflower in a normal way. Closing window, of course, hides the application. Clicking "Quit" from...

GTK+ 3 has deprecated GtkImageMenuItem - menu item with icon. How should remaining instances of menus with icons be updated? Should Sunflower follow GTK UI recommendations and do not show...

Preferences -> Item List -> "Show tree expanders" option does nothing when enabled, only adds some padding to left side of file list. This might be due to the fact,...

bug

In Preferences -> Item List -> Look & Feel section, option "Row hinting" doesn't work. set_rules_hint function is deprecated ( https://developer.gnome.org/gtk3/stable/GtkTreeView.html#gtk-tree-view-set-rules-hint ). Also, set_rules_hint were used in Preferences TreeView controls,...

bug

1. Open directory in file panel. 2. Go back up. 3. Delete, move or rename that directory. 4. Clicking on directory title in breadcrumbs will show "Error changing working directory"...

bug