4 Commits

Author SHA256 Message Date
f846675af9 Accepting request 1296101 from graphics
OBS-URL: https://build.opensuse.org/request/show/1296101
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qview?expand=0&rev=9
2025-07-30 09:42:32 +00:00
432efb34ff - 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

OBS-URL: https://build.opensuse.org/package/show/graphics/qview?expand=0&rev=19
2025-07-28 12:12:30 +00:00
7521975d1b Accepting request 1289546 from graphics
OBS-URL: https://build.opensuse.org/request/show/1289546
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qview?expand=0&rev=8
2025-07-02 10:11:08 +00:00
1eff2a1f8e - 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.

OBS-URL: https://build.opensuse.org/package/show/graphics/qview?expand=0&rev=17
2025-07-01 13:53:07 +00:00
4 changed files with 39 additions and 7 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89189b508b60526af09a15bc7b467eecb7f3d074f5dd21d251afe23406b24e8a
size 2096601

View File

@@ -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>

View File

@@ -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}