Re: [Sugar-devel] GSoC'14 Proposal: Turtle Art 3D

2014-03-20 Thread Anubhav Jaiswal
er have already put down our thoughts. I would be really thankful if you can add yours to it. Link to Proposal: http://wiki.sugarlabs.org/go/Summer_of_Code/2014/AnubhavJ/Turtle_Art_3D Thanks, Anubhav On Fri, Mar 21, 2014 at 4:15 AM, Manuel QuiƱones wrote: > hey sam, > > 2014-03-20 17:07

[Sugar-devel] GSoC'14 Proposal: Turtle Art 3D

2014-03-20 Thread Anubhav Jaiswal
Dear All, I have drafted my GSoC 2014 proposal for the project : Turtle Art 3D http://wiki.sugarlabs.org/go/Summer_of_Code/2014/AnubhavJ/Turtle_Art_3D There's also a prototype that I created implementing the basic functions of Turtle Art 3D: https://github.com/Anubhav-J/TA3D It would be

[Sugar-devel] [PATCH] FEATURE REQUEST : Write_to_journal_anytime

2010-11-29 Thread anubhav
From: Anubhav Aggarwal Now an icon is added in the palletes which calls a popup to enter the name decscription and tags , this popup earlier came only at the closing of the activity (http://wiki.sugarlabs.org/go/Features/Write_to_journal_anytime) --- src/sugar/activity/activity.py|7

[Sugar-devel] [PATCH] FEATURE REQUEST : Write_to_journal_anytime

2010-11-29 Thread anubhav
From: Anubhav Aggarwal Now an icon is added in the palletes which calls a popup to enter the name decscription and tags , this popup earlier came only at the closing of the activity (http://wiki.sugarlabs.org/go/Features/Write_to_journal_anytime) --- src/jarabe/model/shell.py |3 +++ src

[Sugar-devel] [PATCH] Downgrading activities not allowed. (SL #2164)

2010-10-24 Thread anubhav
Anubhav Aggarwal --- v1 -> v2. Inline function used, signal emission condition revised and global variables removed. Recommendations by James Cameron and Aleksey Lim added. v2 -> v3. Used misc.resume. v3 -> v4. Changes in the copyright of the new file. v4 -> v5. Al

[Sugar-devel] [PATCH v6 sugar] Downgrading activities not allowed. (SL #2164)

2010-10-23 Thread anubhav
Activity can be downgraded on the availability of an older .xo version of an activity. An alert pops up on downloading an older .xo file of an activity, which asks the user to make a selection on whether to move to an older activity version or not. Co-authored-by: Anubhav Aggarwal , Shanjit Singh

Re: [Sugar-devel] [PATCH v5 sugar] Downgrading activities not allowed. (#2164)

2010-10-23 Thread Anubhav Aggarwal
patch submissions. Regards, Anubhav On Sat, Oct 23, 2010 at 3:00 PM, James Cameron wrote: > On Sat, Oct 23, 2010 at 01:11:18AM +0530, anub...@seeta.in wrote: > > Downgrading an activity is now made possible. When a .xo file of a > version older > > than the currently installed

[Sugar-devel] [PATCH v5 sugar] Downgrading activities not allowed. (#2164)

2010-10-22 Thread anubhav
: Anubhav Aggarwal , Shanjit Singh Jajmann --- v1 -> v2. Named according to the nomenclature suggested,inline function used ,signal emission condition revised,global variables removed. v2 -> v3. Taking care of all calling of misc.resume. v3 -> v4. Changes in the copyright of the new file

[Sugar-devel] [PATCH v4 PaintActivity] Changes made to save the last added text item. (OLPC #5917)

2010-10-21 Thread anubhav
pdated as suggested Co-authored-by: Anubhav Aggarwal, Ishan Bansal --- Area.py|6 +++--- Desenho.py |6 +++--- OficinaActivity.py |2 ++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Area.py b/Area.py index 8843406..ba06758 100644 --- a/Area.py +++

[Sugar-devel] [PATCH v3 PaintActivity]Paint - Rect. Marquee icon changes erratically(olpc #5882)

2010-10-21 Thread anubhav
v2. Updated at suggested v2 -> v3. Variable name changed , there values changed Co-authored-by: Anubhav Aggarwal, Ishan Bansal --- Area.py|6 +++--- Desenho.py |6 +++--- OficinaActivity.py |2 ++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Are

[Sugar-devel] [PATCH v2 PaintActivity] Changes made to save the last added text item. (OLPC #5917)

2010-10-20 Thread anubhav
at suggested Co-authored-by: Anubhav Aggarwal, Ishan Bansal --- Area.py|6 +++--- Desenho.py |6 +++--- OficinaActivity.py |4 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Area.py b/Area.py index 2dca7da..23be48c 100644 --- a/Area.py +++ b/Area

[Sugar-devel] [PATCH v2 PaintActivity] Paint - Rect. Marquee icon changes erratically(olpc #5882)

2010-10-20 Thread anubhav
From: Anubhav Aggarwal Earlier the cursor shown on selcting using rectangular marquee, was either a rectangle with a dashed border or a cross-hairs.Now a else if condition has been added v1 -> v2. the condition has been modified and replaced as suggested --- Area.py |2 ++ 1 fi

[Sugar-devel] [PATCH v4 sugar] Downgrading activities not allowed. (#2164)

2010-10-16 Thread anubhav
med according to the nomenclature suggested,inline function used,signal emission condition revised,global variables removed. v2 -> v3. Taking care of all calling of misc.resume. v3 -> v4. Changes in the copyright of the new file Signed-off-by: Anubhav Aggarwal , Shanjit Singh Jajmann --- s

[Sugar-devel] [PATCH PaintActivity] Paint - Rect. Marquee icon changes erratically(OLPC #5882)

2010-10-14 Thread anubhav
From: Anubhav Aggarwal Earlier the cursor shown on selcting using rectangular marquee, was either a rectangle with a dashed border or a cross-hairs.Now a if condition has been added . --- Area.py |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Area.py b/Area.py index

[Sugar-devel] #306 Mirror arrow icons when running in RTL mode

2010-10-02 Thread Anubhav Aggarwal
Team, Patches have been been uploaded for the bug SL #306(Mirror arrow icons when running in RTL mode link:http://bugs.sugarlabs.org/ticket/306).There are 4 different patches refletion changes in 5 different files. There are multiple patches because there are