Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/speechtoolbar.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't pause audio stream when playback finishes (#3694)Daniel Drake2013-05-141-1/+3
| | | | | | | | | | reset_buttons_cb gets called when speech playback finishes. Changing the activity property of the play ToggleToolButton will invoke its 'toggled' signal, causing it to pause the audio stream, rather than letting it close completely. Block the signal handler from executing at this point to avoid this confusion.
* Finish port of tts functionality to gtk3 and gst 1.0 - SL #4057Gonzalo Odiard2012-10-241-5/+5
| | | | | | This patch solves SL #3705 too (tts button placement in the toolbar) Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Initial port to Gtk3 and Abiword introspection bindings.Gonzalo Odiard2012-10-111-10/+11
| | | | | Signed-off-by: Carlos Garnacho <carlos.garnacho@lanedo.com> Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Little fixes to speech featureGonzalo Odiard2012-05-041-2/+2
| | | | | | | Correct logs. Check a different condition for no text selected. Fix reset speech callback method name Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add text to speech functionality to Write - SL #3266Gonzalo Odiard2012-05-021-0/+194
Ass discussed with the Learning Team, Write need a inmediate access to Text to Speech, the global tts feature is too indirect. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>