From 0f666da1084615faf42a9e3a6b53ca24527de2d8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 22 May 2012 14:11:51 +0100 Subject: add Zoom dialog .ui --- cui/Module_cui.mk | 1 + cui/Package_uiconfig.mk | 32 ++++ cui/uiconfig/ui/10000.ui | 371 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 404 insertions(+) create mode 100644 cui/Package_uiconfig.mk create mode 100644 cui/uiconfig/ui/10000.ui (limited to 'cui') diff --git a/cui/Module_cui.mk b/cui/Module_cui.mk index 7a06b1efb44f..6ed6ba37ed3d 100644 --- a/cui/Module_cui.mk +++ b/cui/Module_cui.mk @@ -30,6 +30,7 @@ $(eval $(call gb_Module_Module,cui)) $(eval $(call gb_Module_add_targets,cui,\ AllLangResTarget_cui \ Library_cui \ + Package_uiconfig \ )) # vim: set noet sw=4 ts=4: diff --git a/cui/Package_uiconfig.mk b/cui/Package_uiconfig.mk new file mode 100644 index 000000000000..4f3e80904ba8 --- /dev/null +++ b/cui/Package_uiconfig.mk @@ -0,0 +1,32 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License or as specified alternatively below. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# Major Contributor(s): +# Copyright (C) 2012 Red Hat, Inc., Caolán McNamara +# (initial developer) +# +# All Rights Reserved. +# +# For minor contributions see the git repository. +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. + +$(eval $(call gb_Package_Package,cui_uiconfig,$(SRCDIR)/cui/uiconfig)) + +$(eval $(call gb_Package_add_file,cui_uiconfig,xml/uiconfig/ui/10000.ui,ui/10000.ui)) + +# vim: set noet sw=4 ts=4: diff --git a/cui/uiconfig/ui/10000.ui b/cui/uiconfig/ui/10000.ui new file mode 100644 index 000000000000..24a649b8a743 --- /dev/null +++ b/cui/uiconfig/ui/10000.ui @@ -0,0 +1,371 @@ + + + + + False + 5 + dialog + + + False + vertical + 2 + + + False + end + + + gtk-ok + True + True + True + False + True + + + False + True + 0 + + + + + gtk-cancel + True + True + True + False + True + + + False + True + 1 + + + + + gtk-help + True + True + True + False + True + + + False + True + 2 + + + + + False + True + end + 0 + + + + + True + False + True + + + True + False + 0 + none + + + True + False + 12 + + + True + False + vertical + + + Optimal + True + True + False + False + 0 + True + True + + + False + True + 0 + + + + + Fit width and height + True + True + False + False + 0 + True + True + 15 + + + False + True + 1 + + + + + Fit width + True + True + False + False + 0 + True + True + 15 + + + False + True + 2 + + + + + 100% + True + True + False + False + 0 + True + True + 15 + + + False + True + 3 + + + + + True + False + + + Variable + True + True + False + False + 0 + True + True + 15 + + + False + True + 0 + + + + + True + True + + + + False + True + 1 + + + + + False + True + 4 + + + + + + + + + True + False + Zoom factor + True + + + + + False + True + 0 + + + + + True + False + 0 + none + + + True + False + 12 + + + True + False + vertical + + + Automatic + True + True + False + False + 0 + True + True + + + False + True + 0 + + + + + Single page + True + True + False + False + 0 + True + True + 22 + + + False + True + 1 + + + + + True + False + + + Columns + True + True + False + False + 0 + True + True + 22 + + + False + True + 0 + + + + + True + True + + + + False + True + 1 + + + + + False + True + 2 + + + + + True + False + 10 + + + Book mode + True + True + False + False + 0 + True + + + + + False + True + 3 + + + + + + + + + True + False + View layout + True + + + + + False + True + 1 + + + + + False + True + 1 + + + + + + 28 + 29 + 30 + + + -- cgit