Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/AbiWordActivity.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Change the logic for preserve the mime type at reading and saving filesGonzalo Odiard2010-11-091-17/+29
| | | | | | 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
* Update to API change, render_page_to_image starts now with 1. #152Tomeu Vizoso2009-02-281-1/+1
|
* Override get_preview #152Tomeu Vizoso2009-02-251-0/+18
|
* Initialize threads ASAP (alsroot) #356Tomeu Vizoso2009-02-161-0/+4
|
* #8972 Save to OpenDocument if we cannot export in the original formatTomeu Vizoso2009-01-031-1/+3
|
* add a comment explaining previous commit is just a workaroundGuillaume Desmottes2008-09-251-0/+2
|
* _on_members_changed: ignore bus_name if it's NoneGuillaume Desmottes2008-09-251-0/+3
|
* Fix bug 6021: Write crash on buddy left (Morgan Collett)Marc Maurer2008-09-141-1/+2
|
* Fix typoMarc Maurer2007-11-051-1/+1
|
* Fix 4022: write should not change the format of an opened journal entry (uwog)Marc Maurer2007-11-051-9/+15
|
* Remove tons of hacks to go with the new AbiWidget version (uwog)Marc Maurer2007-11-051-19/+9
|
*