Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/OficinaActivity.py
Commit message (Collapse)AuthorAgeFilesLines
* Move all the controls in the indiviual tool palettes to the color palettesGonzalo Odiard2011-04-051-5/+5
|
* Remove unused codeGonzalo Odiard2010-12-031-8/+0
|
* Changes made to save the last added text item. (OLPC #5917)Gonzalo Odiard2010-10-211-0/+2
| | | | | | | | Condition added to save the text when added at last in the paint activity so that it does not disappear. Text disappeared when added at last in the paint activity. Co-authored-by: Anubhav Aggarwal<anubhav@seeta.in>, Ishan Bansal <ishan@seeta.in>
* remove unused importsGonzalo Odiard2010-10-191-4/+0
|
* make OficinaActivity.py pep8 complaintGonzalo Odiard2010-10-191-14/+21
|
* fix #1771 - paint overwrites file type instead of creating new fileGonzalo Odiard2010-06-121-2/+9
| | | | | | | | | | Paint only writes type image/png. It can load other types, but overwrites as image/png. This patch detects reading a type that is not image/png, and forgets the association between the image being edited and the journal entry that was read, so that the original journal entry is not overwritten. http://bugs.sugarlabs.org/ticket/1771
* iplements OLPC #8865 - Slider bar should change brush and line widthGonzalo Odiard2010-06-091-0/+7
| | | | | | Connects XO-1 and XO-1.5 slider function keys to line size change for pencil, eraser, brush and rainbow. The size change is relative to current size.
* turn off activity sharing #1863James Cameron2010-06-091-0/+1
| | | | | | | | | | The activity does not support sharing, yet the toolbar presents sharing as an option. This patch can be reverted once sharing is implemented. See also http://bugs.sugarlabs.org/ticket/1863 http://dev.laptop.org/ticket/7888 http://dev.laptop.org/ticket/8228
* Disconnect from size_allocate eventAleksey Lim2009-06-151-10/+4
|
* Do not disconnect from None signalsAleksey Lim2009-06-041-8/+10
|
* Use current screen size as an intial size for new picture #921Aleksey Lim2009-06-031-49/+53
|
* Updated POT file (using 'setup.py genpot')Alexandre Antonino Gonçalves Martinazzo2007-11-011-0/+9
| | | | Corrections in file Headers
* Merging repositoriesAlexandre Antonino Gonçalves Martinazzo2007-10-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using Sugar's Object Chooser to "Import Image" dialog box; user imports images from Journal. Palettes' layout changed (see ticket #4231). Image Toolbar buttons active only when there is a selection. Clear button now works with selected areas. From SVN: r116 | barbolo | 2007-10-16 15:57:10 -0200 (Ter, 16 Out 2007) | 14 lines Freeform polygon tool. Eben has suggested a new way of drawing freeform polygon and it's been implemented in this version. Now, it's possible to draw polygons with freeform lines. Modified functions: Desenho.polygon All the new algorithm has been written. Area.mousedown Area.mousemove Area.mouseup It's changed the way of calling Desenho.polygon function. ------------------------------------------------------------------------ r115 | andremossinato | 2007-10-09 14:38:51 -0300 (Ter, 09 Out 2007) | 4 lines now effects can be used in selection fixed bug in "insert image" added rotate
* Fitting canvas to usable area (See ticket #3689)Alexandre Antonino Gonçalves Martinazzo2007-10-081-9/+7
|
* Squashed commit of the following:Alexandre Antonino Gonçalves Martinazzo2007-09-271-1/+1
| | | | | | | | | commit 2677d5c6a626bb4bdeb45d289fc2de8c1fc1b997 Author: Alexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com> Date: Thu Sep 27 18:30:47 2007 -0300 Bug #3749 fixed; resuming from Journal is working again; pixmap manipulation was wrong when loading files. OficinaActivity does not use set_title() anymore (see ticket #3891)
* Squashed commit of the following:Alexandre Antonino Gonçalves Martinazzo2007-09-191-7/+3
| | | | | | | | | | commit f270152cd942d4d48f0c7efe13150f4416d1a888 Author: barbolo <barbolo@e2fb0b9f-bc32-0410-ab74-19e9d00b4e58> Date: Wed Sep 19 18:52:11 2007 +0000 Resizeing fixed! Toolbox done! git-svn-id: https://oficina.googlecode.com/svn/trunk@113 e2fb0b9f-bc32-0410-ab74-19e9d00b4e58
*