Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 89v89Gonzalo Odiard2013-05-151-1/+1
|
* Support paste images from the Journal - SL #4499Gonzalo Odiard2013-05-151-4/+3
| | | | | | Based on patch provided by Flavio Danesse <fdanesse@gmail.com> Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Move the list toolbar to a radiomenubutton in the paragraph toolbarGonzalo Odiard2013-05-153-51/+50
| | | | | | This is another change needed to use Write with rotated screen. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Move aligment button to text paletteGonzalo Odiard2013-05-141-26/+23
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Change buttons used to select aligment by a single RadioMenuButtonGonzalo Odiard2013-05-142-13/+50
| | | | | | | This is one of the changes needed to reorganize the toolbar to use Write with screen rotated. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* 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.
*