Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/textadapter.py
Commit message (Collapse)AuthorAgeFilesLines
* Pyflakes fixesGonzalo Odiard2013-09-051-1/+2
|
* Pep8 fixesGonzalo Odiard2013-09-051-51/+50
|
* Add rotate buttons - SL #4583Gonzalo Odiard2013-09-051-0/+2
| | | | | | Right now, is implemented only for pdf files. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix open text files - SL #4512Gonzalo Odiard2013-05-241-1/+1
| | | | | | It's only a change of the API to define a GtkTextTag property. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Re-enable tts in text backend now Gst bindings are working - SL #3349Gonzalo Odiard2013-04-101-1/+1
| | | | | | | | The code is copied from Write activity, (should be good have this solved in the toolkit). The togglebutton api to change the icon name is fixed too. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Pep8 fixesGonzalo Odiard2012-10-091-0/+2
|
* Fix search in txt files - part of SL #3924Gonzalo Odiard2012-09-271-3/+3
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Improve display of text filesGonzalo Odiard2012-09-131-0/+10
| | | | | | Clean hard line breaks and justify fill. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use a scrollbar to navigate the entire book in txt books.Gonzalo Odiard2012-09-121-19/+86
| | | | | | | | Mimic the behaviour of epub and pdf files. This patch also solves a error in search in txt files, introduced in the port to gtk3 Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add touch event management to text files backendGonzalo Odiard2012-09-121-0/+14
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Save and restore zoom level in epub and text backendsGonzalo Odiard2012-08-171-4/+12
| | | | Siogned-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix pending issues in the port to gtk3 in the text adapterGonzalo Odiard2012-08-151-21/+26
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Disable text to speech because of SL #3349Gonzalo Odiard2012-03-081-1/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add a stop button to the speech toolbarGonzalo Odiard2012-03-071-0/+4
| | | | | | This is needed to restart reading from the start of the page. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Initial port to Gtk3Gonzalo Odiard2011-12-081-31/+35
|
* Home/End keys for going to start and end of document in text adapterGonzalo Odiard2011-06-101-0/+4
| | | | | | Signed-off-by: Manuel QuiƱones <manuel.por.aca@gmail.com> Acked-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix #10806 - No scrolling in Read (text backend)Gonzalo Odiard2011-05-311-11/+17
| | | | This patch implements step scroll in the text backend.
* Add text to speech capability to text backendGonzalo Odiard2011-02-211-0/+69
| | | | Too much code stolen from Read EText activity
* Add support to ziped Gutemberg filesGonzalo Odiard2011-02-211-1/+19
|
* Add highlight support to thetext backendGonzalo Odiard2011-02-181-1/+30
| | | | | | - 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.
* Enable copy operation in text backendGonzalo Odiard2011-02-171-1/+14
|
* Add search to text backendGonzalo Odiard2011-02-161-4/+169
|
* Initial plain text supportGonzalo Odiard2011-02-151-0/+212