Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f846675af9 | |||
| 432efb34ff | |||
| 7521975d1b | |||
| 1eff2a1f8e |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d7ab3aaea2e9f89034bdeeb6350d31a5d9fb5ac9158b98348e8ccbf1dc6570a
|
||||
size 524754
|
||||
3
qView-7.1.tar.gz
Normal file
3
qView-7.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89189b508b60526af09a15bc7b467eecb7f3d074f5dd21d251afe23406b24e8a
|
||||
size 2096601
|
||||
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 28 05:14:44 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 7.1:
|
||||
Enhancements:
|
||||
* Add option to force scroll/zoom behavior on trackpads, rather
|
||||
than always attemping to auto-detect
|
||||
* Add QNativeGesture handling support (Tested on Wayland)
|
||||
* Improve trackpad auto-detection to avoid catching Logitech
|
||||
fake trackpad devices
|
||||
Bugfixes:
|
||||
* Fix weird QInfoDialog resizing behavior
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 28 07:00:06 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 7.0:
|
||||
New Features:
|
||||
* Add "Reload File" action.
|
||||
* Add "Delete Permanently" action to bypass trash.
|
||||
* Add "Skip hidden files" option.
|
||||
* File load errors are displayed in the viewport rather than as a modal dialog.
|
||||
* Automatic dark mode in Windows 11.
|
||||
* Automatically detect precision touchpad devices (Qt >= 6.0.0)
|
||||
Bugfixes:
|
||||
* Fix crashes on exit on macOS.
|
||||
* Fix crash when loading images in Windows with certain display ICC profiles.
|
||||
* Fix inability to load certain files due to misdetected format.
|
||||
* Fix issue in Windows multi-display setups where only the default display's ICC profile was used.
|
||||
* Fix incorrect colors when viewing CMYK images.
|
||||
* Fix not ignoring macOS metadata (._) files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 17 07:21:21 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qview
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: qview
|
||||
Version: 6.1
|
||||
Version: 7.1
|
||||
Release: 0
|
||||
Summary: Practical and minimal image viewer
|
||||
License: GPL-3.0-only
|
||||
Group: Productivity/Graphics/Viewers
|
||||
URL: https://interversehq.com/qview/
|
||||
Source: https://github.com/jurplel/qView/releases/download/%{version}/qView-%{version}.tar.gz#/qView-%{version}.tar.gz
|
||||
Source: https://github.com/jurplel/qView/archive/refs/tags/%{version}.tar.gz#/qView-%{version}.tar.gz
|
||||
BuildRequires: libqt5-linguist
|
||||
BuildRequires: libqt5-qtx11extras-devel
|
||||
BuildRequires: pkgconfig
|
||||
@@ -37,7 +37,7 @@ qView is a Qt image viewer designed with minimalism and usability in mind.
|
||||
No cluttered interface, just your image and a titlebar.
|
||||
|
||||
%prep
|
||||
%setup -q -n qView
|
||||
%setup -q -n qView-%{version}
|
||||
|
||||
%build
|
||||
%qmake5 PREFIX=%{_prefix}
|
||||
|
||||
Reference in New Issue
Block a user