forked from pool/qimgv
Luigi Baldoni
18ba63d651
- Update to version 0.9 What's new: * Directory tree & bookmarks in folder view * High quality scaling via OpenCV * Reduced memory usage when viewing zoomed images * Zoom level indicator * Image centering options * Slideshow mode (~ key) * Show directory now highlights current file * Improved touchpad support (see settings > controls) * gif playback controls. Play / pause & frame step, similar to video * Crop panel now has save button. Shortcut is Shift+Enter * Added an option to start into folder view * Support for HEIF / HEIC image format Bug fixes: * Window state is now saved correctly * Various UI fixes * Possible crash fix in thumbnailer - Refreshed qimgv-nosharedlib.patch - Dropped mpv-qthelper.patch (merged upstream) - Added qimgv-includepath.patch and qimgv-Qt512.patch OBS-URL: https://build.opensuse.org/request/show/799467 OBS-URL: https://build.opensuse.org/package/show/graphics/qimgv?expand=0&rev=32
27 lines
834 B
Diff
27 lines
834 B
Diff
Index: qimgv-0.9/qimgv/3rdparty/QtOpenCV/cvmatandqimage.cpp
|
|
===================================================================
|
|
--- qimgv-0.9.orig/qimgv/3rdparty/QtOpenCV/cvmatandqimage.cpp
|
|
+++ qimgv-0.9/qimgv/3rdparty/QtOpenCV/cvmatandqimage.cpp
|
|
@@ -28,7 +28,7 @@
|
|
#include <QSysInfo>
|
|
#include <QDebug>
|
|
#include <cstring>
|
|
-#include <opencv4/opencv2/imgproc.hpp>
|
|
+#include <opencv2/imgproc.hpp>
|
|
|
|
namespace QtOcv {
|
|
namespace {
|
|
Index: qimgv-0.9/qimgv/3rdparty/QtOpenCV/cvmatandqimage.h
|
|
===================================================================
|
|
--- qimgv-0.9.orig/qimgv/3rdparty/QtOpenCV/cvmatandqimage.h
|
|
+++ qimgv-0.9/qimgv/3rdparty/QtOpenCV/cvmatandqimage.h
|
|
@@ -27,7 +27,7 @@
|
|
#define CVMATANDQIMAGE_H
|
|
|
|
#include <QtGui/qimage.h>
|
|
-#include <opencv4/opencv2/core.hpp>
|
|
+#include <opencv2/core.hpp>
|
|
|
|
namespace QtOcv {
|
|
|