Difference between revisions of "Evince"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
The Read activity and other components in Sugar that display PDFs use [http://live.gnome.org/Evince evince] for that. | The Read activity and other components in Sugar that display PDFs use [http://live.gnome.org/Evince evince] for that. | ||
− | + | These tickets track the effort to upstream the changes we had to do: | |
* [http://bugzilla.gnome.org/show_bug.cgi?id=567790 Add python bindings for libevince] | * [http://bugzilla.gnome.org/show_bug.cgi?id=567790 Add python bindings for libevince] |
Revision as of 14:53, 14 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:
- Add python bindings for libevince
- Make EvDocumentInfo and friends GTypes
- Make EvJobPriority a proper GType
- Add evince_embed_init so embedders can init threads and evince internals
- Expose ev_view_set_zoom_for_size for embedders to use
- move reusable code into a shared library so other apps can display documents using evince code