Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/evinceadapter.py
Commit message (Collapse)AuthorAgeFilesLines
* Pyflakes fixesGonzalo Odiard2013-09-051-5/+1
|
* Pep8 fixesGonzalo Odiard2013-09-051-19/+21
|
* Add rotate buttons - SL #4583Gonzalo Odiard2013-09-051-0/+11
| | | | | | Right now, is implemented only for pdf files. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix check evince version - SL #4033Gonzalo Odiard2012-10-151-3/+3
| | | | | | A error in the control of evince version disable the display of index in pdf backend Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Implement display o TOC in pdf filesGonzalo Odiard2012-09-281-30/+55
| | | | | | | | This change needs evince 3.5.92 to work. The code checks evince version, before enable the functionality. This version works with index with one level only. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix search in pdf files - final part of SL #Gonzalo Odiard2012-09-271-1/+2
| | | | | | | | Depends on fix in evince [1] included in version 3.5.92 [1] https://bugzilla.gnome.org/show_bug.cgi?id=682875 Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Enable touch kindle like interaction in pdf backendGonzalo Odiard2012-09-101-0/+14
| | | | | | | Change pages with touch in the region x < width * 1/3 and x > width * 3/4 Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Disable code to read index in pdf filesGonzalo Odiard2012-09-101-0/+4
| | | | | | | Is crashing in f17 and does not works yet anyway due to https://bugzilla.gnome.org/show_bug.cgi?id=682882 Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Show the table of contents in a panelGonzalo Odiard2012-09-101-6/+6
| | | | | | | | | | | | The table of contents, actually implemented in epub backend, is displayed in a later panel, instead of in a combo, to do easier the interaction with touch, and provide context. The code is now more general to allow the implementation in the pdf backend too. The button used to display the table of contents, was moved from the main toolbar to the view subtoolbar. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Start implementation of read index in the pdf backend.Gonzalo Odiard2012-09-101-1/+38
| | | | | | Is not workinging yet due to https://bugzilla.gnome.org/show_bug.cgi?id=682882 Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix port of search functionality in pdf backend.Gonzalo Odiard2012-09-101-3/+4
| | | | | | | | | Is not working because of [1]. We need a change in the binding to solve it. [1] https://bugzilla.gnome.org/show_bug.cgi?id=682875 Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Preserve last used zoom in pdf backendGonzalo Odiard2012-09-101-1/+0
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add support to open a link from a PDF with Browse - SL #1315 / OLPC #8774Gonzalo Odiard2012-03-071-1/+32
| | | | | | | The actual implementation saves the link in the journal and open it in the journal, then the user can click Continue to open the Browse Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix next/previous page menu items in PDF backend - OLPC #11663Gonzalo Odiard2012-03-011-0/+6
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Initial port to Gtk3Gonzalo Odiard2011-12-081-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