Accepting request 666125 from home:alois:branches:graphics
- Update to version 0.7.2 * Improved HiDPI support * APNG support (via QtApng plugin - included in windows installer) * Optional RAW support via QtRaw plugin * Separate settings for fullscreen / windowed background * UI performance improvements * Updated some icons * Minor startup speed optimizations * Crop UI improvements * Smooth scroll checkbox now works again * Fixed some other bugs * Added --help text OBS-URL: https://build.opensuse.org/request/show/666125 OBS-URL: https://build.opensuse.org/package/show/graphics/qimgv?expand=0&rev=9
This commit is contained in:
parent
cc5979cef1
commit
57ddb333fa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:224987e06b76562caafa31dc5ddacacdf5db465aa2fa3f4b1148aef59e18739b
|
||||
size 273529
|
3
qimgv-0.7.2.tar.gz
Normal file
3
qimgv-0.7.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9bba209a36723237cb7df2eff61aabe8c46ad9f20ab7ec15e56f9e0501ff872
|
||||
size 260249
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 12 19:44:11 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 0.7.2
|
||||
* Improved HiDPI support
|
||||
* APNG support (via QtApng plugin - included in windows
|
||||
installer)
|
||||
* Optional RAW support via QtRaw plugin
|
||||
* Separate settings for fullscreen / windowed background
|
||||
* UI performance improvements
|
||||
* Updated some icons
|
||||
* Minor startup speed optimizations
|
||||
* Crop UI improvements
|
||||
* Smooth scroll checkbox now works again
|
||||
* Fixed some other bugs
|
||||
* Added --help text
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 18 07:06:53 UTC 2018 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qimgv
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,18 +12,18 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: qimgv
|
||||
Version: 0.7.1
|
||||
Version: 0.7.2
|
||||
Release: 0
|
||||
Summary: Qt5 image viewer
|
||||
License: GPL-3.0-only
|
||||
Group: Productivity/Graphics/Viewers
|
||||
URL: https://github.com/easymodo/qimgv
|
||||
Source0: https://github.com/easymodo/qimgv/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/easymodo/qimgv/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hicolor-icon-theme
|
||||
|
Loading…
Reference in New Issue
Block a user