Aleksandr Kamyshnikov
Aleksandr Kamyshnikov
**Is your feature request related to a problem? Please describe.** First of all, thanks for the great software. The problem: for me and probably many other users, proxying is a...
Qt6 replaced QStringRef with QStringView, so the old code will not compile anymore. So i've just added a `ifdef` branch for Qt6 with `QStringView` usage. Documentation: https://doc-snapshots.qt.io/qt6-dev/qtcore-changes-qt6.html#qstringref
Hi, i've used qgit for years and want to make it better. Currently qgit calling `git` as external process and parsing it's output. It works, but this way is slow...
First of all, thanks for such tiny and useful library! My changes are: 1. CMake build script mods: CMake required version increased, C99 standard support requirement added 2. All possible...