From f5a0cee8ccecc7b6c6c2d8e9fb6f6eecd53531fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 17 Dec 2023 19:58:04 +0100 Subject: New upstream version 0.32.4 --- data/gsettings/org.gnome.shotwell.gschema.xml | 6 ++++++ data/meson.build | 7 ------- data/misc/canary.avif | Bin 0 -> 293 bytes data/org.gnome.Shotwell-Profile-Browser.desktop.in | 14 -------------- data/org.gnome.Shotwell-Viewer.desktop.in | 1 - data/org.gnome.Shotwell.appdata.xml.in | 10 ++++++++++ data/org.gnome.Shotwell.desktop.in | 6 +++++- data/org.gnome.Shotwell.gresource.xml | 2 ++ data/ui/multitextentrydialog.ui | 2 +- data/ui/photo.ui | 2 -- data/ui/slideshow_settings.ui | 16 ++++++++++++++++ 11 files changed, 40 insertions(+), 26 deletions(-) create mode 100644 data/misc/canary.avif delete mode 100644 data/org.gnome.Shotwell-Profile-Browser.desktop.in (limited to 'data') diff --git a/data/gsettings/org.gnome.shotwell.gschema.xml b/data/gsettings/org.gnome.shotwell.gschema.xml index 1823e03..68204d0 100644 --- a/data/gsettings/org.gnome.shotwell.gschema.xml +++ b/data/gsettings/org.gnome.shotwell.gschema.xml @@ -210,6 +210,12 @@ Show title Whether to show the title of a photo during the slideshow + + + false + Shuffle + Whether to shuffle the order of photos during the slideshow + diff --git a/data/meson.build b/data/meson.build index 798ea38..9c17f0f 100644 --- a/data/meson.build +++ b/data/meson.build @@ -28,12 +28,5 @@ i18n.merge_file(input : 'org.gnome.Shotwell-Viewer.desktop.in', install : true, install_dir : join_paths(get_option('datadir'), 'applications')) -i18n.merge_file(input : 'org.gnome.Shotwell-Profile-Browser.desktop.in', - output: 'org.gnome.Shotwell-Profile-Browser.desktop', - po_dir : podir, - type : 'desktop', - install : true, - install_dir : join_paths(get_option('datadir'), 'applications')) - shotwell_resources = gnome.compile_resources('shotwell-resources', 'org.gnome.Shotwell.gresource.xml') diff --git a/data/misc/canary.avif b/data/misc/canary.avif new file mode 100644 index 0000000..6df2762 Binary files /dev/null and b/data/misc/canary.avif differ diff --git a/data/org.gnome.Shotwell-Profile-Browser.desktop.in b/data/org.gnome.Shotwell-Profile-Browser.desktop.in deleted file mode 100644 index 073f045..0000000 --- a/data/org.gnome.Shotwell-Profile-Browser.desktop.in +++ /dev/null @@ -1,14 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=Shotwell Profile Browser -GenericName=Photo Manager -Comment=Manage Different Profiles In Shotwell -Exec=shotwell -b -# Translators: Do NOT translate or transliterate this text (this is an icon file name)! -Icon=org.gnome.Shotwell -Terminal=false -Type=Application -Categories=Graphics;Photography;GNOME;GTK; -X-GIO-NoFuse=true -X-GNOME-Gettext-Domain=shotwell -X-GNOME-FullName=Shotwell Profile Manager diff --git a/data/org.gnome.Shotwell-Viewer.desktop.in b/data/org.gnome.Shotwell-Viewer.desktop.in index 4258dcb..80294ad 100644 --- a/data/org.gnome.Shotwell-Viewer.desktop.in +++ b/data/org.gnome.Shotwell-Viewer.desktop.in @@ -3,7 +3,6 @@ Version=1.0 Name=Shotwell Viewer GenericName=Photo Viewer Exec=shotwell %f -# Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=org.gnome.Shotwell Terminal=false NoDisplay=true diff --git a/data/org.gnome.Shotwell.appdata.xml.in b/data/org.gnome.Shotwell.appdata.xml.in index 2597abb..eca7846 100644 --- a/data/org.gnome.Shotwell.appdata.xml.in +++ b/data/org.gnome.Shotwell.appdata.xml.in @@ -54,6 +54,16 @@ https://gitlab.gnome.org/GNOME/shotwell/issues + + +
    +
  • Fixes various crashes and other oddities related to cropping
  • +
  • Fixes crashes if filenames are not UTF-8
  • +
  • Fixes metadata reading from videos
  • +
  • Adds an option to randomly shuffle the images in a slidesohw
  • +
+
+
    diff --git a/data/org.gnome.Shotwell.desktop.in b/data/org.gnome.Shotwell.desktop.in index 61048f5..c7bb3af 100644 --- a/data/org.gnome.Shotwell.desktop.in +++ b/data/org.gnome.Shotwell.desktop.in @@ -6,7 +6,6 @@ Comment=Organize your photos # Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Keywords=album;camera;cameras;crop;edit;enhance;export;gallery;image;images;import;organize;photo;photographs;photos;picture;pictures;photography;print;publish;rotate;share;tags;video;flickr;picasa;youtube;piwigo; Exec=shotwell %U -# Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=org.gnome.Shotwell Terminal=false Type=Application @@ -15,3 +14,8 @@ Categories=Graphics;Photography;GNOME;GTK; X-GIO-NoFuse=true X-GNOME-Gettext-Domain=shotwell X-GNOME-FullName=Shotwell Photo Manager +Actions=profile-browser; + +[Desktop Action profile-browser] +Name=Manage Different Profiles In Shotwell +Exec=shotwell -b diff --git a/data/org.gnome.Shotwell.gresource.xml b/data/org.gnome.Shotwell.gresource.xml index d88279b..3fb48f1 100644 --- a/data/org.gnome.Shotwell.gresource.xml +++ b/data/org.gnome.Shotwell.gresource.xml @@ -76,5 +76,7 @@ icons/slideshow-extension-point.png icons/hicolor/scalable/actions/straighten-symbolic.svg themes/org.gnome.Shotwell.css + + misc/canary.avif diff --git a/data/ui/multitextentrydialog.ui b/data/ui/multitextentrydialog.ui index 6477129..21a05be 100644 --- a/data/ui/multitextentrydialog.ui +++ b/data/ui/multitextentrydialog.ui @@ -64,7 +64,7 @@ True in - + True True True diff --git a/data/ui/photo.ui b/data/ui/photo.ui index 78a2fb5..3b93546 100644 --- a/data/ui/photo.ui +++ b/data/ui/photo.ui @@ -191,11 +191,9 @@ _Previous Photo win.PrevPhoto - Left _Next Photo - Right win.NextPhoto diff --git a/data/ui/slideshow_settings.ui b/data/ui/slideshow_settings.ui index 1abfa39..cfdbd70 100644 --- a/data/ui/slideshow_settings.ui +++ b/data/ui/slideshow_settings.ui @@ -149,6 +149,22 @@ 4 + + + Shuffle + True + True + False + start + True + True + + + 0 + 4 + 4 + + True -- cgit v1.2.3