forked from pool/qimgv
Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
.osc
|
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/easymodo/qimgv</param>
|
<param name="url">https://github.com/easymodo/qimgv</param>
|
||||||
<param name="changesrevision">e2675f135d6be45036f84285a68e5a079ab4f449</param></service></servicedata>
|
<param name="changesrevision">8ad0a1173cd3c6b96a5549405de71d1ea57c09ac</param></service></servicedata>
|
3
qimgv-1.0.3a+git20221107.8ad0a11.tar.gz
Normal file
3
qimgv-1.0.3a+git20221107.8ad0a11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99835179feee821f06c0d447be86ecd2ba57c33164dc79f12f9fbd1b32c211a7
|
||||||
|
size 1072351
|
BIN
qimgv-1.0.3a+git20230615.e2675f1.tar.gz
(Stored with Git LFS)
BIN
qimgv-1.0.3a+git20230615.e2675f1.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,25 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jul 03 22:22:39 UTC 2023 - scott.bradnick@suse.com
|
|
||||||
|
|
||||||
- Update to version 1.0.3a+git20230615.e2675f1:
|
|
||||||
* Update build-package.yml
|
|
||||||
* Exiv2::AnyError was removed
|
|
||||||
* toggleScalingFilter now toggles configured filter instead of bilinear
|
|
||||||
* Modify build-package.yaml
|
|
||||||
* Modify build-package.yml
|
|
||||||
* Modify build-package.yml
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu May 18 00:14:39 UTC 2023 - scott.bradnick@suse.com
|
|
||||||
|
|
||||||
- Update to version 1.0.3a+git20230407.22a8f2e:
|
|
||||||
* debug printouts / wheel test
|
|
||||||
* [Settings] add trackpadDetection toggle #337
|
|
||||||
* [DirectoryManager] make folder sorting optional
|
|
||||||
* upd donate links
|
|
||||||
* [thumbnailview] reduce calls to loadVisibleThumbnails()
|
|
||||||
* [thumbnailview] fix incorrect preload areas
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 03 18:25:09 UTC 2023 - scott.bradnick@suse.com
|
Tue Jan 03 18:25:09 UTC 2023 - scott.bradnick@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: qimgv
|
name: qimgv
|
||||||
version: 1.0.3a+git20230615.e2675f1
|
version: 1.0.3a+git20221107.8ad0a11
|
||||||
mtime: 1686807752
|
mtime: 1667856645
|
||||||
commit: e2675f135d6be45036f84285a68e5a079ab4f449
|
commit: 8ad0a1173cd3c6b96a5549405de71d1ea57c09ac
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qimgv
|
# spec file for package qimgv
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: qimgv
|
Name: qimgv
|
||||||
Version: 1.0.3a+git20230615.e2675f1
|
Version: 1.0.3a+git20221107.8ad0a11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt5 image viewer
|
Summary: Qt5 image viewer
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -30,10 +30,10 @@ BuildRequires: gcc-c++
|
|||||||
%else
|
%else
|
||||||
BuildRequires: gcc9-c++
|
BuildRequires: gcc9-c++
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: cmake(Qt5LinguistTools)
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: opencv-devel
|
BuildRequires: opencv-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: cmake(Qt5LinguistTools)
|
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||||
BuildRequires: pkgconfig(Qt5Svg)
|
BuildRequires: pkgconfig(Qt5Svg)
|
||||||
|
Loading…
Reference in New Issue
Block a user