joshas

Results 37 comments of joshas

While archive handling in breadcrumbs currently has some issues, I would prefer to keep opening archives in same tab - it's very convenient to browse zip files as if they...

There's a check that prevents going up to parent directory if quick search is active: https://github.com/MeanEYE/Sunflower/blob/6b4aef4fca2506912f1f14ec4a7e8e68f49b42ae/sunflower/plugin_base/item_list.py#L1236-L1239 I guess this was included to prevent going up directories when pressing Backspace key.

@MeanEYE , this issue can be closed, as latest develop version of Sunflower runs on Fedora 30 without problems.

@MeanEYE This issue can be closed, as it is fixed in develop branch.

Probably 'row-activated' signal should be used for double click (or single click if that option is enabled in preferences) actions, as it doesn't fire when clicking on header and would...

Might be worth looking into how Total Commander handles its "button bar". There's a single edit dialog, but it has all necessary functionality and more.

I presume there are only two types of paths: local (ones without ://, like /usr/local/bin/) and URI (ftp://, smb://, etc). What other cases should I try to test? I'll try...

While emblem and link icon rendering actually still works after uncommenting some lines of code, the actual implementation might need some improvements. Now all emblems are lined up before file...

Sorry for bad phrasing. I meant to have script just to find deprecated functions, not to replace them. Developers would go through that list and manually change each function.

Note to future self: removing deprecated `set_wmclass()` functions broke application title display on some systems #474