Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/AbiWordActivity.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
*