Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/AbiWordActivity.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix saving of 'fulltext' metadata - SL #4091Gonzalo Odiard2012-10-241-3/+2
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Finish port of tts functionality to gtk3 and gst 1.0 - SL #4057Gonzalo Odiard2012-10-241-11/+10
| | | | | | This patch solves SL #3705 too (tts button placement in the toolbar) Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Improve selection of default fontGonzalo Odiard2012-10-191-3/+3
| | | | | | | This commit fix the selection of all the text in the case of a already existing istance introduced by b98d3da3 Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Change the code used to select the default font - SL #3695Gonzalo Odiard2012-10-181-2/+3
| | | | | | Was not working in gtk2, and in gtk3 version crashed. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Init _shared_activity variableGonzalo Odiard2012-10-181-0/+1
| | | | | | This avoid one of the reasons to crash the activity at start Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Disable setting the shadow typeGonzalo Odiard2012-10-181-1/+1
| | | | | | API changed and crash the activity Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Initial port to Gtk3 and Abiword introspection bindings.Gonzalo Odiard2012-10-111-45/+49
| | | | | Signed-off-by: Carlos Garnacho <carlos.garnacho@lanedo.com> Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Queue draw on toolbar resize to avoid glitchesGonzalo Odiard2012-05-021-0/+5
| | | | | | | | | | No all the documents have problems, but I saw glitches with documents with tables. This patch is a simplified version of the patch removed with 17356abcd7e277478be6398f8bcc4c3cb098cd0b but use queue_draw instead of changing the zoom, then do not have the problem with seting bad zoom at activity startup. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* 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
|
*