SHA256
1
0
forked from pool/loupe

Compare commits

...

8 Commits

Author SHA256 Message Date
Ana Guerrero
54d5049d1b Accepting request 1237903 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1237903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/loupe?expand=0&rev=12
2025-01-15 16:43:25 +00:00
706e7424f2 - Update to version 47.3:
+ Fixed: Sometimes SVGs are not shown in the print preview.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/loupe?expand=0&rev=32
2025-01-14 17:44:33 +00:00
Ana Guerrero
7b569fb41a Accepting request 1226288 from GNOME:Factory
- Update to version 47.2:
  + Don't call style manager in application constructor since this
    is too early. Do it in startup instead. Without this fix, GTK
    4.17.0 will terminate the app on startup. (forwarded request 1225966 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1226288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/loupe?expand=0&rev=11
2024-11-25 22:23:18 +00:00
8430149c00 - Update to version 47.2:
+ Don't call style manager in application constructor since this
    is too early. Do it in startup instead. Without this fix, GTK
    4.17.0 will terminate the app on startup.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/loupe?expand=0&rev=30
2024-11-25 14:18:34 +00:00
Ana Guerrero
21b734f26d Accepting request 1208555 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1208555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/loupe?expand=0&rev=10
2024-10-17 16:40:21 +00:00
764268d5b7 New stable rel
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/loupe?expand=0&rev=28
2024-10-17 07:57:10 +00:00
Ana Guerrero
1a9fa93098 Accepting request 1205482 from GNOME:Factory
SCripted push of GNOME 47

OBS-URL: https://build.opensuse.org/request/show/1205482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/loupe?expand=0&rev=9
2024-10-08 15:23:46 +00:00
39f31cde1c Scripted push of GNOME 47
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/loupe?expand=0&rev=26
2024-09-30 07:51:24 +00:00
7 changed files with 62 additions and 11 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="url">https://gitlab.gnome.org/GNOME/loupe.git</param>
<param name="scm">git</param>
<param name="revision">46.2</param>
<param name="revision">47.3</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0947592459f1869da9501fcf8b4a5a1cec636cccc0a0d587c199c55ce951b13e
size 1729036

3
loupe-47.3.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6534ade27157e94ed5d670b35f5c6de5d8efb6042650847cb45211626edb0af8
size 2255372

View File

@ -1,3 +1,54 @@
-------------------------------------------------------------------
Mon Jan 13 14:31:36 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.3:
+ Fixed: Sometimes SVGs are not shown in the print preview.
-------------------------------------------------------------------
Sat Nov 23 10:54:15 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.2:
+ Don't call style manager in application constructor since this
is too early. Do it in startup instead. Without this fix, GTK
4.17.0 will terminate the app on startup.
-------------------------------------------------------------------
Thu Oct 17 07:31:05 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.1:
+ Add `<branding><color>`s instead of just using
`GnomeSoftware::key-colors`. That they weren't set was an
oversight.
+ Fixed:
- Make the string "Error Details" translatable.
- Require glycin 2.0.1 crate to detect SVGZ files properly.
-------------------------------------------------------------------
Fri Sep 13 11:48:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 47.0:
+ Flickering while images are reloaded. Instead, keep the old
textures around until a new texture is available.
+ Forcing the zoom to the center of the image is now working
again. This is especially noticable when using the touchpads
pinch gesture.
+ When disabling animations in the OS and using the buttons to
change the image, the wrong image was shown, disabling features
like zoom.
-------------------------------------------------------------------
Fri Aug 30 09:01:55 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 47.beta.1:
+ Don't force Flatpak sandbox SVGs. This fixes SVGs not loading
outside of Flatpak.
+ Make the window wider when it would open with a bottom-sheet
overlay for properties. That way, the properties can be shown
in a sidebar.
+ Properly detect non-transparent images and down download a
thumbnail for background detection for them. For some reason,
the thumbnail download is using a lot of VRAM.
-------------------------------------------------------------------
Wed Apr 10 07:09:05 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,4 +1,4 @@
name: loupe
version: 46.2
mtime: 1712696222
commit: 1c93e7b81e6688e235aa5e5c5ba3325d4cfa67bd
version: 47.3
mtime: 1736774259
commit: 40eadce02627a90d91933bcac71996f551ecbc36

View File

@ -1,7 +1,7 @@
#
# spec file for package loupe
#
# Copyright (c) 2024 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,7 +17,7 @@
Name: loupe
Version: 46.2
Version: 47.3
Release: 0
Summary: A simple image viewer application
License: GPL-3.0-or-later

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29c54b5c859f4a6ec9c7103b2c69d61a1bec3f6de1efa197ff465300af07f8ad
size 27626555
oid sha256:212c5c4358aaeb48eaf8cfd99690df19adeffbb24a626789ec428fe099fea175
size 26971464