Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/readtoolbar.py
Commit message (Collapse)AuthorAgeFilesLines
* Pep8 fixesGonzalo Odiard2013-09-051-6/+5
|
* Add rotate buttons - SL #4583Gonzalo Odiard2013-09-051-1/+26
| | | | | | Right now, is implemented only for pdf files. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Reorganize toolbar to solve fall out of stop buton when rotated - SL#3832Gonzalo Odiard2013-04-101-0/+9
| | | | | | | The highlight button is moved to the edition subtoolbar, and a invisible separator is replaced by a small margin after the label. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use new search icon - SL #3569Gonzalo Odiard2013-04-101-1/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Show the bookmarks in a tray like in Browse activityGonzalo Odiard2012-10-091-0/+17
| | | | | | The preview is saved in another table in the sqlite db. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Show the table of contents in a panelGonzalo Odiard2012-09-101-0/+19
| | | | | | | | | | | | 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>
* Remove the zoom spinbuttonGonzalo Odiard2012-08-161-37/+0
| | | | | | | | As discussed in irc, the spinbutton is not easy to use, and with the added buttons, the user can access the needed functionality in a easier way. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Enable/disable "zoom-to-fit" and "zoom-to-original" buttons depending on fileGonzalo Odiard2012-08-151-0/+2
| | | | | | Use the same criteria as zoom-to-width button Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add buttons to "zoom to fit" and "actual size" - SL #3752Gonzalo Odiard2012-08-131-18/+14
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use SugarMenuItem in the zoom palette - SL #3404Gonzalo Odiard2012-04-091-9/+14
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Separate the speech toolbar in another file to load only if neededGonzalo Odiard2012-03-061-129/+0
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Adopt to removal of the old toolbarSimon Schampijer2012-01-121-3/+3
| | | | | | | As part of the removal of the old toolbar, old API has been removed, adopt to that change, see http://lists.sugarlabs.org/archive/sugar-devel/2012-January/035201.html Signed-off-by: Simon Schampijer <simon@laptop.org>
* Initial port to Gtk3Gonzalo Odiard2011-12-081-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
|
*