Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbox.py
Commit message (Collapse)AuthorAgeFilesLines
* fix OLPC #3695 & #3694 - Tools & Shapes would be a radio button setGonzalo Odiard2010-06-091-18/+64
|
* fix OLPC #3693: The free form polygn tool should be in the shapes toolbarGonzalo Odiard2010-06-091-55/+42
| | | | move free form tool http://dev.laptop.org/ticket/3696
* fix #931 - Make "keep aspect ratio" selection visible in the UI.Gonzalo Odiard2010-06-091-1/+18
| | | | | Tested-by: James Cameron <quozl@laptop.org> Signed-off-by: James Cameron <quozl@laptop.org>
* fix OLPC #1015 - Use new colorchooserGonzalo Odiard2010-06-091-90/+19
| | | | | | | | | | | | | In the Tools tab this patch changes the Tool Color button to Stroke Color, and uses the new colour chooser. In the Shapes tab, this patch changes the Fill Color and the Stroke Color buttons, and uses the new colour chooser. Each of the colour choices made are effective for the next drawing operation. Tested-by: James Cameron <quozl@laptop.org> Signed-off-by: James Cameron <quozl@laptop.org>
*