Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/readtoolbar.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Initial port to Gtk3"Gonzalo Odiard2011-12-081-33/+31
| | | | This reverts commit 996d542fd7d2d464edd572b165e80f9cb2c20ec7.
* Initial port to Gtk3Gonzalo Odiard2011-11-071-31/+33
|
* Use set_named_icon to change icon in toogle button.Gonzalo Odiard2011-06-101-16/+4
|
* Modify and save/restore speech parametersGonzalo Odiard2011-02-231-6/+73
|
* Don't init speech toolbar if speech is not supportedGonzalo Odiard2011-02-221-0/+3
|
* Add text to speech capability to text backendGonzalo Odiard2011-02-211-0/+71
| | | | Too much code stolen from Read EText activity
* Get back functionalities in EPUB frameworkGonzalo Odiard2011-02-121-62/+25
| | | | | | - 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-31/+40
| | | | | | | | | | | | 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-7/+5
| | | | Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* fix EOL spacesSascha Silbe2011-01-201-5/+5
| | | | Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* Migrate to new toolbar systemSimon Schampijer2009-09-081-281/+0
|
* Do not exit at the beginning if Epub support cannot be enabledSayamindu Dasgupta2009-08-051-1/+4
|
* Primary navigation via toolbar made "chunk-wise" instead of page-wiseSayamindu Dasgupta2009-06-301-4/+10
|
* Implement initial find support in EpubSayamindu Dasgupta2009-06-281-4/+10
|
* Add initial Epub supportSayamindu Dasgupta2009-06-271-28/+60
| | | | Everything except search works
* Fix merge conflictsSayamindu Dasgupta2009-06-251-6/+87
|\
| * Enable jumping between bookmarks (jump to next/previous bookmarkSayamindu Dasgupta2009-02-221-0/+34
| |
| * Use the variable name filehash instead of hashSayamindu Dasgupta2009-02-161-2/+2
| |
| * Bookmark supportSayamindu Dasgupta2009-02-151-3/+50
| |
| * Do not show ToC combobox in case document does not have ToCSayamindu Dasgupta2009-02-151-3/+3
| |
| * Fix error in case of file formats which do not support ToCSayamindu Dasgupta2009-02-151-10/+12
| |
* | Support evince binding w/o document_links support #703Aleksey Lim2009-04-061-10/+13
|/
* dev.laptop.org #2837: Implement TOC navigation in Read (sayamindu)Morgan Collett2009-01-141-0/+65
|
* Update to sugar-evince-2.24 APIDaniel Drake2008-12-161-7/+21
| | | | | | | | No backwards compatibility. The "Find previous" and "Find next" buttons no longer get greyed out when you reach the start/end of a document. If this functionality is important, it can probably be readded.
* Zoom-in/out with square/check #6165Reinier Heeres2008-03-021-4/+13
|
* Add fullscreen buttonReinier Heeres2008-03-011-1/+17
|
* Call update_view_size (tomeu), #5866Reinier Heeres2008-01-111-0/+8
|
* Support new evince v2.20, some search improvementsReinier Heeres2007-12-131-7/+62
|
* Fix icon namesMarco Pesenti Gritti2007-10-181-2/+2
|
*