[Sugar-devel] Bug 2323

2010-09-25 Thread Kandarp Kaushik
Hello, I was working on bug #2323 but do not have much knowledge on how to use the clipboard. Please provide some pointers on it. Regards, Kandarp ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

Re: [Sugar-devel] [PATCH] Scale TA font proportional to Sugar font-settings. (SL#1858)

2010-09-23 Thread Kandarp Kaushik
Hello, Thanks for reviewing the patch. I was not able to figure out how could we get the font zoom from gconf and to what variable should we assign that in tawindow.py. Regards, Kandarp Kaushik On Wed, Sep 22, 2010 at 1:51 PM, Walter Bender walter.ben...@gmail.comwrote: On Wed, Sep 22, 2010

[Sugar-devel] [PATCH] Scale TA font proportional to Sugar font-settings. (SL#1858)

2010-09-21 Thread Kandarp Kaushik
This patch scales the font in TA by using ZOOM_FACTOR set in sugar.graphics.style (SL#1858) --- TurtleArt/tawindow.py | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py index 3100d7c..39c1612 100644 ---

[Sugar-devel] [PATCH] Scale TA font proportional to Sugar font-settings. (SL#1858)

2010-09-10 Thread Kandarp Kaushik
This patch scales the font in TA by using ZOOM_FACTOR set in sugar.graphics.style (SL#1858) --- tawindow.py |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tawindow.py b/tawindow.py index 6a5629e..271c78b 100644 --- a/tawindow.py +++ b/tawindow.py @@ -33,6 +33,7

[Sugar-devel] [PATCH] Added Protected-Activities-Support to sugar (SL#2087)

2010-09-08 Thread Kandarp Kaushik
This patch provides a mechanism that uses a gconf value to determine which activities will not contain the erase option at the list view palette. The gconf value contains a list of activities bundle indentifiers. --- data/sugar.schemas.in| 14 ++

[Sugar-devel] Review of patch submitted by Martin for bug #2087

2010-09-04 Thread Kandarp Kaushik
Dear team members, Wish if we could expedite the review of patch submitted by Martin (tch) for bug #2087 - http://bugs.sugarlabs.org/ticket/2087. Appending it. Thank you. Appreciate your support as always. Regards, Kandarp. From 47678b9155b0c7d970e2c503aadb6e9024317473 Mon Sep 17 00:00:00

[Sugar-devel] [PATCH] Protected-Activities-Support.3

2010-09-04 Thread Kandarp Kaushik
--- data/sugar.schemas.in| 14 ++ src/jarabe/desktop/activitieslist.py | 23 +++ src/jarabe/model/bundleregistry.py | 11 +++ 3 files changed, 40 insertions(+), 8 deletions(-) diff --git a/data/sugar.schemas.in

[Sugar-devel] Work on API-documentation of sugar.

2010-07-22 Thread Kandarp Kaushik
Hello all, I, along with other seeta team members, am working on documenting sugar. We'll be starting with the presence service module and our work can be reviewed at api.sugarlabs.org/sphinx. The documentation involves understanding the various modules present in Sugar and we'll require a lot

[Sugar-devel] DESIGN

2010-07-05 Thread Kandarp Kaushik
Hello, I am using Sugar on Debian and wanted to report a feature not functioning as desired. Issue: In the control panel, even though I do not have a 3g modem, there is an icon to set up a 3g modem. Steps to reproduce: 1) Start Sugar. 2) Select My Settings. 3) Select Modem Configuration. What