gin-ahirsch

Results 12 issues of gin-ahirsch

I'd like to be able to export some of my filters to a file, copy that file on another computer and import the filters there. I've been working on this...

The documentation for [KeyEvent::text()](https://doc.qt.io/qt-5/qkeyevent.html#text) states "could return an empty string".

First, we don't really need a shared_ptr from PersistentCopy(), since we're not sharing it with anyone yet. But then, we don't really need a pointer at all and we could...

The reason for replacement of `class ObservedFile` to `struct ObservedFile` should be rather obvious. Using `inline` in favor of an anonymous namespace is because the latter generates warnings about unused...

I got "Index too big in LogFilteredData" warnings when switching between the filtered-view modes (marks/matches). These changes should prevent the situation from occurring.

Includes a couple of refactorings as separate commits.