Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbar.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
*