Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/epubview
Commit message (Collapse)AuthorAgeFilesLines
* Wait until one file is loaded before trying to load another fileGonzalo Odiard2012-02-071-26/+9
| | | | | | | Added a semaphore and removed code where the change of pages from one file to another was miscalculated. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Do a symlink instead of a copy from xml to xhtmlGonzalo Odiard2012-02-061-1/+1
|
* Add more controls to not load the same file many timesGonzalo Odiard2012-02-061-1/+4
|
* Comment unused code to prepare to text to speechGonzalo Odiard2012-02-061-0/+2
|
* In epubview do not emit a signal if the page has not changedGonzalo Odiard2012-02-061-0/+2
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix comparison of file names in epubview._load_pageGonzalo Odiard2012-02-061-4/+4
| | | | | | | The code was comparing a file name with a URI, then ever was different reloading the file from disk. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Revert "Initial port to Gtk3"Gonzalo Odiard2011-12-085-78/+67
| | | | This reverts commit 996d542fd7d2d464edd572b165e80f9cb2c20ec7.
* Initial port to Gtk3Gonzalo Odiard2011-11-075-67/+78
|
* Home/End keys for going to start and end of document in epub adapterGonzalo Odiard2011-06-101-1/+12
| | | | | | Signed-off-by: Manuel QuiƱones <manuel.por.aca@gmail.com> Acked-by: Gonzalo Odiard <gonzalo@laptop.org>
* Check for page load in get_page_height functionManuel QuiƱones2011-05-311-4/+6
|
* Disable word highlighting in epub backendGonzalo Odiard2011-05-311-0/+4
| | | | | The solution implemented using javascript is not good. There are a problema also, creating tmp files and not removing them.
* Fix #10806 - No scrolling in ReadGonzalo Odiard2011-05-311-2/+12
| | | | | | 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.
* Highligh of spoken word in epub backend implemented.Gonzalo Odiard2011-02-253-0/+112
| | | | Is not working right - Temporary Patch
* Initial implementation of text to speech in epub backendGonzalo Odiard2011-02-241-0/+33
| | | | No highlight of spoken word yet.
* Pep8 corrections for epubview filesGonzalo Odiard2011-02-246-62/+117
|
* Get back functionalities in EPUB frameworkGonzalo Odiard2011-02-122-16/+32
| | | | | | - 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-202-20/+18
| | | | | | | | | | | | 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-206-46/+40
| | | | Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* fix EOL spacesSascha Silbe2011-01-207-211/+211
| | | | Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* Fix occasional crash during startupSayamindu Dasgupta2009-12-231-1/+1
|
* Support footnotes and intra-document linksSayamindu Dasgupta2009-11-292-4/+30
|
* Workaround https://bugs.launchpad.net/soas/+bug/483231Sayamindu Dasgupta2009-11-161-0/+5
|
* Fix page dimension fixingSayamindu Dasgupta2009-10-081-1/+1
|
* Fix search in epubSayamindu Dasgupta2009-09-211-2/+2
|
* Sync with pyepubview, revision 25Sayamindu Dasgupta2009-09-026-51/+182
|
*