From 143bfc9f801c84428074312d661f8e08803df83b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Aug 2016 15:09:31 +0200 Subject: Imported Upstream version 0.23.5 --- ui/Makefile.am | 29 + ui/Makefile.in | 588 +++++++++++ ui/events_directory.ui | 1 + ui/import.ui | 1 + ui/media.ui | 1 + ui/offline.ui | 1 + ui/photo.ui | 1 + ui/set_background_dialog.glade | 120 --- ui/set_background_dialog.ui | 120 +++ ui/set_background_slideshow_dialog.glade | 175 ---- ui/set_background_slideshow_dialog.ui | 175 ++++ ui/shotwell.glade | 1645 ------------------------------ ui/shotwell.ui | 1645 ++++++++++++++++++++++++++++++ ui/trash.ui | 1 + 14 files changed, 2563 insertions(+), 1940 deletions(-) create mode 100644 ui/Makefile.am create mode 100644 ui/Makefile.in delete mode 100644 ui/set_background_dialog.glade create mode 100644 ui/set_background_dialog.ui delete mode 100644 ui/set_background_slideshow_dialog.glade create mode 100644 ui/set_background_slideshow_dialog.ui delete mode 100644 ui/shotwell.glade create mode 100644 ui/shotwell.ui (limited to 'ui') diff --git a/ui/Makefile.am b/ui/Makefile.am new file mode 100644 index 0000000..6010b27 --- /dev/null +++ b/ui/Makefile.am @@ -0,0 +1,29 @@ +uidir = $(datadir)/shotwell/ui +dist_ui_DATA = \ + collection.ui \ + direct_context.ui \ + direct.ui \ + events_directory.ui \ + event.ui \ + fullscreen.ui \ + import_queue.ui \ + import.ui \ + media.ui \ + offline.ui \ + photo_context.ui \ + photo.ui \ + savedsearch.ui \ + search_bar.ui \ + search_sidebar_context.ui \ + set_background_dialog.ui \ + set_background_slideshow_dialog.ui \ + shotwell.ui \ + shotwell.xml \ + sidebar_default_context.ui \ + tag_sidebar_context.ui \ + tags.ui \ + top.ui \ + trash.ui + + +-include $(top_srcdir)/git.mk diff --git a/ui/Makefile.in b/ui/Makefile.in new file mode 100644 index 0000000..3ec2b7c --- /dev/null +++ b/ui/Makefile.in @@ -0,0 +1,588 @@ +# Makefile.in generated by automake 1.15 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2014 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = ui +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/appdata-xml.m4 \ + $(top_srcdir)/m4/ax_check_enable_debug.m4 \ + $(top_srcdir)/m4/ax_generate_changelog.m4 \ + $(top_srcdir)/m4/ax_is_release.m4 \ + $(top_srcdir)/m4/ax_require_defined.m4 \ + $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gsettings.m4 \ + $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ + $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ + $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ + $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ + $(top_srcdir)/m4/yelp.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(dist_ui_DATA) $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +am__installdirs = "$(DESTDIR)$(uidir)" +DATA = $(dist_ui_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +API_VERSION = @API_VERSION@ +APPSTREAM_UTIL = @APPSTREAM_UTIL@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GIT = @GIT@ +GITVER = @GITVER@ +GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ +GMSGFMT = @GMSGFMT@ +GMSGFMT_015 = @GMSGFMT_015@ +GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ +HAVE_EXTRA_PLUGINS = @HAVE_EXTRA_PLUGINS@ +HAVE_UNITY = @HAVE_UNITY@ +HELP_DIR = @HELP_DIR@ +IMPORT_CFLAGS = @IMPORT_CFLAGS@ +IMPORT_LIBS = @IMPORT_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLLIBS = @INTLLIBS@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ +ITSTOOL = @ITSTOOL@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBICONV = @LIBICONV@ +LIBINTL = @LIBINTL@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBICONV = @LTLIBICONV@ +LTLIBINTL = @LTLIBINTL@ +LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAINT = @MAINT@ +MAJOR_VERSION = @MAJOR_VERSION@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MICRO_VERSION = @MICRO_VERSION@ +MINOR_VERSION = @MINOR_VERSION@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGFMT_015 = @MSGFMT_015@ +MSGMERGE = @MSGMERGE@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PLUGIN_CFLAGS = @PLUGIN_CFLAGS@ +PLUGIN_LIBS = @PLUGIN_LIBS@ +POSUB = @POSUB@ +PUBLISHING_CFLAGS = @PUBLISHING_CFLAGS@ +PUBLISHING_LIBS = @PUBLISHING_LIBS@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SHOTWELL_CFLAGS = @SHOTWELL_CFLAGS@ +SHOTWELL_LIBS = @SHOTWELL_LIBS@ +STRIP = @STRIP@ +THUMBNAILER_CFLAGS = @THUMBNAILER_CFLAGS@ +THUMBNAILER_LIBS = @THUMBNAILER_LIBS@ +TRANSITIONS_CFLAGS = @TRANSITIONS_CFLAGS@ +TRANSITIONS_LIBS = @TRANSITIONS_LIBS@ +UNITY_CFLAGS = @UNITY_CFLAGS@ +UNITY_LIBS = @UNITY_LIBS@ +UNITY_VALAFLAGS = @UNITY_VALAFLAGS@ +USE_NLS = @USE_NLS@ +VALAC = @VALAC@ +VALAFLAGS = @VALAFLAGS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_015 = @XGETTEXT_015@ +XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +XMLLINT = @XMLLINT@ +YELP_LC_DIST = @YELP_LC_DIST@ +YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +appdataxmldir = @appdataxmldir@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +uidir = $(datadir)/shotwell/ui +dist_ui_DATA = \ + collection.ui \ + direct_context.ui \ + direct.ui \ + events_directory.ui \ + event.ui \ + fullscreen.ui \ + import_queue.ui \ + import.ui \ + media.ui \ + offline.ui \ + photo_context.ui \ + photo.ui \ + savedsearch.ui \ + search_bar.ui \ + search_sidebar_context.ui \ + set_background_dialog.ui \ + set_background_slideshow_dialog.ui \ + shotwell.ui \ + shotwell.xml \ + sidebar_default_context.ui \ + tag_sidebar_context.ui \ + tags.ui \ + top.ui \ + trash.ui + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ui/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign ui/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-dist_uiDATA: $(dist_ui_DATA) + @$(NORMAL_INSTALL) + @list='$(dist_ui_DATA)'; test -n "$(uidir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(uidir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(uidir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \ + done + +uninstall-dist_uiDATA: + @$(NORMAL_UNINSTALL) + @list='$(dist_ui_DATA)'; test -n "$(uidir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile $(DATA) +installdirs: + for dir in "$(DESTDIR)$(uidir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-dist_uiDATA + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-dist_uiDATA + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic clean-libtool \ + cscopelist-am ctags-am distclean distclean-generic \ + distclean-libtool distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am \ + install-dist_uiDATA install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am uninstall-dist_uiDATA + +.PRECIOUS: Makefile + + +-include $(top_srcdir)/git.mk + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/ui/events_directory.ui b/ui/events_directory.ui index a0041e2..a1a256f 100644 --- a/ui/events_directory.ui +++ b/ui/events_directory.ui @@ -27,6 +27,7 @@ + diff --git a/ui/import.ui b/ui/import.ui index 600ae09..99c96a2 100644 --- a/ui/import.ui +++ b/ui/import.ui @@ -28,6 +28,7 @@ + diff --git a/ui/media.ui b/ui/media.ui index befd0ed..58329ee 100644 --- a/ui/media.ui +++ b/ui/media.ui @@ -36,6 +36,7 @@ + diff --git a/ui/offline.ui b/ui/offline.ui index b5b41ef..f4359a3 100644 --- a/ui/offline.ui +++ b/ui/offline.ui @@ -29,6 +29,7 @@ + diff --git a/ui/photo.ui b/ui/photo.ui index f11a25b..d91b0b3 100644 --- a/ui/photo.ui +++ b/ui/photo.ui @@ -35,6 +35,7 @@ + diff --git a/ui/set_background_dialog.glade b/ui/set_background_dialog.glade deleted file mode 100644 index f857693..0000000 --- a/ui/set_background_dialog.glade +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - 100 - 10 - 10 - 10 - - - 400 - False - 5 - Set as Desktop Background - normal - True - - - True - False - vertical - 6 - - - True - False - end - - - _Cancel - False - True - True - True - True - True - - - False - False - 0 - - - - - _OK - False - True - True - True - True - True - True - - - False - False - 1 - - - - - False - True - end - 0 - - - - - True - False - vertical - - - Use for Desktop - True - True - False - 0 - 0.5899999737739563 - True - - - False - True - 0 - - - - - Use for Lock Screen - True - True - False - 0 - True - - - False - True - 1 - - - - - False - True - 3 - - - - - - cancel_button - ok_button - - - diff --git a/ui/set_background_dialog.ui b/ui/set_background_dialog.ui new file mode 100644 index 0000000..f857693 --- /dev/null +++ b/ui/set_background_dialog.ui @@ -0,0 +1,120 @@ + + + + + + 100 + 10 + 10 + 10 + + + 400 + False + 5 + Set as Desktop Background + normal + True + + + True + False + vertical + 6 + + + True + False + end + + + _Cancel + False + True + True + True + True + True + + + False + False + 0 + + + + + _OK + False + True + True + True + True + True + True + + + False + False + 1 + + + + + False + True + end + 0 + + + + + True + False + vertical + + + Use for Desktop + True + True + False + 0 + 0.5899999737739563 + True + + + False + True + 0 + + + + + Use for Lock Screen + True + True + False + 0 + True + + + False + True + 1 + + + + + False + True + 3 + + + + + + cancel_button + ok_button + + + diff --git a/ui/set_background_slideshow_dialog.glade b/ui/set_background_slideshow_dialog.glade deleted file mode 100644 index 438e565..0000000 --- a/ui/set_background_slideshow_dialog.glade +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - 100 - 10 - 10 - 10 - - - 400 - False - 5 - Set as Desktop Slideshow - normal - True - - - True - False - vertical - 6 - - - True - False - 5 - - - True - False - Show each photo for - - - False - True - 0 - - - - - True - False - period of time - - - - - - False - True - 1 - - - - - False - True - 0 - - - - - True - False - end - - - _Cancel - False - True - True - True - True - True - - - False - False - 0 - - - - - _OK - False - True - True - True - True - True - True - Generate desktop background slideshow - True - - - False - False - 1 - - - - - False - True - end - 0 - - - - - True - True - How long each photo is shown on the desktop background - adjustment1 - False - - - False - True - 2 - - - - - True - False - vertical - - - Use for Desktop - True - True - False - 0 - 0.5899999737739563 - True - - - False - True - 0 - - - - - Use for Lock Screen - True - True - False - 0 - True - - - False - True - 1 - - - - - False - True - 3 - - - - - - cancel_button - ok_button - - - diff --git a/ui/set_background_slideshow_dialog.ui b/ui/set_background_slideshow_dialog.ui new file mode 100644 index 0000000..438e565 --- /dev/null +++ b/ui/set_background_slideshow_dialog.ui @@ -0,0 +1,175 @@ + + + + + + 100 + 10 + 10 + 10 + + + 400 + False + 5 + Set as Desktop Slideshow + normal + True + + + True + False + vertical + 6 + + + True + False + 5 + + + True + False + Show each photo for + + + False + True + 0 + + + + + True + False + period of time + + + + + + False + True + 1 + + + + + False + True + 0 + + + + + True + False + end + + + _Cancel + False + True + True + True + True + True + + + False + False + 0 + + + + + _OK + False + True + True + True + True + True + True + Generate desktop background slideshow + True + + + False + False + 1 + + + + + False + True + end + 0 + + + + + True + True + How long each photo is shown on the desktop background + adjustment1 + False + + + False + True + 2 + + + + + True + False + vertical + + + Use for Desktop + True + True + False + 0 + 0.5899999737739563 + True + + + False + True + 0 + + + + + Use for Lock Screen + True + True + False + 0 + True + + + False + True + 1 + + + + + False + True + 3 + + + + + + cancel_button + ok_button + + + diff --git a/ui/shotwell.glade b/ui/shotwell.glade deleted file mode 100644 index de2b15d..0000000 --- a/ui/shotwell.glade +++ /dev/null @@ -1,1645 +0,0 @@ - - - - - True - False - vertical - 5 - 3 - - - True - False - - - True - False - 3 - - - True - False - _Name of search: - True - Search title - - - False - True - 0 - - - - - True - True - - 20 - False - False - - - True - True - 1 - - - - - - - True - True - 1 - - - - - True - False - - - False - True - 2 - - - - - True - False - - - True - False - 3 - - - True - False - _Match - True - right - Type of search criteria - - - False - True - 0 - - - - - True - False - - - False - False - 1 - 1 - - - - - True - False - of the following: - - - False - True - 2 - - - - - - - - True - True - True - - - - True - list-add-symbolic - 1 - - - - - False - False - end - 4 - - - - - - - True - True - 3 - - - - - True - False - - - False - True - 4 - - - - - True - False - vertical - 3 - - - - - - True - True - 5 - - - - - 65535 - 1000 - 1000 - 1000 - - - True - False - vertical - - - True - False - 4 - 0 - <b>Printed Image Size</b> - True - - - False - True - 0 - - - - - True - False - 24 - 2 - - - Use a _standard size: - True - True - False - True - 0 - True - True - radio_UseCustomSize - - - False - True - 0 - - - - - True - False - 20 - - - False - True - 1 - - - - - False - True - 1 - - - - - True - False - 24 - 2 - - - Use a c_ustom size: - True - True - False - True - 0 - True - True - - - False - True - 0 - - - - - True - False - 19 - - - True - True - 3 - - 10 - True - - - False - True - 0 - - - - - True - False - × - - - False - True - 1 - - - - - True - True - 3 - - 10 - True - - - False - True - 2 - - - - - True - False - - - False - True - 3 - - - - - False - True - 14 - 1 - - - - - False - True - 2 - - - - - _Match photo aspect ratio - True - True - False - 210 - True - 0 - True - - - False - True - 3 - - - - - True - False - 24 - 2 - 12 - - - _Autosize: - True - True - False - True - 0 - True - True - radio_UseCustomSize - - - False - True - 0 - - - - - True - False - 95 - - - False - True - 1 - - - - - False - True - 4 - - - - - True - False - 0 - <b>Titles</b> - True - - - False - True - 5 - - - - - True - False - 24 - 2 - - - Print image _title - True - True - False - True - 0 - True - - - False - True - 0 - - - - - True - True - True - 49 - Sans Bold 12 - - False - Sans Bold 12 - - - False - True - 1 - - - - - False - True - 6 - - - - - True - False - 12 - 0 - <b>Pixel Resolution</b> - True - - - False - True - 7 - - - - - True - False - 24 - 2 - - - True - False - 0 - _Output photo at: - True - entry_PixelsPerInch - start - - - False - True - 0 - - - - - True - False - 65 - - - True - True - 8 - - 13 - True - - - False - True - 0 - - - - - True - False - pixels per inch - - - False - True - 1 - - - - - False - True - 1 - - - - - False - True - 8 - - - - - True - False - vertical - 3 - 3 - - - True - False - 0 - label - - - False - True - 0 - - - - - True - True - - True - - - False - True - 1 - - - - - - - - True - False - True - True - vertical - 3 - - - True - True - in - - - True - True - True - True - word - False - - - - - True - True - 1 - - - - - - - - True - False - vertical - 12 - - - True - False - - - True - True - never - etched-in - - - - - - - - True - True - 0 - - - - - True - False - end - - - _About - True - True - True - True - - - False - False - 0 - - - - - False - False - 1 - - - - - False - True - dialog - True - - - True - False - True - Shotwell Preferences - - - - - True - False - vertical - 0 - - - True - True - False - - - True - False - 6 - - - True - False - 14 - 2 - 8 - 4 - - - True - True - select-folder - - - 1 - 2 - 3 - 4 - - - - - True - False - 6 - - - True - False - white - - - False - True - 0 - - - - - 150 - True - True - bg_color_adjustment - False - left - - - True - True - 1 - - - - - True - False - black - - - False - True - 2 - - - - - 1 - 2 - 1 - 2 - - - - - True - False - 14 - 3 - - - True - False - 0 - Library Location - - - - - - - - 2 - 2 - 3 - - - - - True - False - 2 - 10 - - - _Watch library directory for new files - True - True - False - True - 0.5 - True - - - - - 2 - 4 - 5 - GTK_FILL - - - - - - True - False - 14 - 3 - - - True - False - 0 - Metadata - - - - - - - - 2 - 10 - 11 - - - - - True - False - 10 - - - Write tags, titles, and other _metadata to photo files - True - True - False - True - 0.5 - True - - - - - 2 - 11 - 12 - - - - - True - False - 3 - - - True - False - 0 - Display - - - - - - - - 2 - - - - - True - False - 10 - - - True - False - 0 - _Import photos to: - True - library_dir_button - - - - - 3 - 4 - GTK_FILL - GTK_FILL - - - - - True - False - - - True - False - 0 - 10 - _Background: - True - bg_color_slider - - - - - 1 - 2 - GTK_FILL - - - - - True - False - 14 - 3 - - - True - False - 0 - Importing - - - - - - - - 2 - 5 - 6 - - - - - True - False - 10 - - - True - False - 0 - _Directory structure: - True - - - - - 6 - 7 - - - - - True - False - - - - - - 1 - 2 - 6 - 7 - - - - - True - False - 34 - - - True - False - - - True - False - 0 - _Pattern: - True - dir_pattern_entry - - - True - True - 0 - - - - - True - False - - - - - - True - True - 1 - - - - - - - 7 - 8 - - - - - True - False - - - True - True - - False - False - - - - - 1 - 2 - 7 - 8 - - - - - True - False - - - True - False - 0 - - - - - 1 - 2 - 8 - 9 - - - - - True - False - 34 - - - True - False - 0 - Example: - - - - - 8 - 9 - - - - - True - False - 2 - 10 - - - R_ename imported files to lowercase - True - True - False - True - 0.5 - True - - - - - 2 - 9 - 10 - GTK_FILL - - - - - - True - False - 14 - 3 - - - True - False - 0 - RAW Developer - - - - - - - - 2 - 12 - 13 - - - - - True - False - - - 1 - 2 - 13 - 14 - - - - - True - False - 10 - - - True - False - 0 - De_fault: - True - default_raw_developer - - - - - 13 - 14 - - - - - - - - - True - False - Library - - - False - - - - - True - False - 6 - 0 - 0 - 0 - - - True - False - - - True - False - 6 - - - True - False - vertical - 6 - - - True - False - 0 - 4 - E_xternal photo editor: - True - external_photo_editor_combo - - - True - True - 0 - - - - - True - False - 0 - 4 - External _RAW editor: - True - external_raw_editor_combo - - - True - True - 1 - - - - - - - True - True - 0 - - - - - True - False - vertical - 6 - - - True - False - - - True - True - 0 - - - - - True - False - - - True - True - 1 - - - - - True - True - 1 - - - - - - - 1 - - - - - True - False - External Editors - - - 1 - False - - - - - True - False - 12 - 12 - 12 - 12 - - - - - - 2 - - - - - True - False - Plugins - - - 2 - False - - - - - - - - - - - True - True - 1 - - - - - - - True - False - vertical - - - 64 - True - False - 32 - 32 - 108 - True - - - False - True - 32 - 1 - - - - - True - False - vertical - - - False - 8 - 8 - 2 - - - True - False - 4 - 4 - - - True - False - 1 - _Delay: - True - delay_hscale - - - 0 - 0 - 1 - 1 - - - - - True - False - 0.95999997854232788 - _Transition effect: - True - transition_effect_selector - - - 0 - 1 - 1 - 1 - - - - - True - False - 1 - Transition d_elay: - True - - - 0 - 2 - 1 - 1 - - - - - Show t_itle - True - True - False - True - 0 - True - - - 0 - 3 - 4 - 1 - - - - - True - False - 0 - 1 - - - 1 - 1 - 1 - 1 - - - - - 150 - True - True - 300 - False - - - 1 - 0 - 1 - 1 - - - - - True - True - False - - - 1 - 2 - 1 - 1 - - - - - True - True - - True - - - 2 - 0 - 1 - 1 - - - - - True - True - - True - 1 - - - 2 - 2 - 1 - 1 - - - - - True - False - seconds - - - 3 - 0 - 1 - 1 - - - - - True - False - seconds - - - 3 - 2 - 1 - 1 - - - - - - - - - - - False - True - 0 - - - - - False - True - 4 - 0 - - - - - True - False - vertical - - - True - False - 16 - 16 - 97 - 24 - This is populated from within the code; -changes made here will not display. - True - 70 - - - False - True - 0 - - - - - True - False - vertical - - - True - False - 16 - 16 - 97 - 24 - This is populated from within the code; -changes made here will not display. - True - 70 - - - False - True - 0 - - - - - _Login - True - True - True - 256 - 240 - 80 - 16 - True - top - - - False - True - 1 - - - - diff --git a/ui/shotwell.ui b/ui/shotwell.ui new file mode 100644 index 0000000..de2b15d --- /dev/null +++ b/ui/shotwell.ui @@ -0,0 +1,1645 @@ + + + + + True + False + vertical + 5 + 3 + + + True + False + + + True + False + 3 + + + True + False + _Name of search: + True + Search title + + + False + True + 0 + + + + + True + True + + 20 + False + False + + + True + True + 1 + + + + + + + True + True + 1 + + + + + True + False + + + False + True + 2 + + + + + True + False + + + True + False + 3 + + + True + False + _Match + True + right + Type of search criteria + + + False + True + 0 + + + + + True + False + + + False + False + 1 + 1 + + + + + True + False + of the following: + + + False + True + 2 + + + + + + + + True + True + True + + + + True + list-add-symbolic + 1 + + + + + False + False + end + 4 + + + + + + + True + True + 3 + + + + + True + False + + + False + True + 4 + + + + + True + False + vertical + 3 + + + + + + True + True + 5 + + + + + 65535 + 1000 + 1000 + 1000 + + + True + False + vertical + + + True + False + 4 + 0 + <b>Printed Image Size</b> + True + + + False + True + 0 + + + + + True + False + 24 + 2 + + + Use a _standard size: + True + True + False + True + 0 + True + True + radio_UseCustomSize + + + False + True + 0 + + + + + True + False + 20 + + + False + True + 1 + + + + + False + True + 1 + + + + + True + False + 24 + 2 + + + Use a c_ustom size: + True + True + False + True + 0 + True + True + + + False + True + 0 + + + + + True + False + 19 + + + True + True + 3 + + 10 + True + + + False + True + 0 + + + + + True + False + × + + + False + True + 1 + + + + + True + True + 3 + + 10 + True + + + False + True + 2 + + + + + True + False + + + False + True + 3 + + + + + False + True + 14 + 1 + + + + + False + True + 2 + + + + + _Match photo aspect ratio + True + True + False + 210 + True + 0 + True + + + False + True + 3 + + + + + True + False + 24 + 2 + 12 + + + _Autosize: + True + True + False + True + 0 + True + True + radio_UseCustomSize + + + False + True + 0 + + + + + True + False + 95 + + + False + True + 1 + + + + + False + True + 4 + + + + + True + False + 0 + <b>Titles</b> + True + + + False + True + 5 + + + + + True + False + 24 + 2 + + + Print image _title + True + True + False + True + 0 + True + + + False + True + 0 + + + + + True + True + True + 49 + Sans Bold 12 + + False + Sans Bold 12 + + + False + True + 1 + + + + + False + True + 6 + + + + + True + False + 12 + 0 + <b>Pixel Resolution</b> + True + + + False + True + 7 + + + + + True + False + 24 + 2 + + + True + False + 0 + _Output photo at: + True + entry_PixelsPerInch + start + + + False + True + 0 + + + + + True + False + 65 + + + True + True + 8 + + 13 + True + + + False + True + 0 + + + + + True + False + pixels per inch + + + False + True + 1 + + + + + False + True + 1 + + + + + False + True + 8 + + + + + True + False + vertical + 3 + 3 + + + True + False + 0 + label + + + False + True + 0 + + + + + True + True + + True + + + False + True + 1 + + + + + + + + True + False + True + True + vertical + 3 + + + True + True + in + + + True + True + True + True + word + False + + + + + True + True + 1 + + + + + + + + True + False + vertical + 12 + + + True + False + + + True + True + never + etched-in + + + + + + + + True + True + 0 + + + + + True + False + end + + + _About + True + True + True + True + + + False + False + 0 + + + + + False + False + 1 + + + + + False + True + dialog + True + + + True + False + True + Shotwell Preferences + + + + + True + False + vertical + 0 + + + True + True + False + + + True + False + 6 + + + True + False + 14 + 2 + 8 + 4 + + + True + True + select-folder + + + 1 + 2 + 3 + 4 + + + + + True + False + 6 + + + True + False + white + + + False + True + 0 + + + + + 150 + True + True + bg_color_adjustment + False + left + + + True + True + 1 + + + + + True + False + black + + + False + True + 2 + + + + + 1 + 2 + 1 + 2 + + + + + True + False + 14 + 3 + + + True + False + 0 + Library Location + + + + + + + + 2 + 2 + 3 + + + + + True + False + 2 + 10 + + + _Watch library directory for new files + True + True + False + True + 0.5 + True + + + + + 2 + 4 + 5 + GTK_FILL + + + + + + True + False + 14 + 3 + + + True + False + 0 + Metadata + + + + + + + + 2 + 10 + 11 + + + + + True + False + 10 + + + Write tags, titles, and other _metadata to photo files + True + True + False + True + 0.5 + True + + + + + 2 + 11 + 12 + + + + + True + False + 3 + + + True + False + 0 + Display + + + + + + + + 2 + + + + + True + False + 10 + + + True + False + 0 + _Import photos to: + True + library_dir_button + + + + + 3 + 4 + GTK_FILL + GTK_FILL + + + + + True + False + + + True + False + 0 + 10 + _Background: + True + bg_color_slider + + + + + 1 + 2 + GTK_FILL + + + + + True + False + 14 + 3 + + + True + False + 0 + Importing + + + + + + + + 2 + 5 + 6 + + + + + True + False + 10 + + + True + False + 0 + _Directory structure: + True + + + + + 6 + 7 + + + + + True + False + + + + + + 1 + 2 + 6 + 7 + + + + + True + False + 34 + + + True + False + + + True + False + 0 + _Pattern: + True + dir_pattern_entry + + + True + True + 0 + + + + + True + False + + + + + + True + True + 1 + + + + + + + 7 + 8 + + + + + True + False + + + True + True + + False + False + + + + + 1 + 2 + 7 + 8 + + + + + True + False + + + True + False + 0 + + + + + 1 + 2 + 8 + 9 + + + + + True + False + 34 + + + True + False + 0 + Example: + + + + + 8 + 9 + + + + + True + False + 2 + 10 + + + R_ename imported files to lowercase + True + True + False + True + 0.5 + True + + + + + 2 + 9 + 10 + GTK_FILL + + + + + + True + False + 14 + 3 + + + True + False + 0 + RAW Developer + + + + + + + + 2 + 12 + 13 + + + + + True + False + + + 1 + 2 + 13 + 14 + + + + + True + False + 10 + + + True + False + 0 + De_fault: + True + default_raw_developer + + + + + 13 + 14 + + + + + + + + + True + False + Library + + + False + + + + + True + False + 6 + 0 + 0 + 0 + + + True + False + + + True + False + 6 + + + True + False + vertical + 6 + + + True + False + 0 + 4 + E_xternal photo editor: + True + external_photo_editor_combo + + + True + True + 0 + + + + + True + False + 0 + 4 + External _RAW editor: + True + external_raw_editor_combo + + + True + True + 1 + + + + + + + True + True + 0 + + + + + True + False + vertical + 6 + + + True + False + + + True + True + 0 + + + + + True + False + + + True + True + 1 + + + + + True + True + 1 + + + + + + + 1 + + + + + True + False + External Editors + + + 1 + False + + + + + True + False + 12 + 12 + 12 + 12 + + + + + + 2 + + + + + True + False + Plugins + + + 2 + False + + + + + + + + + + + True + True + 1 + + + + + + + True + False + vertical + + + 64 + True + False + 32 + 32 + 108 + True + + + False + True + 32 + 1 + + + + + True + False + vertical + + + False + 8 + 8 + 2 + + + True + False + 4 + 4 + + + True + False + 1 + _Delay: + True + delay_hscale + + + 0 + 0 + 1 + 1 + + + + + True + False + 0.95999997854232788 + _Transition effect: + True + transition_effect_selector + + + 0 + 1 + 1 + 1 + + + + + True + False + 1 + Transition d_elay: + True + + + 0 + 2 + 1 + 1 + + + + + Show t_itle + True + True + False + True + 0 + True + + + 0 + 3 + 4 + 1 + + + + + True + False + 0 + 1 + + + 1 + 1 + 1 + 1 + + + + + 150 + True + True + 300 + False + + + 1 + 0 + 1 + 1 + + + + + True + True + False + + + 1 + 2 + 1 + 1 + + + + + True + True + + True + + + 2 + 0 + 1 + 1 + + + + + True + True + + True + 1 + + + 2 + 2 + 1 + 1 + + + + + True + False + seconds + + + 3 + 0 + 1 + 1 + + + + + True + False + seconds + + + 3 + 2 + 1 + 1 + + + + + + + + + + + False + True + 0 + + + + + False + True + 4 + 0 + + + + + True + False + vertical + + + True + False + 16 + 16 + 97 + 24 + This is populated from within the code; +changes made here will not display. + True + 70 + + + False + True + 0 + + + + + True + False + vertical + + + True + False + 16 + 16 + 97 + 24 + This is populated from within the code; +changes made here will not display. + True + 70 + + + False + True + 0 + + + + + _Login + True + True + True + 256 + 240 + 80 + 16 + True + top + + + False + True + 1 + + + + diff --git a/ui/trash.ui b/ui/trash.ui index 7615512..2873416 100644 --- a/ui/trash.ui +++ b/ui/trash.ui @@ -31,6 +31,7 @@ + -- cgit v1.2.3