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

« back to all changes in this revision

Viewing changes to doc/reference/tmpl/eog-print-preview.sgml

  • 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
<!-- ##### SECTION Title ##### -->
 
2
EogPrintPreview
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
 
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
 
 
10
</para>
 
11
 
 
12
 
 
13
<!-- ##### SECTION See_Also ##### -->
 
14
<para>
 
15
 
 
16
</para>
 
17
 
 
18
 
 
19
<!-- ##### SECTION Stability_Level ##### -->
 
20
 
 
21
 
 
22
<!-- ##### STRUCT EogPrintPreview ##### -->
 
23
<para>
 
24
 
 
25
</para>
 
26
 
 
27
 
 
28
<!-- ##### SIGNAL EogPrintPreview::image-moved ##### -->
 
29
<para>
 
30
 
 
31
</para>
 
32
 
 
33
@eogprintpreview: the object which received the signal.
 
34
 
 
35
<!-- ##### ARG EogPrintPreview:image ##### -->
 
36
<para>
 
37
 
 
38
</para>
 
39
 
 
40
<!-- ##### ARG EogPrintPreview:image-scale ##### -->
 
41
<para>
 
42
 
 
43
</para>
 
44
 
 
45
<!-- ##### ARG EogPrintPreview:image-x-align ##### -->
 
46
<para>
 
47
 
 
48
</para>
 
49
 
 
50
<!-- ##### ARG EogPrintPreview:image-y-align ##### -->
 
51
<para>
 
52
 
 
53
</para>
 
54
 
 
55
<!-- ##### ARG EogPrintPreview:page-bottom-margin ##### -->
 
56
<para>
 
57
 
 
58
</para>
 
59
 
 
60
<!-- ##### ARG EogPrintPreview:page-left-margin ##### -->
 
61
<para>
 
62
 
 
63
</para>
 
64
 
 
65
<!-- ##### ARG EogPrintPreview:page-right-margin ##### -->
 
66
<para>
 
67
 
 
68
</para>
 
69
 
 
70
<!-- ##### ARG EogPrintPreview:page-top-margin ##### -->
 
71
<para>
 
72
 
 
73
</para>
 
74
 
 
75
<!-- ##### ARG EogPrintPreview:paper-height ##### -->
 
76
<para>
 
77
 
 
78
</para>
 
79
 
 
80
<!-- ##### ARG EogPrintPreview:paper-width ##### -->
 
81
<para>
 
82
 
 
83
</para>
 
84
 
 
85
<!-- ##### FUNCTION eog_print_preview_new ##### -->
 
86
<para>
 
87
 
 
88
</para>
 
89
 
 
90
@Returns: 
 
91
 
 
92
 
 
93
<!-- ##### FUNCTION eog_print_preview_new_with_pixbuf ##### -->
 
94
<para>
 
95
 
 
96
</para>
 
97
 
 
98
@pixbuf: 
 
99
@Returns: 
 
100
 
 
101
 
 
102
<!-- ##### FUNCTION eog_print_preview_set_page_margins ##### -->
 
103
<para>
 
104
 
 
105
</para>
 
106
 
 
107
@preview: 
 
108
@l_margin: 
 
109
@r_margin: 
 
110
@t_margin: 
 
111
@b_margin: 
 
112
 
 
113
 
 
114
<!-- ##### FUNCTION eog_print_preview_set_from_page_setup ##### -->
 
115
<para>
 
116
 
 
117
</para>
 
118
 
 
119
@preview: 
 
120
@setup: 
 
121
 
 
122
 
 
123
<!-- ##### FUNCTION eog_print_preview_get_image_position ##### -->
 
124
<para>
 
125
 
 
126
</para>
 
127
 
 
128
@preview: 
 
129
@x: 
 
130
@y: 
 
131
 
 
132
 
 
133
<!-- ##### FUNCTION eog_print_preview_set_image_position ##### -->
 
134
<para>
 
135
 
 
136
</para>
 
137
 
 
138
@preview: 
 
139
@x: 
 
140
@y: 
 
141
 
 
142
 
 
143
<!-- ##### FUNCTION eog_print_preview_set_scale ##### -->
 
144
<para>
 
145
 
 
146
</para>
 
147
 
 
148
@preview: 
 
149
@scale: 
 
150
 
 
151