Anton Filimonov
Anton Filimonov
Indeed, encoding for displaying text is set after indexing is finished. I'll try to set correct encoding after it is detected.
There has been some commits in 2018. I can prepare a build from latest sources if someone is interested. @nickbnf I can try to make a PR that will add...
Been a little busy releasing new stable version of klogg. I've updated pull request to build glogg from latest sources using Qt 5.12 builds from https://ci.appveyor.com/project/nickbnf/glogg/builds/27640336 [glogg-1.1.4.90_x64-setup.zip](https://github.com/nickbnf/glogg/files/3649508/glogg-1.1.4.90_x64-setup.zip) [glogg-1.1.4.90_x64.zip](https://github.com/nickbnf/glogg/files/3649509/glogg-1.1.4.90_x64.zip) [glogg-1.1.4.90_x86-setup.zip](https://github.com/nickbnf/glogg/files/3649510/glogg-1.1.4.90_x86-setup.zip) [glogg-1.1.4.90_x86.zip](https://github.com/nickbnf/glogg/files/3649511/glogg-1.1.4.90_x86.zip)
I've updated pull request to build glogg from latest sources using Qt 5.12.5 builds from https://ci.appveyor.com/project/nickbnf/glogg/builds/30172532 [glogg-1.1.4.93_x64-setup.zip](https://github.com/nickbnf/glogg/files/4074315/glogg-1.1.4.93_x64-setup.zip) [glogg-1.1.4.93_x64.zip](https://github.com/nickbnf/glogg/files/4074316/glogg-1.1.4.93_x64.zip) [glogg-1.1.4.93_x86-setup.zip](https://github.com/nickbnf/glogg/files/4074317/glogg-1.1.4.93_x86-setup.zip) [glogg-1.1.4.93_x86.zip](https://github.com/nickbnf/glogg/files/4074318/glogg-1.1.4.93_x86.zip)
> I'm wondering why keep both glogg and klogg project ? I ended up switching to the build here https://github.com/variar/klogg/releases/tag/continuous-win Personally I'm happy to hear this, thanks @kofifus :) However,...
I've released [klogg 20.12](https://github.com/variar/klogg/releases/tag/v20.12). Here is a list of new features compared with current glogg 1.1.4 (accumulated over several years of development): - Faster initial file indexing. On ssd drives...
This feature has been added to development builds of [klogg](https://github.com/variar/klogg). Any feedback is very welcome.
This has been implemented in [klogg](https://github.com/variar/klogg) fork
I'd like this for all archive files because in our company logs are attached to bug-reports as zip/7z archives and having to unpack them before opening is pain :) However,...
Integrated to latest pre-release [klogg](https://www.github.com/variar/klogg) build (20.1.0.562, see CI artifacts) a simple version of @jleaders suggestion. zip/7zip/tar.gz/tar.bz2/tar.xz are supported as well as gz/bz2/xz compressed files. Compression is determined by extension....