Anton Filimonov
Anton Filimonov
I am afraid this is not supported in Qt shortcut handling. It can be done using raw key events, but this would work only with latin keyboard layout because there...
Should be in 23.06
No specific reason, just not enough experience in this area. Every once in a while I evaluate the idea, read debian/ubuntu packaging guides and get demotivated by amount of manual...
I've updated readme with instructions on how to add deb/rpm repositories (hosted on Bintray).
@jDally987 that's some good news ) Let me know if you encounter any issues with building klogg. There is some documentation in BUILD.md. Klogg and glogg build systems and dependencies...
Thanks @sikmir! Lately I've added `minidump_dump` binary to `3rdparty/sentry/dump_syms/linux`. Does it need to be added to `patchelf` command?
Note for self: consider merging nix packaging from @firestack fork
Hi, thanks for the feedback. The ability to apply more filters to search results is a great feature. I've been thinking about it for quite some time now. It is...
Thanks for feedback! Does it happen on Linux or Mac? klogg uses [QFile::decodeName](https://doc.qt.io/qt-5/qfile.html#decodeName) to convert paths passed in command line to QString.
Tried it on my Linux box. It seems that Russian paths work as expected. Eastern filenames might be more complex. I've changed filename parsing code to allow \0 characters inside...