~ubuntu-branches/ubuntu/intrepid/eog/intrepid

« back to all changes in this revision

Viewing changes to doc/reference/xml/eog-preferences-dialog.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-06-03 17:59:39 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20080603175939-08ttwmnpyu6eifmy
Tags: 2.23.3-0ubuntu1
* New upstream versions:
  New features:
  - Allow to use arrow keys to scroll the image if zoomed in 
  Misc improvements/fixes:
  - Code improvements and cleanups 
  - More documentation on plugin API 
  Bug fixes:
  - #528454, Metadata box should have limited width 
  - #533041, Eog generates thumbnails of thumbnails 
  - #532925, Missing feature: movement of image not possible with keyboard
  New features:
  - Use gtk-doc to document plugin API 
  Bug fixes:
  - #530102, Doesn't register support for compressed svg 
  - #531300, fails to start up due to lcms error 
  - #531809, scroll view scrollbar needs to have secondary steppers disabled
  New features:
  - Migration to gio/gvfs 
  - An initial set of default plugins 
  - New command line option --new-instance to force creation of a
  new instance instead of reusing existing one 
  - PNG metadata (XMP and color profile) support
  Misc improvements/fixes:
  - Miscellaneous improvements in thumbnailing code 
  - Several metadata handling improvements 
  Bug fixes:
  - Fixed #343061, Can't save picture after opened a link picture 
  - Fixed #427053, Keyboard shortcuts managed in eog-scroll-view.c only work 
    if image has focus 
  - Fixed #466566, Display date in a more prominent place 
  - Fixed #492017, Bring back 'Q' to exit eog 
  - Fixed #517017, Gtk-CRITICAL **: gtk_widget_event: assertion 
    `WIDGET_REALIZED_FOR_EVENT (widget, event)' failed
  - Fixed #517821, Save print settings in key file 
  - Fixed #523173, provide option not to fork and exit if existing instance 
  - Fixed #525618, thumbnail code issues 
  - Fixed #526331, EoG can't read XMP tags created with F-SPOT 
    whereas Nautilus can 
  - Fixed #527798, compile warnings 
  - Fixed #522077, make it easier to add more metadata readers 
  - Fixed #523856, read (and use) selected PNG metadata 
* Sync on Debian
* debian/control.in:
  - Build-Depends on liblaunchpad-integration-dev, python-central (>= 0.5.6),
    not on libgnomevfs2-dev
  - list required change for the python use
  - updated maintainer informations
* debian/eog.install:
  - install the plugins
* debian/eog-dev.install:
  - install the documentation
* debian/patches/01_lpi.patch:
  - launchpad integration
* debian/patches/02_autoconf.patch:
  - configure update
* debian/patches/03_hide_menu_item.patch:
  - menu simplication (MenuRevisited spec)
* debian/rules:
  - don't use -Wl,-z,defs for now to workaround build issues
  - update clean target
  - use --enable-python option and call dh_pycentral

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
 
3
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
 
4
<!ENTITY version SYSTEM "version.xml">
 
5
]>
 
6
<refentry id="EogPreferencesDialog">
 
7
<refmeta>
 
8
<refentrytitle role="top_of_page" id="EogPreferencesDialog.top_of_page">EogPreferencesDialog</refentrytitle>
 
9
<manvolnum>3</manvolnum>
 
10
<refmiscinfo>EOG Library</refmiscinfo>
 
11
</refmeta>
 
12
 
 
13
<refnamediv>
 
14
<refname>EogPreferencesDialog</refname>
 
15
<refpurpose></refpurpose>
 
16
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
 
17
</refnamediv>
 
18
 
 
19
<refsynopsisdiv id="EogPreferencesDialog.synopsis" role="synopsis">
 
20
<title role="synopsis.title">Synopsis</title>
 
21
 
 
22
<synopsis>
 
23
                    <link linkend="EogPreferencesDialog-struct">EogPreferencesDialog</link>;
 
24
<link linkend="GObject">GObject</link>*            <link linkend="eog-preferences-dialog-get-instance">eog_preferences_dialog_get_instance</link> (<link linkend="GtkWindow">GtkWindow</link> *parent,
 
25
                                                         <link linkend="GConfClient">GConfClient</link> *client);
 
26
</synopsis>
 
27
</refsynopsisdiv>
 
28
 
 
29
<refsect1 id="EogPreferencesDialog.object-hierarchy" role="object_hierarchy">
 
30
<title role="object_hierarchy.title">Object Hierarchy</title>
 
31
<synopsis>
 
32
  <link linkend="GObject">GObject</link>
 
33
   +----<link linkend="EogDialog">EogDialog</link>
 
34
         +----EogPreferencesDialog
 
35
</synopsis>
 
36
 
 
37
</refsect1>
 
38
 
 
39
 
 
40
 
 
41
 
 
42
 
 
43
<refsect1 id="EogPreferencesDialog.properties" role="properties">
 
44
<title role="properties.title">Properties</title>
 
45
<synopsis>
 
46
  &quot;<link linkend="EogPreferencesDialog--gconf-client">gconf-client</link>&quot;             <link linkend="GConfClient">GConfClient</link>*          : Read / Write / Construct Only
 
47
</synopsis>
 
48
</refsect1>
 
49
 
 
50
 
 
51
 
 
52
<refsect1 id="EogPreferencesDialog.description" role="desc">
 
53
<title role="desc.title">Description</title>
 
54
<para>
 
55
 
 
56
</para>
 
57
</refsect1>
 
58
 
 
59
<refsect1 id="EogPreferencesDialog.details" role="details">
 
60
<title role="details.title">Details</title>
 
61
<refsect2 id="EogPreferencesDialog-struct" role="struct">
 
62
<title>EogPreferencesDialog</title>
 
63
<indexterm zone="EogPreferencesDialog-struct"><primary>EogPreferencesDialog</primary></indexterm><programlisting>typedef struct _EogPreferencesDialog EogPreferencesDialog;</programlisting>
 
64
<para>
 
65
 
 
66
</para></refsect2>
 
67
<refsect2 id="eog-preferences-dialog-get-instance" role="function">
 
68
<title>eog_preferences_dialog_get_instance ()</title>
 
69
<indexterm zone="eog-preferences-dialog-get-instance"><primary>eog_preferences_dialog_get_instance</primary></indexterm><programlisting><link linkend="GObject">GObject</link>*            eog_preferences_dialog_get_instance (<link linkend="GtkWindow">GtkWindow</link> *parent,
 
70
                                                         <link linkend="GConfClient">GConfClient</link> *client);</programlisting>
 
71
<para>
 
72
 
 
73
</para><variablelist role="params">
 
74
<varlistentry><term><parameter>parent</parameter>&nbsp;:</term>
 
75
<listitem><simpara>
 
76
</simpara></listitem></varlistentry>
 
77
<varlistentry><term><parameter>client</parameter>&nbsp;:</term>
 
78
<listitem><simpara>
 
79
</simpara></listitem></varlistentry>
 
80
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
 
81
 
 
82
 
 
83
</simpara></listitem></varlistentry>
 
84
</variablelist></refsect2>
 
85
 
 
86
</refsect1>
 
87
<refsect1 id="EogPreferencesDialog.property-details" role="property_details">
 
88
<title role="property_details.title">Property Details</title>
 
89
<refsect2 id="EogPreferencesDialog--gconf-client"><title>The <literal>&quot;gconf-client&quot;</literal> property</title>
 
90
<indexterm zone="EogPreferencesDialog--gconf-client"><primary>EogPreferencesDialog:gconf-client</primary></indexterm><programlisting>  &quot;gconf-client&quot;             <link linkend="GConfClient">GConfClient</link>*          : Read / Write / Construct Only</programlisting>
 
91
<para>GConf Client.</para></refsect2>
 
92
 
 
93
</refsect1>
 
94
 
 
95
 
 
96
 
 
97
 
 
98
</refentry>