Christian Karl

Results 131 comments of Christian Karl

Thanks! I definitely like this overall, but wonder why we would not just support `paths` instead? This would probably break backward compatibility, unless we add some workaround, but should be...

Wow, I completely missed this one although I did somewhat keep track of issues, sorry! The PRs are (rightfully) so spammed with the dependabot updates, that this one must have...

Thanks for your report! This unfortunately isn't supported by Qt natively, yet, although there is some (old) ongoing discussion on the topic: https://bugreports.qt.io/browse/QTBUG-69212 However, there is a [plugin](https://github.com/jakar/qt-heif-image-plugin) for heif...

Sounds good to me :+1: I feel like we do support a lot of these, taking directly from `imageheader.py`: ``` Native QT Support: | --- | --- | --- |...

Sorry for the super-late reply. In case this is really for the legacy GTK version, this should work with `o` when the library is focused, but I haven't used or...

This makes perfect sense, and I fully understand and am extremely grateful how you stepped in over the past months and answered the upcoming questions and issues, thank you! :heart:...

- Not really, I looked into this when PyQt6 was still really new, and couldn't get this to properly work at all. If the state is still similar, quite some...

Hey, and sorry for the delay. I was offline for much of last week. Two of the things you tried are possible, just slightly different: - Multiple commands are joined...

Keeping it open for now as I feel the discussion and ideas are very useful :blush: So a configurable scroll step it is. Should be really trivial to add. This...

Besides the code comments, I have noticed some havoc, e.g. when scrolling fast (holding `j` or `k`) on a larger list of thumbnails, resulting in something like this (`unload_threshold=0`, `load_*=5`,...