Anton Filimonov
Anton Filimonov
I've added an option to allow user to force decoding filenames as utf-8 strings. This should fix the issue on most systems where Qt can't determine codec for system locale....
It doesn't look like parsing LC_* variable can help in this case. Your `locale` output suggests that UTF-8 is used. However, that "assume utf-8 filenames" option leads to using `QString::fromUtf8`...
Keeping filename in original encoding should work but requires refactoring. Moved this to next release milestone.
Example of archive path that does not work on windows 2421トレースデータ.zip
In builds 21.05.0.990+ I've switched to QCommandLineParser. It seems to do right thing most of the time. At least when filename is a valid string in current locale. Handling paths...
Thanks for suggestion. This could be done by editing the registry (https://www.c-sharpcorner.com/UploadFile/99bb20/add-opening-methods-to-the-context-menu-for-all-files-in-win/) or by registering shell extension dll. I'll see which way is easier to implement.
@speeeeed you mean that there is some visible delay between clicking on context menu item and file appearing in klogg? Does this happen when opening files by double click in...
> Dragging a file to a opened klogg window is really fast Opening file from context menu works by launching separate klogg process that gets the filename, checks if there...
That dialog comes from Qt. Unfortunately, there is no way to handle double click in klogg.
There might be a custom color picker widget that works with double clicks. I've checked https://mattbas.gitlab.io/Qt-Color-Widgets/, but on the screenshots there is no panel with basic/custom colors out of the...