Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/evinceadapter.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix next/previous page menu items in PDF backend - OLPC #11663Gonzalo Odiard2012-03-011-0/+6
| | | | Signed-of-by: Gonzalo Odiard <gonzalo@laptop.org>
* Revert "Initial port to Gtk3"Gonzalo Odiard2011-12-081-47/+39
| | | | This reverts commit 996d542fd7d2d464edd572b165e80f9cb2c20ec7.
* Initial port to Gtk3Gonzalo Odiard2011-11-071-39/+47
|
* Fix for PDF scrolling with Page Up/Page Down. - OLPC #10950Gonzalo Odiard2011-06-301-2/+2
| | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Reviewed-by: Simon Schampijer <simon@laptop.org>
* Read should setup dpad left/right to move document left/right - OLPC #10501Gonzalo Odiard2011-06-281-8/+11
| | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Gonzalo Odiard <gonzalo@laptop.org>
* PDF scrolls to start and end with the Home End keysGonzalo Odiard2011-06-101-1/+6
| | | | | Manuel Quiñones <manuel.por.aca@gmail.com> with a small change by Gonzalo Odiard <gonzalo@laptop.org>
* Fix #10806 - No scrolling in ReadGonzalo Odiard2011-05-311-2/+18
| | | | | | Read had implemented scrolling by page (with page up/down keys), this patch implement scroll by steps with the keys up/down in pdf and epub backends.
* Fix catch off exception in evice backendGonzalo Odiard2011-03-151-1/+1
|
* initialise EvinceViewer._view_notify_zoom_handlerSascha Silbe2011-02-241-0/+1
| | | | | | | | | | | | | This fixes the following traceback during start-up: Traceback (most recent call last): File "/home/sascha.silbe/sugar-jhbuild/install/share/sugar/activities/Read.activity/readtoolbar.py", line 252, in _zoom_spin_notify_value_cb self._view.set_zoom(zoom_spin.props.value) File "/home/sascha.silbe/sugar-jhbuild/install/share/sugar/activities/Read.activity/evinceadapter.py", line 130, in set_zoom if not self._view_notify_zoom_handler: AttributeError: EvinceViewer instance has no attribute '_view_notify_zoom_handler' Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* Add text to speech capability to text backendGonzalo Odiard2011-02-211-0/+3
| | | | Too much code stolen from Read EText activity
* Add highlight support to thetext backendGonzalo Odiard2011-02-181-0/+3
| | | | | | - The highlights are saved in the same db we save the bookmarks. - The highlights can be removed selecting again the same tex, or a subportion of the text or puting the cursos inside the highlighted area.
* Move title metadata extraction to the backendsv88Gonzalo Odiard2011-02-141-0/+7
|
* Get back functionalities in EPUB frameworkGonzalo Odiard2011-02-121-0/+221
- TOC, zoom and find are working in epub - All the code specific to a backend is moved outsude of readactivity.py, readtoolbar.py and readtopbar.py - Rename adapter classes to avoid confusion