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

« back to all changes in this revision

Viewing changes to doc/reference/tmpl/eog-list-store.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
EogListStore
 
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
<!-- ##### MACRO EOG_LIST_STORE_THUMB_SIZE ##### -->
 
23
<para>
 
24
 
 
25
</para>
 
26
 
 
27
 
 
28
 
 
29
<!-- ##### ENUM EogListStoreColumn ##### -->
 
30
<para>
 
31
 
 
32
</para>
 
33
 
 
34
@EOG_LIST_STORE_THUMBNAIL: 
 
35
@EOG_LIST_STORE_THUMB_SET: 
 
36
@EOG_LIST_STORE_EOG_IMAGE: 
 
37
@EOG_LIST_STORE_EOG_JOB: 
 
38
@EOG_LIST_STORE_NUM_COLUMNS: 
 
39
 
 
40
<!-- ##### STRUCT EogListStore ##### -->
 
41
<para>
 
42
 
 
43
</para>
 
44
 
 
45
 
 
46
<!-- ##### FUNCTION eog_list_store_new ##### -->
 
47
<para>
 
48
 
 
49
</para>
 
50
 
 
51
@Returns: 
 
52
 
 
53
 
 
54
<!-- ##### FUNCTION eog_list_store_new_from_glist ##### -->
 
55
<para>
 
56
 
 
57
</para>
 
58
 
 
59
@list: 
 
60
@Returns: 
 
61
 
 
62
 
 
63
<!-- ##### FUNCTION eog_list_store_append_image ##### -->
 
64
<para>
 
65
 
 
66
</para>
 
67
 
 
68
@store: 
 
69
@image: 
 
70
 
 
71
 
 
72
<!-- ##### FUNCTION eog_list_store_add_files ##### -->
 
73
<para>
 
74
 
 
75
</para>
 
76
 
 
77
@store: 
 
78
@file_list: 
 
79
 
 
80
 
 
81
<!-- ##### FUNCTION eog_list_store_remove_image ##### -->
 
82
<para>
 
83
 
 
84
</para>
 
85
 
 
86
@store: 
 
87
@image: 
 
88
 
 
89
 
 
90
<!-- ##### FUNCTION eog_list_store_get_pos_by_image ##### -->
 
91
<para>
 
92
 
 
93
</para>
 
94
 
 
95
@store: 
 
96
@image: 
 
97
@Returns: 
 
98
 
 
99
 
 
100
<!-- ##### FUNCTION eog_list_store_get_image_by_pos ##### -->
 
101
<para>
 
102
 
 
103
</para>
 
104
 
 
105
@store: 
 
106
@pos: 
 
107
@Returns: 
 
108
 
 
109
 
 
110
<!-- ##### FUNCTION eog_list_store_get_pos_by_iter ##### -->
 
111
<para>
 
112
 
 
113
</para>
 
114
 
 
115
@store: 
 
116
@iter: 
 
117
@Returns: 
 
118
 
 
119
 
 
120
<!-- ##### FUNCTION eog_list_store_length ##### -->
 
121
<para>
 
122
 
 
123
</para>
 
124
 
 
125
@store: 
 
126
@Returns: 
 
127
 
 
128
 
 
129
<!-- ##### FUNCTION eog_list_store_get_initial_pos ##### -->
 
130
<para>
 
131
 
 
132
</para>
 
133
 
 
134
@store: 
 
135
@Returns: 
 
136
 
 
137
 
 
138
<!-- ##### FUNCTION eog_list_store_thumbnail_set ##### -->
 
139
<para>
 
140
 
 
141
</para>
 
142
 
 
143
@store: 
 
144
@iter: 
 
145
 
 
146
 
 
147
<!-- ##### FUNCTION eog_list_store_thumbnail_unset ##### -->
 
148
<para>
 
149
 
 
150
</para>
 
151
 
 
152
@store: 
 
153
@iter: 
 
154
 
 
155
 
 
156
<!-- ##### FUNCTION eog_list_store_thumbnail_refresh ##### -->
 
157
<para>
 
158
 
 
159
</para>
 
160
 
 
161
@store: 
 
162
@iter: 
 
163
 
 
164