Difference between revisions of "Evince"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
These tickets track the effort to upstream the changes we had to do: | These tickets track the effort to upstream the changes we had to do: | ||
− | |||
− | |||
* [http://bugzilla.gnome.org/show_bug.cgi?id=568287 Add python bindings for evince] | * [http://bugzilla.gnome.org/show_bug.cgi?id=568287 Add python bindings for evince] | ||
Line 13: | Line 11: | ||
* [http://bugzilla.gnome.org/show_bug.cgi?id=567751 move reusable code into a shared library so other apps can display documents using evince code] | * [http://bugzilla.gnome.org/show_bug.cgi?id=567751 move reusable code into a shared library so other apps can display documents using evince code] | ||
* [http://bugzilla.gnome.org/show_bug.cgi?id=567785 Expose ev_view_set_zoom_for_size for embedders to use] | * [http://bugzilla.gnome.org/show_bug.cgi?id=567785 Expose ev_view_set_zoom_for_size for embedders to use] | ||
+ | * [http://bugzilla.gnome.org/show_bug.cgi?id=567790 Expose stuff needed by the python bindings] | ||
+ | * [http://bugzilla.gnome.org/show_bug.cgi?id=567787 Add evince_embed_init so embedders can init threads and evince internals] |
Revision as of 06:10, 24 January 2009
The Read activity and other components in Sugar that display PDFs use evince for that.
These tickets track the effort to upstream the changes we had to do:
Done
- Make EvDocumentInfo and friends GTypes
- Make EvJobPriority a proper GType
- move reusable code into a shared library so other apps can display documents using evince code
- Expose ev_view_set_zoom_for_size for embedders to use
- Expose stuff needed by the python bindings
- Add evince_embed_init so embedders can init threads and evince internals