Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/widgets.py
Commit message (Collapse)AuthorAgeFilesLines
* Move the list toolbar to a radiomenubutton in the paragraph toolbarGonzalo Odiard2013-05-151-5/+19
| | | | | | This is another change needed to use Write with rotated screen. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Change buttons used to select aligment by a single RadioMenuButtonGonzalo Odiard2013-05-141-0/+34
| | | | | | | This is one of the changes needed to reorganize the toolbar to use Write with screen rotated. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Implement OSK resizing on the AbiWidgetCarlos Garnacho2012-11-271-0/+60
| | | | | | | | 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>
* Fix save 'fulltext' metadata when export.Gonzalo Odiard2012-10-241-2/+2
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Initial port to Gtk3 and Abiword introspection bindings.Gonzalo Odiard2012-10-111-8/+8
| | | | | Signed-off-by: Carlos Garnacho <carlos.garnacho@lanedo.com> Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Optional data when it exports a file SL #2795Manuel Kaufmann2012-06-011-2/+5
| | | | | | | | | | | | | | 'keep' and 'share-scope' are optional metadata for the activity metadata, so we should use them only if they are set before and if not we should use default values for them. This patch fixes it. For example, when the user downloads a file from Internet only 'keep' is set to '0' but not 'share-scope'. A similar situation happens when a file is openen with write from a pen-drive: neither 'keep' nor 'share-scope' are set for the activity. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Reviewed-By: Sascha Silbe <silbe@activitycentral.com>
* Use FontComboBox to show font previews - Sans selected by default fix SL #2759Gonzalo Odiard2012-05-021-0/+4
| | | | | | | | '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>
* Pep fixesGonzalo Odiard2011-08-301-2/+2
| | | | Signed-of-by: Gonzalo Odiard <gonzalo@laptop.org>
* Replace the export combo by a group of buttonsGonzalo Odiard2011-08-301-16/+13
| | | | | | | This change do more discoverable the functionality and improve consistencywith other activities. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* OLPC #10442 - Add the option to export to PDFGonzalo Odiard2010-11-171-1/+5
| | | | | Don't set the activity metadata property when save PDF file because Write can save PDF files but can't open them.
* make the sources of Write pep8 complaintGonzalo Odiard2010-10-281-14/+23
|
* Add the option to export to PDF - SL #1458Gonzalo Odiard2010-10-281-1/+6
| | | | | Signed-Off-By: iwikiwi <vamsi.davuluri@gmail.com> Reviewed-by: Martin Sevior <msevior@gmail.com>
* Pylint cleanupsSimon Schampijer2009-09-081-6/+4
|
* Removed redundant StyleCombo code from widgets.pyGary Martin2009-09-081-73/+0
|
* Removed redundant ListsPalette code from widgets.py.Gary Martin2009-09-081-46/+0
|
* Revert export buttonAleksey Lim2009-08-161-2/+82
|
* Do not propagate current paragraph format while moving cursor #1145Aleksey Lim2009-08-071-21/+51
|
* Set toolbutton labelsAleksey Lim2009-08-061-1/+0
|
* New Write primary toolbar icon design does not all fit in the toolbar #1122Aleksey Lim2009-08-061-49/+42
|
* Utilize API changes in toolbarAleksey Lim2009-07-301-3/+7
|
* Utilize new toolbarsAleksey Lim2009-07-131-0/+242