diff options
author | Alessio Treglia <alessio@debian.org> | 2014-07-21 13:58:18 +0100 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2014-07-21 13:58:18 +0100 |
commit | 6ef14034edff72de856c29dd2e4f2b180444d890 (patch) | |
tree | 6586d6a6d6c494ff4c82adfc63154dc8496fd93c /data |
Imported Upstream version 0.17upstream/0.17
Diffstat (limited to 'data')
-rw-r--r-- | data/.cvsignore | 3 | ||||
-rw-r--r-- | data/CVS/Entries | 6 | ||||
-rw-r--r-- | data/CVS/Repository | 1 | ||||
-rw-r--r-- | data/CVS/Root | 1 | ||||
-rw-r--r-- | data/Makefile.am | 32 | ||||
-rw-r--r-- | data/Makefile.in | 381 | ||||
-rw-r--r-- | data/camorama.glade | 2670 | ||||
-rw-r--r-- | data/camorama.glade.bak | 2670 | ||||
-rw-r--r-- | data/camorama.gladep | 7 | ||||
-rw-r--r-- | data/camorama.gladep.bak | 7 | ||||
-rw-r--r-- | data/camorama.schemas | 1973 | ||||
-rw-r--r-- | data/camorama.schemas.in | 258 | ||||
-rw-r--r-- | data/pixmaps/CVS/Entries | 8 | ||||
-rw-r--r-- | data/pixmaps/CVS/Repository | 1 | ||||
-rw-r--r-- | data/pixmaps/CVS/Root | 1 | ||||
-rw-r--r-- | data/pixmaps/brightness.png | bin | 0 -> 356 bytes | |||
-rw-r--r-- | data/pixmaps/colourness.png | bin | 0 -> 577 bytes | |||
-rw-r--r-- | data/pixmaps/contrast.png | bin | 0 -> 625 bytes | |||
-rw-r--r-- | data/pixmaps/snap-icon-small.xpm | 52 | ||||
-rw-r--r-- | data/pixmaps/snap-icon.xpm | 49 | ||||
-rw-r--r-- | data/pixmaps/stock-tool-hue-saturation-16.png | bin | 0 -> 311 bytes | |||
-rw-r--r-- | data/pixmaps/whiteness.png | bin | 0 -> 358 bytes |
22 files changed, 8120 insertions, 0 deletions
diff --git a/data/.cvsignore b/data/.cvsignore new file mode 100644 index 0000000..900d753 --- /dev/null +++ b/data/.cvsignore @@ -0,0 +1,3 @@ +Makefile +Makefile.in +camorama.schemas diff --git a/data/CVS/Entries b/data/CVS/Entries new file mode 100644 index 0000000..ae1e234 --- /dev/null +++ b/data/CVS/Entries @@ -0,0 +1,6 @@ +/.cvsignore/1.1/Thu Jan 16 19:13:43 2003// +/camorama.schemas.in/1.1/Thu Jan 16 18:57:44 2003// +D/pixmaps//// +/Makefile.am/1.8/Wed Jul 30 18:02:47 2003// +/camorama.glade/1.12/Wed Aug 13 01:44:31 2003// +/camorama.gladep/1.1.1.1/Wed Aug 13 01:44:31 2003// diff --git a/data/CVS/Repository b/data/CVS/Repository new file mode 100644 index 0000000..7961fae --- /dev/null +++ b/data/CVS/Repository @@ -0,0 +1 @@ +camorama/data diff --git a/data/CVS/Root b/data/CVS/Root new file mode 100644 index 0000000..f253780 --- /dev/null +++ b/data/CVS/Root @@ -0,0 +1 @@ +:pserver:ly@cvs.gnome.org:/cvs/gnome diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..485a778 --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,32 @@ +stuffdir = $(datadir)/camorama +stuff_DATA = \ + pixmaps/snap-icon.xpm \ + pixmaps/snap-icon-small.xpm \ + pixmaps/contrast.png \ + pixmaps/colourness.png \ + pixmaps/brightness.png \ + pixmaps/whiteness.png \ + pixmaps/stock-tool-hue-saturation-16.png + +gladedir = $(datadir)/camorama +glade_DATA = \ + camorama.glade + +schemadir = @GCONF_SCHEMA_FILE_DIR@ +schema_in_files = camorama.schemas.in +schema_DATA = $(schema_in_files:.schemas.in=.schemas) +# schema_DATA = camorama.schemas +@INTLTOOL_SCHEMAS_RULE@ + +# For the sake of some users +user-install: $(app_DATA) $(keys_DATA) + mkdir -p ~/.gnome/application-registry ~/.gnome/mime-info/ + cp $(app_DATA) ~/.gnome/application-registry + cp $(keys_DATA) ~/.gnome/mime-info/ + +install-data-local: + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) + $(GCONFTOOL) --shutdown + +EXTRA_DIST = $(glade_DATA) $(schema_in_files) $(stuff_DATA) + diff --git a/data/Makefile.in b/data/Makefile.in new file mode 100644 index 0000000..e06ed2c --- /dev/null +++ b/data/Makefile.in @@ -0,0 +1,381 @@ +# Makefile.in generated by automake 1.7.6 from Makefile.am. +# @configure_input@ + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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@ + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = .. + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +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 = : +ACLOCAL = @ACLOCAL@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CATALOGS = @CATALOGS@ +CATOBJEXT = @CATOBJEXT@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DATADIRNAME = @DATADIRNAME@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +GCONFTOOL = @GCONFTOOL@ +GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@ +GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@ +GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@ +GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GMOFILES = @GMOFILES@ +GMSGFMT = @GMSGFMT@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INSTOBJEXT = @INSTOBJEXT@ +INTLLIBS = @INTLLIBS@ +INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ +INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ +INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ +INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ +INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ +INTLTOOL_MERGE = @INTLTOOL_MERGE@ +INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ +INTLTOOL_PERL = @INTLTOOL_PERL@ +INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ +INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ +INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ +INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ +INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ +INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ +INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ +INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ +INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ +INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKINSTALLDIRS = @MKINSTALLDIRS@ +MSGFMT = @MSGFMT@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_CFLAGS = @PACKAGE_CFLAGS@ +PACKAGE_LIBS = @PACKAGE_LIBS@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +POFILES = @POFILES@ +POSUB = @POSUB@ +PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ +PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_STRIP = @ac_ct_STRIP@ +am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ +am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +bindir = @bindir@ +build_alias = @build_alias@ +datadir = @datadir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +stuffdir = $(datadir)/camorama +stuff_DATA = \ + pixmaps/snap-icon.xpm \ + pixmaps/snap-icon-small.xpm \ + pixmaps/contrast.png \ + pixmaps/colourness.png \ + pixmaps/brightness.png \ + pixmaps/whiteness.png \ + pixmaps/stock-tool-hue-saturation-16.png + + +gladedir = $(datadir)/camorama +glade_DATA = \ + camorama.glade + + +schemadir = @GCONF_SCHEMA_FILE_DIR@ +schema_in_files = camorama.schemas.in +schema_DATA = $(schema_in_files:.schemas.in=.schemas) + +EXTRA_DIST = $(glade_DATA) $(schema_in_files) $(stuff_DATA) +subdir = data +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +DIST_SOURCES = +DATA = $(glade_DATA) $(schema_DATA) $(stuff_DATA) + +DIST_COMMON = Makefile.am Makefile.in +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu data/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +uninstall-info-am: +gladeDATA_INSTALL = $(INSTALL_DATA) +install-gladeDATA: $(glade_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(gladedir) + @list='$(glade_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(gladeDATA_INSTALL) $$d$$p $(DESTDIR)$(gladedir)/$$f"; \ + $(gladeDATA_INSTALL) $$d$$p $(DESTDIR)$(gladedir)/$$f; \ + done + +uninstall-gladeDATA: + @$(NORMAL_UNINSTALL) + @list='$(glade_DATA)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(gladedir)/$$f"; \ + rm -f $(DESTDIR)$(gladedir)/$$f; \ + done +schemaDATA_INSTALL = $(INSTALL_DATA) +install-schemaDATA: $(schema_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(schemadir) + @list='$(schema_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(schemaDATA_INSTALL) $$d$$p $(DESTDIR)$(schemadir)/$$f"; \ + $(schemaDATA_INSTALL) $$d$$p $(DESTDIR)$(schemadir)/$$f; \ + done + +uninstall-schemaDATA: + @$(NORMAL_UNINSTALL) + @list='$(schema_DATA)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(schemadir)/$$f"; \ + rm -f $(DESTDIR)$(schemadir)/$$f; \ + done +stuffDATA_INSTALL = $(INSTALL_DATA) +install-stuffDATA: $(stuff_DATA) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(stuffdir) + @list='$(stuff_DATA)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " $(stuffDATA_INSTALL) $$d$$p $(DESTDIR)$(stuffdir)/$$f"; \ + $(stuffDATA_INSTALL) $$d$$p $(DESTDIR)$(stuffdir)/$$f; \ + done + +uninstall-stuffDATA: + @$(NORMAL_UNINSTALL) + @list='$(stuff_DATA)'; for p in $$list; do \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ + echo " rm -f $(DESTDIR)$(stuffdir)/$$f"; \ + rm -f $(DESTDIR)$(stuffdir)/$$f; \ + done +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = .. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + $(mkinstalldirs) $(distdir)/pixmaps + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$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: + $(mkinstalldirs) $(DESTDIR)$(gladedir) $(DESTDIR)$(schemadir) $(DESTDIR)$(stuffdir) +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: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f Makefile $(CONFIG_CLEAN_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 mostlyclean-am + +distclean: distclean-am + +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: install-data-local install-gladeDATA install-schemaDATA \ + install-stuffDATA + +install-exec-am: + +install-info: install-info-am + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-gladeDATA uninstall-info-am uninstall-schemaDATA \ + uninstall-stuffDATA + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am info info-am install \ + install-am install-data install-data-am install-data-local \ + install-exec install-exec-am install-gladeDATA install-info \ + install-info-am install-man install-schemaDATA install-strip \ + install-stuffDATA installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \ + uninstall-gladeDATA uninstall-info-am uninstall-schemaDATA \ + uninstall-stuffDATA + +# schema_DATA = camorama.schemas +@INTLTOOL_SCHEMAS_RULE@ + +# For the sake of some users +user-install: $(app_DATA) $(keys_DATA) + mkdir -p ~/.gnome/application-registry ~/.gnome/mime-info/ + cp $(app_DATA) ~/.gnome/application-registry + cp $(keys_DATA) ~/.gnome/mime-info/ + +install-data-local: + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) + $(GCONFTOOL) --shutdown +# 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/data/camorama.glade b/data/camorama.glade new file mode 100644 index 0000000..27de9a1 --- /dev/null +++ b/data/camorama.glade @@ -0,0 +1,2670 @@ +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> +<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> + +<glade-interface> +<requires lib="gnome"/> +<requires lib="bonobo"/> + +<widget class="GtkDialog" id="prefswindow"> + <property name="title" translatable="yes">Preferences</property> + <property name="type">GTK_WINDOW_TOPLEVEL</property> + <property name="window_position">GTK_WIN_POS_NONE</property> + <property name="modal">False</property> + <property name="resizable">False</property> + <property name="destroy_with_parent">False</property> + <property name="has_separator">False</property> + + <child internal-child="vbox"> + <widget class="GtkVBox" id="dialog-vbox1"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child internal-child="action_area"> + <widget class="GtkHButtonBox" id="dialog-action_area1"> + <property name="visible">True</property> + <property name="layout_style">GTK_BUTTONBOX_END</property> + + <child> + <widget class="GtkButton" id="helpbutton1"> + <property name="visible">True</property> + <property name="can_default">True</property> + <property name="can_focus">True</property> + <property name="label">gtk-help</property> + <property name="use_stock">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="response_id">-11</property> + </widget> + </child> + + <child> + <widget class="GtkButton" id="okbutton1"> + <property name="visible">True</property> + <property name="can_default">True</property> + <property name="can_focus">True</property> + <property name="label">gtk-close</property> + <property name="use_stock">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="response_id">-7</property> + <signal name="clicked" handler="prefs_func" object="cam" last_modification_time="Mon, 06 Jan 2003 07:48:45 GMT"/> + </widget> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="pack_type">GTK_PACK_END</property> + </packing> + </child> + + <child> + <widget class="GtkNotebook" id="notebook2"> + <property name="border_width">5</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="show_tabs">True</property> + <property name="show_border">True</property> + <property name="tab_pos">GTK_POS_TOP</property> + <property name="scrollable">False</property> + <property name="enable_popup">False</property> + + <child> + <widget class="GtkVBox" id="vbox24"> + <property name="border_width">12</property> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">18</property> + + <child> + <widget class="GtkVBox" id="vbox25"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkLabel" id="label49"> + <property name="visible">True</property> + <property name="label" translatable="yes"><span weight="bold">General</span></property> + <property name="use_underline">False</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox17"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label50"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox26"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkCheckButton" id="acapture"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Automatic Capture</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="acap_func" object="cam" last_modification_time="Thu, 02 Jan 2003 18:49:27 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox18"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label51"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox27"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkHBox" id="hbox20"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkLabel" id="label56"> + <property name="visible">True</property> + <property name="label" translatable="yes">Capture Interval (in minutes):</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkSpinButton" id="interval_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="climb_rate">1</property> + <property name="digits">0</property> + <property name="numeric">False</property> + <property name="update_policy">GTK_UPDATE_ALWAYS</property> + <property name="snap_to_ticks">False</property> + <property name="wrap">False</property> + <property name="adjustment">1 1 360 1 10 10</property> + <signal name="value_changed" handler="interval_change" object="cam" last_modification_time="Thu, 02 Jan 2003 18:51:37 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="tab_expand">False</property> + <property name="tab_fill">True</property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label22"> + <property name="visible">True</property> + <property name="label" translatable="yes">General</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="type">tab</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox9"> + <property name="border_width">12</property> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">18</property> + + <child> + <widget class="GtkVBox" id="vbox10"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkLabel" id="label26"> + <property name="visible">True</property> + <property name="label" translatable="yes"><span weight="bold">Local Capture</span></property> + <property name="use_underline">False</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox8"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label27"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox11"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkCheckButton" id="captured_cb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">_Enable local capture</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">True</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="cap_func" object="cam" last_modification_time="Mon, 06 Jan 2003 07:16:15 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox9"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label28"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox12"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">7</property> + + <child> + <widget class="GtkTable" id="table4"> + <property name="visible">True</property> + <property name="n_rows">2</property> + <property name="n_columns">2</property> + <property name="homogeneous">False</property> + <property name="row_spacing">6</property> + <property name="column_spacing">6</property> + + <child> + <widget class="GtkLabel" id="label29"> + <property name="visible">True</property> + <property name="label" translatable="yes">_Directory for captured pics:</property> + <property name="use_underline">True</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + <property name="mnemonic_widget">combo-entry1</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label30"> + <property name="visible">True</property> + <property name="label" translatable="yes">_Filename for pictures:</property> + <property name="use_underline">True</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + <property name="mnemonic_widget">entry2</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkEntry" id="entry2"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes">webcam-capture</property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GnomeFileEntry" id="dentry"> + <property name="visible">True</property> + <property name="max_saved">10</property> + <property name="directory_entry">True</property> + <property name="modal">False</property> + + <child internal-child="entry"> + <widget class="GtkEntry" id="combo-entry1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes">~/.gnome-desktop</property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + </child> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="y_options"></property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="appendbutton"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Append time to filename</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">True</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="append_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:10:53 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="tsbutton"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Add a timestamp to captured images</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="ts_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:11:16 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox16"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkLabel" id="label34"> + <property name="visible">True</property> + <property name="label" translatable="yes"><span weight="bold">Image Type</span></property> + <property name="use_underline">False</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox13"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label35"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox17"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkRadioButton" id="jpgb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Save files in jpeg format</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">True</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="jpg_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:12:10 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkRadioButton" id="pngb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Save files in png format</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <property name="group">jpgb</property> + <signal name="toggled" handler="png_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:12:28 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="tab_expand">False</property> + <property name="tab_fill">True</property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label23"> + <property name="visible">True</property> + <property name="label" translatable="yes">Local Capture</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="type">tab</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox18"> + <property name="border_width">12</property> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">18</property> + + <child> + <widget class="GtkVBox" id="vbox19"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkLabel" id="label37"> + <property name="visible">True</property> + <property name="label" translatable="yes"><span weight="bold">Remote Capture</span></property> + <property name="use_underline">False</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox14"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label38"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox20"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkCheckButton" id="rcapture"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">_Enable remote capture</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="rcap_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:05:18 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox15"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label39"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox21"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">7</property> + + <child> + <widget class="GtkTable" id="table5"> + <property name="visible">True</property> + <property name="n_rows">5</property> + <property name="n_columns">2</property> + <property name="homogeneous">False</property> + <property name="row_spacing">6</property> + <property name="column_spacing">6</property> + + <child> + <widget class="GtkLabel" id="label44"> + <property name="visible">True</property> + <property name="label" translatable="yes">FTP server: </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label45"> + <property name="visible">True</property> + <property name="label" translatable="yes">Username:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label46"> + <property name="visible">True</property> + <property name="label" translatable="yes">Password:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label47"> + <property name="visible">True</property> + <property name="label" translatable="yes">Save directory:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">3</property> + <property name="bottom_attach">4</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label48"> + <property name="visible">True</property> + <property name="label" translatable="yes">Filename</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkEntry" id="host_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes">ftp.yourdomain.org</property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkEntry" id="login_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes">your-username</property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkEntry" id="pw_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">False</property> + <property name="max_length">0</property> + <property name="text" translatable="yes">your-password</property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkEntry" id="directory_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes">path/to/save/to</property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">3</property> + <property name="bottom_attach">4</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkEntry" id="filename_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes">webcamshot</property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> + <property name="y_options"></property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="timecb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Append time to filename</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="rappend_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:16:24 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="tsbutton2"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Add a timestamp to captured images</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="rts_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:17:03 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox22"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkLabel" id="label42"> + <property name="visible">True</property> + <property name="label" translatable="yes"><span weight="bold">Image Type</span></property> + <property name="use_underline">False</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox16"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label43"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox23"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkRadioButton" id="fjpgb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Save files in jpeg format</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">True</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="rjpg_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:17:18 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkRadioButton" id="fpngb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Save files in png format</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <property name="group">fjpgb</property> + <signal name="toggled" handler="rpng_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:17:31 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="tab_expand">False</property> + <property name="tab_fill">True</property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label24"> + <property name="visible">True</property> + <property name="label" translatable="yes">Remote Capture</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="type">tab</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox29"> + <property name="border_width">12</property> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">18</property> + + <child> + <widget class="GtkVBox" id="vbox30"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkLabel" id="label57"> + <property name="visible">True</property> + <property name="label" translatable="yes"><span weight="bold">Timestamp</span></property> + <property name="use_underline">False</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox21"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label58"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox31"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkCheckButton" id="cscb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Use custom string</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="customstring_func" object="cam" last_modification_time="Thu, 02 Jan 2003 19:33:39 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox22"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label59"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox32"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkHBox" id="hbox23"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkLabel" id="label60"> + <property name="visible">True</property> + <property name="label" translatable="yes">String:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkEntry" id="string_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes"></property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="tscb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Draw date and time</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="drawdate_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:21:02 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="tab_expand">False</property> + <property name="tab_fill">True</property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label25"> + <property name="visible">True</property> + <property name="label" translatable="yes">Timestamp</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="type">tab</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + </child> +</widget> + +<widget class="GnomeApp" id="window2"> + <property name="visible">True</property> + <property name="title" translatable="yes">Camorama-libglade</property> + <property name="type">GTK_WINDOW_TOPLEVEL</property> + <property name="window_position">GTK_WIN_POS_NONE</property> + <property name="modal">False</property> + <property name="resizable">True</property> + <property name="destroy_with_parent">False</property> + <property name="enable_layout_config">True</property> + <signal name="delete_event" handler="gtk_main_quit" last_modification_time="Sat, 11 Jan 2003 02:47:47 GMT"/> + + <child internal-child="dock"> + <widget class="BonoboDock" id="bonobodock1"> + <property name="visible">True</property> + <property name="allow_floating">True</property> + + <child> + <widget class="BonoboDockItem" id="bonobodockitem1"> + <property name="visible">True</property> + <property name="shadow_type">GTK_SHADOW_NONE</property> + + <child> + <widget class="GtkMenuBar" id="menubar3"> + <property name="visible">True</property> + + <child> + <widget class="GtkMenuItem" id="menuitem1"> + <property name="visible">True</property> + <property name="stock_item">GNOMEUIINFO_MENU_FILE_TREE</property> + + <child> + <widget class="GtkMenu" id="menuitem1_menu"> + + <child> + <widget class="GtkImageMenuItem" id="imagemenuitem1"> + <property name="visible">True</property> + <property name="label" translatable="yes">Take Picture</property> + <property name="use_underline">True</property> + <signal name="activate" handler="capture_func" last_modification_time="Wed, 08 Jan 2003 17:11:16 GMT"/> + <accelerator key="t" modifiers="GDK_CONTROL_MASK" signal="activate"/> + + <child internal-child="image"> + <widget class="GtkImage" id="image18"> + <property name="visible">True</property> + <property name="pixbuf">snap-icon-small.xpm</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + </child> + </widget> + </child> + + <child> + <widget class="GtkMenuItem" id="menuitem2"> + <property name="visible">True</property> + </widget> + </child> + + <child> + <widget class="GtkImageMenuItem" id="quit"> + <property name="visible">True</property> + <property name="stock_item">GNOMEUIINFO_MENU_EXIT_ITEM</property> + <signal name="activate" handler="on_quit1_activate" last_modification_time="Wed, 08 Jan 2003 17:02:08 GMT"/> + </widget> + </child> + </widget> + </child> + </widget> + </child> + + <child> + <widget class="GtkMenuItem" id="menuitem3"> + <property name="visible">True</property> + <property name="stock_item">GNOMEUIINFO_MENU_EDIT_TREE</property> + + <child> + <widget class="GtkMenu" id="menuitem3_menu"> + + <child> + <widget class="GtkImageMenuItem" id="imagemenuitem3"> + <property name="visible">True</property> + <property name="stock_item">GNOMEUIINFO_MENU_PREFERENCES_ITEM</property> + <signal name="activate" handler="on_preferences1_activate" last_modification_time="Wed, 08 Jan 2003 17:08:01 GMT"/> + </widget> + </child> + </widget> + </child> + </widget> + </child> + + <child> + <widget class="GtkMenuItem" id="menuitem4"> + <property name="visible">True</property> + <property name="stock_item">GNOMEUIINFO_MENU_VIEW_TREE</property> + + <child> + <widget class="GtkMenu" id="menuitem4_menu"> + + <child> + <widget class="GtkMenuItem" id="showadjustment_item"> + <property name="visible">True</property> + <property name="label" translatable="yes">Show Adjustments</property> + <property name="use_underline">True</property> + <signal name="activate" handler="on_show_adjustments1_activate" last_modification_time="Wed, 08 Jan 2003 01:09:20 GMT"/> + <accelerator key="a" modifiers="GDK_CONTROL_MASK" signal="activate"/> + </widget> + </child> + + <child> + <widget class="GtkMenuItem" id="show_effects1"> + <property name="visible">True</property> + <property name="label" translatable="yes">Show Effects</property> + <property name="use_underline">True</property> + <signal name="activate" handler="on_show_effects_activate" last_modification_time="Wed, 21 May 2003 18:46:37 GMT"/> + <accelerator key="e" modifiers="GDK_CONTROL_MASK" signal="activate"/> + </widget> + </child> + + <child> + <widget class="GtkMenuItem" id="separator1"> + <property name="visible">True</property> + </widget> + </child> + + <child> + <widget class="GtkRadioMenuItem" id="small1"> + <property name="visible">True</property> + <property name="label" translatable="yes">Small</property> + <property name="use_underline">True</property> + <property name="active">False</property> + <signal name="activate" handler="on_small1_activate" last_modification_time="Wed, 14 May 2003 22:46:27 GMT"/> + </widget> + </child> + + <child> + <widget class="GtkRadioMenuItem" id="medium1"> + <property name="visible">True</property> + <property name="label" translatable="yes">Medium</property> + <property name="use_underline">True</property> + <property name="active">True</property> + <property name="group">small1</property> + <signal name="activate" handler="on_medium1_activate" last_modification_time="Wed, 14 May 2003 22:46:27 GMT"/> + </widget> + </child> + + <child> + <widget class="GtkRadioMenuItem" id="large1"> + <property name="visible">True</property> + <property name="label" translatable="yes">Large</property> + <property name="use_underline">True</property> + <property name="active">False</property> + <property name="group">small1</property> + <signal name="activate" handler="on_large1_activate" last_modification_time="Wed, 14 May 2003 22:46:27 GMT"/> + </widget> + </child> + </widget> + </child> + </widget> + </child> + + <child> + <widget class="GtkMenuItem" id="menuitem6"> + <property name="visible">True</property> + <property name="stock_item">GNOMEUIINFO_MENU_HELP_TREE</property> + + <child> + <widget class="GtkMenu" id="menuitem6_menu"> + + <child> + <widget class="GtkImageMenuItem" id="imagemenuitem4"> + <property name="visible">True</property> + <property name="stock_item">GNOMEUIINFO_MENU_ABOUT_ITEM</property> + <signal name="activate" handler="on_about1_activate" last_modification_time="Wed, 08 Jan 2003 17:25:39 GMT"/> + </widget> + </child> + </widget> + </child> + </widget> + </child> + </widget> + </child> + </widget> + <packing> + <property name="placement">BONOBO_DOCK_TOP</property> + <property name="band">0</property> + <property name="position">0</property> + <property name="offset">0</property> + <property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE|BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL|BONOBO_DOCK_ITEM_BEH_LOCKED</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox36"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkHBox" id="hbox25"> + <property name="border_width">6</property> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkDrawingArea" id="da"> + <property name="width_request">320</property> + <property name="height_request">240</property> + <property name="visible">True</property> + <signal name="expose_event" handler="on_drawingarea1_expose_event" object="cam" last_modification_time="Wed, 01 Jan 2003 15:18:53 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox37"> + <property name="border_width">6</property> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label62"> + <property name="visible">True</property> + <property name="label" translatable="yes"><span weight="bold">Effects</span></property> + <property name="use_underline">False</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox26"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label63"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox38"> + <property name="border_width">6</property> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkCheckButton" id="bwb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Black & white</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="colour_func" last_modification_time="Wed, 08 Jan 2003 17:18:05 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="cb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Color correction</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">True</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="fix_colour_func" last_modification_time="Wed, 08 Jan 2003 17:19:42 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="threshold_chb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Color threshold</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="threshold_ch_func" last_modification_time="Wed, 08 Jan 2003 17:19:57 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="laplaceb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Laplace</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="edge_func3" last_modification_time="Wed, 08 Jan 2003 17:16:01 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="mirrorb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Mirror image</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="mirror_func" last_modification_time="Wed, 08 Jan 2003 17:17:15 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="negativeb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Negative</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="negative_func" last_modification_time="Wed, 08 Jan 2003 17:16:58 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="smoothb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Smoothing</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="smooth_func" last_modification_time="Wed, 08 Jan 2003 17:18:27 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="sobelb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Sobel</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="sobel_func" last_modification_time="Wed, 08 Jan 2003 17:15:23 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="wackyb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Wacky</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="edge_func1" last_modification_time="Wed, 08 Jan 2003 17:15:00 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label69"> + <property name="visible">True</property> + <property name="label" translatable="yes">Threshold:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHScale" id="slider1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="draw_value">True</property> + <property name="value_pos">GTK_POS_LEFT</property> + <property name="digits">0</property> + <property name="update_policy">GTK_UPDATE_CONTINUOUS</property> + <property name="inverted">False</property> + <property name="adjustment">0 0 255 1 0 0</property> + <signal name="value_changed" handler="on_scale1_drag_data_received" object="cam" last_modification_time="Thu, 09 Jan 2003 01:19:30 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHSeparator" id="hseparator1"> + <property name="visible">True</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox31"> + <property name="border_width">6</property> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkAlignment" id="alignment1"> + <property name="visible">True</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xscale">1</property> + <property name="yscale">1</property> + + <child> + <widget class="GtkToggleButton" id="togglebutton1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <signal name="toggled" handler="on_show_adjustments1_activate" last_modification_time="Thu, 31 Jul 2003 00:47:15 GMT"/> + + <child> + <widget class="GtkAlignment" id="alignment3"> + <property name="visible">True</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xscale">0</property> + <property name="yscale">0</property> + + <child> + <widget class="GtkHBox" id="hbox32"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">2</property> + + <child> + <widget class="GtkImage" id="image19"> + <property name="visible">True</property> + <property name="stock">gtk-select-color</property> + <property name="icon_size">4</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label75"> + <property name="visible">True</property> + <property name="label" translatable="yes">Show Adjustments</property> + <property name="use_underline">True</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + </child> + </widget> + </child> + </widget> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkAlignment" id="alignment2"> + <property name="visible">True</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xscale">1</property> + <property name="yscale">1</property> + + <child> + <widget class="GtkButton" id="button1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <signal name="clicked" handler="capture_func" object="cam" last_modification_time="Thu, 31 Jul 2003 00:48:33 GMT"/> + + <child> + <widget class="GtkAlignment" id="alignment4"> + <property name="visible">True</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xscale">0</property> + <property name="yscale">0</property> + + <child> + <widget class="GtkHBox" id="hbox33"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">2</property> + + <child> + <widget class="GtkImage" id="image20"> + <property name="visible">True</property> + <property name="pixbuf">snap-icon-small.xpm</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label76"> + <property name="visible">True</property> + <property name="label" translatable="yes">Take Picture</property> + <property name="use_underline">True</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + </child> + </widget> + </child> + </widget> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="pack_type">GTK_PACK_END</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkTable" id="table6"> + <property name="border_width">12</property> + <property name="visible">True</property> + <property name="n_rows">5</property> + <property name="n_columns">3</property> + <property name="homogeneous">False</property> + <property name="row_spacing">6</property> + <property name="column_spacing">6</property> + + <child> + <widget class="GtkHScale" id="slider2"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="draw_value">True</property> + <property name="value_pos">GTK_POS_LEFT</property> + <property name="digits">0</property> + <property name="update_policy">GTK_UPDATE_CONTINUOUS</property> + <property name="inverted">False</property> + <property name="adjustment">0 0 255 1 0 0</property> + <signal name="value_changed" handler="contrast_change" object="cam" last_modification_time="Thu, 02 Jan 2003 15:18:41 GMT"/> + </widget> + <packing> + <property name="left_attach">2</property> + <property name="right_attach">3</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkHScale" id="slider3"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="draw_value">True</property> + <property name="value_pos">GTK_POS_LEFT</property> + <property name="digits">0</property> + <property name="update_policy">GTK_UPDATE_CONTINUOUS</property> + <property name="inverted">False</property> + <property name="adjustment">0 0 255 1 0 0</property> + <signal name="value_changed" handler="brightness_change" object="cam" last_modification_time="Thu, 02 Jan 2003 15:19:21 GMT"/> + </widget> + <packing> + <property name="left_attach">2</property> + <property name="right_attach">3</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkHScale" id="slider4"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="draw_value">True</property> + <property name="value_pos">GTK_POS_LEFT</property> + <property name="digits">0</property> + <property name="update_policy">GTK_UPDATE_CONTINUOUS</property> + <property name="inverted">False</property> + <property name="adjustment">0 0 255 1 0 0</property> + <signal name="value_changed" handler="colour_change" object="cam" last_modification_time="Thu, 02 Jan 2003 15:19:53 GMT"/> + </widget> + <packing> + <property name="left_attach">2</property> + <property name="right_attach">3</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkHScale" id="slider5"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="draw_value">True</property> + <property name="value_pos">GTK_POS_LEFT</property> + <property name="digits">0</property> + <property name="update_policy">GTK_UPDATE_CONTINUOUS</property> + <property name="inverted">False</property> + <property name="adjustment">0 0 255 1 0 0</property> + <signal name="value_changed" handler="hue_change" object="cam" last_modification_time="Thu, 02 Jan 2003 15:20:11 GMT"/> + </widget> + <packing> + <property name="left_attach">2</property> + <property name="right_attach">3</property> + <property name="top_attach">3</property> + <property name="bottom_attach">4</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkHScale" id="slider6"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="draw_value">True</property> + <property name="value_pos">GTK_POS_LEFT</property> + <property name="digits">0</property> + <property name="update_policy">GTK_UPDATE_CONTINUOUS</property> + <property name="inverted">False</property> + <property name="adjustment">0 0 255 1 0 0</property> + <signal name="value_changed" handler="wb_change" object="cam" last_modification_time="Thu, 02 Jan 2003 15:21:08 GMT"/> + </widget> + <packing> + <property name="left_attach">2</property> + <property name="right_attach">3</property> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label64"> + <property name="visible">True</property> + <property name="label" translatable="yes">Contrast:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label65"> + <property name="visible">True</property> + <property name="label" translatable="yes">Brightness:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label66"> + <property name="visible">True</property> + <property name="label" translatable="yes">Color:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label67"> + <property name="visible">True</property> + <property name="label" translatable="yes">Hue:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">3</property> + <property name="bottom_attach">4</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label68"> + <property name="visible">True</property> + <property name="label" translatable="yes">White Balance:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkImage" id="brightness_icon"> + <property name="visible">True</property> + <property name="pixbuf">brightness.png</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkImage" id="color_icon"> + <property name="visible">True</property> + <property name="pixbuf">colourness.png</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkImage" id="hue_icon"> + <property name="visible">True</property> + <property name="pixbuf">stock-tool-hue-saturation-16.png</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">3</property> + <property name="bottom_attach">4</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkImage" id="balance_icon"> + <property name="visible">True</property> + <property name="pixbuf">whiteness.png</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkImage" id="contrast_icon"> + <property name="visible">True</property> + <property name="pixbuf">contrast.png</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + + <child internal-child="appbar"> + <widget class="GnomeAppBar" id="status"> + <property name="visible">True</property> + <property name="has_progress">False</property> + <property name="has_status">True</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> +</widget> + +</glade-interface> diff --git a/data/camorama.glade.bak b/data/camorama.glade.bak new file mode 100644 index 0000000..056e3c5 --- /dev/null +++ b/data/camorama.glade.bak @@ -0,0 +1,2670 @@ +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> +<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd"> + +<glade-interface> +<requires lib="gnome"/> +<requires lib="bonobo"/> + +<widget class="GtkDialog" id="prefswindow"> + <property name="title" translatable="yes">Preferences</property> + <property name="type">GTK_WINDOW_TOPLEVEL</property> + <property name="window_position">GTK_WIN_POS_NONE</property> + <property name="modal">False</property> + <property name="resizable">False</property> + <property name="destroy_with_parent">False</property> + <property name="has_separator">False</property> + + <child internal-child="vbox"> + <widget class="GtkVBox" id="dialog-vbox1"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child internal-child="action_area"> + <widget class="GtkHButtonBox" id="dialog-action_area1"> + <property name="visible">True</property> + <property name="layout_style">GTK_BUTTONBOX_END</property> + + <child> + <widget class="GtkButton" id="helpbutton1"> + <property name="visible">True</property> + <property name="can_default">True</property> + <property name="can_focus">True</property> + <property name="label">gtk-help</property> + <property name="use_stock">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="response_id">-11</property> + </widget> + </child> + + <child> + <widget class="GtkButton" id="okbutton1"> + <property name="visible">True</property> + <property name="can_default">True</property> + <property name="can_focus">True</property> + <property name="label">gtk-close</property> + <property name="use_stock">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="response_id">-7</property> + <signal name="clicked" handler="prefs_func" object="cam" last_modification_time="Mon, 06 Jan 2003 07:48:45 GMT"/> + </widget> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="pack_type">GTK_PACK_END</property> + </packing> + </child> + + <child> + <widget class="GtkNotebook" id="notebook2"> + <property name="border_width">5</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="show_tabs">True</property> + <property name="show_border">True</property> + <property name="tab_pos">GTK_POS_TOP</property> + <property name="scrollable">False</property> + <property name="enable_popup">False</property> + + <child> + <widget class="GtkVBox" id="vbox24"> + <property name="border_width">12</property> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">18</property> + + <child> + <widget class="GtkVBox" id="vbox25"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkLabel" id="label49"> + <property name="visible">True</property> + <property name="label" translatable="yes"><span weight="bold">General</span></property> + <property name="use_underline">False</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox17"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label50"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox26"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkCheckButton" id="acapture"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Automatic Capture</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="acap_func" object="cam" last_modification_time="Thu, 02 Jan 2003 18:49:27 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox18"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label51"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox27"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkHBox" id="hbox20"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkLabel" id="label56"> + <property name="visible">True</property> + <property name="label" translatable="yes">Capture Interval (in minutes):</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkSpinButton" id="interval_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="climb_rate">1</property> + <property name="digits">0</property> + <property name="numeric">False</property> + <property name="update_policy">GTK_UPDATE_ALWAYS</property> + <property name="snap_to_ticks">False</property> + <property name="wrap">False</property> + <property name="adjustment">1 1 360 1 10 10</property> + <signal name="value_changed" handler="interval_change" object="cam" last_modification_time="Thu, 02 Jan 2003 18:51:37 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="tab_expand">False</property> + <property name="tab_fill">True</property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label22"> + <property name="visible">True</property> + <property name="label" translatable="yes">General</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="type">tab</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox9"> + <property name="border_width">12</property> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">18</property> + + <child> + <widget class="GtkVBox" id="vbox10"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkLabel" id="label26"> + <property name="visible">True</property> + <property name="label" translatable="yes"><span weight="bold">Local Capture</span></property> + <property name="use_underline">False</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox8"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label27"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox11"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkCheckButton" id="captured_cb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">_Enable local capture</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">True</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="cap_func" object="cam" last_modification_time="Mon, 06 Jan 2003 07:16:15 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox9"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label28"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox12"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">7</property> + + <child> + <widget class="GtkTable" id="table4"> + <property name="visible">True</property> + <property name="n_rows">2</property> + <property name="n_columns">2</property> + <property name="homogeneous">False</property> + <property name="row_spacing">6</property> + <property name="column_spacing">6</property> + + <child> + <widget class="GtkLabel" id="label29"> + <property name="visible">True</property> + <property name="label" translatable="yes">_Directory for captured pics:</property> + <property name="use_underline">True</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + <property name="mnemonic_widget">combo-entry1</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label30"> + <property name="visible">True</property> + <property name="label" translatable="yes">_Filename for pictures:</property> + <property name="use_underline">True</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + <property name="mnemonic_widget">entry2</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkEntry" id="entry2"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes">webcam-capture</property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GnomeFileEntry" id="dentry"> + <property name="visible">True</property> + <property name="max_saved">10</property> + <property name="directory_entry">True</property> + <property name="modal">False</property> + + <child internal-child="entry"> + <widget class="GtkEntry" id="combo-entry1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes">~/.gnome-desktop</property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + </child> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="y_options"></property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="appendbutton"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Append time to filename</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">True</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="append_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:10:53 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="tsbutton"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Add a timestamp to captured images</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="ts_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:11:16 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox16"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkLabel" id="label34"> + <property name="visible">True</property> + <property name="label" translatable="yes"><span weight="bold">Image Type</span></property> + <property name="use_underline">False</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox13"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label35"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox17"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkRadioButton" id="jpgb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Save files in jpeg format</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">True</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="jpg_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:12:10 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkRadioButton" id="pngb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Save files in png format</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <property name="group">jpgb</property> + <signal name="toggled" handler="png_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:12:28 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="tab_expand">False</property> + <property name="tab_fill">True</property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label23"> + <property name="visible">True</property> + <property name="label" translatable="yes">Local Capture</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="type">tab</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox18"> + <property name="border_width">12</property> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">18</property> + + <child> + <widget class="GtkVBox" id="vbox19"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkLabel" id="label37"> + <property name="visible">True</property> + <property name="label" translatable="yes"><span weight="bold">Remote Capture</span></property> + <property name="use_underline">False</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox14"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label38"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox20"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkCheckButton" id="rcapture"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">_Enable remote capture</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="rcap_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:05:18 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox15"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label39"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox21"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">7</property> + + <child> + <widget class="GtkTable" id="table5"> + <property name="visible">True</property> + <property name="n_rows">5</property> + <property name="n_columns">2</property> + <property name="homogeneous">False</property> + <property name="row_spacing">6</property> + <property name="column_spacing">6</property> + + <child> + <widget class="GtkLabel" id="label44"> + <property name="visible">True</property> + <property name="label" translatable="yes">FTP server: </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label45"> + <property name="visible">True</property> + <property name="label" translatable="yes">Username:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label46"> + <property name="visible">True</property> + <property name="label" translatable="yes">Password:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label47"> + <property name="visible">True</property> + <property name="label" translatable="yes">Save directory:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">3</property> + <property name="bottom_attach">4</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label48"> + <property name="visible">True</property> + <property name="label" translatable="yes">Filename</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkEntry" id="host_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes">ftp.yourdomain.org</property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkEntry" id="login_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes">your-username</property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkEntry" id="pw_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">False</property> + <property name="max_length">0</property> + <property name="text" translatable="yes">your-password</property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkEntry" id="directory_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes">path/to/save/to</property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">3</property> + <property name="bottom_attach">4</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkEntry" id="filename_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes">webcamshot</property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> + <property name="y_options"></property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="timecb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Append time to filename</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="rappend_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:16:24 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="tsbutton2"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Add a timestamp to captured images</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="rts_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:17:03 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox22"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkLabel" id="label42"> + <property name="visible">True</property> + <property name="label" translatable="yes"><span weight="bold">Image Type</span></property> + <property name="use_underline">False</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox16"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label43"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox23"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkRadioButton" id="fjpgb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Save files in jpeg format</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">True</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="rjpg_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:17:18 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkRadioButton" id="fpngb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Save files in png format</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <property name="group">fjpgb</property> + <signal name="toggled" handler="rpng_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:17:31 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="tab_expand">False</property> + <property name="tab_fill">True</property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label24"> + <property name="visible">True</property> + <property name="label" translatable="yes">Remote Capture</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="type">tab</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox29"> + <property name="border_width">12</property> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">18</property> + + <child> + <widget class="GtkVBox" id="vbox30"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkLabel" id="label57"> + <property name="visible">True</property> + <property name="label" translatable="yes"><span weight="bold">Timestamp</span></property> + <property name="use_underline">False</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox21"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label58"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox31"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkCheckButton" id="cscb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Use custom string</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="customstring_func" object="cam" last_modification_time="Thu, 02 Jan 2003 19:33:39 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox22"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label59"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox32"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkHBox" id="hbox23"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkLabel" id="label60"> + <property name="visible">True</property> + <property name="label" translatable="yes">String:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkEntry" id="string_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes"></property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">False</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="tscb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Draw date and time</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="drawdate_func" object="cam" last_modification_time="Tue, 07 Jan 2003 03:21:02 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="tab_expand">False</property> + <property name="tab_fill">True</property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label25"> + <property name="visible">True</property> + <property name="label" translatable="yes">Timestamp</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="type">tab</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + </child> +</widget> + +<widget class="GnomeApp" id="window2"> + <property name="visible">True</property> + <property name="title" translatable="yes">Camorama-libglade</property> + <property name="type">GTK_WINDOW_TOPLEVEL</property> + <property name="window_position">GTK_WIN_POS_NONE</property> + <property name="modal">False</property> + <property name="resizable">True</property> + <property name="destroy_with_parent">False</property> + <property name="enable_layout_config">True</property> + <signal name="delete_event" handler="gtk_main_quit" last_modification_time="Sat, 11 Jan 2003 02:47:47 GMT"/> + + <child internal-child="dock"> + <widget class="BonoboDock" id="bonobodock1"> + <property name="visible">True</property> + <property name="allow_floating">True</property> + + <child> + <widget class="BonoboDockItem" id="bonobodockitem1"> + <property name="visible">True</property> + <property name="shadow_type">GTK_SHADOW_NONE</property> + + <child> + <widget class="GtkMenuBar" id="menubar3"> + <property name="visible">True</property> + + <child> + <widget class="GtkMenuItem" id="menuitem1"> + <property name="visible">True</property> + <property name="stock_item">GNOMEUIINFO_MENU_FILE_TREE</property> + + <child> + <widget class="GtkMenu" id="menuitem1_menu"> + + <child> + <widget class="GtkImageMenuItem" id="imagemenuitem1"> + <property name="visible">True</property> + <property name="label" translatable="yes">Take Picture</property> + <property name="use_underline">True</property> + <signal name="activate" handler="capture_func" last_modification_time="Wed, 08 Jan 2003 17:11:16 GMT"/> + <accelerator key="t" modifiers="GDK_CONTROL_MASK" signal="activate"/> + + <child internal-child="image"> + <widget class="GtkImage" id="image18"> + <property name="visible">True</property> + <property name="pixbuf">snap-icon-small.xpm</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + </child> + </widget> + </child> + + <child> + <widget class="GtkMenuItem" id="menuitem2"> + <property name="visible">True</property> + </widget> + </child> + + <child> + <widget class="GtkImageMenuItem" id="quit"> + <property name="visible">True</property> + <property name="stock_item">GNOMEUIINFO_MENU_EXIT_ITEM</property> + <signal name="activate" handler="on_quit1_activate" last_modification_time="Wed, 08 Jan 2003 17:02:08 GMT"/> + </widget> + </child> + </widget> + </child> + </widget> + </child> + + <child> + <widget class="GtkMenuItem" id="menuitem3"> + <property name="visible">True</property> + <property name="stock_item">GNOMEUIINFO_MENU_EDIT_TREE</property> + + <child> + <widget class="GtkMenu" id="menuitem3_menu"> + + <child> + <widget class="GtkImageMenuItem" id="imagemenuitem3"> + <property name="visible">True</property> + <property name="stock_item">GNOMEUIINFO_MENU_PREFERENCES_ITEM</property> + <signal name="activate" handler="on_preferences1_activate" last_modification_time="Wed, 08 Jan 2003 17:08:01 GMT"/> + </widget> + </child> + </widget> + </child> + </widget> + </child> + + <child> + <widget class="GtkMenuItem" id="menuitem4"> + <property name="visible">True</property> + <property name="stock_item">GNOMEUIINFO_MENU_VIEW_TREE</property> + + <child> + <widget class="GtkMenu" id="menuitem4_menu"> + + <child> + <widget class="GtkMenuItem" id="showadjustment_item"> + <property name="visible">True</property> + <property name="label" translatable="yes">Show Adjustments</property> + <property name="use_underline">True</property> + <signal name="activate" handler="on_show_adjustments1_activate" last_modification_time="Wed, 08 Jan 2003 01:09:20 GMT"/> + <accelerator key="a" modifiers="GDK_CONTROL_MASK" signal="activate"/> + </widget> + </child> + + <child> + <widget class="GtkMenuItem" id="show_effects1"> + <property name="visible">True</property> + <property name="label" translatable="yes">Show Effects</property> + <property name="use_underline">True</property> + <signal name="activate" handler="on_show_effects_activate" last_modification_time="Wed, 21 May 2003 18:46:37 GMT"/> + <accelerator key="e" modifiers="GDK_CONTROL_MASK" signal="activate"/> + </widget> + </child> + + <child> + <widget class="GtkMenuItem" id="separator1"> + <property name="visible">True</property> + </widget> + </child> + + <child> + <widget class="GtkRadioMenuItem" id="small1"> + <property name="visible">True</property> + <property name="label" translatable="yes">Small</property> + <property name="use_underline">True</property> + <property name="active">False</property> + <signal name="activate" handler="on_small1_activate" last_modification_time="Wed, 14 May 2003 22:46:27 GMT"/> + </widget> + </child> + + <child> + <widget class="GtkRadioMenuItem" id="medium1"> + <property name="visible">True</property> + <property name="label" translatable="yes">Medium</property> + <property name="use_underline">True</property> + <property name="active">True</property> + <property name="group">small1</property> + <signal name="activate" handler="on_medium1_activate" last_modification_time="Wed, 14 May 2003 22:46:27 GMT"/> + </widget> + </child> + + <child> + <widget class="GtkRadioMenuItem" id="large1"> + <property name="visible">True</property> + <property name="label" translatable="yes">Large</property> + <property name="use_underline">True</property> + <property name="active">False</property> + <property name="group">small1</property> + <signal name="activate" handler="on_large1_activate" last_modification_time="Wed, 14 May 2003 22:46:27 GMT"/> + </widget> + </child> + </widget> + </child> + </widget> + </child> + + <child> + <widget class="GtkMenuItem" id="menuitem6"> + <property name="visible">True</property> + <property name="stock_item">GNOMEUIINFO_MENU_HELP_TREE</property> + + <child> + <widget class="GtkMenu" id="menuitem6_menu"> + + <child> + <widget class="GtkImageMenuItem" id="imagemenuitem4"> + <property name="visible">True</property> + <property name="stock_item">GNOMEUIINFO_MENU_ABOUT_ITEM</property> + <signal name="activate" handler="on_about1_activate" last_modification_time="Wed, 08 Jan 2003 17:25:39 GMT"/> + </widget> + </child> + </widget> + </child> + </widget> + </child> + </widget> + </child> + </widget> + <packing> + <property name="placement">BONOBO_DOCK_TOP</property> + <property name="band">0</property> + <property name="position">0</property> + <property name="offset">0</property> + <property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE|BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL|BONOBO_DOCK_ITEM_BEH_LOCKED</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox36"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkHBox" id="hbox25"> + <property name="border_width">6</property> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkDrawingArea" id="da"> + <property name="width_request">320</property> + <property name="height_request">240</property> + <property name="visible">True</property> + <signal name="expose_event" handler="on_drawingarea1_expose_event" object="cam" last_modification_time="Wed, 01 Jan 2003 15:18:53 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox37"> + <property name="border_width">6</property> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label62"> + <property name="visible">True</property> + <property name="label" translatable="yes"><span weight="bold">Effects</span></property> + <property name="use_underline">False</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox26"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + + <child> + <widget class="GtkLabel" id="label63"> + <property name="visible">True</property> + <property name="label" translatable="yes"> </property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkVBox" id="vbox38"> + <property name="border_width">6</property> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkCheckButton" id="bwb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Black & white</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="colour_func" last_modification_time="Wed, 08 Jan 2003 17:18:05 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="cb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Colour correction</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">True</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="fix_colour_func" last_modification_time="Wed, 08 Jan 2003 17:19:42 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="threshold_chb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Colour threshold</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="threshold_ch_func" last_modification_time="Wed, 08 Jan 2003 17:19:57 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="laplaceb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Laplace</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="edge_func3" last_modification_time="Wed, 08 Jan 2003 17:16:01 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="mirrorb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Mirror image</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="mirror_func" last_modification_time="Wed, 08 Jan 2003 17:17:15 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="negativeb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Negative</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="negative_func" last_modification_time="Wed, 08 Jan 2003 17:16:58 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="smoothb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Smoothing</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="smooth_func" last_modification_time="Wed, 08 Jan 2003 17:18:27 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="sobelb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Sobel</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="sobel_func" last_modification_time="Wed, 08 Jan 2003 17:15:23 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkCheckButton" id="wackyb"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Wacky</property> + <property name="use_underline">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="edge_func1" last_modification_time="Wed, 08 Jan 2003 17:15:00 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label69"> + <property name="visible">True</property> + <property name="label" translatable="yes">Threshold:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHScale" id="slider1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="draw_value">True</property> + <property name="value_pos">GTK_POS_LEFT</property> + <property name="digits">0</property> + <property name="update_policy">GTK_UPDATE_CONTINUOUS</property> + <property name="inverted">False</property> + <property name="adjustment">0 0 255 1 0 0</property> + <signal name="value_changed" handler="on_scale1_drag_data_received" object="cam" last_modification_time="Thu, 09 Jan 2003 01:19:30 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkHSeparator" id="hseparator1"> + <property name="visible">True</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + + <child> + <widget class="GtkHBox" id="hbox31"> + <property name="border_width">6</property> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkAlignment" id="alignment1"> + <property name="visible">True</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xscale">1</property> + <property name="yscale">1</property> + + <child> + <widget class="GtkToggleButton" id="togglebutton1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="active">False</property> + <property name="inconsistent">False</property> + <signal name="toggled" handler="on_show_adjustments1_activate" last_modification_time="Thu, 31 Jul 2003 00:47:15 GMT"/> + + <child> + <widget class="GtkAlignment" id="alignment3"> + <property name="visible">True</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xscale">0</property> + <property name="yscale">0</property> + + <child> + <widget class="GtkHBox" id="hbox32"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">2</property> + + <child> + <widget class="GtkImage" id="image19"> + <property name="visible">True</property> + <property name="stock">gtk-select-color</property> + <property name="icon_size">4</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label75"> + <property name="visible">True</property> + <property name="label" translatable="yes">Show Adjustments</property> + <property name="use_underline">True</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + </child> + </widget> + </child> + </widget> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkAlignment" id="alignment2"> + <property name="visible">True</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xscale">1</property> + <property name="yscale">1</property> + + <child> + <widget class="GtkButton" id="button1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <signal name="clicked" handler="capture_func" object="cam" last_modification_time="Thu, 31 Jul 2003 00:48:33 GMT"/> + + <child> + <widget class="GtkAlignment" id="alignment4"> + <property name="visible">True</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xscale">0</property> + <property name="yscale">0</property> + + <child> + <widget class="GtkHBox" id="hbox33"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">2</property> + + <child> + <widget class="GtkImage" id="image20"> + <property name="visible">True</property> + <property name="pixbuf">snap-icon-small.xpm</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label76"> + <property name="visible">True</property> + <property name="label" translatable="yes">Take Picture</property> + <property name="use_underline">True</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + </widget> + </child> + </widget> + </child> + </widget> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="pack_type">GTK_PACK_END</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> + <widget class="GtkTable" id="table6"> + <property name="border_width">12</property> + <property name="visible">True</property> + <property name="n_rows">5</property> + <property name="n_columns">3</property> + <property name="homogeneous">False</property> + <property name="row_spacing">6</property> + <property name="column_spacing">6</property> + + <child> + <widget class="GtkHScale" id="slider2"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="draw_value">True</property> + <property name="value_pos">GTK_POS_LEFT</property> + <property name="digits">0</property> + <property name="update_policy">GTK_UPDATE_CONTINUOUS</property> + <property name="inverted">False</property> + <property name="adjustment">0 0 255 1 0 0</property> + <signal name="value_changed" handler="contrast_change" object="cam" last_modification_time="Thu, 02 Jan 2003 15:18:41 GMT"/> + </widget> + <packing> + <property name="left_attach">2</property> + <property name="right_attach">3</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkHScale" id="slider3"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="draw_value">True</property> + <property name="value_pos">GTK_POS_LEFT</property> + <property name="digits">0</property> + <property name="update_policy">GTK_UPDATE_CONTINUOUS</property> + <property name="inverted">False</property> + <property name="adjustment">0 0 255 1 0 0</property> + <signal name="value_changed" handler="brightness_change" object="cam" last_modification_time="Thu, 02 Jan 2003 15:19:21 GMT"/> + </widget> + <packing> + <property name="left_attach">2</property> + <property name="right_attach">3</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkHScale" id="slider4"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="draw_value">True</property> + <property name="value_pos">GTK_POS_LEFT</property> + <property name="digits">0</property> + <property name="update_policy">GTK_UPDATE_CONTINUOUS</property> + <property name="inverted">False</property> + <property name="adjustment">0 0 255 1 0 0</property> + <signal name="value_changed" handler="colour_change" object="cam" last_modification_time="Thu, 02 Jan 2003 15:19:53 GMT"/> + </widget> + <packing> + <property name="left_attach">2</property> + <property name="right_attach">3</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkHScale" id="slider5"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="draw_value">True</property> + <property name="value_pos">GTK_POS_LEFT</property> + <property name="digits">0</property> + <property name="update_policy">GTK_UPDATE_CONTINUOUS</property> + <property name="inverted">False</property> + <property name="adjustment">0 0 255 1 0 0</property> + <signal name="value_changed" handler="hue_change" object="cam" last_modification_time="Thu, 02 Jan 2003 15:20:11 GMT"/> + </widget> + <packing> + <property name="left_attach">2</property> + <property name="right_attach">3</property> + <property name="top_attach">3</property> + <property name="bottom_attach">4</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkHScale" id="slider6"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="draw_value">True</property> + <property name="value_pos">GTK_POS_LEFT</property> + <property name="digits">0</property> + <property name="update_policy">GTK_UPDATE_CONTINUOUS</property> + <property name="inverted">False</property> + <property name="adjustment">0 0 255 1 0 0</property> + <signal name="value_changed" handler="wb_change" object="cam" last_modification_time="Thu, 02 Jan 2003 15:21:08 GMT"/> + </widget> + <packing> + <property name="left_attach">2</property> + <property name="right_attach">3</property> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label64"> + <property name="visible">True</property> + <property name="label" translatable="yes">Contrast:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label65"> + <property name="visible">True</property> + <property name="label" translatable="yes">Brightness:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label66"> + <property name="visible">True</property> + <property name="label" translatable="yes">Colour:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label67"> + <property name="visible">True</property> + <property name="label" translatable="yes">Hue:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">3</property> + <property name="bottom_attach">4</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkLabel" id="label68"> + <property name="visible">True</property> + <property name="label" translatable="yes">White Balance:</property> + <property name="use_underline">False</property> + <property name="use_markup">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> + <property name="x_options">fill</property> + <property name="y_options"></property> + </packing> + </child> + + <child> + <widget class="GtkImage" id="brightness_icon"> + <property name="visible">True</property> + <property name="pixbuf">brightness.png</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkImage" id="color_icon"> + <property name="visible">True</property> + <property name="pixbuf">colourness.png</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkImage" id="hue_icon"> + <property name="visible">True</property> + <property name="pixbuf">stock-tool-hue-saturation-16.png</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">3</property> + <property name="bottom_attach">4</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkImage" id="balance_icon"> + <property name="visible">True</property> + <property name="pixbuf">whiteness.png</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + + <child> + <widget class="GtkImage" id="contrast_icon"> + <property name="visible">True</property> + <property name="pixbuf">contrast.png</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + <packing> + <property name="left_attach">0</property> + <property name="right_attach">1</property> + <property name="top_attach">0</property> + <property name="bottom_attach">1</property> + <property name="x_options">fill</property> + <property name="y_options">fill</property> + </packing> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </widget> + </child> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + + <child internal-child="appbar"> + <widget class="GnomeAppBar" id="status"> + <property name="visible">True</property> + <property name="has_progress">False</property> + <property name="has_status">True</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> +</widget> + +</glade-interface> diff --git a/data/camorama.gladep b/data/camorama.gladep new file mode 100644 index 0000000..7012234 --- /dev/null +++ b/data/camorama.gladep @@ -0,0 +1,7 @@ +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> +<!DOCTYPE glade-project SYSTEM "http://glade.gnome.org/glade-project-2.0.dtd"> + +<glade-project> + <name></name> + <program_name></program_name> +</glade-project> diff --git a/data/camorama.gladep.bak b/data/camorama.gladep.bak new file mode 100644 index 0000000..7012234 --- /dev/null +++ b/data/camorama.gladep.bak @@ -0,0 +1,7 @@ +<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> +<!DOCTYPE glade-project SYSTEM "http://glade.gnome.org/glade-project-2.0.dtd"> + +<glade-project> + <name></name> + <program_name></program_name> +</glade-project> diff --git a/data/camorama.schemas b/data/camorama.schemas new file mode 100644 index 0000000..8898bb4 --- /dev/null +++ b/data/camorama.schemas @@ -0,0 +1,1973 @@ +<gconfschemafile> + <schemalist> + + <schema> + <key>/schemas/apps/camorama/preferences/append_ts_to_file</key> + <applyto>/apps/camorama/preferences/append_ts_to_file</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Append timestamp to filename</short> + <long>Appends a timestamp, in UNIX time, to the ends of filenames</long> + </locale> + + <locale name="be"> + <short>Дадаць часавую адмеціну да назвы файла</short> + <long>Дадаць часаваю адмеціну, у UNIX фармаце, у канец назвы файла</long> + </locale> + + <locale name="cs"> + <short>Připojit časový údaj k souboru</short> + <long>Připojí časový údaj, ve tvaru UNIX, na konce názvů souborů</long> + </locale> + + <locale name="da"> + <short>Tilføj tidsstempel til filnavn</short> + <long>Tilføjer et tidsstempel i Unix-tid til slutningen af filnavne</long> + </locale> + + <locale name="de"> + <short>Zeitstempel an Dateiname anhängen</short> + <long>Hängt einen Zeitstempel im UNIX-Zeitformat an das Ende der Dateinamen</long> + </locale> + + <locale name="es"> + <short>Agregar una marca de tiempo al nombre de archivo</short> + <long>Agrega una marca de tiempo, en formato de tiempo UNIX, al final de los nombres de archivos</long> + </locale> + + <locale name="fr"> + <short>Apposer un horodatage au nom des fichiers</short> + <long>Apposer un horodatage, en temps UNIX, à la fin des noms de fichiers</long> + </locale> + + <locale name="ja"> + <short>ファイル名にタイムスタンプを追加</short> + <long>ファイル名の末尾に UNIX 時間のタイムスタンプを追加</long> + </locale> + + <locale name="mk"> + <short>Припои временска марка на името од датотеките</short> + <long>Внеси временска марка, во UNIX време, на крајовите од имињата од датотеките</long> + </locale> + + <locale name="nl"> + <short>Tijdstempel aan bestandsnaam toevoegen</short> + <long>Voegt aan het eind van een bestandsnaam een UNIX-tijdstempel toe</long> + </locale> + + <locale name="pl"> + <short>Dodanie datownika do nazwy pliku</short> + <long>Dodaje na końcu nazwy pliku datownik, w formacie czasu UNIX</long> + </locale> + + <locale name="pt"> + <short>Acrescentar hora ao nome ficheiro</short> + <long>Acrescenta hora, em hora UNIX, ao final dos nomes ficheiros</long> + </locale> + + <locale name="pt_BR"> + <short>Acrescentar horário ao nome arquivo</short> + <long>Acrescenta horário, em hora UNIX, ao final dos nomes arquivos</long> + </locale> + + <locale name="sr"> + <short>Додати временски тренутак датотеци</short> + <long>Додајти временски тренутак, у Уникс бремену, на крајеве датотека</long> + </locale> + + <locale name="sr@Latn"> + <short>Dodati vremenski trenutak datoteci</short> + <long>Dodajti vremenski trenutak, u Uniks bremenu, na krajeve datoteka</long> + </locale> + + <locale name="sv"> + <short>Lägg till tidsstämpel till filnamn</short> + <long>Lägger till en tidsstämpel, i UNIX-tid, till sluten på filnamn</long> + </locale> + + <locale name="uk"> + <short>Додати позначку часу до назви файла</short> + <long>Додавати позначку часу в форматі часу UNIX в кінець назв файлів</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/auto_capture</key> + <applyto>/apps/camorama/preferences/auto_capture</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Toggles auto-capture</short> + <long>Toggles automatic capturing of pictures.</long> + </locale> + + <locale name="be"> + <short>Пераключае аўтаматычны захоп</short> + <long>Пераключае рэжым аўтаматычнага захопу відарысаў.</long> + </locale> + + <locale name="cs"> + <short>Přepíná automatický záznam</short> + <long>Přepíná automatické zaznamenávání obrázků.</long> + </locale> + + <locale name="da"> + <short>Automatisk optagelse</short> + <long>Aktiverer automatisk optagelse af billeder.</long> + </locale> + + <locale name="de"> + <short>Auto-Mitschneiden?</short> + <long>Sollen Bilder automatisch mitgeschnitten werden?</long> + </locale> + + <locale name="es"> + <short>Activar la captura automática</short> + <long>Activar la captura automática de imágenes.</long> + </locale> + + <locale name="fr"> + <short>Actives la capture automatique</short> + <long>Actives la capture automatique des images</long> + </locale> + + <locale name="ja"> + <short>自動取り込みの切り替え</short> + <long>画像の自動取り込みを切り替えます</long> + </locale> + + <locale name="mk"> + <short>Вклучува авто-превземање</short> + <long>Вклучи автоматско превземање на слики.</long> + </locale> + + <locale name="nl"> + <short>Schakelt automatische opname in/uit</short> + <long>Schakelt automatische opname van beelden in/uit</long> + </locale> + + <locale name="pl"> + <short>Przechwytywanie automatyczne</short> + <long>Określa, czy jest aktywne automatyczne przechwytywanie obrazów.</long> + </locale> + + <locale name="pt"> + <short>Alterna auto-captura</short> + <long>Alterna a captura automática de imagens.</long> + </locale> + + <locale name="pt_BR"> + <short>Alterna auto-captura</short> + <long>Alterna a captura automática de imagens.</long> + </locale> + + <locale name="sr"> + <short>Промена за само снимање</short> + <long>Промена за само снимање слика.</long> + </locale> + + <locale name="sr@Latn"> + <short>Promena za samo snimanje</short> + <long>Promena za samo snimanje slika.</long> + </locale> + + <locale name="sv"> + <short>Växlar automatisk tagning</short> + <long>Växlar automatisk tagning av bilder.</long> + </locale> + + <locale name="uk"> + <short>Перемикнути автозйомку</short> + <long>Перемикнути автоматичне знімання зображень.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/auto_capture_interval</key> + <applyto>/apps/camorama/preferences/auto_capture_interval</applyto> + <owner>camorama</owner> + <type>int</type> + <default>1200000</default> + <locale name="C"> + <short>Interval for auto-capture</short> + <long>Specifies the interval for automatic capture of pictures.</long> + </locale> + + <locale name="be"> + <short>Інтэрвал для аўтаматычнага захопу</short> + <long>Пазначае інтэрвал для аўтаматычнага захопу відарысаў.</long> + </locale> + + <locale name="cs"> + <short>Interval automatického záznamu</short> + <long>Udává interval pro automatické ukládání obrázků.</long> + </locale> + + <locale name="da"> + <short>Interval for automatisk optagelse</short> + <long>Angiver intervallet for automatisk optagelse af billeder.</long> + </locale> + + <locale name="de"> + <short>Intervall für Auto-Mitschneiden</short> + <long>Gibt das Intervall für das automatische Mitschneiden von Bildern an.</long> + </locale> + + <locale name="es"> + <short>Intervalo para la captura automática</short> + <long>Especifica el intervalo para la captura automática de imágenes.</long> + </locale> + + <locale name="fr"> + <short>Intervalle pour la capture automatique</short> + <long>Spécifie l'intervalle pour la capture automatique des images</long> + </locale> + + <locale name="ja"> + <short>自動取り込みの間隔</short> + <long>画像の自動取り込みの時間間隔を指定します。</long> + </locale> + + <locale name="mk"> + <short>Интервал за авто-превземања</short> + <long>Специфицира интервал за автоматско превземање на слики</long> + </locale> + + <locale name="nl"> + <short>Interval van automatisch opname</short> + <long>Specificeert het interval voor automatische opname van beelden.</long> + </locale> + + <locale name="pl"> + <short>Okres czasu automatycznego przechwytywania</short> + <long>Określa okres czasu automatycznego przechwytywania obrazów.</long> + </locale> + + <locale name="pt"> + <short>Intreval de auto-captura</short> + <long>Especifica o intervalo para imagens capturadas automaticamente.</long> + </locale> + + <locale name="pt_BR"> + <short>Intreval de auto-captura</short> + <long>Especifica o intervalo para imagens capturadas automaticamente.</long> + </locale> + + <locale name="sr"> + <short>Трајање за само снимање</short> + <long>Одреди трајање за само снимање слика.</long> + </locale> + + <locale name="sr@Latn"> + <short>Trajanje za samo snimanje</short> + <long>Odredi trajanje za samo snimanje slika.</long> + </locale> + + <locale name="sv"> + <short>Intervall för automatisk tagning</short> + <long>Anger intervallet för automatisk tagning av bilder.</long> + </locale> + + <locale name="uk"> + <short>Інтервал автозйомки</short> + <long>Визначає інтервал для автоматичного знімання.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/drawdate</key> + <applyto>/apps/camorama/preferences/drawdate</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Toggles the datestamp in captures</short> + <long>Toggles the drawing of a datestamp within the captured pictures</long> + </locale> + + <locale name="be"> + <short>Пераключае часаваю адмеціну ў захопе</short> + <long>Пераключае вывад часавае адмеціны ў межах захопленых відарысаў</long> + </locale> + + <locale name="cs"> + <short>Přepíná časový údaj v záznamech</short> + <long>Přepíná vykreslování časového údaje do zaznamenaných obrázků</long> + </locale> + + <locale name="da"> + <short>Tidsstempel i optagelser</short> + <long>Om et tidsstempel skal skrives i de optagede billeder</long> + </locale> + + <locale name="de"> + <short>Den Datumsstempel zu Mitschnitten hinzufügen/nicht hinzufügen</short> + <long>Den Datumsstempel in den gespeicherten Bildern zeichnen/nicht zeichnen</long> + </locale> + + <locale name="es"> + <short>Activar la marca de fecha en las capturas</short> + <long>Activar el dibujado de la marca de fecha dentro de las imágenes capturadas</long> + </locale> + + <locale name="fr"> + <short>Active la date dans les captures</short> + <long>Active l'impression de la date sur les images enregistrées</long> + </locale> + + <locale name="ja"> + <short>取り込み画像への日付挿入の有無を切り替えます</short> + <long>取り込んだ画像への日付の挿入の有無を切り替えます</long> + </locale> + + <locale name="mk"> + <short>Вклучи марка на датумот во превземањата</short> + <long>Вклучи го цртањето на дата марки во заробените слики</long> + </locale> + + <locale name="nl"> + <short>Schakelt de datumstempel bij opnames in/uit</short> + <long>Schakelt de weergave van een datumstempel bij opgenomen beelden in/uit</long> + </locale> + + <locale name="pl"> + <short>Data w przechwyconych obrazach</short> + <long>Określa, czy na przechwyconych obrazach ma być umieszczona data</long> + </locale> + + <locale name="pt"> + <short>Alterna o campo de data nas capturas</short> + <long>Alterna o desenho da data dentro das imagens capturadas</long> + </locale> + + <locale name="pt_BR"> + <short>Alterna o campo de data nas capturas</short> + <long>Alterna o desenho da data dentro das imagens capturadas</long> + </locale> + + <locale name="sr"> + <short>Промена за временски тренутак на снимцима</short> + <long>Промена за цртање временског тренутка на сниманим сликама</long> + </locale> + + <locale name="sr@Latn"> + <short>Promena za vremenski trenutak na snimcima</short> + <long>Promena za crtanje vremenskog trenutka na snimanim slikama</long> + </locale> + + <locale name="sv"> + <short>Växlar tidsstämpeln i tagningar</short> + <long>Växlar ritandet av en tidsstämpel i de tagna bilderna</long> + </locale> + + <locale name="uk"> + <short>Перемикнути позначку дати у зйомках</short> + <long>Перемикнути малювання позначки дати у знятих зображеннях</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/camorama/preferences/file_type</key> + <applyto>/apps/camorama/preferences/file_type</applyto> + <owner>camorama</owner> + <type>int</type> + <default>1</default> + <locale name="C"> + <short>Local capture image format</short> + <long>Specifies the image format to be used for locally saved pictures</long> + </locale> + + <locale name="be"> + <short>Фармат відарысаў мясцовага захопу</short> + <long>Пазначае фармат відарыса для захаваньня мясцовых відарысаў</long> + </locale> + + <locale name="cs"> + <short>Formát obrázků lokálního záznamu</short> + <long>Udává formát obrázku, který se má použít pro lokálně ukládané obrázky</long> + </locale> + + <locale name="da"> + <short>Billedformat til lokale optagelser</short> + <long>Angiver det billedformat der skal benyttes til lokalt gemte billeder</long> + </locale> + + <locale name="de"> + <short>Bildformat lokaler Mitschnitte</short> + <long>Welches Bildformat soll für lokal gespeicherte Bilder verwendet werden?</long> + </locale> + + <locale name="es"> + <short>Formato de la imagen de la captura local</short> + <long>Especifica el formato de imagen a ser utilizado para las imágenes guardadas localmente</long> + </locale> + + <locale name="fr"> + <short>format des iimages locales</short> + <long>Spécifie le format à utiliser pour les images enregistrées localement</long> + </locale> + + <locale name="ja"> + <short>ローカル取り込みの画像フォーマット</short> + <long>ローカルで保存する画像に利用する画像フォーマットを指定します</long> + </locale> + + <locale name="mk"> + <short>Формат на локално превземените слики</short> + <long>Специфицира форматот на сликата да биде користен само за локално снимени слики</long> + </locale> + + <locale name="nl"> + <short>Afbeeldingsformaat van lokale opnames</short> + <long>Specificeert het afbeeldingsformaat dat gebruikt dient te worden voor lokaal opgeslagen beelden.</long> + </locale> + + <locale name="pl"> + <short>Format lokalnego przechwyconego obrazu</short> + <long>Określa format lokalnie zapisywanych obrazów</long> + </locale> + + <locale name="pt"> + <short>Formato imagem captura local</short> + <long>Especifica o formato de imagem, a ser utilizado para imagens gravadas localmente</long> + </locale> + + <locale name="pt_BR"> + <short>Formato imagem captura local</short> + <long>Especifica o formato de imagem a ser utilizado para imagens salvas localmente</long> + </locale> + + <locale name="sr"> + <short>Облик слика за локално снимање</short> + <long>Одреди облик снимка кији ће бити кориштен за локално чуване слике</long> + </locale> + + <locale name="sr@Latn"> + <short>Oblik slika za lokalno snimanje</short> + <long>Odredi oblik snimka kiji će biti korišten za lokalno čuvane slike</long> + </locale> + + <locale name="sv"> + <short>Bildformat för lokal tagning</short> + <long>Anger bildformatet som ska användas för lokalt sparade bilder</long> + </locale> + + <locale name="uk"> + <short>Формат зображень локальних зйомок</short> + <long>Визначає формат зображення для зображень, що зберігаються локально</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/hostname</key> + <applyto>/apps/camorama/preferences/hostname</applyto> + <owner>camorama</owner> + <type>string</type> + <default>yourdomain.org</default> + <locale name="C"> + <short>Hostname for FTP server</short> + <long>Hostname for the FTP server for remote captures.</long> + </locale> + + <locale name="be"> + <short>Назва вузла для FTP паслужніка</short> + <long>Назва вузла для FTP паслужніка для адаленых захопаў.</long> + </locale> + + <locale name="cs"> + <short>Název počítače FTP serveru</short> + <long>Název počítače FTP serveru pro vzdálené záznamy.</long> + </locale> + + <locale name="da"> + <short>Værtsnavn til FTP-server</short> + <long>Værtsnavn til FTP-server til fjerne optagelser.</long> + </locale> + + <locale name="de"> + <short>Rechnername des FTP-Servers</short> + <long>Der Rechnername des FTP-Servers für entfernte Mitschnitte.</long> + </locale> + + <locale name="es"> + <short>Nombre de equipo para el servidor FTP</short> + <long>Nombre de equipo para el servidor FTP para las capturas remotas.</long> + </locale> + + <locale name="fa"> + <short>نام میزبان کارگزار FTP</short> + + </locale> + + <locale name="fr"> + <short>Nom d'hôte du serveur FTP</short> + <long>Nom d'hôte du serveur FTP pour les captures distantes.</long> + </locale> + + <locale name="ja"> + <short>FTP サーバのホスト名</short> + <long>リモート取り込みで利用する FTP サーバのホスト名</long> + </locale> + + <locale name="mk"> + <short>Име на компјутер за FTP сервер</short> + <long>Име на компјутер за FTP сервер за нелокални превземања.</long> + </locale> + + <locale name="nl"> + <short>Computernaam van de FTP-server</short> + <long>Computernaam van de FTP-server voor opnames op afstand</long> + </locale> + + <locale name="pl"> + <short>Nazwa komputera serwera FTP</short> + <long>Nazwa serwera FTP przechwytującego zdalnie obrazy.</long> + </locale> + + <locale name="pt"> + <short>Nome servidor FTP</short> + <long>Nome servidor FYP para capturas remotas.</long> + </locale> + + <locale name="pt_BR"> + <short>Nome servidor FTP</short> + <long>Nome servidor FYP para capturas remotas.</long> + </locale> + + <locale name="sr"> + <short>Назив за домаћински ФТП сервер</short> + <long>Име за домаћински ФТП сервер за даљинске снимке.</long> + </locale> + + <locale name="sr@Latn"> + <short>Naziv za domaćinski FTP server</short> + <long>Ime za domaćinski FTP server za daljinske snimke.</long> + </locale> + + <locale name="sv"> + <short>Värdnamn för FTP-server</short> + <long>Värdnamn för FTP-servern för fjärrtagningar.</long> + </locale> + + <locale name="uk"> + <short>Назва хоста сервера FTP</short> + <long>Назва хоста сервера FTP для віддалених зйомок.</long> + </locale> + + <locale name="vi"> + <short>Hostname cho máy chủ FTP</short> + + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/local_capture</key> + <applyto>/apps/camorama/preferences/local_capture</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Toggles local capture</short> + <long>When capturing pictures via the "Take Picture" button, or with auto capture, this key toggles the saving of pictures locally.</long> + </locale> + + <locale name="be"> + <short>Пераключае мясцовы захоп</short> + <long>Калі відарысы захопленыя кнопкай "Узяць відарыс", ці аўтазахопам, гэты ключ пераключае мясцовае захаваньне відарысаў.</long> + </locale> + + <locale name="cs"> + <short>Přepíná lokální záznam</short> + <long>Při záznamu obrázků pomocí tlačítka "Vyfotit"nebo při automatickém záznamu, tento klíč přepíná ukládání obrázků lokálně.</long> + </locale> + + <locale name="da"> + <short>Lokal optagelse</short> + <long>Når billeder gemmes vha. knappen "Gem billede" eller med automatisk optagelse, angiver denne nøgle om billederne gemmes lokalt.</long> + </locale> + + <locale name="de"> + <short>Lokal mitschneiden?</short> + <long>Beim Mitschneiden von Bildern mittels des »Bild aufnehmen«-Knopfes oder mittels der Auto-Aufnahme sorgt dieser Knopf dafür, dass die Bilder lokal gespeichert werden.</long> + </locale> + + <locale name="es"> + <short>Activar la captura local</short> + <long>Al capturar imágenes por medio del botón «Tomar fotografía», o con la captura automática, esta clave activa el guardado de las imágenes localmente.</long> + </locale> + + <locale name="fr"> + <short>Activer les captures en local</short> + <long>Lors d'une capture d'image via le bouton « Prendre une photo », ou avec la capture automatique, cette clé active l'enregistrement d'image localement.</long> + </locale> + + <locale name="ja"> + <short>ローカル読み込みの切り替え</short> + <long>"写真を撮る" ボタンもしくは自動取り込みで画像を取り込んだ場合、このキーは画像のローカル保存を有効にします。</long> + </locale> + + <locale name="mk"> + <short>Вклучи локално превземање</short> + <long>Кога превземате слики преку "Земи слика" копчето, или со авто превземање, ова копче го вклучува снимањето на сликата локално.</long> + </locale> + + <locale name="nl"> + <short>Schakelt lokale opname in/uit</short> + <long>Tijdens de opname van beelden met behulp van de "Foto maken"-knop of automatische opname, schakelt deze toets de lokale opslag van afbeeldingen in/uit.</long> + </locale> + + <locale name="pl"> + <short>Przechwytywanie lokalne</short> + <long>Opcja ta przełącza zapisywanie lokalne obrazów przechwyconych automatycznie lub po użyciu przycisku "Zrób zdjęcie".</long> + </locale> + + <locale name="pt"> + <short>Alterna captura local</short> + <long>Ao capturar imagens através do botão "Tirar Fotografia", ou com auto-captura, esta tecla alterna a gravação local das imagens.</long> + </locale> + + <locale name="pt_BR"> + <short>Alterna captura local</short> + <long>Ao capturar imagens através do botão "Tirar Fotografia", ou com auto-captura, esta tecla alterna a gravação local das imagens.</long> + </locale> + + <locale name="sr"> + <short>Промена за локално снимање</short> + <long>Када се снимају слике са "Сними слику" дугметом, или са самоснимањем, ово дугме ће променити чување слика локално.</long> + </locale> + + <locale name="sr@Latn"> + <short>Promena za lokalno snimanje</short> + <long>Kada se snimaju slike sa "Snimi sliku" dugmetom, ili sa samosnimanjem, ovo dugme će promeniti čuvanje slika lokalno.</long> + </locale> + + <locale name="sv"> + <short>Växlar lokal tagning</short> + <long>När bilder tas via knappen "Ta bild" eller automatisk tagning växlar denna nyckel det lokala sparandet av bilder.</long> + </locale> + + <locale name="uk"> + <short>Перемикнути локальну зйомку</short> + <long>Ця клавіша встановлює локальне збереження зображень, що робляться натисненням кнопки "Зробити знімок" чи автоматично.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/login</key> + <applyto>/apps/camorama/preferences/login</applyto> + <owner>camorama</owner> + <type>string</type> + <default>your-username</default> + <locale name="C"> + <short>Username for FTP server</short> + <long>Username to use for FTP uploads of captured pictures</long> + </locale> + + <locale name="be"> + <short>Імя карыстальніка для FTP паслужніка</short> + <long>Імя карыстальніка для выкарыстаньня загрузкі захопленых відарысаў на FTP</long> + </locale> + + <locale name="cs"> + <short>Uživatelské jméno pro FTP server</short> + <long>Uživatelské jméno, které se má použít pro přenášení obrázků skrz FTP</long> + </locale> + + <locale name="da"> + <short>Brugernavn til FTP-server</short> + <long>Brugernavn som skal bruges til FTP-forsendelser af optagede billeder</long> + </locale> + + <locale name="de"> + <short>Benutzername für FTP-Server</short> + <long>Der für FTP-Uploads mitgeschnittener Bilder zu verwendende Benutzername</long> + </locale> + + <locale name="es"> + <short>Nombre de usuario para el servidor FTP</short> + <long>Nombre de usuario a utilizar para los envíos al FTP de las imágenes capturadas</long> + </locale> + + <locale name="fa"> + <short>نام کاربر برای کارگزار FTP</short> + + </locale> + + <locale name="fr"> + <short>Nom d'utilisateur pour le serveur FTP</short> + <long>Nom d'utilisateur à utiliser pour envoyer au FTP les images capturées</long> + </locale> + + <locale name="ja"> + <short>FTP サーバのユーザ名</short> + <long>取り込んだ画像の FTP アップロードに使用するユーザ名</long> + </locale> + + <locale name="mk"> + <short>Корисничко име за FTP сервер</short> + <long>Корисничко име кое ќе се користи при FTP вчитувањата на превземените слики</long> + </locale> + + <locale name="nl"> + <short>Gebruikersnaam voor FTP-server</short> + <long>Gebruikersnaam die gebruikt dient te worden voor FTP-uploads van opgenomen beelden</long> + </locale> + + <locale name="pl"> + <short>Nazwa użytkownika serwera FTP</short> + <long>Nazwa użytkownika serwera FTP na który zostaną wysłane obrazy</long> + </locale> + + <locale name="pt"> + <short>Utilizador para servidor FTP</short> + <long>Nome utilizador a utilizar nos envios FTP de imagens capturadas</long> + </locale> + + <locale name="pt_BR"> + <short>Usuário para servidor FTP</short> + <long>Nome usuário a usar nos envios FTP de imagens capturadas</long> + </locale> + + <locale name="sr"> + <short>Корисничко име за ФТП сервер</short> + <long>Корисничо име које ће се користити ѕа ФТП натовар снимљених слика</long> + </locale> + + <locale name="sr@Latn"> + <short>Korisničko ime za FTP server</short> + <long>Korisničo ime koje će se koristiti ѕa FTP natovar snimljenih slika</long> + </locale> + + <locale name="sv"> + <short>Användarnamn för FTP-server</short> + <long>Användarnamn att använda för FTP-lämnande av tagna bilder</long> + </locale> + + <locale name="uk"> + <short>Користувач сервера FTP</short> + <long>Користувач FTP для відвантажень знятих зображень</long> + </locale> + + <locale name="vi"> + <short>Tên người dùng cho máy chủ FTP</short> + + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/password</key> + <applyto>/apps/camorama/preferences/password</applyto> + <owner>camorama</owner> + <type>string</type> + <default>seeeekrit</default> + <locale name="C"> + <short>Password for FTP server</short> + <long>The password for the FTP account for remote captures.</long> + </locale> + + <locale name="be"> + <short>Пароль для FTP паслужніка</short> + <long>Пароль для уліковага запіса FTP для адаленага захопу.</long> + </locale> + + <locale name="cs"> + <short>Heslo pro FTP server</short> + <long>Heslo k účtu FTP pro vzdálené záznamy.</long> + </locale> + + <locale name="da"> + <short>Adgangskode til FTP-server</short> + <long>Adgangskoden til FTP-kontoen for fjerne optagelser.</long> + </locale> + + <locale name="de"> + <short>Passwort des FTP-Servers</short> + <long>Das Passwort für den FTP-Zugang für entfernte Mitschnitte.</long> + </locale> + + <locale name="es"> + <short>Contraseña para el servidor FTP</short> + <long>La contraseña para la cuenta FTP para las capturas remotas</long> + </locale> + + <locale name="fa"> + <short>گذرواژهی کارگزار FTP</short> + + </locale> + + <locale name="fr"> + <short>Mot de passe pour le serveur FTP</short> + <long>Le mot de passe pour le serveur FTP pour les captures distantes.</long> + </locale> + + <locale name="ja"> + <short>FTP サーバのパスワード</short> + <long>リモート取り込みの FTP アカウントに対応するパスワード</long> + </locale> + + <locale name="mk"> + <short>Лозинка за FTP серверот</short> + <long>Лозинката за FTP сметката за нелокално превземање.</long> + </locale> + + <locale name="nl"> + <short>Wachtwoord van de FTP-server</short> + <long>Het wachtwoord van het FTP-account voor opnames op afstand.</long> + </locale> + + <locale name="pl"> + <short>Hasło serwera FTP</short> + <long>Hasło konta FTP dla zdalnie zapisywanych obrazów.</long> + </locale> + + <locale name="pt"> + <short>Senha do servidor FTP</short> + <long>A senha da conta FTP para capturas remotas.</long> + </locale> + + <locale name="pt_BR"> + <short>Senha do servidor FTP</short> + <long>A senha da conta FTP para capturas remotas.</long> + </locale> + + <locale name="sr"> + <short>Лозинка за ФТП сервер</short> + <long>Лозинка за ФТП рачун за даљинске снимке.</long> + </locale> + + <locale name="sr@Latn"> + <short>Lozinka za FTP server</short> + <long>Lozinka za FTP račun za daljinske snimke.</long> + </locale> + + <locale name="sv"> + <short>Lösenord för FTP-server</short> + <long>Lösenordet för FTP-kontot för fjärrtagningar.</long> + </locale> + + <locale name="uk"> + <short>Пароль для сервера FTP</short> + <long>Пароль користувача FTP для віддалений зйомок.</long> + </locale> + + <locale name="vi"> + <short>Mật khẩu cho máy chủ FTP</short> + + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/remote_append_ts_to_file</key> + <applyto>/apps/camorama/preferences/remote_append_ts_to_file</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Append timestamp to remote filename</short> + <long>Appends a timestamp, in UNIX time, to the ends of remote filenames</long> + </locale> + + <locale name="be"> + <short>Дадаць часаваю адмеціну да назвы аддаленага файла</short> + <long>Дадаць часаваю адмеціну, у UNIX фармаце, у канец назвы аддаленага файла</long> + </locale> + + <locale name="cs"> + <short>Připojit časový údaj ke vzdálenému souboru</short> + <long>Připojí časový údaj, ve tvaru UNIX, na konce názvů vzdálených souborů</long> + </locale> + + <locale name="da"> + <short>Tilføj tidsstempel til fjernt filnavn</short> + <long>Tilføjer et tidsstempel i Unix-tid til slutningen af fjerne filnavne</long> + </locale> + + <locale name="de"> + <short>Zeitstempel an entfernten Dateinamen anhängen</short> + <long>Hängt einen Zeitstempel im UNIX-Zeitformat an das Ende der entfernten Dateinamen</long> + </locale> + + <locale name="es"> + <short>Agregar una marca de tiempo al nombre de archivo remoto</short> + <long>Agrega una marca de tiempo, en formato de tiempo UNIX, al final de los nombres de archivos remotos</long> + </locale> + + <locale name="fr"> + <short>Apposer un horodatage aux fichiers distants</short> + <long>Apposer un horodatage, en temps UNIX, à la fin des noms de fichiers distants</long> + </locale> + + <locale name="ja"> + <short>リモートのファイル名にタイムスタンプを追加</short> + <long>リモートのファイル名に UNIX 時間のタイムスタンプを追加</long> + </locale> + + <locale name="mk"> + <short>Припои временска марка на нелокално име на датотека</short> + <long>Внеси временска марка, во UNIX време, на крајовите од нелокалните имињата од датотеките</long> + </locale> + + <locale name="nl"> + <short>Tijdstempel aan bestandsnaam op afstand toevoegen</short> + <long>Voegt aan het eind van een bestandsnaam op afstand een UNIX-tijdstempel toe</long> + </locale> + + <locale name="pl"> + <short>Dodanie datownika do nazwy zdalnego pliku</short> + <long>Dodaje na końcu nazwy zdalnego pliku datownik, w formacie czasu UNIX</long> + </locale> + + <locale name="pt"> + <short>Acrescentar hora ao nome ficheiro remoto</short> + <long>Acrescenta hora, em hora UNIX, ao final dos nomes ficheiros remotos</long> + </locale> + + <locale name="pt_BR"> + <short>Acrescentar horário ao nome arquivo remoto</short> + <long>Acrescenta horário, em hora UNIX, ao final dos nomes arquivos remotos</long> + </locale> + + <locale name="sr"> + <short>Додати временски тренутак на даљинску датотеку</short> + <long>Додајти временски тренутак, у Уникс бремену, на крајеве од даљинских датотека</long> + </locale> + + <locale name="sr@Latn"> + <short>Dodati vremenski trenutak na daljinsku datoteku</short> + <long>Dodajti vremenski trenutak, u Uniks bremenu, na krajeve od daljinskih datoteka</long> + </locale> + + <locale name="sv"> + <short>Lägg till tidsstämpel till fjärrfilnamn</short> + <long>Lägger till en tidsstämpel, i UNIX-tid, till sluten på fjärrfilnamn</long> + </locale> + + <locale name="uk"> + <short>Додати позначку часу до назви віддаленого файла</short> + <long>Додавати позначку часу в форматі часу UNIX в кінець назв віддалений файлів</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/remote_capture</key> + <applyto>/apps/camorama/preferences/remote_capture</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Toggles remote capture</short> + <long>When capturing pictures via the "Take Picture" button, or with auto capture, this key toggles the saving of pictures to a remote server.</long> + </locale> + + <locale name="be"> + <short>Пераключае аддалены захоп</short> + <long>Калі відарысы захопленыя кнопкай "Узяць відарыс", ці аўтазахопам, гэты ключ пераключае аддаленае захаваньне відарысаў на паслужніке.</long> + </locale> + + <locale name="cs"> + <short>Přepíná vzdálený záznam</short> + <long>Při záznamu obrázků pomocí tlačítka "Vyfotit"nebo při automatickém záznamu, tento klíč přepíná ukládání obrázků na vzdálený server.</long> + </locale> + + <locale name="da"> + <short>Fjern optagelse</short> + <long>Når billeder gemmes vha. knappen "Gem billede" eller med automatisk optagelse, angiver denne nøgle om billederne gemmes på en server.</long> + </locale> + + <locale name="de"> + <short>Entfernt mitschneiden?</short> + <long>Beim Mitschneiden von Bildern mittels des »Bild aufnehmen«-Knopfes oder mittels der Auto-Aufnahme sorgt dieser Knopf dafür, dass die Bilder auf einem entfernten Rechner gespeichert werden.</long> + </locale> + + <locale name="es"> + <short>Activar la captura remota</short> + <long>Al capturar imágenes por medio del botón «Tomar fotografía», o con la captura automática, esta clave activa el guardado de las imágenes en un servidor remoto.</long> + </locale> + + <locale name="fr"> + <short>Activer les captures distantes</short> + <long>Lors d'une capture d'image via le bouton « Prendre une photo », ou avec la capture automatique, cette clé active l'enregistrement d'image vers le serveur distant.</long> + </locale> + + <locale name="ja"> + <short>リモート取り込みの切り替え</short> + <long>"写真を撮る" ボタンもしくは自動取り込みで画像を取り込んだ場合、このキーは画像のリモート保存を有効にします。</long> + </locale> + + <locale name="mk"> + <short>Вклучи нелокално превземање</short> + <long>Кога превземате слики преку "Земи слика" копчето, или со авто превземање, ова копче го вклучува снимањето на сликата на нелокален сервер.</long> + </locale> + + <locale name="nl"> + <short>Schakelt opname op afstand in/uit</short> + <long>Tijdens de opname van beelden met behulp van de "Foto maken"-knop of automatische opname, schakelt deze toets de opslag op afstand van afbeeldingen in/uit.</long> + </locale> + + <locale name="pl"> + <short>Przechwytywanie zdalne</short> + <long>Opcja ta, przełącza zapisywanie na zdalny serwer obrazów przechwyconych automatycznie lub przy użyciu przycisku "Zrób zdjęcie".</long> + </locale> + + <locale name="pt"> + <short>Alterna captura remota</short> + <long>Ao capturar imagens através do botão "Tirar Fotografia", ou com auto-captura, esta tecla alterna a gravação das imagens num servidor remoto.</long> + </locale> + + <locale name="pt_BR"> + <short>Alterna captura remota</short> + <long>Ao capturar imagens através do botão "Tirar Fotografia", ou com auto-captura, esta tecla alterna a gravação das imagens num servidor remoto.</long> + </locale> + + <locale name="sr"> + <short>Промена за даљинско сликање</short> + <long>Када се снимају слике са "Сними слику" дугметом, или са самоснимањем, ово дугме ће променити чување слика на даљински сервер.</long> + </locale> + + <locale name="sr@Latn"> + <short>Promena za daljinsko slikanje</short> + <long>Kada se snimaju slike sa "Snimi sliku" dugmetom, ili sa samosnimanjem, ovo dugme će promeniti čuvanje slika na daljinski server.</long> + </locale> + + <locale name="sv"> + <short>Växlar fjärrtagning</short> + <long>När bilder tas via knappen "Ta bild" eller automatisk tagning växlar denna nyckel sparandet av bilder på en fjärrserver.</long> + </locale> + + <locale name="uk"> + <short>Перемикнути віддалену зйомку</short> + <long>Ця клавіша встановлює віддалене збереження зображень, що робляться натисненням кнопки "Зробити знімок" чи автоматично.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/remote_file_type</key> + <applyto>/apps/camorama/preferences/remote_file_type</applyto> + <owner>camorama</owner> + <type>int</type> + <default>0</default> + <locale name="C"> + <short>Remote capture image format</short> + <long>Specifies the image format to be used for remotely saved pictures</long> + </locale> + + <locale name="be"> + <short>Фармат відарысаў аддаленага захопу</short> + <long>Пазначае фармат відарыса для захаваньня аддаленых відарысаў</long> + </locale> + + <locale name="cs"> + <short>Formát obrázků vzdáleného záznamu</short> + <long>Udává formát obrázku, který se má použít pro vzdáleně ukládané obrázky</long> + </locale> + + <locale name="da"> + <short>Billedformat til fjerne optagelser</short> + <long>Angiver det billedformat der skal benyttes til fjernt gemte billeder</long> + </locale> + + <locale name="de"> + <short>Bildformat ntfernter Mitschnitte</short> + <long>Welches Bildformat soll für entfernt gespeicherte Bilder verwendet werden?</long> + </locale> + + <locale name="es"> + <short>Formato de la imagen de la captura remota</short> + <long>Especifica el formato de imagen a ser utilizado para las imágenes guardadas remotamente</long> + </locale> + + <locale name="fr"> + <short>format des images distantes</short> + <long>Spécifie le format à utiliser pour les images enregistrées de façon distante</long> + </locale> + + <locale name="ja"> + <short>リモート取り込みの画像フォーマット</short> + <long>リモートで保存する画像に利用する画像フォーマットを指定します</long> + </locale> + + <locale name="mk"> + <short>Формат за нелокално заробените слики</short> + <long>Специфицира форматот на сликата да биде користен само за нелокално снимени слики</long> + </locale> + + <locale name="nl"> + <short>Afbeeldingsformaat van opnames op afstand</short> + <long>Specificeert het afbeeldingsformaat dat gebruikt dient te worden voor op afstand opgeslagen afbeeldingen.</long> + </locale> + + <locale name="pl"> + <short>Format zdalnego przechwyconego obrazu</short> + <long>Określa format zdalnie zapisywanych obrazów</long> + </locale> + + <locale name="pt"> + <short>Formato imagem captura remota</short> + <long>Especifica o formato de imagem, a ser utilizado para imagens gravadas remotamente</long> + </locale> + + <locale name="pt_BR"> + <short>Formato imagem captura remota</short> + <long>Especifica o formato de imagem a ser utilizado para imagens salvas remotamente</long> + </locale> + + <locale name="sr"> + <short>Облик слика за даљинско снимање</short> + <long>Одреди облик снимка кији ће бити кориштен за даљински чуване слике</long> + </locale> + + <locale name="sr@Latn"> + <short>Oblik slika za daljinsko snimanje</short> + <long>Odredi oblik snimka kiji će biti korišten za daljinski čuvane slike</long> + </locale> + + <locale name="sv"> + <short>Bildformat för fjärrtagning</short> + <long>Anger bildformatet som ska användas för fjärrsparade bilder</long> + </locale> + + <locale name="uk"> + <short>Формат зображень віддалених зйомок</short> + <long>Визначає формат зображення для зображень, що зберігаються віддалено</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/remote_save_dir</key> + <applyto>/apps/camorama/preferences/remote_save_dir</applyto> + <owner>camorama</owner> + <type>string</type> + <default>your/upload/folder</default> + <locale name="C"> + <short>Folder for remote captures</short> + <long>Folder for saving captured pictures remotely</long> + </locale> + + <locale name="be"> + <short>Тэчка для аддаленага захопу</short> + <long>Тэчка для захаваньня відарысаў захопленых аддалена</long> + </locale> + + <locale name="cs"> + <short>Adresář pro vzdálené záznamy</short> + <long>Adresář pro ukládání zaznamenaných obrázků vzdáleně</long> + </locale> + + <locale name="da"> + <short>Mappe til fjerne optagelser</short> + <long>Mappe til gemning af optagede billeder fjernt</long> + </locale> + + <locale name="de"> + <short>Ordner für entfernte Mitschnitte</short> + <long>Ordner zum entfernten Speichern mitgeschnittener Bilder</long> + </locale> + + <locale name="es"> + <short>Carpeta para las capturas remotas</short> + <long>Carpeta para guardar las imágenes capturadas remotamente</long> + </locale> + + <locale name="fr"> + <short>Répertoire pour les captures distantes</short> + <long>Répertoire d'enregistrement des images capturées à distance</long> + </locale> + + <locale name="ja"> + <short>リモート取り込み用のフォルダ</short> + <long>リモートで取り込まれた画像の保存に利用するフォルダ</long> + </locale> + + <locale name="mk"> + <short>Папка за нелокални превземања</short> + <long>Папка за снимање на нелокални превземени слики</long> + </locale> + + <locale name="nl"> + <short>Map voor opnames op afstand</short> + <long>Bestandsnaam voor het op afstand opslaan van opgenomen beelden</long> + </locale> + + <locale name="pl"> + <short>Zdalny folder dla przechwyconych obrazów</short> + <long>Folder do zdalnego zapisu przechwyconych obrazów</long> + </locale> + + <locale name="pt"> + <short>Pasta para capturas remotas</short> + <long>Pasta para gravar imagens capturadas remotamente</long> + </locale> + + <locale name="pt_BR"> + <short>Pasta para capturas remotas</short> + <long>Pasta para gravar imagens capturadas remotamente</long> + </locale> + + <locale name="sr"> + <short>Директоријум за даљинске снимке</short> + <long>Директоријум за чување снимљених слика даљински</long> + </locale> + + <locale name="sr@Latn"> + <short>Direktorijum za daljinske snimke</short> + <long>Direktorijum za čuvanje snimljenih slika daljinski</long> + </locale> + + <locale name="sv"> + <short>Mapp för fjärrtagningar</short> + <long>Mapp för fjärrsparande av tagna bilder</long> + </locale> + + <locale name="uk"> + <short>Тека для віддалених зйомок</short> + <long>Тека для збереження знятих зображень віддалено</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/remote_save_file</key> + <applyto>/apps/camorama/preferences/remote_save_file</applyto> + <owner>camorama</owner> + <type>string</type> + <default>Webcam</default> + <locale name="C"> + <short>Remote save filename</short> + <long>Name for the filename of uploaded images.</long> + </locale> + + <locale name="be"> + <short>Назва файла адааленага захопу</short> + <long>Назва для файла які будзе загружацца.</long> + </locale> + + <locale name="cs"> + <short>Název souboru vzdáleného ukládání</short> + <long>Název souboru přenášených obrázků.</long> + </locale> + + <locale name="da"> + <short>Filnavn til fjerngemning</short> + <long>Navn til filnavnet på billeder der sendes.</long> + </locale> + + <locale name="de"> + <short>Dateiname für entferntes Speichern</short> + <long>Ein Name für die Datei hochgeladener Bilder.</long> + </locale> + + <locale name="es"> + <short>Nombre de archivo para guardar remotamente</short> + <long>Nombre del archivo de la imágenes subidas.</long> + </locale> + + <locale name="fa"> + <short>نام پرونده برای ذخیرهی دوردست</short> + + </locale> + + <locale name="fr"> + <short>Nom du fichier distant à enregistrer</short> + <long>Nom des images envoyées</long> + </locale> + + <locale name="ja"> + <short>リモート保存のファイル名</short> + <long>アップロードされた画像のファイル名</long> + </locale> + + <locale name="mk"> + <short>Име за нелокално снимање</short> + <long>Име на датотеката за вчитани слики</long> + </locale> + + <locale name="nl"> + <short>Bestandsnaam op afstand</short> + <long>Bestandsnaam van de ge-uploade afbeeldingen.</long> + </locale> + + <locale name="pl"> + <short>Nazwa zdalnego zapisywanego pliku</short> + <long>Nazwa pliku wysyłanych obrazów.</long> + </locale> + + <locale name="pt"> + <short>Nome ficheiro gravação remota</short> + <long>Nome do ficheiro para imagens enviadas.</long> + </locale> + + <locale name="pt_BR"> + <short>Nome arquivo gravação remota</short> + <long>Nome do arquivo para imagens enviadas.</long> + </locale> + + <locale name="sr"> + <short>Име датотеке за даљинско чување</short> + <long>Име за датотеку од пренесених снимака.</long> + </locale> + + <locale name="sr@Latn"> + <short>Ime datoteke za daljinsko čuvanje</short> + <long>Ime za datoteku od prenesenih snimaka.</long> + </locale> + + <locale name="sv"> + <short>Filnamn för fjärrsparande</short> + <long>Namn för filnamnet på lämnade bilder.</long> + </locale> + + <locale name="uk"> + <short>Назва файла для віддаленого збереження</short> + <long>Назви файлів для відвантажених зображень.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/remote_timestamp</key> + <applyto>/apps/camorama/preferences/remote_timestamp</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Toggles timestamp for remote captures</short> + <long>Toggles the insertion of a timestamp into the images for FTP upload.</long> + </locale> + + <locale name="be"> + <short>Пераключае часавыя адмеціны для аддаленага захопу</short> + <long>Пераключае ўстаўку часавае адмеціны ў відарысы для загрузкі на FTP </long> + </locale> + + <locale name="cs"> + <short>Přepíná časový údaj vzdálených záznamů</short> + <long>Přepíná vkládání časového údaje do obrázků přenášených skrz FTP.</long> + </locale> + + <locale name="da"> + <short>Tidsstempel i fjerne optagelser</short> + <long>Om der skal indsættes et tidsstempel i billeder til FTP-serveren.</long> + </locale> + + <locale name="de"> + <short>Zeitstempel für entfernte Mitschnitte?</short> + <long>Einen Zeitstempel in die per FTP hochgeladenen Bilder einfügen/nicht einfügen</long> + </locale> + + <locale name="es"> + <short>Activar la marca de tiempo para las capturas remotas</short> + <long>Activar la inserción de la marca de tiempo en la imágenes a enviar al servidor FTP.</long> + </locale> + + <locale name="fr"> + <short>Active l'horodatage pour les images distantes</short> + <long>Active l'insertion d'un horodatage sur les images destinées au FTP</long> + </locale> + + <locale name="ja"> + <short>リモート取り込み画像のタイムスタンプの有無を切り替えます</short> + <long>FTP アップロード画像へのタイムスタンプ挿入の有無を切り替えます</long> + </locale> + + <locale name="mk"> + <short>Вклучи временска марка за нелокални превземања</short> + <long>Вклучи го внесувањето на временска марка во сликите за FTP вчитување.</long> + </locale> + + <locale name="nl"> + <short>Schakelt de tijdstempel voor opnames op afstand in/uit</short> + <long>Schakelt de toevoeging van een tijdstempel bij opgenomen beelden voor FTP-upload in/uit</long> + </locale> + + <locale name="pl"> + <short>Znacznik czasu dla przechwytywania zdalnego</short> + <long>Określa, czy na obrazach wysyłanych poprzez FTP ma być umieszczony znacznik czasu.</long> + </locale> + + <locale name="pt"> + <short>Alterna hora para capturas remotas</short> + <long>Alterna o desenho da data dentro das imagens para envio FTP.</long> + </locale> + + <locale name="pt_BR"> + <short>Alterna horário para capturas remotas</short> + <long>Alterna o desenho do horário dentro das imagens para envio FTP.</long> + </locale> + + <locale name="sr"> + <short>Промена за временски тренутак за даљинске снимке</short> + <long>Промена за постављање временског тренутка на снимке за ФТП натовар.</long> + </locale> + + <locale name="sr@Latn"> + <short>Promena za vremenski trenutak za daljinske snimke</short> + <long>Promena za postavljanje vremenskog trenutka na snimke za FTP natovar.</long> + </locale> + + <locale name="sv"> + <short>Växlar tidsstämpel för fjärrtagningar</short> + <long>Växlar infogandet av en tidsstämpel i bilderna för FTP-lämnande.</long> + </locale> + + <locale name="uk"> + <short>Перемикнути позначку часу для віддалених зйомок</short> + <long>Перемикнути вставляння позначки часу в зображення для відвантаження на FTP.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/save_dir</key> + <applyto>/apps/camorama/preferences/save_dir</applyto> + <owner>camorama</owner> + <type>string</type> + <default>~/Webcam_Pictures</default> + <locale name="C"> + <short>Folder for local captures</short> + <long>Folder for saving captured pictures to locally</long> + </locale> + + <locale name="be"> + <short>Тэчка для мясцовых відарысаў</short> + <long>Тэчка для захаваньня відарысаў захопленых мясцова</long> + </locale> + + <locale name="cs"> + <short>Adresář pro lokální záznamy</short> + <long>Adresář pro ukládání zaznamenaných obrázků lokálně</long> + </locale> + + <locale name="da"> + <short>Mappe til lokale optagelser</short> + <long>Mappe til gemning af optagede billeder lokalt</long> + </locale> + + <locale name="de"> + <short>Ordner für lokale Mitschnitte</short> + <long>Ordner zum lokalen Speichern mitgeschnittener Bilder</long> + </locale> + + <locale name="es"> + <short>Carpeta para las capturas locales</short> + <long>Carpeta para guardar las imágenes capturadas localmente</long> + </locale> + + <locale name="fr"> + <short>Répertoire pour les capture locales</short> + <long>Répertoire d'enregistrement des images capturées localement</long> + </locale> + + <locale name="ja"> + <short>ローカル取り込み用のフォルダ</short> + <long>ローカルで取り込まれた画像の保存に利用するフォルダ</long> + </locale> + + <locale name="mk"> + <short>Папка за локални превземања</short> + <long>Папка за снимање на превземени локални слики</long> + </locale> + + <locale name="nl"> + <short>Map voor lokale opnames</short> + <long>Map voor het lokaal opslaan van opgenomen beelden</long> + </locale> + + <locale name="pl"> + <short>Lokalny folder dla przechwyconych obrazów</short> + <long>Folder do lokalnego zapisu przechwyconych obrazów</long> + </locale> + + <locale name="pt"> + <short>Pasta para capturas locais</short> + <long>Pasta para gravar localmente imagens capturadas</long> + </locale> + + <locale name="pt_BR"> + <short>Pasta para capturas locais</short> + <long>Pasta para gravar localmente imagens capturadas</long> + </locale> + + <locale name="sr"> + <short>Директоријум за локалне снимке</short> + <long>Директоријум за чување снимљених слика локално</long> + </locale> + + <locale name="sr@Latn"> + <short>Direktorijum za lokalne snimke</short> + <long>Direktorijum za čuvanje snimljenih slika lokalno</long> + </locale> + + <locale name="sv"> + <short>Mapp för lokala tagningar</short> + <long>Mapp för lokalt sparande av tagna bilder</long> + </locale> + + <locale name="uk"> + <short>Тека для локальних зйомок</short> + <long>Тека для збереження знятих зображень локально</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/save_file</key> + <applyto>/apps/camorama/preferences/save_file</applyto> + <owner>camorama</owner> + <type>string</type> + <default>Webcam</default> + <locale name="C"> + <short>Filename for local captures</short> + <long>Filename for saving captured pictures to locally</long> + </locale> + + <locale name="be"> + <short>Назва файла для мясцовага захопу</short> + <long>Назва файла для захаваньня відарысаў захопленых мясцова</long> + </locale> + + <locale name="cs"> + <short>Název souboru pro lokální záznamy</short> + <long>Název souboru pro ukládání zaznamenaných obrázků lokálně</long> + </locale> + + <locale name="da"> + <short>Filnavn til lokale optagelser</short> + <long>Filnavn til gemning af optagelser lokalt</long> + </locale> + + <locale name="de"> + <short>Dateiname für lokale Mitschnitte</short> + <long>Dateiname für das lokale Speichern mitgeschnittener Bilder</long> + </locale> + + <locale name="es"> + <short>Nombre de archivo para las capturas locales</short> + <long>Nombre de archivo para guardar las imágenes capturadas localmente</long> + </locale> + + <locale name="fr"> + <short>Nom de ficher pour les capture locale</short> + <long>Nom de fichier des images capturées localement</long> + </locale> + + <locale name="ja"> + <short>ローカル取り込み用のファイル名</short> + <long>ローカルで取り込まれた画像の保存に利用するファイル名</long> + </locale> + + <locale name="mk"> + <short>Име на датотеката за ликални превземања</short> + <long>Име на датотека за снимање на локалните превземени слики</long> + </locale> + + <locale name="nl"> + <short>Bestandsnaam voor lokale opnames</short> + <long>Bestandsnaam voor het lokaal opslaan van opgenomen beelden</long> + </locale> + + <locale name="pl"> + <short>Nazwa lokalnego pliku przechwyconych obrazów</short> + <long>Nazwa lokalnego pliku do zapisu przechwyconych obrazów</long> + </locale> + + <locale name="pt"> + <short>Nome ficheiro para capturas locais</short> + <long>Nome ficheiro para gravar localmente imagens capturadas</long> + </locale> + + <locale name="pt_BR"> + <short>Nome arquivo para capturas locais</short> + <long>Nome arquivo para gravar localmente imagens capturadas</long> + </locale> + + <locale name="sr"> + <short>Име датотеке за локалне снимке</short> + <long>Датотека за чување снимљених слика локално</long> + </locale> + + <locale name="sr@Latn"> + <short>Ime datoteke za lokalne snimke</short> + <long>Datoteka za čuvanje snimljenih slika lokalno</long> + </locale> + + <locale name="sv"> + <short>Filnamn för lokala tagningar</short> + <long>Filnamn för lokalt sparande av tagna bilder</long> + </locale> + + <locale name="uk"> + <short>Назва файла для локальних зйомок</short> + <long>Назва файла для збереження знятих зображень локально</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/timestamp</key> + <applyto>/apps/camorama/preferences/timestamp</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Toggles timestamp for local captures</short> + <long>Toggles the insertion of a timestamp into local images</long> + </locale> + + <locale name="be"> + <short>Пераключае часавыя адмеціны для мясцовага захопу</short> + <long>Пераключае ўстаўку часавае адмеціны ў мясцовыя відарысы</long> + </locale> + + <locale name="cs"> + <short>Přepíná časový údaj lokálních záznamů</short> + <long>Přepíná vkládání časového údaje do lokálních obrázků</long> + </locale> + + <locale name="da"> + <short>Tidsstempel i lokale optagelser</short> + <long>Om der skal indsættes et tidsstempel i lokale billeder</long> + </locale> + + <locale name="de"> + <short>Zeitstempel für lokale Mitschnitte?</short> + <long>Einen Zeitstempel in lokale Bilder einfügen/nicht einfügen</long> + </locale> + + <locale name="es"> + <short>Activar la marca de tiempo para las capturas locales</short> + <long>Activar la inserción de la marca de tiempo en las imágenes locales</long> + </locale> + + <locale name="fr"> + <short>Active l'horodatage pour les images locales</short> + <long>Active l'insertion d'horodatage dans les images locales</long> + </locale> + + <locale name="ja"> + <short>ローカル取り込み画像のタイムスタンプの有無を切り替えます</short> + <long>ローカル画像へのタイムスタンプの挿入の有無を切り替えます</long> + </locale> + + <locale name="mk"> + <short>Вклучи временска марка за локални превземања</short> + <long>Вклучи го внесувањето на временска марка во локалните слики</long> + </locale> + + <locale name="nl"> + <short>Schakelt de tijdstempel voor lokale opnames in/uit</short> + <long>Schakelt de toevoeging van een tijdstempel bij opgenomen beelden in/uit</long> + </locale> + + <locale name="pl"> + <short>Znacznik czasu dla przechwytywania lokalnego</short> + <long>Określa, czy na na lokalnie zapisywanych obrazach jest umieszczony znacznik czasu</long> + </locale> + + <locale name="pt"> + <short>Alterna a data para capturas locais</short> + <long>Alterna o desenho da data dentro das imagens locais</long> + </locale> + + <locale name="pt_BR"> + <short>Alterna horário para capturas locais</short> + <long>Alterna o desenho do horário dentro das imagens locais</long> + </locale> + + <locale name="sr"> + <short>Промена за временски тренутак за локалне снимке</short> + <long>Промена за постављање временског тренутка на локалне снимке</long> + </locale> + + <locale name="sr@Latn"> + <short>Promena za vremenski trenutak za lokalne snimke</short> + <long>Promena za postavljanje vremenskog trenutka na lokalne snimke</long> + </locale> + + <locale name="sv"> + <short>Växlar tidsstämpel för lokala tagningar</short> + <long>Växlar infogandet av en tidsstämpel i lokala bilder</long> + </locale> + + <locale name="uk"> + <short>Перемикнути позначку часу для локальних зйомок</short> + <long>Перемикнути вставляння позначки часу в локальні зображення</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/timestamp_string</key> + <applyto>/apps/camorama/preferences/timestamp_string</applyto> + <owner>camorama</owner> + <type>string</type> + <default>Camorama!</default> + <locale name="C"> + <short>Custom text for the timestamp</short> + <long>Defines a string of custom text to be inserted into the image.</long> + </locale> + + <locale name="be"> + <short>Тэкст які вызначае карыстальнік для часавае адмеціны</short> + <long>Пазначае радок тэкста карыстальніка для ўстаўкі ў відарыс.</long> + </locale> + + <locale name="cs"> + <short>Vlastní text pro časový údaj</short> + <long>Definuje řetězec s vlastním textem pro vložení do obrázku.</long> + </locale> + + <locale name="da"> + <short>Brugerdefineret tekst til tidsstemplet</short> + <long>Definerer en egen tekst som indsættes i billedet.</long> + </locale> + + <locale name="de"> + <short>Benutzerdefinierter Zeitstempel-Text</short> + <long>Legt eine benutzerdefinierte Zeichenkette fest, die in's Bild eingefügt wird.</long> + </locale> + + <locale name="es"> + <short>Texto personalizado para la marca de tiempo</short> + <long>Define una cadena de texto personalizado para ser insertada en la imagen.</long> + </locale> + + <locale name="fr"> + <short>Texte alternatif pour l'horodatage</short> + <long>Définit une chaîne de texte personnalisée à insérer dans l'image.</long> + </locale> + + <locale name="ja"> + <short>タイムスタンプ用のカスタム文字列</short> + <long>画像に挿入するカスタムテキストの文字列を定義</long> + </locale> + + <locale name="mk"> + <short>Сопствен текст за временска марка</short> + <long>Дефинира низа од сопствен текст за да биде внесен во сликата</long> + </locale> + + <locale name="nl"> + <short>Aangepaste tekst als tijdstempel</short> + <long>Definieert een aangepaste tekst die aan de afbeelding toegevoegd dient te worden</long> + </locale> + + <locale name="pl"> + <short>Własny tekst datownika</short> + <long>Definiuje własny tekst umieszczany na obrazie.</long> + </locale> + + <locale name="pt"> + <short>Texto costumizado para a hora</short> + <long>Define uma expressão de texto costumizado para ser inserido na imagem.</long> + </locale> + + <locale name="pt_BR"> + <short>Texto customizado para o horário</short> + <long>Define uma expressão de texto customizado para ser inserido na imagem.</long> + </locale> + + <locale name="sr"> + <short>Произвољни текст за временски тренутак</short> + <long>Дефинише низ произвољног текста који ће бити убачен у снимак.</long> + </locale> + + <locale name="sr@Latn"> + <short>Proizvoljni tekst za vremenski trenutak</short> + <long>Definiše niz proizvoljnog teksta koji će biti ubačen u snimak.</long> + </locale> + + <locale name="sv"> + <short>Egen text för tidsstämpeln</short> + <long>Anger en sträng med egen text som sätts in i bilden.</long> + </locale> + + <locale name="uk"> + <short>Нетиповий текст для позначки часу</short> + <long>Визначає рядок нетипового тексту, що його буде вставлено у зображення.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/use_custom_string</key> + <applyto>/apps/camorama/preferences/use_custom_string</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Toggles the custom string</short> + <long>Toggles the use of the custom string for the timestamp in images.</long> + </locale> + + <locale name="be"> + <short>Пераключае радок карыстальніка</short> + <long>Пераключае выкарыстаньне радка карыстальніка для часавае адмеціны ў відарысах.</long> + </locale> + + <locale name="cs"> + <short>Přepíná vlastní řetězec</short> + <long>Přepíná použití vlastního řetězce pro časový údaj na obrázcích.</long> + </locale> + + <locale name="da"> + <short>Brugerdefineret tekst</short> + <long>Om den brugerdefinerede tekst skal benyttes til tidsstemplet i billeder.</long> + </locale> + + <locale name="de"> + <short>Eine benutzerdefinierte Zeichenkette verwenden/nicht verwenden</short> + <long>Eine benutzerdefinierte Zeichenkette für den Zeitstempel in Bildern verwenden/nicht verwenden.</long> + </locale> + + <locale name="es"> + <short>Activar la cadena personalizada</short> + <long>Activar el uso de la cadena personalizada para la marca de tiempo en las imágenes.</long> + </locale> + + <locale name="fr"> + <short>Active la chaîne personnalisée</short> + <long>Active l'utilisation d'une chaîne personnalisée pour l'horodatage des images.</long> + </locale> + + <locale name="ja"> + <short>カスタム文字列の切り替え</short> + <long>画像へのタイムスタンプのカスタム文字列の使用の有無を切り替えます</long> + </locale> + + <locale name="mk"> + <short>Вклучи сопствена низа</short> + <long>Вклучи го користењето на сопствена низа за временските марко во сликата.</long> + </locale> + + <locale name="nl"> + <short>Schakelt de aangepaste tekst in/uit</short> + <long>Schakelt het gebruik van aangepaste tekst als tijdstempel in afbeeldingen in/uit</long> + </locale> + + <locale name="pl"> + <short>Dowolny napis</short> + <long>Określa, czy ma być użyty własny tekst dla datownika umieszczanego na obrazach.</long> + </locale> + + <locale name="pt"> + <short>Alterna a expressão costumizada</short> + <long>Alterna a utilização da expressão costumizada na hora em imagens.</long> + </locale> + + <locale name="pt_BR"> + <short>Alterna a expressão customizada</short> + <long>Alterna a uso da expressão customizada no horário em imagens.</long> + </locale> + + <locale name="sr"> + <short>Промена за произвољни низ</short> + <long>Промена за употребу произвољног низа за временски тренутак на снимцима.</long> + </locale> + + <locale name="sr@Latn"> + <short>Promena za proizvoljni niz</short> + <long>Promena za upotrebu proizvoljnog niza za vremenski trenutak na snimcima.</long> + </locale> + + <locale name="sv"> + <short>Växlar den egna strängen</short> + <long>Växlar användandet av den egna strängen för tidsstämpeln i bilder.</long> + </locale> + + <locale name="uk"> + <short>Перемикнути нетиповий рядок</short> + <long>Перемикнути використання нетипового рядка для позначки часу в зображеннях.</long> + </locale> + </schema> + +<schema> + <key>/schemas/apps/camorama/preferences/show_adjustments</key> + <applyto>/apps/camorama/preferences/show_adjustments</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Toggles the video adjustment sliders</short> + <long>Toggles the use of the sliders to adjust the video properties</long> + </locale> + + <locale name="be"> + <short>Пераключае кіраваньне відыё</short> + <long>Пераключае выкарыстаньне кіраваньня ўласьцівасьцямі відыё</long> + </locale> + + <locale name="cs"> + <short>Přepíná posuvníky pro úpravu videa</short> + <long>Přepíná použití posuvníků k úpravě vlastností videa</long> + </locale> + + <locale name="da"> + <short>Videojusteringsskydere</short> + <long>Om skyderne skal bruges til at justere videoegenskaberne</long> + </locale> + + <locale name="de"> + <short>Die Schieber zur Video-Anpassung anzeigen/verbergen</short> + <long>Die Schieber zur Anpassung der Video-Eigenschaften verwenden/nicht verwenden</long> + </locale> + + <locale name="es"> + <short>Activar los deslizadores de ajuste de vídeo</short> + <long>Activar el uso de los deslizadores para ajustar las propiedades del vídeo</long> + </locale> + + <locale name="fr"> + <short>Active l'utilisation d'ascenseur d'ajustement de la vidéo</short> + <long>Active l'utilisation d'ascenseur pour ajuster les propriétés de la vidéo</long> + </locale> + + <locale name="ja"> + <short>ビデオ調整スライダーの有無を切り替えます</short> + <long>ビデオプロパティを調整するスライダーの使用の有無を切り替えます</long> + </locale> + + <locale name="mk"> + <short>Вклучи ги лизгачите за промена на видео својствата</short> + <long>Вклучи го користењето на лизгачи за промена на видео својствата</long> + </locale> + + <locale name="nl"> + <short>Schakelt de schuifknoppen voor video-instellingen in/uit</short> + <long>Schakelt het gebruik van schuifknoppen om de video-eigenschappen aan te passen in/uit</long> + </locale> + + <locale name="pl"> + <short>Paski przewijania dopasowania obrazu</short> + <long>Określa, czy używać paski przewijania przy dostosowywaniu właściwości wideo</long> + </locale> + + <locale name="pt"> + <short>Alterna as barras deslizantes de ajuste vídeo</short> + <long>Alterna a utilização de barras deslizantes para ajustar as propriedades de vídeo</long> + </locale> + + <locale name="pt_BR"> + <short>Alterna as barras deslizantes de ajuste vídeo</short> + <long>Alterna a uso de barras deslizantes para ajustar as propriedades de vídeo</long> + </locale> + + <locale name="sr"> + <short>Промена за подешавање видео клизача</short> + <long>Промена за употребу клизача за подешавање видео карактеристика</long> + </locale> + + <locale name="sr@Latn"> + <short>Promena za podešavanje video klizača</short> + <long>Promena za upotrebu klizača za podešavanje video karakteristika</long> + </locale> + + <locale name="sv"> + <short>Växlar skjutreglagen för videojustering</short> + <long>Växlar användandet av skjutreglagen för justering av videoegenskaperna</long> + </locale> + + <locale name="uk"> + <short>Перемикнути повзунки регулювання відео</short> + <long>Перемикнути використання повзунків для регулювання властивостей відео</long> + </locale> + </schema> + +</schemalist> +</gconfschemafile> diff --git a/data/camorama.schemas.in b/data/camorama.schemas.in new file mode 100644 index 0000000..95f8b41 --- /dev/null +++ b/data/camorama.schemas.in @@ -0,0 +1,258 @@ +<gconfschemafile> + <schemalist> + + <schema> + <key>/schemas/apps/camorama/preferences/append_ts_to_file</key> + <applyto>/apps/camorama/preferences/append_ts_to_file</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Append timestamp to filename</short> + <long>Appends a timestamp, in UNIX time, to the ends of filenames</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/auto_capture</key> + <applyto>/apps/camorama/preferences/auto_capture</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Toggles auto-capture</short> + <long>Toggles automatic capturing of pictures.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/auto_capture_interval</key> + <applyto>/apps/camorama/preferences/auto_capture_interval</applyto> + <owner>camorama</owner> + <type>int</type> + <default>1200000</default> + <locale name="C"> + <short>Interval for auto-capture</short> + <long>Specifies the interval for automatic capture of pictures.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/drawdate</key> + <applyto>/apps/camorama/preferences/drawdate</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Toggles the datestamp in captures</short> + <long>Toggles the drawing of a datestamp within the captured pictures</long> + </locale> + </schema> + + + <schema> + <key>/schemas/apps/camorama/preferences/file_type</key> + <applyto>/apps/camorama/preferences/file_type</applyto> + <owner>camorama</owner> + <type>int</type> + <default>1</default> + <locale name="C"> + <short>Local capture image format</short> + <long>Specifies the image format to be used for locally saved pictures</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/hostname</key> + <applyto>/apps/camorama/preferences/hostname</applyto> + <owner>camorama</owner> + <type>string</type> + <default>yourdomain.org</default> + <locale name="C"> + <short>Hostname for FTP server</short> + <long>Hostname for the FTP server for remote captures.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/local_capture</key> + <applyto>/apps/camorama/preferences/local_capture</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Toggles local capture</short> + <long>When capturing pictures via the "Take Picture" button, or with auto capture, this key toggles the saving of pictures locally.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/login</key> + <applyto>/apps/camorama/preferences/login</applyto> + <owner>camorama</owner> + <type>string</type> + <default>your-username</default> + <locale name="C"> + <short>Username for FTP server</short> + <long>Username to use for FTP uploads of captured pictures</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/password</key> + <applyto>/apps/camorama/preferences/password</applyto> + <owner>camorama</owner> + <type>string</type> + <default>seeeekrit</default> + <locale name="C"> + <short>Password for FTP server</short> + <long>The password for the FTP account for remote captures.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/remote_append_ts_to_file</key> + <applyto>/apps/camorama/preferences/remote_append_ts_to_file</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Append timestamp to remote filename</short> + <long>Appends a timestamp, in UNIX time, to the ends of remote filenames</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/remote_capture</key> + <applyto>/apps/camorama/preferences/remote_capture</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Toggles remote capture</short> + <long>When capturing pictures via the "Take Picture" button, or with auto capture, this key toggles the saving of pictures to a remote server.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/remote_file_type</key> + <applyto>/apps/camorama/preferences/remote_file_type</applyto> + <owner>camorama</owner> + <type>int</type> + <default>0</default> + <locale name="C"> + <short>Remote capture image format</short> + <long>Specifies the image format to be used for remotely saved pictures</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/remote_save_dir</key> + <applyto>/apps/camorama/preferences/remote_save_dir</applyto> + <owner>camorama</owner> + <type>string</type> + <default>your/upload/folder</default> + <locale name="C"> + <short>Folder for remote captures</short> + <long>Folder for saving captured pictures remotely</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/remote_save_file</key> + <applyto>/apps/camorama/preferences/remote_save_file</applyto> + <owner>camorama</owner> + <type>string</type> + <default>Webcam</default> + <locale name="C"> + <short>Remote save filename</short> + <long>Name for the filename of uploaded images.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/remote_timestamp</key> + <applyto>/apps/camorama/preferences/remote_timestamp</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Toggles timestamp for remote captures</short> + <long>Toggles the insertion of a timestamp into the images for FTP upload.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/save_dir</key> + <applyto>/apps/camorama/preferences/save_dir</applyto> + <owner>camorama</owner> + <type>string</type> + <default>~/Webcam_Pictures</default> + <locale name="C"> + <short>Folder for local captures</short> + <long>Folder for saving captured pictures to locally</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/save_file</key> + <applyto>/apps/camorama/preferences/save_file</applyto> + <owner>camorama</owner> + <type>string</type> + <default>Webcam</default> + <locale name="C"> + <short>Filename for local captures</short> + <long>Filename for saving captured pictures to locally</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/timestamp</key> + <applyto>/apps/camorama/preferences/timestamp</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Toggles timestamp for local captures</short> + <long>Toggles the insertion of a timestamp into local images</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/timestamp_string</key> + <applyto>/apps/camorama/preferences/timestamp_string</applyto> + <owner>camorama</owner> + <type>string</type> + <default>Camorama!</default> + <locale name="C"> + <short>Custom text for the timestamp</short> + <long>Defines a string of custom text to be inserted into the image.</long> + </locale> + </schema> + + <schema> + <key>/schemas/apps/camorama/preferences/use_custom_string</key> + <applyto>/apps/camorama/preferences/use_custom_string</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Toggles the custom string</short> + <long>Toggles the use of the custom string for the timestamp in images.</long> + </locale> + </schema> + +<schema> + <key>/schemas/apps/camorama/preferences/show_adjustments</key> + <applyto>/apps/camorama/preferences/show_adjustments</applyto> + <owner>camorama</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Toggles the video adjustment sliders</short> + <long>Toggles the use of the sliders to adjust the video properties</long> + </locale> + </schema> + +</schemalist> +</gconfschemafile> diff --git a/data/pixmaps/CVS/Entries b/data/pixmaps/CVS/Entries new file mode 100644 index 0000000..cf44b6f --- /dev/null +++ b/data/pixmaps/CVS/Entries @@ -0,0 +1,8 @@ +/snap-icon-small.xpm/1.1/Tue Apr 22 21:50:54 2003// +/snap-icon.xpm/1.1/Tue Apr 22 21:50:54 2003// +/brightness.png/1.1/Wed Jul 30 05:58:33 2003// +/colourness.png/1.1/Wed Jul 30 06:00:10 2003// +/contrast.png/1.1/Wed Jul 30 06:00:10 2003// +/stock-tool-hue-saturation-16.png/1.1/Wed Jul 30 05:24:55 2003// +/whiteness.png/1.1/Wed Jul 30 06:00:10 2003// +D diff --git a/data/pixmaps/CVS/Repository b/data/pixmaps/CVS/Repository new file mode 100644 index 0000000..553e315 --- /dev/null +++ b/data/pixmaps/CVS/Repository @@ -0,0 +1 @@ +camorama/data/pixmaps diff --git a/data/pixmaps/CVS/Root b/data/pixmaps/CVS/Root new file mode 100644 index 0000000..f253780 --- /dev/null +++ b/data/pixmaps/CVS/Root @@ -0,0 +1 @@ +:pserver:ly@cvs.gnome.org:/cvs/gnome diff --git a/data/pixmaps/brightness.png b/data/pixmaps/brightness.png Binary files differnew file mode 100644 index 0000000..5a092e3 --- /dev/null +++ b/data/pixmaps/brightness.png diff --git a/data/pixmaps/colourness.png b/data/pixmaps/colourness.png Binary files differnew file mode 100644 index 0000000..b2b4861 --- /dev/null +++ b/data/pixmaps/colourness.png diff --git a/data/pixmaps/contrast.png b/data/pixmaps/contrast.png Binary files differnew file mode 100644 index 0000000..f4b82f1 --- /dev/null +++ b/data/pixmaps/contrast.png diff --git a/data/pixmaps/snap-icon-small.xpm b/data/pixmaps/snap-icon-small.xpm new file mode 100644 index 0000000..8580873 --- /dev/null +++ b/data/pixmaps/snap-icon-small.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * linuxart_xpm[] = { +"16 16 33 1", +" c None", +". c #020202", +"+ c #B2B2B2", +"@ c #7F7D85", +"# c #366387", +"$ c #2A5A7A", +"% c #2E2E2E", +"& c #2A2A2B", +"* c #FCFCFC", +"= c #960202", +"- c #242425", +"; c #8AAAE2", +"> c #E1E6F2", +", c #62626A", +"' c #323232", +") c #16318C", +"! c #9ABFFB", +"~ c #1C1C18", +"{ c #42424E", +"] c #122A8A", +"^ c #9A9AA0", +"/ c #6E6E75", +"( c #4A4A54", +"_ c #ADADB0", +": c #595962", +"< c #878488", +"[ c #161616", +"} c #46668A", +"| c #4E6A92", +"1 c #B6B6BA", +"2 c #8B8B94", +"3 c #59769B", +"4 c #BDBDBD", +" ", +" .......... ", +" ..2[444444+. ", +" .4<........{.. ", +" ...*.**=.>..&. ", +" .,::.:&.....^. ", +" .2/(.&.-422%.. ", +" .({(.'.+...@:. ", +" .^/{..>/!!#.<&.", +" .-{(.1.*;}3].2.", +" .&/{.>.<3##).2.", +" .&@(.@.)))).-<.", +" ..-:&._~...&<. ", +" .~..&._---4. ", +" ......11_. ", +" ... "}; diff --git a/data/pixmaps/snap-icon.xpm b/data/pixmaps/snap-icon.xpm new file mode 100644 index 0000000..919f6e0 --- /dev/null +++ b/data/pixmaps/snap-icon.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char * linuxart_camera_24x24_slimmed_down_xpm[] = { +"24 24 22 1", +" c None", +". c #000000", +"+ c #68686E", +"@ c #181818", +"# c #8D8D8F", +"$ c #4A4A52", +"% c #EDEFF1", +"& c #8F0008", +"* c #DF3800", +"= c #ABAFB7", +"- c #2A2A2C", +"; c #7E8081", +"> c #767881", +", c #809FCF", +"' c #345E81", +") c #CBCFD3", +"! c #E5E7EB", +"~ c #4C6C93", +"{ c #183078", +"] c #FFFFFF", +"^ c #104070", +"/ c #083878", +" ", +" ", +" ................. ", +" ..+.##############. ", +" .#+...........$$$$$@. ", +" ...#.%%%&*.==.$.$$$-. ", +" .....;#=&*....$.$$$;. ", +" .#@................... ", +" .$.$$.$+@$$$$$$.+.+$;. ", +" .>$$#.-@$$-......$$$;. ", +" .$#$>.-$-.........$$;. ", +" .>$$+.--.-####++-..$;. ", +" .$>$+.--@#=.....+$.$;. ", +" .>$$+.-.-=.+;#,'.+-.;. ", +" .-+$+.-.#.$)!=~~{.+.;. ", +" .-$$+.-.=.{]'~'~{.+.;. ", +" .-$$$.#.;.{>~~''{.+.;. ", +" .@$$$.-.;.''''''{.+.;. ", +" .$...-.;.{''''{{.+.+. ", +" .......#.{{{{{.+.@@ ", +" ..#.....#.. ", +" ..#####.. ", +" ....... ", +" "}; diff --git a/data/pixmaps/stock-tool-hue-saturation-16.png b/data/pixmaps/stock-tool-hue-saturation-16.png Binary files differnew file mode 100644 index 0000000..d423fa0 --- /dev/null +++ b/data/pixmaps/stock-tool-hue-saturation-16.png diff --git a/data/pixmaps/whiteness.png b/data/pixmaps/whiteness.png Binary files differnew file mode 100644 index 0000000..4b4fa8a --- /dev/null +++ b/data/pixmaps/whiteness.png |