Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/AbiWordActivity.py
Commit message (Collapse)AuthorAgeFilesLines
* Add text to speech functionality to Write - SL #3266Gonzalo Odiard2012-05-021-0/+10
| | | | | | | 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>
* Startup the activity with the canvas zoom set to page widthGonzalo Odiard2012-05-021-18/+0
| | | | | | | | The patch remove a old workaround no longer needed from fedora 13 but having a bad behaviour now. The initial zoom was set to a unwanted value instead of page width. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use FontComboBox to show font previews - Sans selected by default fix SL #2759Gonzalo Odiard2012-05-021-0/+6
| | | | | | | | 'Times New Roman' was selected by default in AbiWord but the font is not available, then the information in the doc and the font combo was out of sync. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Move text buttons to text toolbar; image button to main toolbarWalter Bender2012-01-101-48/+29
| | | | | | Signed-off-by: Walter Bender <walter.bender@gmail.com> Reviewed-by: Gary Martin <garycmartin@googlemail.com>
* Pep fixesGonzalo Odiard2011-08-301-3/+2
| | | | Signed-of-by: Gonzalo Odiard <gonzalo@laptop.org>
* Replace the export combo by a group of buttonsGonzalo Odiard2011-08-301-7/+6
| | | | | | | This change do more discoverable the functionality and improve consistencywith other activities. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix load of keybindings - OLPC #11049Gonzalo Odiard2011-07-081-7/+10
| | | | | | Moved call to load of keybindings to map callback of activity to delay the call, without this, when we open a new file keybindings are not applied.
* Change the signal used to update the color.Gonzalo Odiard2010-12-091-2/+3
| | | | Author: Simon Schampijer <simon@schampijer.de>
* OLPC #8972 - Open rtf and html files like rich textGonzalo Odiard2010-11-171-6/+12
| | | | | The mime types from files rtf and html have text/plain in mime_parents. We need to modify the criteria to open them like rich text.
* Cleanup sharing codeGonzalo Odiard2010-11-081-141/+81
| | | | Updated and applied patch from tickets SL #1962, OLPC #5062, OLPC #8680
* Change the logic for preserve the mime type at reading and saving filesGonzalo Odiard2010-11-041-19/+23
| | | | | | Open the text files in plain/text format, save the new file like .odt files and preserve the mime type in all the cases but .doc files (abiword saves them like .rtf) Related to tickets SL #2127, OLPC #8972, OLPC #5291 and OLPC #1925
* make the sources of Write pep8 complaintGonzalo Odiard2010-10-281-49/+88
|
* Let abiword change zoom_percentage value before using it #1121Aleksey Lim2010-10-011-3/+6
|
* Pylint cleanupsSimon Schampijer2009-09-081-14/+22
|
* Changed tool label from Insert to Table (string already in pot).Gary Martin2009-09-081-1/+1
|
* Tidy the format-text icon alignment, spacing.Gary Martin2009-09-081-1/+1
|
* Another small string tweak to avoid breaking string freeze.Gary Martin2009-09-071-1/+1
|
*