Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbar.py
Commit message (Collapse)AuthorAgeFilesLines
* Support paste images from the Journal - SL #4499Gonzalo Odiard2013-05-151-4/+3
| | | | | | Based on patch provided by Flavio Danesse <fdanesse@gmail.com> Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Move the list toolbar to a radiomenubutton in the paragraph toolbarGonzalo Odiard2013-05-151-36/+30
| | | | | | This is another change needed to use Write with rotated screen. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Move aligment button to text paletteGonzalo Odiard2013-05-141-26/+23
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Change buttons used to select aligment by a single RadioMenuButtonGonzalo Odiard2013-05-141-13/+16
| | | | | | | 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>
* Fix paste of images - (part of #4130)Gonzalo Odiard2013-01-021-3/+7
| | | | | | | The Pixbuf api changed with the new bindings and the save method is not available anymore. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Update clipboard APIGonzalo Odiard2012-12-211-1/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Show the accelerator in toggle buttons - SL #789Gonzalo Odiard2012-10-241-0/+3
| | | | | | This was fixed in sugar-toolkit-gtk3, then we only need set the property. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix table creation - SL #3870Gonzalo Odiard2012-10-241-13/+14
| | | | | | | This patch replace the abiword widget used for one with bigger cells to enable the use with touch. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Initial port to Gtk3 and Abiword introspection bindings.Gonzalo Odiard2012-10-111-56/+60
| | | | | Signed-off-by: Carlos Garnacho <carlos.garnacho@lanedo.com> Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add a button to zoom to widthGonzalo Odiard2012-05-021-0/+10
| | | | | | | | Our users use the screen more than paper, zoom to width should be the more useful zoom value. Use the same icon a position as in Read. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use FontComboBox to show font previews - Sans selected by default fix SL #2759Gonzalo Odiard2012-05-021-3/+20
| | | | | | | | '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-32/+49
| | | | | | Signed-off-by: Walter Bender <walter.bender@gmail.com> Reviewed-by: Gary Martin <garycmartin@googlemail.com>
* Write: Change the default method of insert imagesGonzalo Odiard2010-11-081-1/+16
| | | | The patch add a checkbox to enable the user to select the method
* make the sources of Write pep8 complaintGonzalo Odiard2010-10-281-9/+25
|
* fix paste images in write - olpc #2507 and olpc #7186Gonzalo Odiard2010-10-281-1/+29
| | | | | | | Now you can copy a image from Paint, Browse or Write and paste in Write The patch implement take from the clipboard the different types of contents Reviewed-by: Martin Sevior <msevior@gmail.com>
* fix SL #2001 - Write does not pass parent window xid to ObjectChooserGonzalo Odiard2010-10-181-1/+1
| | | | | | This is a regresion, probably introduced when changed the toolbar. If the parent window is not passed, the Object Chooser appears over other activities when you change from Write to another.
* Make the size of the toolbar scaling dependentSimon Schampijer2009-09-081-1/+2
| | | | Note: this should be handled by the toolkit widget
* Added back pylint fixes from Simon that I accidently wiped.Gary Martin2009-09-081-29/+31
|
*