From d443a3c2509889533ca812c163056bace396b586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 14 Jun 2023 20:35:58 +0200 Subject: New upstream version 0.32.1 --- data/apport/git.mk | 359 ++ data/apport/meson.build | 2 + data/apport/shotwell.py | 6 + data/gsettings/meson.build | 13 + .../org.gnome.shotwell-extras.gschema.xml | 35 + data/gsettings/org.gnome.shotwell.gschema.xml | 791 +++ .../org.yorba.shotwell-extras.gschema.xml | 95 + data/gsettings/org.yorba.shotwell.gschema.xml | 825 +++ data/icons/Delmenhorst_Rathaus.jpg | Bin 0 -> 28230 bytes .../hicolor/16x16/apps/org.gnome.Shotwell.png | Bin 0 -> 884 bytes .../hicolor/22x22/apps/org.gnome.Shotwell.png | Bin 0 -> 1417 bytes .../hicolor/24x24/apps/org.gnome.Shotwell.png | Bin 0 -> 1546 bytes .../hicolor/256x256/apps/org.gnome.Shotwell.png | Bin 0 -> 49656 bytes .../hicolor/32x32/apps/org.gnome.Shotwell.png | Bin 0 -> 2156 bytes .../hicolor/48x48/apps/org.gnome.Shotwell.png | Bin 0 -> 3716 bytes .../scalable/actions/avatar-default-symbolic.svg | 32 + .../actions/crop-pivot-reticle-symbolic.svg | 207 + .../scalable/actions/events-merge-symbolic.svg | 122 + .../actions/filter-flagged-disabled-symbolic.svg | 31 + .../scalable/actions/filter-flagged-symbolic.svg | 31 + .../actions/filter-photos-disabled-symbolic.svg | 33 + .../scalable/actions/filter-photos-symbolic.svg | 33 + .../actions/filter-raw-disabled-symbolic.svg | 17 + .../scalable/actions/filter-raw-symbolic.svg | 17 + .../actions/filter-videos-disabled-symbolic.svg | 33 + .../scalable/actions/filter-videos-symbolic.svg | 33 + .../scalable/actions/gps-marker-highlighted.svg | 414 ++ .../scalable/actions/gps-marker-selected.svg | 427 ++ data/icons/hicolor/scalable/actions/gps-marker.svg | 370 ++ .../actions/gps-markers-many-highlighted.svg | 510 ++ .../scalable/actions/gps-markers-many-selected.svg | 477 ++ .../hicolor/scalable/actions/gps-markers-many.svg | 477 ++ .../actions/image-adjust-color-symbolic.svg | 28 + .../actions/image-auto-adjust-symbolic.svg | 26 + .../scalable/actions/image-crop-symbolic.svg | 32 + .../scalable/actions/image-zoom-in-symbolic.svg | 35 + .../scalable/actions/image-zoom-out-symbolic.svg | 35 + .../hicolor/scalable/actions/map-edit-locked.svg | 103 + .../hicolor/scalable/actions/map-edit-unlocked.svg | 105 + .../scalable/actions/multiple-events-symbolic.svg | 38 + .../scalable/actions/multiple-tags-symbolic.svg | 36 + .../hicolor/scalable/actions/no-event-symbolic.svg | 171 + .../scalable/actions/one-event-symbolic.svg | 166 + .../hicolor/scalable/actions/one-tag-symbolic.svg | 35 + .../scalable/actions/stock-eye-symbolic.svg | 109 + .../scalable/actions/straighten-symbolic.svg | 175 + .../hicolor/scalable/apps/org.gnome.Shotwell.svg | 624 +++ data/icons/hicolor/shotwell-source.svg | 5248 ++++++++++++++++++++ .../symbolic/apps/org.gnome.Shotwell-symbolic.svg | 24 + data/icons/image-missing.png | Bin 0 -> 8581 bytes data/icons/meson.build | 9 + data/icons/noninterpretable-video.png | Bin 0 -> 104459 bytes data/icons/shotwell-street.jpg | Bin 0 -> 29219 bytes data/icons/slideshow-extension-point.png | Bin 0 -> 3307 bytes data/meson.build | 39 + data/org.gnome.Shotwell-Profile-Browser.desktop.in | 14 + data/org.gnome.Shotwell-Viewer.desktop.in | 15 + data/org.gnome.Shotwell.appdata.xml.in | 66 + data/org.gnome.Shotwell.desktop.in | 17 + data/org.gnome.Shotwell.gresource.xml | 80 + data/themes/org.gnome.Shotwell.css | 9 + data/ui/collection.ui | 227 + data/ui/direct.ui | 200 + data/ui/direct_context.ui | 28 + data/ui/event.ui | 597 +++ data/ui/events_directory.ui | 191 + data/ui/faces.ui | 474 ++ data/ui/fullscreen.ui | 5 + data/ui/import.ui | 219 + data/ui/import_queue.ui | 89 + data/ui/login_welcome_pane_widget.ui | 57 + data/ui/manifest_widget.ui | 31 + data/ui/media.ui | 427 ++ data/ui/message_pane.ui | 47 + data/ui/multitextentrydialog.ui | 91 + data/ui/offline.ui | 249 + data/ui/photo.ui | 415 ++ data/ui/photo_context.ui | 147 + data/ui/preferences_dialog.ui | 705 +++ data/ui/printing_widget.ui | 339 ++ data/ui/progress_pane_widget.ui | 27 + data/ui/saved_search_dialog.ui | 243 + data/ui/savedsearch.ui | 19 + data/ui/search_bar.ui | 55 + data/ui/search_sidebar_context.ui | 12 + data/ui/set_background_dialog.ui | 114 + data/ui/set_background_slideshow_dialog.ui | 177 + data/ui/sidebar_default_context.ui | 16 + data/ui/slideshow_settings.ui | 274 + data/ui/static_message_pane_widget.ui | 40 + data/ui/tag_sidebar_context.ui | 11 + data/ui/tags.ui | 465 ++ data/ui/textentrydialog.ui | 104 + data/ui/trash.ui | 322 ++ 94 files changed, 19046 insertions(+) create mode 100644 data/apport/git.mk create mode 100644 data/apport/meson.build create mode 100644 data/apport/shotwell.py create mode 100644 data/gsettings/meson.build create mode 100644 data/gsettings/org.gnome.shotwell-extras.gschema.xml create mode 100644 data/gsettings/org.gnome.shotwell.gschema.xml create mode 100644 data/gsettings/org.yorba.shotwell-extras.gschema.xml create mode 100644 data/gsettings/org.yorba.shotwell.gschema.xml create mode 100644 data/icons/Delmenhorst_Rathaus.jpg create mode 100644 data/icons/hicolor/16x16/apps/org.gnome.Shotwell.png create mode 100644 data/icons/hicolor/22x22/apps/org.gnome.Shotwell.png create mode 100644 data/icons/hicolor/24x24/apps/org.gnome.Shotwell.png create mode 100644 data/icons/hicolor/256x256/apps/org.gnome.Shotwell.png create mode 100644 data/icons/hicolor/32x32/apps/org.gnome.Shotwell.png create mode 100644 data/icons/hicolor/48x48/apps/org.gnome.Shotwell.png create mode 100644 data/icons/hicolor/scalable/actions/avatar-default-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/crop-pivot-reticle-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/events-merge-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/filter-flagged-disabled-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/filter-flagged-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/filter-photos-disabled-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/filter-photos-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/filter-raw-disabled-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/filter-raw-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/filter-videos-disabled-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/filter-videos-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/gps-marker-highlighted.svg create mode 100644 data/icons/hicolor/scalable/actions/gps-marker-selected.svg create mode 100644 data/icons/hicolor/scalable/actions/gps-marker.svg create mode 100644 data/icons/hicolor/scalable/actions/gps-markers-many-highlighted.svg create mode 100644 data/icons/hicolor/scalable/actions/gps-markers-many-selected.svg create mode 100644 data/icons/hicolor/scalable/actions/gps-markers-many.svg create mode 100644 data/icons/hicolor/scalable/actions/image-adjust-color-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/image-auto-adjust-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/image-crop-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/image-zoom-in-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/image-zoom-out-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/map-edit-locked.svg create mode 100644 data/icons/hicolor/scalable/actions/map-edit-unlocked.svg create mode 100644 data/icons/hicolor/scalable/actions/multiple-events-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/multiple-tags-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/no-event-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/one-event-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/one-tag-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/stock-eye-symbolic.svg create mode 100644 data/icons/hicolor/scalable/actions/straighten-symbolic.svg create mode 100644 data/icons/hicolor/scalable/apps/org.gnome.Shotwell.svg create mode 100644 data/icons/hicolor/shotwell-source.svg create mode 100644 data/icons/hicolor/symbolic/apps/org.gnome.Shotwell-symbolic.svg create mode 100644 data/icons/image-missing.png create mode 100644 data/icons/meson.build create mode 100644 data/icons/noninterpretable-video.png create mode 100644 data/icons/shotwell-street.jpg create mode 100644 data/icons/slideshow-extension-point.png create mode 100644 data/meson.build create mode 100644 data/org.gnome.Shotwell-Profile-Browser.desktop.in create mode 100644 data/org.gnome.Shotwell-Viewer.desktop.in create mode 100644 data/org.gnome.Shotwell.appdata.xml.in create mode 100644 data/org.gnome.Shotwell.desktop.in create mode 100644 data/org.gnome.Shotwell.gresource.xml create mode 100644 data/themes/org.gnome.Shotwell.css create mode 100644 data/ui/collection.ui create mode 100644 data/ui/direct.ui create mode 100644 data/ui/direct_context.ui create mode 100644 data/ui/event.ui create mode 100644 data/ui/events_directory.ui create mode 100644 data/ui/faces.ui create mode 100644 data/ui/fullscreen.ui create mode 100644 data/ui/import.ui create mode 100644 data/ui/import_queue.ui create mode 100644 data/ui/login_welcome_pane_widget.ui create mode 100644 data/ui/manifest_widget.ui create mode 100644 data/ui/media.ui create mode 100644 data/ui/message_pane.ui create mode 100644 data/ui/multitextentrydialog.ui create mode 100644 data/ui/offline.ui create mode 100644 data/ui/photo.ui create mode 100644 data/ui/photo_context.ui create mode 100644 data/ui/preferences_dialog.ui create mode 100644 data/ui/printing_widget.ui create mode 100644 data/ui/progress_pane_widget.ui create mode 100644 data/ui/saved_search_dialog.ui create mode 100644 data/ui/savedsearch.ui create mode 100644 data/ui/search_bar.ui create mode 100644 data/ui/search_sidebar_context.ui create mode 100644 data/ui/set_background_dialog.ui create mode 100644 data/ui/set_background_slideshow_dialog.ui create mode 100644 data/ui/sidebar_default_context.ui create mode 100644 data/ui/slideshow_settings.ui create mode 100644 data/ui/static_message_pane_widget.ui create mode 100644 data/ui/tag_sidebar_context.ui create mode 100644 data/ui/tags.ui create mode 100644 data/ui/textentrydialog.ui create mode 100644 data/ui/trash.ui (limited to 'data') diff --git a/data/apport/git.mk b/data/apport/git.mk new file mode 100644 index 0000000..facca55 --- /dev/null +++ b/data/apport/git.mk @@ -0,0 +1,359 @@ +# git.mk, a small Makefile to autogenerate .gitignore files +# for autotools-based projects. +# +# Copyright 2009, Red Hat, Inc. +# Copyright 2010,2011,2012,2013 Behdad Esfahbod +# Written by Behdad Esfahbod +# +# Copying and distribution of this file, with or without modification, +# is permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. +# +# The latest version of this file can be downloaded from: +GIT_MK_URL = https://raw.githubusercontent.com/behdad/git.mk/master/git.mk +# +# Bugs, etc, should be reported upstream at: +# https://github.com/behdad/git.mk +# +# To use in your project, import this file in your git repo's toplevel, +# then do "make -f git.mk". This modifies all Makefile.am files in +# your project to -include git.mk. Remember to add that line to new +# Makefile.am files you create in your project, or just rerun the +# "make -f git.mk". +# +# This enables automatic .gitignore generation. If you need to ignore +# more files, add them to the GITIGNOREFILES variable in your Makefile.am. +# But think twice before doing that. If a file has to be in .gitignore, +# chances are very high that it's a generated file and should be in one +# of MOSTLYCLEANFILES, CLEANFILES, DISTCLEANFILES, or MAINTAINERCLEANFILES. +# +# The only case that you need to manually add a file to GITIGNOREFILES is +# when remove files in one of mostlyclean-local, clean-local, distclean-local, +# or maintainer-clean-local make targets. +# +# Note that for files like editor backup, etc, there are better places to +# ignore them. See "man gitignore". +# +# If "make maintainer-clean" removes the files but they are not recognized +# by this script (that is, if "git status" shows untracked files still), send +# me the output of "git status" as well as your Makefile.am and Makefile for +# the directories involved and I'll diagnose. +# +# For a list of toplevel files that should be in MAINTAINERCLEANFILES, see +# Makefile.am.sample in the git.mk git repo. +# +# Don't EXTRA_DIST this file. It is supposed to only live in git clones, +# not tarballs. It serves no useful purpose in tarballs and clutters the +# build dir. +# +# This file knows how to handle autoconf, automake, libtool, gtk-doc, +# gnome-doc-utils, yelp.m4, mallard, intltool, gsettings, dejagnu, appdata, +# appstream, hotdoc. +# +# This makefile provides the following targets: +# +# - all: "make all" will build all gitignore files. +# - gitignore: makes all gitignore files in the current dir and subdirs. +# - .gitignore: make gitignore file for the current dir. +# - gitignore-recurse: makes all gitignore files in the subdirs. +# +# KNOWN ISSUES: +# +# - Recursive configure doesn't work as $(top_srcdir)/git.mk inside the +# submodule doesn't find us. If you have configure.{in,ac} files in +# subdirs, add a proxy git.mk file in those dirs that simply does: +# "include $(top_srcdir)/../git.mk". Add more ..'s to your taste. +# And add those files to git. See vte/gnome-pty-helper/git.mk for +# example. +# + + + +############################################################################### +# Variables user modules may want to add to toplevel MAINTAINERCLEANFILES: +############################################################################### + +# +# Most autotools-using modules should be fine including this variable in their +# toplevel MAINTAINERCLEANFILES: +GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL = \ + $(srcdir)/aclocal.m4 \ + $(srcdir)/autoscan.log \ + $(srcdir)/configure.scan \ + `AUX_DIR=$(srcdir)/$$(cd $(top_srcdir); $(AUTOCONF) --trace 'AC_CONFIG_AUX_DIR:$$1' ./configure.ac); \ + test "x$$AUX_DIR" = "x$(srcdir)/" && AUX_DIR=$(srcdir); \ + for x in \ + ar-lib \ + compile \ + config.guess \ + config.rpath \ + config.sub \ + depcomp \ + install-sh \ + ltmain.sh \ + missing \ + mkinstalldirs \ + test-driver \ + ylwrap \ + ; do echo "$$AUX_DIR/$$x"; done` \ + `cd $(top_srcdir); $(AUTOCONF) --trace 'AC_CONFIG_HEADERS:$$1' ./configure.ac | \ + head -n 1 | while read f; do echo "$(srcdir)/$$f.in"; done` +# +# All modules should also be fine including the following variable, which +# removes automake-generated Makefile.in files: +GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN = \ + `cd $(top_srcdir); $(AUTOCONF) --trace 'AC_CONFIG_FILES:$$1' ./configure.ac | \ + while read f; do \ + case $$f in Makefile|*/Makefile) \ + test -f "$(srcdir)/$$f.am" && echo "$(srcdir)/$$f.in";; esac; \ + done` +# +# Modules that use libtool and use AC_CONFIG_MACRO_DIR() may also include this, +# though it's harmless to include regardless. +GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL = \ + `MACRO_DIR=$(srcdir)/$$(cd $(top_srcdir); $(AUTOCONF) --trace 'AC_CONFIG_MACRO_DIR:$$1' ./configure.ac); \ + if test "x$$MACRO_DIR" != "x$(srcdir)/"; then \ + for x in \ + libtool.m4 \ + ltoptions.m4 \ + ltsugar.m4 \ + ltversion.m4 \ + lt~obsolete.m4 \ + ; do echo "$$MACRO_DIR/$$x"; done; \ + fi` + + + +############################################################################### +# Default rule is to install ourselves in all Makefile.am files: +############################################################################### + +git-all: git-mk-install + +git-mk-install: + @echo "Installing git makefile" + @any_failed=; \ + find "`test -z "$(top_srcdir)" && echo . || echo "$(top_srcdir)"`" -name Makefile.am | while read x; do \ + if grep 'include .*/git.mk' $$x >/dev/null; then \ + echo "$$x already includes git.mk"; \ + else \ + failed=; \ + echo "Updating $$x"; \ + { cat $$x; \ + echo ''; \ + echo '-include $$(top_srcdir)/git.mk'; \ + } > $$x.tmp || failed=1; \ + if test x$$failed = x; then \ + mv $$x.tmp $$x || failed=1; \ + fi; \ + if test x$$failed = x; then : else \ + echo "Failed updating $$x"; >&2 \ + any_failed=1; \ + fi; \ + fi; done; test -z "$$any_failed" + +git-mk-update: + wget $(GIT_MK_URL) -O $(top_srcdir)/git.mk + +.PHONY: git-all git-mk-install git-mk-update + + + +############################################################################### +# Actual .gitignore generation: +############################################################################### + +$(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk + @echo "git.mk: Generating $@" + @{ \ + if test "x$(DOC_MODULE)" = x -o "x$(DOC_MAIN_SGML_FILE)" = x; then :; else \ + for x in \ + $(DOC_MODULE)-decl-list.txt \ + $(DOC_MODULE)-decl.txt \ + tmpl/$(DOC_MODULE)-unused.sgml \ + "tmpl/*.bak" \ + $(REPORT_FILES) \ + $(DOC_MODULE).pdf \ + xml html \ + ; do echo "/$$x"; done; \ + FLAVOR=$$(cd $(top_srcdir); $(AUTOCONF) --trace 'GTK_DOC_CHECK:$$2' ./configure.ac); \ + case $$FLAVOR in *no-tmpl*) echo /tmpl;; esac; \ + if echo "$(SCAN_OPTIONS)" | grep -q "\-\-rebuild-types"; then \ + echo "/$(DOC_MODULE).types"; \ + fi; \ + if echo "$(SCAN_OPTIONS)" | grep -q "\-\-rebuild-sections"; then \ + echo "/$(DOC_MODULE)-sections.txt"; \ + fi; \ + if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + for x in \ + $(SETUP_FILES) \ + $(DOC_MODULE).types \ + ; do echo "/$$x"; done; \ + fi; \ + fi; \ + if test "x$(DOC_MODULE)$(DOC_ID)" = x -o "x$(DOC_LINGUAS)" = x; then :; else \ + for lc in $(DOC_LINGUAS); do \ + for x in \ + $(if $(DOC_MODULE),$(DOC_MODULE).xml) \ + $(DOC_PAGES) \ + $(DOC_INCLUDES) \ + ; do echo "/$$lc/$$x"; done; \ + done; \ + for x in \ + $(_DOC_OMF_ALL) \ + $(_DOC_DSK_ALL) \ + $(_DOC_HTML_ALL) \ + $(_DOC_MOFILES) \ + $(DOC_H_FILE) \ + "*/.xml2po.mo" \ + "*/*.omf.out" \ + ; do echo /$$x; done; \ + fi; \ + if test "x$(HOTDOC)" = x; then :; else \ + $(foreach project, $(HOTDOC_PROJECTS),echo "/$(call HOTDOC_TARGET,$(project))"; \ + echo "/$(shell $(call HOTDOC_PROJECT_COMMAND,$(project)) --get-conf-path output)" ; \ + echo "/$(shell $(call HOTDOC_PROJECT_COMMAND,$(project)) --get-private-folder)" ; \ + ) \ + for x in \ + .hotdoc.d \ + ; do echo "/$$x"; done; \ + fi; \ + if test "x$(HELP_ID)" = x -o "x$(HELP_LINGUAS)" = x; then :; else \ + for lc in $(HELP_LINGUAS); do \ + for x in \ + $(HELP_FILES) \ + "$$lc.stamp" \ + "$$lc.mo" \ + ; do echo "/$$lc/$$x"; done; \ + done; \ + fi; \ + if test "x$(gsettings_SCHEMAS)" = x; then :; else \ + for x in \ + $(gsettings_SCHEMAS:.xml=.valid) \ + $(gsettings__enum_file) \ + ; do echo "/$$x"; done; \ + fi; \ + if test "x$(appdata_XML)" = x; then :; else \ + for x in \ + $(appdata_XML:.xml=.valid) \ + ; do echo "/$$x"; done; \ + fi; \ + if test "x$(appstream_XML)" = x; then :; else \ + for x in \ + $(appstream_XML:.xml=.valid) \ + ; do echo "/$$x"; done; \ + fi; \ + if test -f $(srcdir)/po/Makefile.in.in; then \ + for x in \ + ABOUT-NLS \ + po/Makefile.in.in \ + po/Makefile.in.in~ \ + po/Makefile.in \ + po/Makefile \ + po/Makevars.template \ + po/POTFILES \ + po/Rules-quot \ + po/stamp-it \ + po/stamp-po \ + po/.intltool-merge-cache \ + "po/*.gmo" \ + "po/*.header" \ + "po/*.mo" \ + "po/*.sed" \ + "po/*.sin" \ + po/$(GETTEXT_PACKAGE).pot \ + intltool-extract.in \ + intltool-merge.in \ + intltool-update.in \ + ; do echo "/$$x"; done; \ + fi; \ + if test -f $(srcdir)/configure; then \ + for x in \ + autom4te.cache \ + configure \ + config.h \ + stamp-h1 \ + libtool \ + config.lt \ + ; do echo "/$$x"; done; \ + fi; \ + if test "x$(DEJATOOL)" = x; then :; else \ + for x in \ + $(DEJATOOL) \ + ; do echo "/$$x.sum"; echo "/$$x.log"; done; \ + echo /site.exp; \ + fi; \ + if test "x$(am__dirstamp)" = x; then :; else \ + echo "$(am__dirstamp)"; \ + fi; \ + if test "x$(findstring libtool,$(LTCOMPILE))" = x -a "x$(findstring libtool,$(LTCXXCOMPILE))" = x -a "x$(GTKDOC_RUN)" = x; then :; else \ + for x in \ + "*.lo" \ + ".libs" "_libs" \ + ; do echo "$$x"; done; \ + fi; \ + for x in \ + .gitignore \ + $(GITIGNOREFILES) \ + $(CLEANFILES) \ + $(PROGRAMS) $(check_PROGRAMS) $(EXTRA_PROGRAMS) \ + $(LIBRARIES) $(check_LIBRARIES) $(EXTRA_LIBRARIES) \ + $(LTLIBRARIES) $(check_LTLIBRARIES) $(EXTRA_LTLIBRARIES) \ + so_locations \ + $(MOSTLYCLEANFILES) \ + $(TEST_LOGS) \ + $(TEST_LOGS:.log=.trs) \ + $(TEST_SUITE_LOG) \ + $(TESTS:=.test) \ + "*.gcda" \ + "*.gcno" \ + $(DISTCLEANFILES) \ + $(am__CONFIG_DISTCLEAN_FILES) \ + $(CONFIG_CLEAN_FILES) \ + TAGS ID GTAGS GRTAGS GSYMS GPATH tags \ + "*.tab.c" \ + $(MAINTAINERCLEANFILES) \ + $(BUILT_SOURCES) \ + $(patsubst %.vala,%.c,$(filter %.vala,$(SOURCES))) \ + $(filter %_vala.stamp,$(DIST_COMMON)) \ + $(filter %.vapi,$(DIST_COMMON)) \ + $(filter $(addprefix %,$(notdir $(patsubst %.vapi,%.h,$(filter %.vapi,$(DIST_COMMON))))),$(DIST_COMMON)) \ + Makefile \ + Makefile.in \ + "*.orig" \ + "*.rej" \ + "*.bak" \ + "*~" \ + ".*.sw[nop]" \ + ".dirstamp" \ + ; do echo "/$$x"; done; \ + for x in \ + "*.$(OBJEXT)" \ + $(DEPDIR) \ + ; do echo "$$x"; done; \ + } | \ + sed "s@^/`echo "$(srcdir)" | sed 's/\(.\)/[\1]/g'`/@/@" | \ + sed 's@/[.]/@/@g' | \ + LC_ALL=C sort | uniq > $@.tmp && \ + mv $@.tmp $@; + +all: $(srcdir)/.gitignore gitignore-recurse-maybe +gitignore: $(srcdir)/.gitignore gitignore-recurse + +gitignore-recurse-maybe: + @for subdir in $(DIST_SUBDIRS); do \ + case " $(SUBDIRS) " in \ + *" $$subdir "*) :;; \ + *) test "$$subdir" = . -o -e "$$subdir/.git" || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) gitignore || echo "Skipping $$subdir");; \ + esac; \ + done +gitignore-recurse: + @for subdir in $(DIST_SUBDIRS); do \ + test "$$subdir" = . -o -e "$$subdir/.git" || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) gitignore || echo "Skipping $$subdir"); \ + done + +maintainer-clean: gitignore-clean +gitignore-clean: + -rm -f $(srcdir)/.gitignore + +.PHONY: gitignore-clean gitignore gitignore-recurse gitignore-recurse-maybe diff --git a/data/apport/meson.build b/data/apport/meson.build new file mode 100644 index 0000000..0c1b060 --- /dev/null +++ b/data/apport/meson.build @@ -0,0 +1,2 @@ +install_data('shotwell.py', + install_dir : join_paths(get_option('datadir'), 'apport', 'package-hooks')) diff --git a/data/apport/shotwell.py b/data/apport/shotwell.py new file mode 100644 index 0000000..4b0dd78 --- /dev/null +++ b/data/apport/shotwell.py @@ -0,0 +1,6 @@ +import os.path +import apport.hookutils + +def add_info(report): + log_file = os.path.expanduser('~/.cache/shotwell/shotwell.log') + apport.hookutils.attach_file_if_exists(report, log_file, 'shotwell.log') diff --git a/data/gsettings/meson.build b/data/gsettings/meson.build new file mode 100644 index 0000000..7e3c59a --- /dev/null +++ b/data/gsettings/meson.build @@ -0,0 +1,13 @@ +schema_xml = files( + 'org.gnome.shotwell-extras.gschema.xml', + 'org.gnome.shotwell.gschema.xml', + 'org.yorba.shotwell-extras.gschema.xml', + 'org.yorba.shotwell.gschema.xml' +) + +install_data(schema_xml, + install_dir : join_paths(get_option('datadir'), 'glib-2.0', 'schemas')) + +gnome.compile_schemas( + depend_files : schema_xml +) diff --git a/data/gsettings/org.gnome.shotwell-extras.gschema.xml b/data/gsettings/org.gnome.shotwell-extras.gschema.xml new file mode 100644 index 0000000..ee9b6e0 --- /dev/null +++ b/data/gsettings/org.gnome.shotwell-extras.gschema.xml @@ -0,0 +1,35 @@ + + + + + "" + OAuth Access Phase Token + The authorization token for the currently logged in Tumblr user, if any + + + + "" + OAuth Access Phase Token Secret + The cryptographic secret used to sign requests against the authorization token for the currently logged in Tumblr user, if any + + + + "" + username + The user name of the currently logged in Flickr user, if any + + + + 2 + default size + A numeric code representing the default size for photos uploaded to Tumblr + + + + 0 + default blog + The name of the default blog of the user, if any + + + + diff --git a/data/gsettings/org.gnome.shotwell.gschema.xml b/data/gsettings/org.gnome.shotwell.gschema.xml new file mode 100644 index 0000000..1823e03 --- /dev/null +++ b/data/gsettings/org.gnome.shotwell.gschema.xml @@ -0,0 +1,791 @@ + + + + + + + + + + + + + + + + + + + + + true + display basic properties + True if the basic properties pane is to be displayed, false otherwise + + + + false + display extended properties + True if the extended properties window is to be displayed, false otherwise + + + + true + display sidebar + True if the sidebar is to be displayed, false otherwise + + + + true + display toolbar + True if the bottom toolbar is to be displayed, false otherwise + + + + true + display map widget + True if the map widget is to be displayed, false otherwise + + + + false + display search bar + True if the Search/Filter Toolbar is to be displayed, false otherwise + + + + false + display photo titles + True if photo titles are to be displayed beneath thumbnails in collection views, false otherwise + + + + false + display photo comments + True if photo comments are to be displayed beneath thumbnails in collection views, false otherwise + + + + false + display event comments + True if event comments are to be displayed beneath thumbnails in event views, false otherwise + + + + true + display photo tags + True if photo tags are to be listed beneath thumbnails in collection views, false otherwise + + + + true + display photo ratings + True if a photo’s rating should be displayed as overlaid trinket, false otherwise + + + + 0 + rating filter level + Determines how to filter photos based on their ratings. 1: Rejected or better, 2: Unrated or better, 3: One or better, 4: Two or better, 5: Three or better, 6: Four or better, 7: Five or better + + + + false + sort events ascending + True if events should be sorted ascending, false if descending + + + + false + sort library photos ascending + True if library photos should be sorted ascending, false if descending + + + + 2 + sort library photos criteria + A numeric code that specifies the sort criteria for photos in library views + + + + true + sort event photos ascending + True if event photos should be sorted ascending, false if descending + + + + 2 + sort event photos criteria + Specifies the sort criteria for event photos + + + + false + use 24 hour time + True if should display times with a 24 hour clock, false if times should use AM/PM notation + + + + true + keep relative time between photos + True if when adjusting time/date of photos, relative time should be maintained. False if all photos should be set to the same time + + + + false + modify original photo files + True if when adjusting time/date of photos, the original files should be modified as well. False if changes are made only in the database + + + + true + show welcome dialog on startup + True if, when on startup, a welcome dialog should be shown. False if it should not be shown + + + + 180 + sidebar position + The width, in pixels, of the sidebar + + + + 128 + photo thumbnail scale + The scale of photo thumbnails, ranging from 72 to 360 + + + + false + pin toolbar state + Pin toolbar in fullscreen, or not + + + + true + prefer GTK+’s dark theme + Whether to use the dark theme of GTK+ for Shotwell or not + + + + 'checkered' + background for transparent images + The background to use for transparent images + + + + '#444' + color for solid transparency background + Color to use if background for transparent images is set to solid color + + + + false + Selection state of “hide photos” option + Last used selection state of the “hide photos already imported” option in the import page + + + + + + 3.0 + duration + The time (in seconds) to show each photo in the slideshow + + + + 0.3 + transition duration + The time (in seconds) that a transition runs between photos in a slideshow + + + + "" + transition effect id + The time (in seconds) to show each transition between photos in a slideshow + + + + false + Show title + Whether to show the title of a photo during the slideshow + + + + + + false + maximize library window + True if library application is maximized, false otherwise + + + + 1024 + width of library window + The last recorded width of the library application window + + + + 768 + height of library window + The last recorded height of the library application window + + + + false + maximize direct-edit window + True if direct-edit application is maximized, false otherwise + + + + 1024 + width of direct-edit window + The last recorded width of the direct-edit application window + + + + 768 + height of direct-edit window + The last recorded height of the direct-edit application window + + + + 180 + sidebar divider position + The last recorded position of the divider between the sidebar and view in library application window + + + + + + "" + import directory + Directory in which imported photo files are placed + + + + false + watch library directory for new files + If true, files added to the library directory are automatically imported + + + + false + write metadata to master files + If true, changes to metadata (tags, titles, etc.) are written to the master photo file + + + + false + use lowercase filenames + If true, Shotwell will convert all filenames to lowercase when importing photo files + + + + "" + directory pattern + A string encoding a naming pattern that will be used to name photo directories on import + + + + "" + directory pattern custom + A string encoding a custom naming pattern that will be used to name photo directories on import + + + + 'CAMERA' + RAW developer default + Default option for which RAW developer Shotwell will use + + + + + + 1 + Most-recently-used crop aspect ratio menu choice + A numeric code representing the last crop menu choice the user made + + + 1 + Most-recently-used crop custom aspect ratio’s numerator + A nonzero, positive integer representing the width part of the last custom crop ratio the user entered + + + 1 + Most-recently-used crop custom aspect ratio’s denominator + A nonzero, positive integer representing the height part of the last custom crop ratio the user entered + + + + + + "" + external photo editor + External application used to edit photos + + + + "" + external raw editor + External application used to edit RAW photos + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 'ORIGINAL' + Setting in export dialog: how to trim images + Setting in export dialog: how to trim images + + + + true + export metadata + Setting in export dialog: option to export metadata + + + + 'CURRENT' + format setting, special value + Setting in export dialog: format setting, special value + + + + 'JFIF' + format setting, type value + Setting in export dialog: format setting, type value + + + + 'HIGH' + JPEG quality option + Setting in export dialog: jpeg quality option + + + + 1200 + maximal size of image + Setting in export dialog: maximal size of image + + + + + + "" + last used publishing service + A numeric code representing the last service to which photos were published + + + + 1 + default publishing service + A numeric code representing the last service to which photos were published + + + + + + + + + + + + + "" + OAuth Access Phase Token + The authorization token for the currently logged in Flickr user, if any + + + + "" + OAuth Access Phase Token Secret + The cryptographic secret used to sign requests against the authorization token for the currently logged in Flickr user, if any + + + + "" + username + The user name of the currently logged in Flickr user, if any + + + + 2 + default size code + A numeric code representing the default size for photos published to Flickr + + + + 1 + default visibility + A numeric code representing the default visibility for photos published to Flickr + + + + false + remove sensitive info from uploads + Whether images being uploaded to Flickr should have their metadata removed first + + + + + + "" + refresh token + The OAuth token used to refresh the Google Photos session for the currently logged in user, if any + + + + 2 + default size + A numeric code representing the default size for photos uploaded to Google Photos Albums + + + + "" + last album + The name of the last album the user published photos to, if any + + + + false + remove sensitive info from uploads + Whether images being uploaded to Google Photos should have their metadata removed first + + + + + + "" + Piwigo URL + URL of the Piwigo server + + + + "" + username + Piwigo username, if logged in + + + + "" + password + Piwigo password, if logged in + + + + false + remember password + If true, remember the Piwigo password + + + + -1 + last category + The last selected Piwigo category + + + + -1 + last permission level + The last chosen Piwigo permission level + + + + -1 + last photo size + A numeric code representing the last photo size preset used when publishing to Piwigo + + + + false + remove sensitive info from uploads + Whether images being uploaded to Piwigo should have their metadata removed first + + + + false + if title is set and comment unset, use title as comment for uploads to Piwigo + Whether images being uploaded to Piwigo should have their comment set from the title if title is set and comment unset + + + + false + do not upload tags when uploading to Piwigo + Whether images being uploaded to Piwigo should have their tags removed on upload, such that these tags will not appear on the remote Piwigo server + + + + false + do not upload ratings when uploading to Piwigo + Whether images being uploaded to Piwigo should have their ratings uploaded, such that these ratings will not appear on the remote Piwigo server + + + + + + "" + username + Gallery3 username + + + + "" + API key + Gallery3 API key + + + + "" + URL + Gallery3 site URL + + + + "" + last album + The name of the last album the user published photos to, if any + + + + false + remove sensitive info from uploads + Whether images being uploaded to Gallery3 should have their metadata removed first + + + + 0 + scaling constraint of uploaded picture + The scaling constraint ID of the picture to be uploaded + + + + 1024 + pixels of the major axis uploaded picture + The pixels of the major axis of the picture to be uploaded; used only if scaling-constraint-id is an appropriate value + + + + + + "" + refresh token + The OAuth token used to refresh the YouTube session for the currently logged in user, if any + + + + + + "" + last used import service + A numeric code representing the last service from which photos were imported + + + + + + 3 + content layout mode + A numeric code that describes how photos are laid out on the page during printing + + + + 600 + content ppi + The number of pixels per inch (ppi) sent to the printer during printing + + + + 7.0 + content width + The width of the printed emulsion on the page when printing + + + + 5.0 + content height + The height of the printed emulsion on the page when printing + + + + 1 + content units + A numeric code representing unit of measure (inches or centimeters) used when printing + + + + 1 + images per page code + A numeric code representing the currently selected images per page mode used when printing + + + + -1 + size selection + The index of the current print size in a pre-defined list of standard sizes + + + + true + match aspect ratio + Determines whether custom print sizes must match the aspect ratio of the original photo + + + + false + print titles + True if the title of a photo should be printed when the photo is printed, false otherwise + + + + "Sans Bold 12" + titles font + The name of the font to use for photo titles when they are printed + + + + + + + + + + true + enable flickr publishing plugin + True if the Flickr publishing plugin is enabled, false otherwise + + + + true + enable Google Photos publishing plugin + True if the Google Photos publishing plugin is enabled, false otherwise + + + + true + enable Google Photos publishing plugin + True if the Google Photos publishing plugin is enabled, false otherwise + + + + true + enable youtube publishing plugin + True if the YouTube publishing plugin is enabled, false otherwise + + + + true + enable piwigo publishing plugin + True if the Piwigo publishing plugin is enabled, false otherwise + + + + false + enable tumblr publishing plugin + True if the Tumblr publishing plugin is enabled, false otherwise + + + + false + enable gallery3 publishing plugin + True if the Gallery3 publishing plugin is enabled, false otherwise + + + + true + enable slideshow crumble transition + True if the Crumble slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow fade transition + True if the Fade slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow slide transition + True if the Slide slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow clock transition + True if the Clock slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow circle transition + True if the Circle slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow circles transition + True if the Circles slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow blinds transition + True if the Blinds slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow squares transition + True if the Squares slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow stripes transition + True if the Stripes slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow chess transition + True if the Chess-Board slideshow transition plugin is enabled, false otherwise + + + + diff --git a/data/gsettings/org.yorba.shotwell-extras.gschema.xml b/data/gsettings/org.yorba.shotwell-extras.gschema.xml new file mode 100644 index 0000000..e31f67a --- /dev/null +++ b/data/gsettings/org.yorba.shotwell-extras.gschema.xml @@ -0,0 +1,95 @@ + + + + + "" + authentication token + Yandex-Fotki authentication token, if logged in. + + + + + + "" + Token + The token to access tumblr + + + + "" + Secret token + The secret token to sign oauth requests + + + + 2 + default size + A numeric code representing the default size for photos uploaded to Tumblr + + + + 0 + default blog + The name of the default blog of the user, if any + + + + + + "http://rajce.net/" + Rajce URL + URL of the Rajce server. + + + + "" + username + Rajce username, if logged in. + + + + "" + token + user token, if remembered. + + + + -1 + last category + The last selected Rajce category. + + + + -1 + last photo size + A numeric code representing the last photo size preset used when publishing to Rajce. + + + + false + remember + If true, remember last login. + + + + false + hide album + If true, hide the newly created Rajce album. + + + + false + open album in web browser + If true, open target album in the web browser just after uploading photos + + + + false + remove sensitive info from uploads + Whether images being uploaded to Rajce should have their metadata removed first + + + + + + diff --git a/data/gsettings/org.yorba.shotwell.gschema.xml b/data/gsettings/org.yorba.shotwell.gschema.xml new file mode 100644 index 0000000..38519fe --- /dev/null +++ b/data/gsettings/org.yorba.shotwell.gschema.xml @@ -0,0 +1,825 @@ + + + + + + + + + + + + + + + + + + + + + true + display basic properties + True if the basic properties pane is to be displayed, false otherwise. + + + + false + display extended properties + True if the extended properties window is to be displayed, false otherwise. + + + + true + display sidebar + True if the sidebar is to be displayed, false otherwise. + + + + true + display toolbar + True if the bottom toolbar is to be displayed, false otherwise. + + + + false + display search bar + True if the Search/Filter Toolbar is to be displayed, false otherwise. + + + + false + display photo titles + True if photo titles are to be displayed beneath thumbnails in collection views, false otherwise. + + + + false + display photo comments + True if photo comments are to be displayed beneath thumbnails in collection views, false otherwise. + + + + false + display event comments + True if event comments are to be displayed beneath thumbnails in event views, false otherwise. + + + + true + display photo tags + True if photo tags are to be listed beneath thumbnails in collection views, false otherwise. + + + + true + display photo ratings + True if a photo’s rating should be displayed as overlaid trinket, false otherwise. + + + + 0 + rating filter level + Determines how to filter photos based on their ratings. 1: Rejected or better, 2: Unrated or better, 3: One or better, 4: Two or better, 5: Three or better, 6: Four or better, 7: Five or better. + + + + false + sort events ascending + True if events should be sorted ascending, false if descending. + + + + false + sort library photos ascending + True if library photos should be sorted ascending, false if descending. + + + + 2 + sort library photos criteria + A numeric code that specifies the sort criteria for photos in library views. + + + + true + sort event photos ascending + True if event photos should be sorted ascending, false if descending. + + + + 2 + sort event photos criteria + Specifies the sort criteria for event photos. + + + + false + use 24 hour time + True if should display times with a 24 hour clock, false if times should use AM/PM notation. + + + + true + keep relative time between photos + True if when adjusting time/date of photos, relative time should be maintained. False if all photos should be set to the same time. + + + + false + modify original photo files + True if when adjusting time/date of photos, the original files should be modified as well. False if changes are made only in the database. + + + + true + show welcome dialog on startup + True if, when on startup, a welcome dialog should be shown. False if it should not be shown. + + + + 180 + sidebar position + The width, in pixels, of the sidebar + + + + 128 + photo thumbnail scale + The scale of photo thumbnails, ranging from 72 to 360. + + + + false + pin toolbar state + Pin toolbar in fullscreen, or not. + + + + true + prefer GTK+’s dark theme + Whether to use the dark theme of GTK+ for Shotwell or not. + + + + 'checkered' + background for transparent images + The background to use for transparent images. + + + + '#444' + color for solid transparency background + Color to use if background for transparent images is set to solid color + + + + false + Selection state of “hide photos” option + Last used selection state of the “hide photos already imported” option in the import page. + + + + + + 3.0 + delay + Delay (in seconds) between photos in the slideshow. + + + + 0.3 + transition delay + The time (in seconds) that a transition runs between photos in a slideshow + + + + "" + transition effect id + The name of the transition effect that will be used between photos when running a slideshow + + + + false + Show title + Whether to show the title of a photo during the slideshow + + + + + + false + maximize library window + True if library application is maximized, false otherwise. + + + + 1024 + width of library window + The last recorded width of the library application window. + + + + 768 + height of library window + The last recorded height of the library application window. + + + + false + maximize direct-edit window + True if direct-edit application is maximized, false otherwise. + + + + 1024 + width of direct-edit window + The last recorded width of the direct-edit application window. + + + + 768 + height of direct-edit window + The last recorded height of the direct-edit application window. + + + + 180 + sidebar divider position + The last recorded position of the divider between the sidebar and view in library application window. + + + + + + "" + import directory + Directory in which imported photo files are placed. + + + + false + watch library directory for new files + If true, files added to the library directory are automatically imported. + + + + false + write metadata to master files + If true, changes to metadata (tags, titles, etc.) are written to the master photo file. + + + + false + use lowercase filenames + If true, Shotwell will convert all filenames to lowercase when importing photo files + + + + "" + directory pattern + A string encoding a naming pattern that will be used to name photo directories on import. + + + + "" + directory pattern custom + A string encoding a custom naming pattern that will be used to name photo directories on import. + + + + 'CAMERA' + RAW developer default + Default option for which RAW developer Shotwell will use. + + + + + + 1 + Most-recently-used crop aspect ratio menu choice. + A numeric code representing the last crop menu choice the user made. + + + 1 + Most-recently-used crop custom aspect ratio’s numerator. + A nonzero, positive integer representing the width part of the last custom crop ratio the user entered. + + + 1 + Most-recently-used crop custom aspect ratio’s denominator. + A nonzero, positive integer representing the height part of the last custom crop ratio the user entered. + + + + + + "" + external photo editor + External application used to edit photos. + + + + "" + external raw editor + External application used to edit RAW photos. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 'ORIGINAL' + Setting in export dialog: how to trim images + Setting in export dialog: how to trim images + + + + true + export metadata + Setting in export dialog: option to export metadata + + + + 'CURRENT' + format setting, special value + Setting in export dialog: format setting, special value + + + + 'JFIF' + format setting, type value + Setting in export dialog: format setting, type value + + + + 'HIGH' + JPEG quality option + Setting in export dialog: jpeg quality option + + + + 1200 + maximal size of image + Setting in export dialog: maximal size of image + + + + + + "" + last used publishing service + A numeric code representing the last service to which photos were published + + + + 1 + default publishing service + A numeric code representing the last service to which photos were published + + + + + + + + + + + + "" + access token + Facebook OAuth token for the currently logged in session, if any + + + + "" + user i.d. + Facebook user i.d. for the currently logged in user, if any + + + + "" + user name + The name of the currently logged in Facebook user, if any + + + + 0 + default size code + A numeric code representing the default size for photos published to Facebook + + + + false + remove sensitive info from uploads + Whether images being uploaded to Facebook should have their metadata removed first + + + + + + "" + OAuth Access Phase Token + The authorization token for the currently logged in Flickr user, if any + + + + "" + OAuth Access Phase Token Secret + The cryptographic secret used to sign requests against the authorization token for the currently logged in Flickr user, if any + + + + "" + username + The user name of the currently logged in Flickr user, if any + + + + 2 + default size code + A numeric code representing the default size for photos published to Flickr + + + + 1 + default visibility + A numeric code representing the default visibility for photos published to Flickr + + + + false + remove sensitive info from uploads + Whether images being uploaded to Flickr should have their metadata removed first + + + + + + "" + refresh token + The OAuth token used to refresh the Google Photos session for the currently logged in user, if any. + + + + 2 + default size + A numeric code representing the default size for photos uploaded to Google Photos Albums + + + + "" + last album + The name of the last album the user published photos to, if any + + + + false + remove sensitive info from uploads + Whether images being uploaded to Google Photos should have their metadata removed first + + + + + + "" + Piwigo URL + URL of the Piwigo server. + + + + "" + username + Piwigo username, if logged in. + + + + "" + password + Piwigo password, if logged in. + + + + false + remember password + If true, remember the Piwigo password. + + + + -1 + last category + The last selected Piwigo category. + + + + -1 + last permission level + The last chosen Piwigo permission level. + + + + -1 + last photo size + A numeric code representing the last photo size preset used when publishing to Piwigo. + + + + false + remove sensitive info from uploads + Whether images being uploaded to Piwigo should have their metadata removed first + + + + false + if title is set and comment unset, use title as comment for uploads to Piwigo + Whether images being uploaded to Piwigo should have their comment set from the title if title is set and comment unset + + + + false + do not upload tags when uploading to Piwigo + Whether images being uploaded to Piwigo should have their tags removed on upload, such that these tags will not appear on the remote Piwigo server. + + + + + + "" + username + Gallery3 username + + + + "" + API key + Gallery3 API key + + + + "" + URL + Gallery3 site URL + + + + "" + last album + The name of the last album the user published photos to, if any + + + + false + remove sensitive info from uploads + Indicates whether images being uploaded to Gallery3 should have their metadata removed first + + + + 0 + scaling constraint of uploaded picture + The scaling constraint ID of the picture to be uploaded + + + + 1024 + pixels of the major axis uploaded picture + The pixels of the major axis of the picture to be uploaded; used only if scaling-constraint-id is an appropriate value + + + + + + "" + refresh token + The OAuth token used to refresh the YouTube session for the currently logged in user, if any. + + + + + + "" + last used import service + A numeric code representing the last service from which photos were imported + + + + + + 3 + content layout mode + A numeric code that describes how photos are laid out on the page during printing + + + + 600 + content ppi + The number of pixels per inch (ppi) sent to the printer during printing + + + + 7.0 + content width + The width of the printed emulsion on the page when printing + + + + 5.0 + content height + The height of the printed emulsion on the page when printing + + + + 1 + content units + A numeric code representing unit of measure (inches or centimeters) used when printing + + + + 1 + images per page code + A numeric code representing the currently selected images per page mode used when printing + + + + -1 + size selection + The index of the current print size in a pre-defined list of standard sizes + + + + true + match aspect ratio + Determines whether custom print sizes must match the aspect ratio of the original photo + + + + false + print titles + True if the title of a photo should be printed when the photo is printed, false otherwise. + + + + "Sans Bold 12" + titles font + The name of the font to use for photo titles when they are printed. + + + + + + + + + + true + enable facebook publishing plugin + True if the Facebook publishing plugin is enabled, false otherwise + + + + true + enable flickr publishing plugin + True if the Flickr publishing plugin is enabled, false otherwise + + + + true + enable Google Photos publishing plugin + True if the Google Photos publishing plugin is enabled, false otherwise + + + + true + enable youtube publishing plugin + True if the YouTube publishing plugin is enabled, false otherwise + + + + true + enable piwigo publishing plugin + True if the Piwigo publishing plugin is enabled, false otherwise + + + + false + enable yandex publishing plugin + True if the Yandex.Fotki publishing plugin is enabled, false otherwise + + + + false + enable tumblr publishing plugin + True if the Tumblr publishing plugin is enabled, false otherwise + + + + false + enable rajce publishing plugin + True if the Rajce publishing plugin is enabled, false otherwise + + + + false + enable gallery3 publishing plugin + True if the Gallery3 publishing plugin is enabled, false otherwise + + + + true + enable F-Spot import plugin + True if the F-Spot import plugin is enabled, false otherwise + + + + true + enable slideshow crumble transition + True if the Crumble slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow fade transition + True if the Fade slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow slide transition + True if the Slide slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow clock transition + True if the Clock slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow circle transition + True if the Circle slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow circles transition + True if the Circles slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow blinds transition + True if the Blinds slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow squares transition + True if the Squares slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow stripes transition + True if the Stripes slideshow transition plugin is enabled, false otherwise + + + + true + enable slideshow chess transition + True if the Chess-Board slideshow transition plugin is enabled, false otherwise + + + + + diff --git a/data/icons/Delmenhorst_Rathaus.jpg b/data/icons/Delmenhorst_Rathaus.jpg new file mode 100644 index 0000000..40a0839 Binary files /dev/null and b/data/icons/Delmenhorst_Rathaus.jpg differ diff --git a/data/icons/hicolor/16x16/apps/org.gnome.Shotwell.png b/data/icons/hicolor/16x16/apps/org.gnome.Shotwell.png new file mode 100644 index 0000000..546fdcb Binary files /dev/null and b/data/icons/hicolor/16x16/apps/org.gnome.Shotwell.png differ diff --git a/data/icons/hicolor/22x22/apps/org.gnome.Shotwell.png b/data/icons/hicolor/22x22/apps/org.gnome.Shotwell.png new file mode 100644 index 0000000..3eae4bf Binary files /dev/null and b/data/icons/hicolor/22x22/apps/org.gnome.Shotwell.png differ diff --git a/data/icons/hicolor/24x24/apps/org.gnome.Shotwell.png b/data/icons/hicolor/24x24/apps/org.gnome.Shotwell.png new file mode 100644 index 0000000..02c13c4 Binary files /dev/null and b/data/icons/hicolor/24x24/apps/org.gnome.Shotwell.png differ diff --git a/data/icons/hicolor/256x256/apps/org.gnome.Shotwell.png b/data/icons/hicolor/256x256/apps/org.gnome.Shotwell.png new file mode 100644 index 0000000..5ce2d70 Binary files /dev/null and b/data/icons/hicolor/256x256/apps/org.gnome.Shotwell.png differ diff --git a/data/icons/hicolor/32x32/apps/org.gnome.Shotwell.png b/data/icons/hicolor/32x32/apps/org.gnome.Shotwell.png new file mode 100644 index 0000000..52c1071 Binary files /dev/null and b/data/icons/hicolor/32x32/apps/org.gnome.Shotwell.png differ diff --git a/data/icons/hicolor/48x48/apps/org.gnome.Shotwell.png b/data/icons/hicolor/48x48/apps/org.gnome.Shotwell.png new file mode 100644 index 0000000..809b92b Binary files /dev/null and b/data/icons/hicolor/48x48/apps/org.gnome.Shotwell.png differ diff --git a/data/icons/hicolor/scalable/actions/avatar-default-symbolic.svg b/data/icons/hicolor/scalable/actions/avatar-default-symbolic.svg new file mode 100644 index 0000000..2d3da52 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/avatar-default-symbolic.svg @@ -0,0 +1,32 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/crop-pivot-reticle-symbolic.svg b/data/icons/hicolor/scalable/actions/crop-pivot-reticle-symbolic.svg new file mode 100644 index 0000000..b814737 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/crop-pivot-reticle-symbolic.svg @@ -0,0 +1,207 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/events-merge-symbolic.svg b/data/icons/hicolor/scalable/actions/events-merge-symbolic.svg new file mode 100644 index 0000000..2a524a9 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/events-merge-symbolic.svg @@ -0,0 +1,122 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/filter-flagged-disabled-symbolic.svg b/data/icons/hicolor/scalable/actions/filter-flagged-disabled-symbolic.svg new file mode 100644 index 0000000..986cc53 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/filter-flagged-disabled-symbolic.svg @@ -0,0 +1,31 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/filter-flagged-symbolic.svg b/data/icons/hicolor/scalable/actions/filter-flagged-symbolic.svg new file mode 100644 index 0000000..0ecb44c --- /dev/null +++ b/data/icons/hicolor/scalable/actions/filter-flagged-symbolic.svg @@ -0,0 +1,31 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/filter-photos-disabled-symbolic.svg b/data/icons/hicolor/scalable/actions/filter-photos-disabled-symbolic.svg new file mode 100644 index 0000000..f392cdb --- /dev/null +++ b/data/icons/hicolor/scalable/actions/filter-photos-disabled-symbolic.svg @@ -0,0 +1,33 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/filter-photos-symbolic.svg b/data/icons/hicolor/scalable/actions/filter-photos-symbolic.svg new file mode 100644 index 0000000..11a2e77 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/filter-photos-symbolic.svg @@ -0,0 +1,33 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/filter-raw-disabled-symbolic.svg b/data/icons/hicolor/scalable/actions/filter-raw-disabled-symbolic.svg new file mode 100644 index 0000000..68c3957 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/filter-raw-disabled-symbolic.svg @@ -0,0 +1,17 @@ + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + + + diff --git a/data/icons/hicolor/scalable/actions/filter-raw-symbolic.svg b/data/icons/hicolor/scalable/actions/filter-raw-symbolic.svg new file mode 100644 index 0000000..e8201f5 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/filter-raw-symbolic.svg @@ -0,0 +1,17 @@ + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + Gnome Symbolic Icon Theme + + + + diff --git a/data/icons/hicolor/scalable/actions/filter-videos-disabled-symbolic.svg b/data/icons/hicolor/scalable/actions/filter-videos-disabled-symbolic.svg new file mode 100644 index 0000000..25b81e3 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/filter-videos-disabled-symbolic.svg @@ -0,0 +1,33 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/filter-videos-symbolic.svg b/data/icons/hicolor/scalable/actions/filter-videos-symbolic.svg new file mode 100644 index 0000000..fb1a406 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/filter-videos-symbolic.svg @@ -0,0 +1,33 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/gps-marker-highlighted.svg b/data/icons/hicolor/scalable/actions/gps-marker-highlighted.svg new file mode 100644 index 0000000..1df387a --- /dev/null +++ b/data/icons/hicolor/scalable/actions/gps-marker-highlighted.svg @@ -0,0 +1,414 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/gps-marker-selected.svg b/data/icons/hicolor/scalable/actions/gps-marker-selected.svg new file mode 100644 index 0000000..4f65c1d --- /dev/null +++ b/data/icons/hicolor/scalable/actions/gps-marker-selected.svg @@ -0,0 +1,427 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/gps-marker.svg b/data/icons/hicolor/scalable/actions/gps-marker.svg new file mode 100644 index 0000000..564a38a --- /dev/null +++ b/data/icons/hicolor/scalable/actions/gps-marker.svg @@ -0,0 +1,370 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/gps-markers-many-highlighted.svg b/data/icons/hicolor/scalable/actions/gps-markers-many-highlighted.svg new file mode 100644 index 0000000..99a0b32 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/gps-markers-many-highlighted.svg @@ -0,0 +1,510 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/gps-markers-many-selected.svg b/data/icons/hicolor/scalable/actions/gps-markers-many-selected.svg new file mode 100644 index 0000000..0757f26 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/gps-markers-many-selected.svg @@ -0,0 +1,477 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/gps-markers-many.svg b/data/icons/hicolor/scalable/actions/gps-markers-many.svg new file mode 100644 index 0000000..3b59756 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/gps-markers-many.svg @@ -0,0 +1,477 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/image-adjust-color-symbolic.svg b/data/icons/hicolor/scalable/actions/image-adjust-color-symbolic.svg new file mode 100644 index 0000000..7b3f1d3 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/image-adjust-color-symbolic.svg @@ -0,0 +1,28 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/image-auto-adjust-symbolic.svg b/data/icons/hicolor/scalable/actions/image-auto-adjust-symbolic.svg new file mode 100644 index 0000000..b8953ac --- /dev/null +++ b/data/icons/hicolor/scalable/actions/image-auto-adjust-symbolic.svg @@ -0,0 +1,26 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/image-crop-symbolic.svg b/data/icons/hicolor/scalable/actions/image-crop-symbolic.svg new file mode 100644 index 0000000..b44eebb --- /dev/null +++ b/data/icons/hicolor/scalable/actions/image-crop-symbolic.svg @@ -0,0 +1,32 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/image-zoom-in-symbolic.svg b/data/icons/hicolor/scalable/actions/image-zoom-in-symbolic.svg new file mode 100644 index 0000000..420c0ac --- /dev/null +++ b/data/icons/hicolor/scalable/actions/image-zoom-in-symbolic.svg @@ -0,0 +1,35 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/image-zoom-out-symbolic.svg b/data/icons/hicolor/scalable/actions/image-zoom-out-symbolic.svg new file mode 100644 index 0000000..8cdc35d --- /dev/null +++ b/data/icons/hicolor/scalable/actions/image-zoom-out-symbolic.svg @@ -0,0 +1,35 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/map-edit-locked.svg b/data/icons/hicolor/scalable/actions/map-edit-locked.svg new file mode 100644 index 0000000..27219e1 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/map-edit-locked.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + image/svg+xml + + + + + Openclipart + + + Padlock Icon + 2010-06-25T17:53:36 + a simple padlock icon + https://openclipart.org/detail/68533/padlock-icon-by-jaschon + + + jaschon + + + + + black + black and white + key + keyhole + lock + padlock + security + silhouette + symbol + tool + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/map-edit-unlocked.svg b/data/icons/hicolor/scalable/actions/map-edit-unlocked.svg new file mode 100644 index 0000000..d542954 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/map-edit-unlocked.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + image/svg+xml + + + + + Openclipart + + + + 2010-06-25T17:53:36 + a simple padlock icon + https://openclipart.org/detail/68533/padlock-icon-by-jaschon + + + jaschon + + + + + black + black and white + key + keyhole + lock + padlock + security + silhouette + symbol + tool + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/multiple-events-symbolic.svg b/data/icons/hicolor/scalable/actions/multiple-events-symbolic.svg new file mode 100644 index 0000000..0b7545f --- /dev/null +++ b/data/icons/hicolor/scalable/actions/multiple-events-symbolic.svg @@ -0,0 +1,38 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/multiple-tags-symbolic.svg b/data/icons/hicolor/scalable/actions/multiple-tags-symbolic.svg new file mode 100644 index 0000000..715ac8c --- /dev/null +++ b/data/icons/hicolor/scalable/actions/multiple-tags-symbolic.svg @@ -0,0 +1,36 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/no-event-symbolic.svg b/data/icons/hicolor/scalable/actions/no-event-symbolic.svg new file mode 100644 index 0000000..9c27c3f --- /dev/null +++ b/data/icons/hicolor/scalable/actions/no-event-symbolic.svg @@ -0,0 +1,171 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/one-event-symbolic.svg b/data/icons/hicolor/scalable/actions/one-event-symbolic.svg new file mode 100644 index 0000000..66856d7 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/one-event-symbolic.svg @@ -0,0 +1,166 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/one-tag-symbolic.svg b/data/icons/hicolor/scalable/actions/one-tag-symbolic.svg new file mode 100644 index 0000000..8084b14 --- /dev/null +++ b/data/icons/hicolor/scalable/actions/one-tag-symbolic.svg @@ -0,0 +1,35 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/stock-eye-symbolic.svg b/data/icons/hicolor/scalable/actions/stock-eye-symbolic.svg new file mode 100644 index 0000000..759dc7e --- /dev/null +++ b/data/icons/hicolor/scalable/actions/stock-eye-symbolic.svg @@ -0,0 +1,109 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + diff --git a/data/icons/hicolor/scalable/actions/straighten-symbolic.svg b/data/icons/hicolor/scalable/actions/straighten-symbolic.svg new file mode 100644 index 0000000..256b23c --- /dev/null +++ b/data/icons/hicolor/scalable/actions/straighten-symbolic.svg @@ -0,0 +1,175 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/scalable/apps/org.gnome.Shotwell.svg b/data/icons/hicolor/scalable/apps/org.gnome.Shotwell.svg new file mode 100644 index 0000000..d3ede48 --- /dev/null +++ b/data/icons/hicolor/scalable/apps/org.gnome.Shotwell.svg @@ -0,0 +1,624 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/shotwell-source.svg b/data/icons/hicolor/shotwell-source.svg new file mode 100644 index 0000000..814835d --- /dev/null +++ b/data/icons/hicolor/shotwell-source.svg @@ -0,0 +1,5248 @@ + + + + + Shotwell + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Shotwell + + + shotwell + photo + management + darkroom + + + + + + + + + + + + + + + + + + + + + Lapo Calamandrei + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/hicolor/symbolic/apps/org.gnome.Shotwell-symbolic.svg b/data/icons/hicolor/symbolic/apps/org.gnome.Shotwell-symbolic.svg new file mode 100644 index 0000000..917582d --- /dev/null +++ b/data/icons/hicolor/symbolic/apps/org.gnome.Shotwell-symbolic.svg @@ -0,0 +1,24 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + Gnome Symbolic Icon Theme + + + + + + + diff --git a/data/icons/image-missing.png b/data/icons/image-missing.png new file mode 100644 index 0000000..b540330 Binary files /dev/null and b/data/icons/image-missing.png differ diff --git a/data/icons/meson.build b/data/icons/meson.build new file mode 100644 index 0000000..1b1006f --- /dev/null +++ b/data/icons/meson.build @@ -0,0 +1,9 @@ +icondir = join_paths(get_option('datadir'), 'icons/hicolor') + +install_subdir('hicolor/16x16', install_dir : icondir) +install_subdir('hicolor/22x22', install_dir : icondir) +install_subdir('hicolor/24x24', install_dir : icondir) +install_subdir('hicolor/32x32', install_dir : icondir) +install_subdir('hicolor/48x48', install_dir : icondir) +install_subdir('hicolor/256x256', install_dir : icondir) +install_subdir('hicolor/symbolic', install_dir : icondir) diff --git a/data/icons/noninterpretable-video.png b/data/icons/noninterpretable-video.png new file mode 100644 index 0000000..d42514e Binary files /dev/null and b/data/icons/noninterpretable-video.png differ diff --git a/data/icons/shotwell-street.jpg b/data/icons/shotwell-street.jpg new file mode 100644 index 0000000..f698779 Binary files /dev/null and b/data/icons/shotwell-street.jpg differ diff --git a/data/icons/slideshow-extension-point.png b/data/icons/slideshow-extension-point.png new file mode 100644 index 0000000..5dbd2e0 Binary files /dev/null and b/data/icons/slideshow-extension-point.png differ diff --git a/data/meson.build b/data/meson.build new file mode 100644 index 0000000..798ea38 --- /dev/null +++ b/data/meson.build @@ -0,0 +1,39 @@ +if get_option('install_apport_hook') + subdir('apport') +endif + +subdir('gsettings') +subdir('icons') + +podir = join_paths('..', 'po') + +i18n.merge_file(input : 'org.gnome.Shotwell.appdata.xml.in', + output : 'org.gnome.Shotwell.appdata.xml', + po_dir : join_paths('..', 'po'), + type : 'xml', + install: true, + install_dir : join_paths(get_option('datadir'), 'metainfo')) + +i18n.merge_file(input : 'org.gnome.Shotwell.desktop.in', + output: 'org.gnome.Shotwell.desktop', + po_dir : podir, + type : 'desktop', + install : true, + install_dir : join_paths(get_option('datadir'), 'applications')) + +i18n.merge_file(input : 'org.gnome.Shotwell-Viewer.desktop.in', + output: 'org.gnome.Shotwell-Viewer.desktop', + po_dir : podir, + type : 'desktop', + 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/org.gnome.Shotwell-Profile-Browser.desktop.in b/data/org.gnome.Shotwell-Profile-Browser.desktop.in new file mode 100644 index 0000000..073f045 --- /dev/null +++ b/data/org.gnome.Shotwell-Profile-Browser.desktop.in @@ -0,0 +1,14 @@ +[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 new file mode 100644 index 0000000..4258dcb --- /dev/null +++ b/data/org.gnome.Shotwell-Viewer.desktop.in @@ -0,0 +1,15 @@ +[Desktop Entry] +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 +Type=Application +MimeType=image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-3fr;image/x-adobe-dng;image/x-arw;image/x-bay;image/x-bmp;image/x-canon-cr2;image/x-canon-cr3;image/x-canon-crw;image/x-cap;image/x-cr2;image/x-crw;image/x-dcr;image/x-dcraw;image/x-dcs;image/x-dng;image/x-drf;image/x-eip;image/x-erf;image/x-fff;image/x-fuji-raf;image/x-iiq;image/x-k25;image/x-kdc;image/x-mef;image/x-minolta-mrw;image/x-mos;image/x-mrw;image/x-nef;image/x-nikon-nef;image/x-nrw;image/x-olympus-orf;image/x-orf;image/x-panasonic-raw;image/x-pef;image/x-pentax-pef;image/x-png;image/x-ptx;image/x-pxn;image/x-r3d;image/x-raf;image/x-raw;image/x-rw2;image/x-rwl;image/x-rwz;image/x-sigma-x3f;image/x-sony-arw;image/x-sony-sr2;image/x-sony-srf;image/x-sr2;image/x-srf;image/x-x3f;image/gif;image/webp;image/avif;image/heif;image/jxl; +Categories=Graphics;Viewer;Photography;GNOME;GTK; +X-GIO-NoFuse=true +X-GNOME-Gettext-Domain=shotwell +X-GNOME-FullName=Shotwell Photo Viewer diff --git a/data/org.gnome.Shotwell.appdata.xml.in b/data/org.gnome.Shotwell.appdata.xml.in new file mode 100644 index 0000000..f578e9c --- /dev/null +++ b/data/org.gnome.Shotwell.appdata.xml.in @@ -0,0 +1,66 @@ + + + + org.gnome.Shotwell.desktop + CC0-1.0 + LGPL-2.1+ + shotwell + Shotwell + Digital photo organizer + +

+ Shotwell is an easy-to-use, fast photo organizer designed for the GNOME desktop. + It allows you to import photos from your camera or disk, organize them by date and subject + matter, even ratings. It also offers basic photo editing, like crop, red-eye correction, + color adjustments, and straighten. Shotwell’s non-destructive photo editor does not alter + your master photos, making it easy to experiment and correct errors. +

+

+ When ready, Shotwell can upload your photos to various web services, such as Flickr, + Google Photos, and more. +

+

+ Shotwell supports JPEG, PNG, TIFF, and a variety of RAW file formats. +

+
+ https://wiki.gnome.org/Apps/Shotwell + + + + https://gitlab.gnome.org/GNOME/shotwell/raw/master/data/appdata/harbor.png + + + + https://gitlab.gnome.org/GNOME/shotwell/raw/master/data/appdata/import.png + + + + https://gitlab.gnome.org/GNOME/shotwell/raw/master/data/appdata/organize.png + + + + https://gitlab.gnome.org/GNOME/shotwell/raw/master/data/appdata/edit.png + + + + https://gitlab.gnome.org/GNOME/shotwell/raw/master/data/appdata/publish.png + + + + mail@jensge.org + GNOME + + The Shotwell developers + + https://gitlab.gnome.org/GNOME/shotwell/issues + + + + + + + + http://www.gnome.org/friends/ + + http://shotwell-project.org/doc/html +
diff --git a/data/org.gnome.Shotwell.desktop.in b/data/org.gnome.Shotwell.desktop.in new file mode 100644 index 0000000..61048f5 --- /dev/null +++ b/data/org.gnome.Shotwell.desktop.in @@ -0,0 +1,17 @@ +[Desktop Entry] +Version=1.0 +Name=Shotwell +GenericName=Photo Manager +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 +MimeType=x-content/image-dcf; +Categories=Graphics;Photography;GNOME;GTK; +X-GIO-NoFuse=true +X-GNOME-Gettext-Domain=shotwell +X-GNOME-FullName=Shotwell Photo Manager diff --git a/data/org.gnome.Shotwell.gresource.xml b/data/org.gnome.Shotwell.gresource.xml new file mode 100644 index 0000000..d88279b --- /dev/null +++ b/data/org.gnome.Shotwell.gresource.xml @@ -0,0 +1,80 @@ + + + + + ui/collection.ui + ui/direct_context.ui + ui/direct.ui + ui/events_directory.ui + ui/event.ui + ui/faces.ui + ui/fullscreen.ui + ui/import_queue.ui + ui/import.ui + ui/media.ui + ui/message_pane.ui + ui/multitextentrydialog.ui + ui/manifest_widget.ui + ui/offline.ui + ui/photo_context.ui + ui/photo.ui + ui/preferences_dialog.ui + ui/printing_widget.ui + ui/savedsearch.ui + ui/search_bar.ui + ui/search_sidebar_context.ui + ui/set_background_dialog.ui + ui/set_background_slideshow_dialog.ui + ui/login_welcome_pane_widget.ui + ui/progress_pane_widget.ui + ui/static_message_pane_widget.ui + ui/sidebar_default_context.ui + ui/slideshow_settings.ui + ui/saved_search_dialog.ui + ui/tag_sidebar_context.ui + ui/tags.ui + ui/textentrydialog.ui + ui/trash.ui + + icons/hicolor/scalable/actions/gps-marker-highlighted.svg + icons/hicolor/scalable/actions/gps-marker-selected.svg + icons/hicolor/scalable/actions/gps-markers-many-highlighted.svg + icons/hicolor/scalable/actions/gps-markers-many-selected.svg + icons/hicolor/scalable/actions/gps-markers-many.svg + icons/hicolor/scalable/actions/gps-marker.svg + icons/hicolor/scalable/actions/map-edit-locked.svg + icons/hicolor/scalable/actions/map-edit-unlocked.svg + + icons/hicolor/scalable/actions/avatar-default-symbolic.svg + icons/image-missing.png + icons/hicolor/scalable/actions/crop-pivot-reticle-symbolic.svg + icons/hicolor/scalable/actions/events-merge-symbolic.svg + icons/hicolor/scalable/actions/filter-flagged-symbolic.svg + icons/hicolor/scalable/actions/filter-flagged-disabled-symbolic.svg + icons/hicolor/scalable/actions/filter-photos-symbolic.svg + icons/hicolor/scalable/actions/filter-photos-disabled-symbolic.svg + icons/hicolor/scalable/actions/filter-raw-symbolic.svg + icons/hicolor/scalable/actions/filter-raw-disabled-symbolic.svg + icons/hicolor/scalable/actions/filter-videos-disabled-symbolic.svg + icons/hicolor/scalable/actions/filter-videos-symbolic.svg + icons/hicolor/scalable/actions/image-crop-symbolic.svg + icons/hicolor/scalable/actions/image-auto-adjust-symbolic.svg + icons/hicolor/scalable/actions/image-adjust-color-symbolic.svg + icons/hicolor/scalable/actions/image-zoom-in-symbolic.svg + icons/hicolor/scalable/actions/image-zoom-out-symbolic.svg + icons/hicolor/scalable/actions/multiple-events-symbolic.svg + icons/hicolor/scalable/actions/multiple-tags-symbolic.svg + icons/hicolor/scalable/actions/no-event-symbolic.svg + icons/noninterpretable-video.png + icons/hicolor/scalable/actions/one-event-symbolic.svg + icons/hicolor/scalable/actions/one-tag-symbolic.svg + icons/hicolor/scalable/actions/stock-eye-symbolic.svg + icons/hicolor/scalable/apps/org.gnome.Shotwell.svg + icons/hicolor/symbolic/apps/org.gnome.Shotwell-symbolic.svg + icons/shotwell-street.jpg + icons/Delmenhorst_Rathaus.jpg + icons/slideshow-extension-point.png + icons/hicolor/scalable/actions/straighten-symbolic.svg + themes/org.gnome.Shotwell.css + + diff --git a/data/themes/org.gnome.Shotwell.css b/data/themes/org.gnome.Shotwell.css new file mode 100644 index 0000000..ec7e7b0 --- /dev/null +++ b/data/themes/org.gnome.Shotwell.css @@ -0,0 +1,9 @@ +textview.shotwell-static text { + background-color: @theme_unfocused_bg_color; +} + +label.map-attribution { + font-size: 66%; +} + +.shotwell-plain-link { padding: 0px; } diff --git a/data/ui/collection.ui b/data/ui/collection.ui new file mode 100644 index 0000000..c12c407 --- /dev/null +++ b/data/ui/collection.ui @@ -0,0 +1,227 @@ + + + + + +
+ + _Enhance + <Primary>e + win.Enhance + + + Re_vert to Original + win.Revert + +
+
+ + Add _Tags… + <Primary>t + win.AddTags + + + Modif_y Tags… + <Primary>m + win.ModifyTags + + ContextTagsPlaceholder +
+
+ ContextFacesPlaceholder + + Toggle _Flag + <Primary>g + win.Flag + +
+ + _Set Rating +
+ + ★★★★★ + win.RateFive + + + ★★★★ + win.RateFour + + + ★★★ + win.RateThree + + + ★★ + win.RateTwo + + + + win.RateOne + + + _Unrated + win.RateUnrated + + + _Rejected + win.RateRejected + +
+
+ + _Increase + win.IncreaseRating + + + _Decrease + win.DecreaseRating + +
+
+ + _Developer +
+ + Shotwell + win.RawDeveloper + Shotwell + + + Camera + win.RawDeveloper + Camera + +
+
+
+ + Edit _Title… + win.EditTitle + F2 + + + Edit _Comment… + win.EditComment + F3 + + + Open With E_xternal Editor + <Primary>Return + win.ExternalEdit + + + Open With RA_W Editor + win.ExternalEditRAW + +
+
+ + View Eve_nt for Photo + win.CommonJumpToEvent + + + Show in File Mana_ger + <Primary><Shift>m + win.CommonJumpToFile + + + Send _To… + win.SendTo + +
+
+ + _Move to Trash + Delete + win.MoveToTrash + +
+
+ + True + False + both-horiz + + + True + False + Rotate the photos right (press Ctrl to rotate left) + True + win.RotateClockwise + Rotate + True + object-rotate-right-symbolic + + + False + True + + + + + True + False + Automatically improve the photo’s appearance + True + win.Enhance + Enhance + True + image-auto-adjust-symbolic + + + False + True + + + + + False + + + False + False + + + + + True + False + Publish to various websites + True + win.Publish + Publish + True + send-to-symbolic + + + False + True + + + + + False + + + False + False + + + + + True + False + Find an image by typing text that appears in its name or tags + True + win.CommonDisplaySearchbar + Find + True + edit-find-symbolic + + + False + True + + + +
diff --git a/data/ui/direct.ui b/data/ui/direct.ui new file mode 100644 index 0000000..8407ec5 --- /dev/null +++ b/data/ui/direct.ui @@ -0,0 +1,200 @@ + + + + + _File +
+ + _Save + <Primary>s + win.Save + + + Save _As… + <Primary><Shift>s + win.SaveAs + +
+
+ PrintPlaceholder +
+
+ + Send _To… + win.SendTo + + SetBackgroundPlaceholder +
+
+ + Show in File Mana_ger + <Primary><Shift>q + win.CommonJumpToFile + +
+
+ + _Quit + <Primary>q + win.CommonQuit + +
+
+ + _Edit +
+ + _Undo + <Primary>z + win.CommonUndo + + + _Redo + <Primary><Shift>z + win.CommonRedo + +
+
+ + _View +
+ + Fulls_creen + F11 + win.CommonFullscreen + +
+
+ + Zoom _In + <Primary>plus + win.IncreaseSize + + + Zoom _Out + <Primary>minus + win.DecreaseSize + +
+
+ + Fit to _Page + <Primary>0 + win.ZoomFit + + + Zoom _100% + <Primary>1 + win.Zoom100 + + + Zoom _200% + <Primary>2 + win.Zoom200 + +
+
+ + _Photo +
+ + _Previous Photo + win.PrevPhoto + Left + + + _Next Photo + win.NextPhoto + Right + +
+
+ + Rotate _Right + <Primary>r + win.RotateClockwise + + + Rotate _Left + <Primary><Shift>r + win.RotateCounterclockwise + + + Flip Hori_zontally + win.FlipHorizontally + + + Flip Verti_cally + win.FlipVertically + +
+
+ + T_ools +
+ + _Enhance + <Primary>e + win.Enhance + + + _Crop + <Primary>o + win.Crop + + + _Straighten + <Primary>a + win.Straighten + + + _Red-eye + <Primary>y + win.RedEye + + + _Adjust + <Primary>d + win.Adjust + +
+
+ + Re_vert to Original + win.Revert + +
+
+ + _Adjust Date and Time… + F4 + win.AdjustDateTime + +
+
+ + _Help +
+ + _Help + F1 + win.CommonHelpContents + + + _Frequently Asked Questions + win.CommonHelpFAQ + + + _Report a Problem… + win.CommonHelpReportProblem + +
+
+ + _About + win.CommonAbout + +
+
+
+
diff --git a/data/ui/direct_context.ui b/data/ui/direct_context.ui new file mode 100644 index 0000000..852fe93 --- /dev/null +++ b/data/ui/direct_context.ui @@ -0,0 +1,28 @@ + + + + +
+ + _Enhance + <Primary>e + win.Enhance + + + Re_vert to Original + win.Revert + +
+
+ + Show in File Mana_ger + <Primary><Shift>m + win.CommonJumpToFile + + + Send _To… + win.SendTo + +
+
+
diff --git a/data/ui/event.ui b/data/ui/event.ui new file mode 100644 index 0000000..9579f96 --- /dev/null +++ b/data/ui/event.ui @@ -0,0 +1,597 @@ + + + + + _File +
+ + _Import From Folder… + <Primary>i + win.CommonFileImport + + + Import From _Application… + win.ExternalLibraryImport + + + _Export… + <Primary><Shift>e + win.Export + +
+
+ FileExtrasPlaceholder +
+
+ + Show in File Mana_ger + <Primary><Shift>m + win.CommonJumpToFile + +
+
+ + Empty T_rash + win.CommonEmptyTrash + +
+
+ + _Quit + <Primary>q + win.CommonQuit + +
+
+ + _Edit +
+ + _Undo + <Primary>z + win.CommonUndo + + + _Redo + <Primary><Shift>z + win.CommonRedo + +
+
+ + _Find + win.CommonFind + + + Ne_w Saved Search… + <Primary>s + win.CommonNewSearch + +
+
+ EditExtrasPlaceholder + + R_emove From Library + <Shift>Delete + win.RemoveFromLibrary + + + _Move to Trash + Delete + win.MoveToTrash + +
+
+ + Select _All + <Primary>a + win.CommonSelectAll + +
+
+ + _Preferences + win.CommonPreferences + +
+
+ + _View +
+ + _Basic Information + <Primary><Shift>i + win.CommonDisplayBasicProperties + + + E_xtended Information + <Primary><Shift>x + win.CommonDisplayExtendedProperties + + + _Search Bar + F8 + win.CommonDisplaySearchbar + + + S_idebar + F9 + win.CommonDisplaySidebar + + + T_oolbar + <Primary>F9 + win.CommonDisplayToolbar + +
+
+ + _Titles + <Primary><Shift>t + win.ViewTitle + + + _Comments + <Primary><Shift>c + win.ViewComment + + + Ta_gs + <Primary><Shift>g + win.ViewTags + + + _Ratings + <Primary><Shift>n + win.ViewRatings + +
+
+ + _Filter Photos +
+ + ★★★★★ + win.display.rating + 7 + <Primary>5 + + + ★★★★ + win.display.rating + 6 + <Primary>4 + + + ★★★ + win.display.rating + 5 + <Primary>3 + + + ★★ + win.display.rating + 4 + <Primary>2 + + + + win.display.rating + 3 + <Primary>1 + + + _All Photos + win.display.rating + 2 + <Primary>0 + + + All + _Rejected + win.display.rating + 1 + <Primary>9 + + + Rejected _Only + win.display.rating + 8 + <Primary>8 + +
+
+
+
+ + Sort _Photos +
+ + By _Title + win.SortBy + 1 + + + By _Filename + win.SortBy + 4 + + + By Exposure _Date + win.SortBy + 2 + + + By _Rating + win.SortBy + 3 + +
+
+ + _Ascending + win.Sort + ascending + + + D_escending + win.Sort + descending + +
+
+ + Sort _Events +
+ + _Ascending + win.CommonSortEvents + ascending + + + _Descending + win.CommonSortEvents + descending + +
+
+
+
+ + Zoom _In + <Primary>plus + win.IncreaseSize + + + Zoom _Out + <Primary>minus + win.DecreaseSize + +
+
+ ViewExtrasFullscreenSlideshowPlaceholder +
+
+ + _Photos +
+ PhotosExtrasEditsPlaceholder +
+
+ + Toggle _Flag + <Primary>g + win.Flag + + + _Set Rating +
+ + ★★★★★ + 5 + win.RateFive + + + ★★★★ + 4 + win.RateFour + + + ★★★ + 3 + win.RateThree + + + ★★ + 2 + win.RateTwo + + + + 1 + win.RateOne + + + _Unrated + 0 + win.RateUnrated + + + _Rejected + 9 + win.RateRejected + +
+
+ + _Increase + greater + win.IncreaseRating + + + _Decrease + less + win.DecreaseRating + +
+
+
+
+ + Edit _Title… + win.EditTitle + F2 + + + Edit _Comment… + win.EditComment + F3 + + PhotosExtrasDateTimePlaceholder +
+
+ + _Developer +
+ + Shotwell + win.RawDeveloper + Shotwell + + + Camera + win.RawDeveloper + Camera + +
+
+
+
+ PhotosExtrasExternalsPlaceholder +
+
+ + Make _Key Photo for Event + win.MakePrimary + +
+
+ + Even_ts +
+ + _New Event + <Primary>n + win.NewEvent + + + View Eve_nt for Photo + win.CommonJumpToEvent + +
+
+ + Re_name Event… + F2 + win.Rename + + + Edit _Comment… + win.EditEventComment + +
+
+ + Ta_gs +
+ + Add _Tags… + <Primary>t + win.AddTags + + + Modif_y Tags… + <Primary>m + win.ModifyTags + +
+
+ + + _Help +
+ + _Help + F1 + win.CommonHelpContents + + + _Frequently Asked Questions + win.CommonHelpFAQ + + + _Report a Problem… + win.CommonHelpReportProblem + +
+
+ + _About + win.CommonAbout + +
+
+
+ +
+ + _Enhance + <Primary>e + win.Enhance + + + Re_vert to Original + win.Revert + +
+
+ + Add _Tags… + <Primary>t + win.AddTags + + + Modif_y Tags… + <Primary>m + win.ModifyTags + + ContextTagsPlaceholder +
+
+ ContextFacesPlaceholder + + Toggle _Flag + <Primary>g + win.Flag + +
+ + _Set Rating +
+ + ★★★★★ + win.RateFive + + + ★★★★ + win.RateFour + + + ★★★ + win.RateThree + + + ★★ + win.RateTwo + + + + win.RateOne + + + _Unrated + win.RateUnrated + + + _Rejected + win.RateRejected + +
+
+ + _Increase + win.IncreaseRating + + + _Decrease + win.DecreaseRating + +
+
+ + _Developer +
+ + Shotwell + win.RawDeveloper + Shotwell + + + Camera + win.RawDeveloper + Camera + +
+
+
+ + Edit _Title… + win.EditTitle + F2 + + + Edit _Comment… + win.EditComment + F3 + + + Open With E_xternal Editor + <Primary>Return + win.ExternalEdit + + + Open With RA_W Editor + win.ExternalEditRAW + +
+
+ + View Eve_nt for Photo + win.CommonJumpToEvent + + + Show in File Mana_ger + <Primary><Shift>m + win.CommonJumpToFile + + + Send _To… + win.SendTo + +
+
+ + _Move to Trash + Delete + win.MoveToTrash + +
+
+ + Make _Key Photo for Event + win.MakePrimary + +
+
+ +
+ + Re_name Event… + win.Rename + + + Edit Event _Comment… + win.EditEventComment + +
+
+
diff --git a/data/ui/events_directory.ui b/data/ui/events_directory.ui new file mode 100644 index 0000000..6d0e939 --- /dev/null +++ b/data/ui/events_directory.ui @@ -0,0 +1,191 @@ + + + + + _File +
+ + _Import From Folder… + <Primary>i + win.CommonFileImport + + + Import From _Application… + win.ExternalLibraryImport + +
+
+ + Empty T_rash + win.CommonEmptyTrash + +
+
+ + _Quit + <Primary>q + win.CommonQuit + +
+
+ + _Edit +
+ + _Undo + <Primary>z + win.CommonUndo + + + _Redo + <Primary><Shift>z + win.CommonRedo + +
+
+ + _Find + win.CommonFind + + + Ne_w Saved Search… + <Primary>s + win.CommonNewSearch + +
+
+ + Select _All + <Primary>a + win.CommonSelectAll + +
+
+ + _Preferences + win.CommonPreferences + +
+
+ + _View +
+ + _Basic Information + <Primary><Shift>i + win.CommonDisplayBasicProperties + + + E_xtended Information + <Primary><Shift>x + win.CommonDisplayExtendedProperties + + + _Search Bar + F8 + win.CommonDisplaySearchbar + + + S_idebar + F9 + win.CommonDisplaySidebar + + + T_oolbar + <Primary>F9 + win.CommonDisplayToolbar + +
+
+ + _Comments + <Primary><Shift>c + win.ViewComment + +
+
+ + Sort _Events +
+ + _Ascending + win.CommonSortEvents + ascending + + + D_escending + win.CommonSortEvents + descending + +
+
+
+
+ + Fulls_creen + F11 + win.CommonFullscreen + +
+
+ + Even_ts +
+ + _Merge Events + win.Merge + + + Re_name Event… + F2 + win.Rename + + + Edit _Comment… + win.EditComment + +
+
+ + _Help +
+ + _Help + F1 + win.CommonHelpContents + + + _Frequently Asked Questions + win.CommonHelpFAQ + + + _Report a Problem… + win.CommonHelpReportProblem + +
+
+ + _About + win.CommonAbout + +
+
+
+ +
+ + _Merge Events + win.Merge + + + Re_name Event… + F2 + win.Rename + + + Edit _Comment… + win.EditComment + +
+
+
diff --git a/data/ui/faces.ui b/data/ui/faces.ui new file mode 100644 index 0000000..bcf7236 --- /dev/null +++ b/data/ui/faces.ui @@ -0,0 +1,474 @@ + + + + + _File +
+ + _Import From Folder… + <Primary>i + win.CommonFileImport + + + Import From _Application… + win.ExternalLibraryImport + + + _Export… + <Primary><Shift>e + win.Export + +
+
+ FileExtrasPlaceholder +
+
+ + Show in File Mana_ger + <Primary><Shift>m + win.CommonJumpToFile + +
+
+ + Empty T_rash + win.CommonEmptyTrash + +
+
+ + _Quit + <Primary>q + win.CommonQuit + +
+
+ + _Edit +
+ + _Undo + <Primary>z + win.CommonUndo + + + _Redo + <Primary><Shift>z + win.CommonRedo + +
+
+ + _Find + win.CommonFind + + + Ne_w Saved Search… + <Primary>s + win.CommonNewSearch + +
+
+ EditExtrasPlaceholder + + R_emove From Library + <Shift>Delete + win.RemoveFromLibrary + + + _Move to Trash + Delete + win.MoveToTrash + +
+
+ + Select _All + <Primary>a + win.CommonSelectAll + +
+
+ + _Preferences + win.CommonPreferences + +
+
+ + _View +
+ + _Basic Information + <Primary><Shift>i + win.CommonDisplayBasicProperties + + + E_xtended Information + <Primary><Shift>x + win.CommonDisplayExtendedProperties + + + _Search Bar + F8 + win.CommonDisplaySearchbar + + + S_idebar + F9 + win.CommonDisplaySidebar + + + T_oolbar + <Primary>F9 + win.CommonDisplayToolbar + +
+
+ + _Titles + <Primary><Shift>t + win.ViewTitle + + + _Comments + <Primary><Shift>c + win.ViewComment + + + Ta_gs + <Primary><Shift>g + win.ViewTags + + + _Ratings + <Primary><Shift>n + win.ViewRatings + +
+
+ + _Filter Photos +
+ + ★★★★★ + win.display.rating + 7 + <Primary>5 + + + ★★★★ + win.display.rating + 6 + <Primary>4 + + + ★★★ + win.display.rating + 5 + <Primary>3 + + + ★★ + win.display.rating + 4 + <Primary>2 + + + + win.display.rating + 3 + <Primary>1 + + + _All Photos + win.display.rating + 2 + <Primary>0 + + + All + _Rejected + win.display.rating + 1 + <Primary>9 + + + Rejected _Only + win.display.rating + 8 + <Primary>8 + +
+
+
+
+ + Sort _Photos +
+ + By _Title + win.SortBy + 1 + + + By _Filename + win.SortBy + 4 + + + By Exposure _Date + win.SortBy + 2 + + + By _Rating + win.SortBy + 3 + +
+
+ + _Ascending + win.Sort + ascending + + + D_escending + win.Sort + descending + +
+
+ + Sort _Events +
+ + _Ascending + win.CommonSortEvents + ascending + + + _Descending + win.CommonSortEvents + descending + +
+
+
+
+ + Zoom _In + <Primary>plus + win.IncreaseSize + + + Zoom _Out + <Primary>minus + win.DecreaseSize + +
+
+ ViewExtrasFullscreenSlideshowPlaceholder +
+
+ + _Photos +
+ PhotosExtrasEditsPlaceholder +
+
+ + Toggle _Flag + <Primary>g + win.Flag + + + _Set Rating +
+ + ★★★★★ + 5 + win.RateFive + + + ★★★★ + 4 + win.RateFour + + + ★★★ + 3 + win.RateThree + + + ★★ + 2 + win.RateTwo + + + + 1 + win.RateOne + + + _Unrated + 0 + win.RateUnrated + + + _Rejected + 9 + win.RateRejected + +
+
+ + _Increase + greater + win.IncreaseRating + + + _Decrease + less + win.DecreaseRating + +
+
+
+
+ + Edit _Title… + win.EditTitle + F2 + + + Edit _Comment… + win.EditComment + F3 + + PhotosExtrasDateTimePlaceholder +
+
+ + _Developer +
+ + Shotwell + win.RawDeveloper + Shotwell + + + Camera + win.RawDeveloper + Camera + +
+
+
+
+ PhotosExtrasExternalsPlaceholder +
+
+ + Even_ts +
+ + _New Event + <Primary>n + win.NewEvent + + + View Eve_nt for Photo + win.CommonJumpToEvent + +
+
+ + Ta_gs +
+ + Add _Tags… + <Primary>t + win.AddTags + + + Modif_y Tags… + <Primary>m + win.ModifyTags + +
+
+ + + Faces +
+ FacesMenuPlaceholder + +
+
+ + _Help +
+ + _Help + F1 + win.CommonHelpContents + + + _Frequently Asked Questions + win.CommonHelpFAQ + + + _Report a Problem… + win.CommonHelpReportProblem + +
+
+ + _About + win.CommonAbout + +
+
+
+ +
+ + ContextRemoveFaceFromPhotos + win.RemoveFaceFromPhotos + +
+
+ +
+ + Rename… + win.RenameFaceSidebar + + + Delete + win.DeleteFaceSidebar + +
+
+
diff --git a/data/ui/fullscreen.ui b/data/ui/fullscreen.ui new file mode 100644 index 0000000..8aade55 --- /dev/null +++ b/data/ui/fullscreen.ui @@ -0,0 +1,5 @@ + + + + + diff --git a/data/ui/import.ui b/data/ui/import.ui new file mode 100644 index 0000000..6f13e31 --- /dev/null +++ b/data/ui/import.ui @@ -0,0 +1,219 @@ + + + + + _File +
+ + _Import From Folder… + <Primary>i + win.CommonFileImport + + + Import _Selected + win.ImportSelected + + + Import _All + win.ImportAll + + + Import From _Application… + win.ExternalLibraryImport + +
+
+ + Empty T_rash + win.CommonEmptyTrash + +
+
+ + _Quit + <Primary>q + win.CommonQuit + +
+
+ + _Edit +
+ + _Undo + <Primary>z + win.CommonUndo + + + _Redo + <Primary><Shift>z + win.CommonRedo + +
+
+ + _Find + win.CommonFind + +
+
+ + Select _All + <Primary>a + win.CommonSelectAll + +
+
+ + _Preferences + win.CommonPreferences + +
+
+ + _View +
+ + _Basic Information + <Primary><Shift>i + win.CommonDisplayBasicProperties + + + E_xtended Information + <Primary><Shift>x + win.CommonDisplayExtendedProperties + + + _Search Bar + F8 + win.CommonDisplaySearchbar + + + S_idebar + F9 + win.CommonDisplaySidebar + + + T_oolbar + <Primary>F9 + win.CommonDisplayToolbar + +
+
+ + _Titles + <Primary><Shift>t + win.ViewTitle + +
+
+ + _Filter Photos +
+ + ★★★★★ + win.display.rating + 7 + <Primary>5 + + + ★★★★ + win.display.rating + 6 + <Primary>4 + + + ★★★ + win.display.rating + 5 + <Primary>3 + + + ★★ + win.display.rating + 4 + <Primary>2 + + + + win.display.rating + 3 + <Primary>1 + + + _All Photos + win.display.rating + 2 + <Primary>0 + + + All + _Rejected + win.display.rating + 1 + <Primary>9 + + + Rejected _Only + win.display.rating + 8 + <Primary>8 + +
+
+
+
+ + Sort _Events +
+ + _Ascending + win.CommonSortEvents + ascending + + + _Descending + win.CommonSortEvents + descending + +
+
+
+
+ + _Help +
+ + _Help + F1 + win.CommonHelpContents + + + _Frequently Asked Questions + win.CommonHelpFAQ + + + _Report a Problem… + win.CommonHelpReportProblem + +
+
+ + _About + win.CommonAbout + +
+
+
+ +
+ + Import _Selected + win.ImportSelected + + + Import _All + win.ImportAll + +
+
+
diff --git a/data/ui/import_queue.ui b/data/ui/import_queue.ui new file mode 100644 index 0000000..1f67fc3 --- /dev/null +++ b/data/ui/import_queue.ui @@ -0,0 +1,89 @@ + + + + + _File +
+ + _Stop Import + win.Stop + +
+
+ + _Import From Folder… + <Primary>i + win.CommonFileImport + + + Import From _Application… + win.ExternalLibraryImport + +
+
+ + Empty T_rash + win.CommonEmptyTrash + +
+
+ + _Quit + <Primary>q + win.CommonQuit + +
+
+ + _View +
+ + _Basic Information + <Primary><Shift>i + win.CommonDisplayBasicProperties + +
+
+ + Sort _Events +
+ + _Ascending + win.CommonSortEvents + ascending + + + D_escending + win.CommonSortEvents + descending + +
+
+
+
+ + _Help +
+ + _Help + F1 + win.CommonHelpContents + + + _Frequently Asked Questions + win.CommonHelpFAQ + + + _Report a Problem… + win.CommonHelpReportProblem + +
+
+ + _About + win.CommonAbout + +
+
+
+
diff --git a/data/ui/login_welcome_pane_widget.ui b/data/ui/login_welcome_pane_widget.ui new file mode 100644 index 0000000..82698f4 --- /dev/null +++ b/data/ui/login_welcome_pane_widget.ui @@ -0,0 +1,57 @@ + + + + + + diff --git a/data/ui/manifest_widget.ui b/data/ui/manifest_widget.ui new file mode 100644 index 0000000..e71d498 --- /dev/null +++ b/data/ui/manifest_widget.ui @@ -0,0 +1,31 @@ + + + + + + diff --git a/data/ui/media.ui b/data/ui/media.ui new file mode 100644 index 0000000..22a6b83 --- /dev/null +++ b/data/ui/media.ui @@ -0,0 +1,427 @@ + + + + + _File +
+ + _Import From Folder… + <Primary>i + win.CommonFileImport + + + Import From _Application… + win.ExternalLibraryImport + + + _Export… + <Primary><Shift>e + win.Export + +
+
+ FileExtrasPlaceholder +
+
+ + Show in File Mana_ger + <Primary><Shift>m + win.CommonJumpToFile + +
+
+ + Empty T_rash + win.CommonEmptyTrash + +
+
+ + _Quit + <Primary>q + win.CommonQuit + +
+
+ + _Edit +
+ + _Undo + <Primary>z + win.CommonUndo + + + _Redo + <Primary><Shift>z + win.CommonRedo + +
+
+ + _Find + win.CommonFind + + + Ne_w Saved Search… + <Primary>s + win.CommonNewSearch + +
+
+ EditExtrasPlaceholder + + R_emove From Library + <Shift>Delete + win.RemoveFromLibrary + + + _Move to Trash + Delete + win.MoveToTrash + +
+
+ + Select _All + <Primary>a + win.CommonSelectAll + +
+
+ + _Preferences + win.CommonPreferences + +
+
+ + _View +
+ + _Basic Information + <Primary><Shift>i + win.CommonDisplayBasicProperties + + + E_xtended Information + <Primary><Shift>x + win.CommonDisplayExtendedProperties + + + _Search Bar + F8 + win.CommonDisplaySearchbar + + + S_idebar + F9 + win.CommonDisplaySidebar + + + T_oolbar + <Primary>F9 + win.CommonDisplayToolbar + +
+
+ + _Titles + <Primary><Shift>t + win.ViewTitle + + + _Comments + <Primary><Shift>c + win.ViewComment + + + Ta_gs + <Primary><Shift>g + win.ViewTags + + + _Ratings + <Primary><Shift>n + win.ViewRatings + +
+
+ + _Filter Photos +
+ + ★★★★★ + win.display.rating + 7 + <Primary>5 + + + ★★★★ + win.display.rating + 6 + <Primary>4 + + + ★★★ + win.display.rating + 5 + <Primary>3 + + + ★★ + win.display.rating + 4 + <Primary>2 + + + + win.display.rating + 3 + <Primary>1 + + + _All Photos + win.display.rating + 2 + <Primary>0 + + + All + _Rejected + win.display.rating + 1 + <Primary>9 + + + Rejected _Only + win.display.rating + 8 + <Primary>8 + +
+
+
+
+ + Sort _Photos +
+ + By _Title + win.SortBy + 1 + + + By _Filename + win.SortBy + 4 + + + By Exposure _Date + win.SortBy + 2 + + + By _Rating + win.SortBy + 3 + +
+
+ + _Ascending + win.Sort + ascending + + + D_escending + win.Sort + descending + +
+
+ + Sort _Events +
+ + _Ascending + win.CommonSortEvents + ascending + + + _Descending + win.CommonSortEvents + descending + +
+
+
+
+ + Zoom _In + <Primary>plus + win.IncreaseSize + + + Zoom _Out + <Primary>minus + win.DecreaseSize + +
+
+ ViewExtrasFullscreenSlideshowPlaceholder +
+
+ + _Photos +
+ PhotosExtrasEditsPlaceholder +
+
+ + Toggle _Flag + <Primary>g + win.Flag + + + _Set Rating +
+ + ★★★★★ + 5 + win.RateFive + + + ★★★★ + 4 + win.RateFour + + + ★★★ + 3 + win.RateThree + + + ★★ + 2 + win.RateTwo + + + + 1 + win.RateOne + + + _Unrated + 0 + win.RateUnrated + + + _Rejected + 9 + win.RateRejected + +
+
+ + _Increase + greater + win.IncreaseRating + + + _Decrease + less + win.DecreaseRating + +
+
+
+
+ + Edit _Title… + win.EditTitle + F2 + + + Edit _Comment… + win.EditComment + F3 + + PhotosExtrasDateTimePlaceholder +
+
+ + _Developer +
+ + Shotwell + win.RawDeveloper + Shotwell + + + Camera + win.RawDeveloper + Camera + +
+
+
+
+ PhotosExtrasExternalsPlaceholder +
+
+ + Even_ts +
+ + _New Event + <Primary>n + win.NewEvent + + + View Eve_nt for Photo + win.CommonJumpToEvent + +
+
+ + Ta_gs +
+ + Add _Tags… + <Primary>t + win.AddTags + + + Modif_y Tags… + <Primary>m + win.ModifyTags + +
+
+ + + _Help +
+ + _Help + F1 + win.CommonHelpContents + + + _Frequently Asked Questions + win.CommonHelpFAQ + + + _Report a Problem… + win.CommonHelpReportProblem + +
+
+ + _About + win.CommonAbout + +
+
+
+
diff --git a/data/ui/message_pane.ui b/data/ui/message_pane.ui new file mode 100644 index 0000000..165a01f --- /dev/null +++ b/data/ui/message_pane.ui @@ -0,0 +1,47 @@ + + + + + + diff --git a/data/ui/multitextentrydialog.ui b/data/ui/multitextentrydialog.ui new file mode 100644 index 0000000..6477129 --- /dev/null +++ b/data/ui/multitextentrydialog.ui @@ -0,0 +1,91 @@ + + + + + + + diff --git a/data/ui/offline.ui b/data/ui/offline.ui new file mode 100644 index 0000000..3daefca --- /dev/null +++ b/data/ui/offline.ui @@ -0,0 +1,249 @@ + + + + + _File +
+ + _Import From Folder… + <Primary>i + win.CommonFileImport + + + Import From _Application… + win.ExternalLibraryImport + +
+
+ + Empty T_rash + win.CommonEmptyTrash + +
+
+ + _Quit + <Primary>q + win.CommonQuit + +
+
+ + _Edit +
+ + _Undo + <Primary>z + win.CommonUndo + + + _Redo + <Primary><Shift>z + win.CommonRedo + +
+
+ + _Find + win.CommonFind + + + Ne_w Saved Search… + <Primary>s + win.CommonNewSearch + +
+
+ + R_emove From Library + Delete + win.RemoveFromLibrary + +
+
+ + Select _All + <Primary>a + win.CommonSelectAll + +
+
+ + _Preferences + win.CommonPreferences + +
+
+ + _View +
+ + _Basic Information + <Primary><Shift>i + win.CommonDisplayBasicProperties + + + E_xtended Information + <Primary><Shift>x + win.CommonDisplayExtendedProperties + + + _Search Bar + F8 + win.CommonDisplaySearchbar + + + S_idebar + F9 + win.CommonDisplaySidebar + + + T_oolbar + <Primary>F9 + win.CommonDisplayToolbar + +
+
+ + _Filter Photos +
+ + ★★★★★ + win.display.rating + 7 + <Primary>5 + + + ★★★★ + win.display.rating + 6 + <Primary>4 + + + ★★★ + win.display.rating + 5 + <Primary>3 + + + ★★ + win.display.rating + 4 + <Primary>2 + + + + win.display.rating + 3 + <Primary>1 + + + _All Photos + win.display.rating + 2 + <Primary>0 + + + All + _Rejected + win.display.rating + 1 + <Primary>9 + + + Rejected _Only + win.display.rating + 8 + <Primary>8 + +
+
+
+
+ + Sort _Events +
+ + _Ascending + win.CommonSortEvents + ascending + + + D_escending + win.CommonSortEvents + descending + +
+
+
+
+ + _Help +
+ + _Help + F1 + win.CommonHelpContents + + + _Frequently Asked Questions + win.CommonHelpFAQ + + + _Report a Problem… + win.CommonHelpReportProblem + +
+
+ + _About + win.CommonAbout + +
+
+
+ +
+ + R_emove From Library + Delete + win.RemoveFromLibrary + +
+
+ + True + False + both-horiz + + + True + False + Remove the selected photos from the library + True + win.RemoveFromLibrary + R_emove From Library + True + + + False + True + + + + + True + False + Find an image by typing text that appears in its name or tags + True + win.CommonDisplaySearchbar + Find + True + edit-find-symbolic + + + False + True + + + +
diff --git a/data/ui/photo.ui b/data/ui/photo.ui new file mode 100644 index 0000000..78a2fb5 --- /dev/null +++ b/data/ui/photo.ui @@ -0,0 +1,415 @@ + + + + + _File +
+ + _Import From Folder… + <Primary>i + win.CommonFileImport + + + Import From _Application… + win.ExternalLibraryImport + + + _Export… + <Primary><Shift>e + win.Export + +
+
+ PrintPlaceholder +
+
+ PublishPlaceholder +
+
+ + Send _To… + win.SendTo + + SetBackgroundPlaceholder +
+
+ + Show in File Mana_ger + <Primary><Shift>m + win.CommonJumpToFile + +
+
+ + Empty T_rash + win.CommonEmptyTrash + +
+
+ + _Quit + <Primary>q + win.CommonQuit + +
+
+ + _Edit +
+ + _Undo + <Primary>z + win.CommonUndo + + + _Redo + <Primary><Shift>z + win.CommonRedo + +
+
+ + Ne_w Saved Search… + <Primary>s + win.CommonNewSearch + +
+
+ + R_emove From Library + <Shift>Delete + win.RemoveFromLibrary + + + _Move to Trash + Delete + win.MoveToTrash + +
+
+ + _Preferences + win.CommonPreferences + +
+
+ + _View +
+ + _Basic Information + <Primary><Shift>i + win.CommonDisplayBasicProperties + + + E_xtended Information + <Primary><Shift>x + win.CommonDisplayExtendedProperties + + + S_idebar + F9 + win.CommonDisplaySidebar + + + T_oolbar + <Primary>F9 + win.CommonDisplayToolbar + +
+
+ + _Ratings + <Primary><Shift>n + win.ViewRatings + +
+
+ + Sort _Events +
+ + _Ascending + win.CommonSortEvents + ascending + + + _Descending + win.CommonSortEvents + descending + +
+
+
+
+ + Zoom _In + <Primary>plus + win.IncreaseSize + + + Zoom _Out + <Primary>minus + win.DecreaseSize + +
+
+ + Fit to _Page + <Primary>0 + win.ZoomFit + + + Zoom _100% + <Primary>1 + win.Zoom100 + + + Zoom _200% + <Primary>2 + win.Zoom200 + +
+
+ + Fulls_creen + F11 + win.CommonFullscreen + +
+
+ + S_lideshow + F5 + win.Slideshow + +
+
+ + _Photo +
+ + _Previous Photo + win.PrevPhoto + Left + + + _Next Photo + Right + win.NextPhoto + +
+
+ + Rotate _Right + <Primary>r + win.RotateClockwise + + + Rotate _Left + <Primary><Shift>r + win.RotateCounterclockwise + + + Flip Hori_zontally + win.FlipHorizontally + + + Flip Verti_cally + win.FlipVertically + +
+
+ + T_ools +
+ + _Enhance + <Primary>e + win.Enhance + + + _Crop + <Primary>o + win.Crop + + + _Straighten + <Primary>a + win.Straighten + + + _Red-eye + <Primary>y + win.RedEye + + + _Adjust + <Primary>d + win.Adjust + +
+
+ + Re_vert to Original + win.Revert + +
+
+ + _Copy Color Adjustments + <Primary><Shift>c + win.CopyColorAdjustments + + + _Paste Color Adjustments + <Primary><Shift>v + win.PasteColorAdjustments + +
+
+ + Toggle _Flag + <Primary>g + win.Flag + + + _Set Rating +
+ + ★★★★★ + 5 + win.RateFive + + + ★★★★ + 4 + win.RateFour + + + ★★★ + 3 + win.RateThree + + + ★★ + 2 + win.RateTwo + + + + 1 + win.RateOne + + + _Unrated + 0 + win.RateUnrated + + + _Rejected + 9 + win.RateRejected + +
+
+ + _Increase + greater + win.IncreaseRating + + + _Decrease + less + win.DecreaseRating + +
+
+
+
+ + Edit _Title… + win.EditTitle + F2 + + + Edit _Comment… + win.EditComment + F3 + + + _Adjust Date and Time… + F4 + win.AdjustDateTime + +
+
+ + _Developer +
+ + Shotwell + win.RawDeveloper + Shotwell + + + Camera + win.RawDeveloper + Camera + +
+
+
+
+ + Open With E_xternal Editor + <Primary>Return + win.ExternalEdit + + + Open With RA_W Editor + win.ExternalEditRAW + +
+
+ + Ta_gs +
+ + Add _Tags… + <Primary>t + win.AddTags + + + Modif_y Tags… + <Primary>m + win.ModifyTags + +
+
+ + _Help +
+ + _Help + F1 + win.CommonHelpContents + + + _Frequently Asked Questions + win.CommonHelpFAQ + + + _Report a Problem… + win.CommonHelpReportProblem + +
+
+ + _About + win.CommonAbout + +
+
+
+
diff --git a/data/ui/photo_context.ui b/data/ui/photo_context.ui new file mode 100644 index 0000000..00019b8 --- /dev/null +++ b/data/ui/photo_context.ui @@ -0,0 +1,147 @@ + + + +
+ + _Enhance + <Primary>e + win.Enhance + + + Re_vert to Original + win.Revert + +
+
+ + _Add Tags… + <Primary>t + win.AddTags + + + Modif_y Tags… + <Primary>m + win.ModifyTags + + ContextTagsPlaceholder +
+
+ + Toggle _Flag + <Primary>g + win.Flag + + + _Set Rating +
+ + ★★★★★ + 5 + win.RateFive + + + ★★★★ + 4 + win.RateFour + + + ★★★ + 3 + win.RateThree + + + ★★ + 2 + win.RateTwo + + + + 1 + win.RateOne + + + _Unrated + 0 + win.RateUnrated + + + _Rejected + 9 + win.RateRejected + +
+
+ + _Increase + greater + win.IncreaseRating + + + _Decrease + less + win.DecreaseRating + +
+
+ + + _Developer +
+ + Shotwell + win.RawDeveloper + Shotwell + + + Camera + win.RawDeveloper + Camera + +
+
+
+
+ + Edit _Title… + win.EditTitle + F2 + + + Edit _Comment… + win.EditComment + F3 + + + Open With E_xternal Editor + <Primary>Return + win.ExternalEdit + + + Open With RA_W Editor + win.ExternalEditRAW + +
+
+ + View Eve_nt for Photo + win.CommonJumpToEvent + + + Show in File Mana_ger + <Primary><Shift>m + win.CommonJumpToFile + + + Send T_o… + win.SendTo + +
+
+ + _Move to Trash + Delete + win.MoveToTrash + +
+
+
diff --git a/data/ui/preferences_dialog.ui b/data/ui/preferences_dialog.ui new file mode 100644 index 0000000..0699008 --- /dev/null +++ b/data/ui/preferences_dialog.ui @@ -0,0 +1,705 @@ + + + + + + + vertical + + + + + + + diff --git a/data/ui/printing_widget.ui b/data/ui/printing_widget.ui new file mode 100644 index 0000000..86f215d --- /dev/null +++ b/data/ui/printing_widget.ui @@ -0,0 +1,339 @@ + + + + + + diff --git a/data/ui/progress_pane_widget.ui b/data/ui/progress_pane_widget.ui new file mode 100644 index 0000000..239de60 --- /dev/null +++ b/data/ui/progress_pane_widget.ui @@ -0,0 +1,27 @@ + + + + + + diff --git a/data/ui/saved_search_dialog.ui b/data/ui/saved_search_dialog.ui new file mode 100644 index 0000000..f56fd17 --- /dev/null +++ b/data/ui/saved_search_dialog.ui @@ -0,0 +1,243 @@ + + + + + + diff --git a/data/ui/savedsearch.ui b/data/ui/savedsearch.ui new file mode 100644 index 0000000..3cdd640 --- /dev/null +++ b/data/ui/savedsearch.ui @@ -0,0 +1,19 @@ + + + +
+ + Re_name… + win.RenameSearch + + + _Edit… + win.EditSearch + + + _Delete + win.DeleteSearch + +
+
+
diff --git a/data/ui/search_bar.ui b/data/ui/search_bar.ui new file mode 100644 index 0000000..9d56962 --- /dev/null +++ b/data/ui/search_bar.ui @@ -0,0 +1,55 @@ + + + +
+ + Rejected _Only + win.display.rating + 8 + <Primary>8 + + + All + _Rejected + win.display.rating + 1 + <Primary>9 + + + _All Photos + win.display.rating + 2 + <Primary>0 + + + + win.display.rating + 3 + <Primary>1 + + + ★★ + win.display.rating + 4 + <Primary>2 + + + ★★★ + win.display.rating + 5 + <Primary>3 + + + ★★★★ + win.display.rating + 6 + <Primary>4 + + + ★★★★★ + win.display.rating + 7 + <Primary>5 + +
+
+
diff --git a/data/ui/search_sidebar_context.ui b/data/ui/search_sidebar_context.ui new file mode 100644 index 0000000..a925800 --- /dev/null +++ b/data/ui/search_sidebar_context.ui @@ -0,0 +1,12 @@ + + + +
+ + Ne_w Saved Search… + win.CommonNewSearch + <Primary>s + +
+
+
diff --git a/data/ui/set_background_dialog.ui b/data/ui/set_background_dialog.ui new file mode 100644 index 0000000..d00125e --- /dev/null +++ b/data/ui/set_background_dialog.ui @@ -0,0 +1,114 @@ + + + + + + diff --git a/data/ui/set_background_slideshow_dialog.ui b/data/ui/set_background_slideshow_dialog.ui new file mode 100644 index 0000000..93c3a99 --- /dev/null +++ b/data/ui/set_background_slideshow_dialog.ui @@ -0,0 +1,177 @@ + + + + + + 100 + 50 + 10 + 10 + 10 + + + diff --git a/data/ui/sidebar_default_context.ui b/data/ui/sidebar_default_context.ui new file mode 100644 index 0000000..1bb0b33 --- /dev/null +++ b/data/ui/sidebar_default_context.ui @@ -0,0 +1,16 @@ + + + +
+ + Ne_w Saved Search… + sidebar.search.new + <Primary>s + + + New _Tag… + sidebar.tag.new + +
+
+
diff --git a/data/ui/slideshow_settings.ui b/data/ui/slideshow_settings.ui new file mode 100644 index 0000000..1abfa39 --- /dev/null +++ b/data/ui/slideshow_settings.ui @@ -0,0 +1,274 @@ + + + + + + 1 + 30 + 3 + 1 + 1 + + + 0.10000000000000001 + 1 + 0.29999999999999999 + 0.10000000000000001 + 1 + + + diff --git a/data/ui/static_message_pane_widget.ui b/data/ui/static_message_pane_widget.ui new file mode 100644 index 0000000..8b57f3d --- /dev/null +++ b/data/ui/static_message_pane_widget.ui @@ -0,0 +1,40 @@ + + + + + + diff --git a/data/ui/tag_sidebar_context.ui b/data/ui/tag_sidebar_context.ui new file mode 100644 index 0000000..b810c28 --- /dev/null +++ b/data/ui/tag_sidebar_context.ui @@ -0,0 +1,11 @@ + + + +
+ + New _Tag… + sidebar.tag.new + +
+
+
diff --git a/data/ui/tags.ui b/data/ui/tags.ui new file mode 100644 index 0000000..03378ae --- /dev/null +++ b/data/ui/tags.ui @@ -0,0 +1,465 @@ + + + + + _File +
+ + _Import From Folder… + <Primary>i + win.CommonFileImport + + + Import From _Application… + win.ExternalLibraryImport + + + _Export… + <Primary><Shift>e + win.Export + +
+
+ FileExtrasPlaceholder +
+
+ + Show in File Mana_ger + <Primary><Shift>m + win.CommonJumpToFile + +
+
+ + Empty T_rash + win.CommonEmptyTrash + +
+
+ + _Quit + <Primary>q + win.CommonQuit + +
+
+ + _Edit +
+ + _Undo + <Primary>z + win.CommonUndo + + + _Redo + <Primary><Shift>z + win.CommonRedo + +
+
+ + _Find + win.CommonFind + + + Ne_w Saved Search… + <Primary>s + win.CommonNewSearch + +
+
+ EditExtrasPlaceholder + + R_emove From Library + <Shift>Delete + win.RemoveFromLibrary + + + _Move to Trash + Delete + win.MoveToTrash + +
+
+ + Select _All + <Primary>a + win.CommonSelectAll + +
+
+ + _Preferences + win.CommonPreferences + +
+
+ + _View +
+ + _Basic Information + <Primary><Shift>i + win.CommonDisplayBasicProperties + + + E_xtended Information + <Primary><Shift>x + win.CommonDisplayExtendedProperties + + + _Search Bar + F8 + win.CommonDisplaySearchbar + + + S_idebar + F9 + win.CommonDisplaySidebar + + + T_oolbar + <Primary>F9 + win.CommonDisplayToolbar + +
+
+ + _Titles + <Primary><Shift>t + win.ViewTitle + + + _Comments + <Primary><Shift>c + win.ViewComment + + + Ta_gs + <Primary><Shift>g + win.ViewTags + + + _Ratings + <Primary><Shift>n + win.ViewRatings + +
+
+ + _Filter Photos +
+ + ★★★★★ + win.display.rating + 7 + <Primary>5 + + + ★★★★ + win.display.rating + 6 + <Primary>4 + + + ★★★ + win.display.rating + 5 + <Primary>3 + + + ★★ + win.display.rating + 4 + <Primary>2 + + + + win.display.rating + 3 + <Primary>1 + + + _All Photos + win.display.rating + 2 + <Primary>0 + + + All + _Rejected + win.display.rating + 1 + <Primary>9 + + + Rejected _Only + win.display.rating + 8 + <Primary>8 + +
+
+
+
+ + Sort _Photos +
+ + By _Title + win.SortBy + 1 + + + By _Filename + win.SortBy + 4 + + + By Exposure _Date + win.SortBy + 2 + + + By _Rating + win.SortBy + 3 + +
+
+ + _Ascending + win.Sort + ascending + + + D_escending + win.Sort + descending + +
+
+ + Sort _Events +
+ + _Ascending + win.CommonSortEvents + ascending + + + _Descending + win.CommonSortEvents + descending + +
+
+
+
+ + Zoom _In + <Primary>plus + win.IncreaseSize + + + Zoom _Out + <Primary>minus + win.DecreaseSize + +
+
+ ViewExtrasFullscreenSlideshowPlaceholder +
+
+ + _Photos +
+ PhotosExtrasEditsPlaceholder +
+
+ + Toggle _Flag + <Primary>g + win.Flag + + + _Set Rating +
+ + ★★★★★ + 5 + win.RateFive + + + ★★★★ + 4 + win.RateFour + + + ★★★ + 3 + win.RateThree + + + ★★ + 2 + win.RateTwo + + + + 1 + win.RateOne + + + _Unrated + 0 + win.RateUnrated + + + _Rejected + 9 + win.RateRejected + +
+
+ + _Increase + greater + win.IncreaseRating + + + _Decrease + less + win.DecreaseRating + +
+
+
+
+ + Edit _Title… + win.EditTitle + F2 + + + Edit _Comment… + win.EditComment + F3 + + PhotosExtrasDateTimePlaceholder +
+
+ + _Developer +
+ + Shotwell + win.RawDeveloper + Shotwell + + + Camera + win.RawDeveloper + Camera + +
+
+
+
+ PhotosExtrasExternalsPlaceholder +
+
+ + Even_ts +
+ + _New Event + <Primary>n + win.NewEvent + + + View Eve_nt for Photo + win.CommonJumpToEvent + +
+
+ + Ta_gs +
+ + Add _Tags… + <Primary>t + win.AddTags + + + Modif_y Tags… + <Primary>m + win.ModifyTags + +
+
+ + RemoveTagFromPhotos + + win.RemoveTagFromPhotos + +
+
+ + RenameTag + + win.RenameTag + + + DeleteTag + + win.DeleteTag + +
+
+ + + _Help +
+ + _Help + F1 + win.CommonHelpContents + + + _Frequently Asked Questions + win.CommonHelpFAQ + + + _Report a Problem… + win.CommonHelpReportProblem + +
+
+ + _About + win.CommonAbout + +
+
+
+ + +
+ + _New + win.NewChildTagSidebar + +
+
+ + _Rename… + win.RenameTag + + + _Delete + win.DeleteTag + +
+
+
diff --git a/data/ui/textentrydialog.ui b/data/ui/textentrydialog.ui new file mode 100644 index 0000000..6a2dc78 --- /dev/null +++ b/data/ui/textentrydialog.ui @@ -0,0 +1,104 @@ + + + + + + diff --git a/data/ui/trash.ui b/data/ui/trash.ui new file mode 100644 index 0000000..1dc188d --- /dev/null +++ b/data/ui/trash.ui @@ -0,0 +1,322 @@ + + + + + _File +
+ + _Import From Folder… + <Primary>i + win.CommonFileImport + + + Import From _Application… + win.ExternalLibraryImport + +
+
+ + Show in File Mana_ger + <Primary><Shift>m + win.CommonJumpToFile + + + Empty T_rash + win.CommonEmptyTrash + +
+
+ + _Quit + <Primary>q + win.CommonQuit + +
+
+ + _Edit +
+ + _Undo + <Primary>z + win.CommonUndo + + + _Redo + <Primary><Shift>z + win.CommonRedo + +
+
+ + _Find + win.CommonFind + + + Ne_w Saved Search… + <Primary>s + win.CommonNewSearch + +
+
+ + _Delete + Delete + win.Delete + + + _Restore + win.Restore + +
+
+ + Select _All + <Primary>a + win.CommonSelectAll + +
+
+ + _Preferences + win.CommonPreferences + +
+
+ + _View +
+ + _Basic Information + <Primary><Shift>i + win.CommonDisplayBasicProperties + + + E_xtended Information + <Primary><Shift>x + win.CommonDisplayExtendedProperties + + + _Search Bar + F8 + win.CommonDisplaySearchbar + + + S_idebar + F9 + win.CommonDisplaySidebar + + + T_oolbar + <Primary>F9 + win.CommonDisplayToolbar + +
+
+ + _Filter Photos +
+ + ★★★★★ + win.display.rating + 7 + <Primary>5 + + + ★★★★ + win.display.rating + 6 + <Primary>4 + + + ★★★ + win.display.rating + 5 + <Primary>3 + + + ★★ + win.display.rating + 4 + <Primary>2 + + + + win.display.rating + 3 + <Primary>1 + + + _All Photos + win.display.rating + 2 + <Primary>0 + + + All + _Rejected + win.display.rating + 1 + <Primary>9 + + + Rejected _Only + win.display.rating + 8 + <Primary>8 + +
+
+
+
+ + Sort _Events +
+ + _Ascending + win.CommonSortEvents + ascending + + + D_escending + win.CommonSortEvents + descending + +
+
+
+
+ + _Help +
+ + _Help + F1 + win.CommonHelpContents + + + _Frequently Asked Questions + win.CommonHelpFAQ + + + _Report a Problem… + win.CommonHelpReportProblem + +
+
+ + _About + win.CommonAbout + +
+
+
+ +
+ + _Delete + Delete + win.Delete + + + _Restore + win.Restore + +
+
+ + Show in File Mana_ger + <Primary><Shift>m + win.CommonJumpToFile + +
+
+ + Empty T_rash + win.CommonEmptyTrash + +
+
+ +
+ + Empty T_rash + win.CommonEmptyTrash + +
+
+ + True + False + both-horiz + + + True + False + Remove the selected photos from the trash + True + win.Delete + _Delete + True + + + False + True + + + + + True + False + Move the selected photos back into the library + True + win.Restore + _Restore + True + + + False + True + + + + + True + False + Delete all photos in the trash + True + win.CommonEmptyTrash + Empty Trash + True + + + False + True + + + + + False + + + False + False + + + + + True + False + Find an image by typing text that appears in its name or tags + True + win.CommonDisplaySearchbar + Find + True + edit-find-symbolic + + + False + True + + + +
-- cgit v1.2.3