eog/data/eog.schemas.in
Lucas Rocha e89ed47579 added "Side Pane" menu item to main menubar. added eog-sidebar.[ch] to the
2007-08-06  Lucas Rocha  <lucasr@gnome.org>

	* data/eog-ui.xml: added "Side Pane" menu item to main menubar.
	* src/Makefile.am: added eog-sidebar.[ch] to the build.
	* data/eog.schemas.in, src/eog-config-keys.h: new GConf key for
	showing/hiding sidebar.
	* src/eog-sidebar.[ch]: new sidebar widget with support for adding and
	removing pages.
	* src/eog-window.[ch] (eog_window_collection_mode_changed_cb,
	update_action_groups_state, update_ui_visibility,
	eog_window_run_fullscreen, eog_window_cmd_show_hide_bar,
	+eog_window_sidebar_visibility_changed,
	+eog_window_sidebar_page_added, +eog_window_sidebar_page_removed,
	eog_window_construct_ui, +eog_window_get_sidebar): added sidebar
	support which is only sensitive when the sidebar has at least one
	page.

svn path=/trunk/; revision=3929
2007-08-06 18:13:37 +00:00

256 lines
7.8 KiB
Plaintext

<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/eog/view/autorotate</key>
<applyto>/apps/eog/view/autorotate</applyto>
<owner>eog</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Automatic orientation</short>
<long>Whether the image should be rotated automatically based on
EXIF orientation.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/view/interpolate</key>
<applyto>/apps/eog/view/interpolate</applyto>
<owner>eog</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Interpolate Image</short>
<long>Whether the image should be interpolated on zoom or not.
This leads to better quality but is somewhat slower than non
interpolated images.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/view/transparency</key>
<applyto>/apps/eog/view/transparency</applyto>
<owner>eog</owner>
<type>string</type>
<default>CHECK_PATTERN</default>
<locale name="C">
<short>Transparency indicator</short>
<long>Determines how transparency should be indicated. Valid values
are CHECK_PATTERN, COLOR and NONE. If COLOR is choosen, then
the trans_color key determines the used color value.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/view/scroll_wheel_zoom</key>
<applyto>/apps/eog/view/scroll_wheel_zoom</applyto>
<owner>eog</owner>
<type>bool</type>
<default>0</default>
<locale name="C">
<short>Scroll wheel zoom</short>
<long>Whether the scroll wheel should be used for zooming or not.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/view/zoom_multiplier</key>
<applyto>/apps/eog/view/zoom_multiplier</applyto>
<owner>eog</owner>
<type>float</type>
<default>0.05</default>
<locale name="C">
<short>Zoom multiplier</short>
<long>The multiplier to be applied when using the mouse scroll wheel
for zooming. This value defines the zooming step used for each scroll
event. For example, 0.05 results in a 5% zoom increment for each
scroll event and 1.00 result in a 100% zoom increment.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/view/trans_color</key>
<applyto>/apps/eog/view/trans_color</applyto>
<owner>eog</owner>
<type>string</type>
<default>#000000</default>
<locale name="C">
<short>Transparency color</short>
<long>If the transparency key has the value COLOR, then this
key determines the color which is used for indicating transparency.
</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/window/open_new_window</key>
<applyto>/apps/eog/window/open_new_window</applyto>
<owner>eog</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Open images in a new window</short>
<long>Whether opening an image should create a new window
instead of replacing the image in the current window.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/window/geometry_collection</key>
<applyto>/apps/eog/window/geometry_collection</applyto>
<owner>eog</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>Last collection window geometry</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/window/geometry_singleton</key>
<applyto>/apps/eog/window/geometry_singleton</applyto>
<owner>eog</owner>
<type>string</type>
<default></default>
<locale name="C">
<short>Last singleton window geometry</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/full_screen/loop</key>
<applyto>/apps/eog/full_screen/loop</applyto>
<owner>eog</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Loop through the image sequence</short>
<long>Whether or not the sequence of images should be shown in an
endless loop.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/full_screen/upscale</key>
<applyto>/apps/eog/full_screen/upscale</applyto>
<owner>eog</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Allow zoom greater than 100% initially</short>
<long>If this is set to FALSE small images will not be
stretched to fit into the screen initially.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/full_screen/seconds</key>
<applyto>/apps/eog/full_screen/seconds</applyto>
<owner>eog</owner>
<type>int</type>
<default>5</default>
<locale name="C">
<short>Delay in seconds until showing the next image</short>
<long>A value greater than 0 determines the seconds an image stays
on screen until the next one is shown automatically. Zero
disables the automatic browsing.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/ui/toolbar</key>
<applyto>/apps/eog/ui/toolbar</applyto>
<owner>eog</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Show/hide the window toolbar.</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/ui/statusbar</key>
<applyto>/apps/eog/ui/statusbar</applyto>
<owner>eog</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Show/hide the window statusbar.</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/ui/image_collection</key>
<applyto>/apps/eog/ui/image_collection</applyto>
<owner>eog</owner>
<type>bool</type>
<default>0</default>
<locale name="C">
<short>Show/hide the image collection pane.</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/ui/image_collection_position</key>
<applyto>/apps/eog/ui/image_collection_position</applyto>
<owner>eog</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>Image collection pane position. Set to 0 for bottom;
1 for left; 2 for top; 3 for right.</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/ui/image_collection_resizable</key>
<applyto>/apps/eog/ui/image_collection_resizable</applyto>
<owner>eog</owner>
<type>bool</type>
<default>0</default>
<locale name="C">
<short>Whether the image collection pane should be resizable
or not.</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/ui/sidebar</key>
<applyto>/apps/eog/ui/sidebar</applyto>
<owner>eog</owner>
<type>bool</type>
<default>1</default>
<locale name="C">
<short>Show/hide the window side pane.</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/ui/scroll_buttons</key>
<applyto>/apps/eog/ui/scroll_buttons</applyto>
<owner>eog</owner>
<type>bool</type>
<default>0</default>
<locale name="C">
<short>Show/hide the image collection pane scroll buttons.</short>
</locale>
</schema>
<schema>
<key>/schemas/apps/eog/plugins/active-plugins</key>
<applyto>/apps/eog/plugins/active-plugins</applyto>
<owner>eog</owner>
<type>list</type>
<list_type>string</list_type>
<default>[]</default>
<locale name="C">
<short>Active plugins</short>
<long>List of active plugins. It doesn't contain the "Location" of the active plugins.
See the .eog-plugin file for obtaining the "Location" of a given plugin.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>