Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/AbiWordActivity.py
Commit message (Collapse)AuthorAgeFilesLines
* change icon_size to pixel_sizerefs/merge-requests/3gauravp942014-02-271-1/+1
|
* Disable saving the document content as text if abi version == 3.0Gonzalo Odiard2013-12-191-2/+5
| | | | | | | This is because of http://bugzilla.abisource.com/show_bug.cgi?id=13585 and should be reverted when is fixed Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Pep8 & pyflakes fixesGonzalo Odiard2013-11-081-1/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Delay imports to improve activity startup timeGonzalo Odiard2013-11-081-3/+4
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Delay speech initialization to speed up the activity startupGonzalo Odiard2013-11-081-9/+11
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Allow configuration of default font size and face - SL #1690Gonzalo Odiard2013-11-081-2/+16
| | | | | | | | Can be configured doing: gconftool-2 -s --type string /desktop/sugar/activities/write/font_face Sans gconftool-2 -s --type int /desktop/sugar/activities/write/font_size 20 Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Pep8 & pyflakes fixesGonzalo Odiard2013-11-081-25/+24
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add a vertical margin to the canvas to easier touch selection - SL #4595Gonzalo Odiard2013-11-081-0/+5
| | | | | | | This change need a patch in abiword to expose a method, but is compatible with versions of abiword without the patch. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use the ObjectChooser with preview if availableGonzalo Odiard2013-11-081-9/+25
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Make the zoom default to screen widthGonzalo Odiard2013-06-111-0/+2
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix collaboration - SL #4482Gonzalo Odiard2013-05-271-17/+8
| | | | | | | | | | | | The problem was related to a race condition between the load of a file, and the start of the sharing session, that is the reason this was random, and appear a lot more in xo-4 than in other models. We used two callback methods, one connected to canvas map-event and another connected to activity map-event. This is not needed anymore, and removing the canvas map event callback simplify the operation, and solves the collaboration. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Move the list toolbar to a radiomenubutton in the paragraph toolbarGonzalo Odiard2013-05-151-10/+1
| | | | | | This is another change needed to use Write with rotated screen. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Hide connecting message by deault in xo-1.5Gonzalo Odiard2013-03-081-0/+2
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Disable edition on abi widget until collaboration is established - SL#4436Gonzalo Odiard2013-03-071-2/+41
| | | | | | | To avoid lost sync with the main instance, we disable the abi widget and show a message to the user. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Don't set the font if is joining a shared activity - SL #4436Gonzalo Odiard2013-02-271-0/+1
| | | | | | | | We should not take the case when the activity is joining a shared document like if is a new document. The document already have content, and also can break the collaboration startup due to delays. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Make collaboration work again. - SL #4436Ajay Garg2013-02-261-11/+10
| | | | | | | | | This stopped working, since the time http://git.sugarlabs.org/sugar-toolkit-gtk3/sugar-toolkit-gtk3/commit/70cee44717d46129419992cd6a7e15472dc1f568 was pushed. Signed-off-by: Ajay Garg <ajay@activitycentral.com> Reviewed-by: Gonzalo Odiard <gonzalo@laptop.org>
* Write widget should be focused at activity start - SL #4338Gonzalo Odiard2013-01-021-0/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Implement OSK resizing on the AbiWidgetCarlos Garnacho2012-11-271-1/+2
| | | | | | | | A new class deriving from Abi.Widget has been added, this class handles document view resizing, and ensures the cursor stays visible after the resize. Signed-off-by: Carlos Garnacho <carlosg@gnome.org>
* Disable word selection mode - part of SL #4220Gonzalo Odiard2012-11-141-3/+0
| | | | | | | This mode have bad interaction with text selection and touch handles, then we decided disable it. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* 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
|
*