Anton Filimonov
Anton Filimonov
As far as I understand one of correct solutions would be blocking selected signals on all threads (doing this in main should work by inheritance?) and then using separate thread...
@yurivict could you upload your file somewhere and provide search pattern that caused that crash? Might be some FreeBSD issue.
As far as I understand the slowdown is mostly due to matches overview (the area near vertical scrollbar that shows approximate matching line positions). It updates on UI thread and...
Might be fixed with #151 or with 84a8a910f1bab475f3fe7fe3fb12bd3690a2029a
Unfortunately, the current design makes this feature rather hard to implement. This is good feature for someone who wants to learn glogg internals. I'll be happy to help if anybody...
Looks like duplicate of #151. Build with fix can be found in #243
Scalars are initialized to 0 during zero-initialization that is done for members of value-initialized class types that have no constructors. For IndexingData class there is user-provided constructor that does not...
What encoding should be used for saved file? Could it be allways utf8 or should current selected display encoding be used?
Hi, what version of Qt are you using to build glogg from source? It seems that AA_UseHighDpiPixmaps appeared in Qt 5.
I've tried to use efsw library to monitor file changes. @pkaramol could you try and test it. Deb package from CI build server can be downloaded here https://s3.amazonaws.com/klogg.travis.build/variar/klogg/145/145.1/build/packages/klogg-1.1.3-r145-Linux.deb or just...