Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/epubadapter.py
Commit message (Collapse)AuthorAgeFilesLines
* Disable text to speech in the epub backendGonzalo Odiard2012-02-291-1/+1
| | | | | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> The processing to prepare the pages to do text to speech have a big performance cost. Now is disabled and will see how enable it in the master branch.
* Revert "Initial port to Gtk3"Gonzalo Odiard2011-12-081-3/+3
| | | | This reverts commit 996d542fd7d2d464edd572b165e80f9cb2c20ec7.
* Initial port to Gtk3Gonzalo Odiard2011-11-071-3/+3
|
* Text to speech in epub backend skipped one word.Gonzalo Odiard2011-07-051-1/+0
|
* Fix text to speech restart after 40 words in epub backendGonzalo Odiard2011-06-101-0/+1
|
* Disable word highlighting in epub backendGonzalo Odiard2011-05-311-0/+5
| | | | | The solution implemented using javascript is not good. There are a problema also, creating tmp files and not removing them.
* Highligh of spoken word in epub backend implemented.Gonzalo Odiard2011-02-251-0/+1
| | | | Is not working right - Temporary Patch
* Initial implementation of text to speech in epub backendGonzalo Odiard2011-02-241-1/+34
| | | | No highlight of spoken word yet.
* 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-1/+7
|
* Get back functionalities in EPUB frameworkGonzalo Odiard2011-02-121-4/+64
| | | | | | - 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
* adapt to evince 2.30 API (SL#1900)Lucian Branescu Mihaila2011-01-201-3/+0
| | | | | | | | | | | | PDFs are working fine, EPub support is limited: - search not working - copy to clipboard disabled - zoom disabled - page next/prev disabled Tested-by: Sascha Silbe <sascha-pgp@silbe.org> [combined into a single patch, wrote patch description, minor style clean-ups] Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* pep8 cleanup: fix whitespaceSascha Silbe2011-01-201-1/+7
| | | | Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* fix EOL spacesSascha Silbe2011-01-201-1/+1
| | | | Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* Remove update_view_size from epubadapterSayamindu Dasgupta2009-09-161-3/+0
|
* Minor tweaks to page numbering related stuffSayamindu Dasgupta2009-06-301-4/+5
|
* Implement initial find support in EpubSayamindu Dasgupta2009-06-281-7/+7
|
* Add a adapter class for handling Epub filesSayamindu Dasgupta2009-06-271-0/+66
The adapter extends EpubView, Epub and JobFind to make them compatible with the Evince API as much as possible