scrubbbbs

Results 361 comments of scrubbbbs

Thanks for testing, this is really helpful. You can see the changes I made more easily by setting a different fullscreen/slideshow color and an image that doesn't fill the screen....

The option is greyed out because it has no effect on thumbnails right now. Nomacs uses 2x oversampling + bicubic downscaling for thumbnails, which provides some smoothing/denoising. In addition, exif...

@hmueller01 the latest commit 0491de2e4e0fea421c449bb14e260db7d155329b compiles and runs with Qt 6, but the bundle is still broken. Would you be able to rebase and test with Qt6?

Qt6 port is still incomplete so we would need both. There are no references to Qt5 in UnixBuildTarget.cmake nor the current version of MacBuildTarget.cmake so it shouldn't be necessary to...

Looks like it [always returned true](https://github.com/Exiv2/exiv2/blame/44bc5436a0114a5c3f0dec57c6d2721bf25ccf5b/src/bmffimage.cpp#L77), so the macro `EXV_ENABLE_BMFF` by itself was sufficient.

@mabra nomacs is DPI-aware which means it will rescale the UI to the display DPI. So it does support HiDPI properly; #1102 was a misguided attempt at "fixing" something that...

@voidastro4 QT_SCALE_FACTOR should not be in the environment passed to nomacs. Nomacs is DPI-aware and scales everything correctly if given the *correct* display DPI, which might not be present (especially...

I believe you can use the x11 window class for that, with a custom rule.