Re: [Sugar-devel] [DESIGN] Proposal: Multi-Selection and Batch Operations on Journal entries

2012-08-06 Thread Ajay Garg
Hi Gary. Finally... the checkbox-issue has been solved :) Please find the fixed rpm, containing the checkbox-fix at http://people.sugarlabs.org/ajay/root/multi-select-with-checkbox-fix/sugar-0.94.1-31.dx3.noarch.rpm For brevity, here is the patch link ::

Re: [Sugar-devel] How to have CellRenderer.props take effect, without a UI refresh?

2012-08-06 Thread Ajay Garg
Hi all. The issue has been solved !! :) The patch link :: http://git.sugarlabs.org/dextrose/mainline/commit/381e706de7e7309d27a44ed064794a44d50aad4a Thanks for everyone's help. Thanks and Regards, Ajay On Wed, Aug 1, 2012 at 1:33 PM, Ajay Garg a...@activitycentral.com wrote: Thanks

[Sugar-devel] [PATCH sugar 0/7] Remove last hippo occurrences from the shell

2012-08-06 Thread Simon Schampijer
This is a patch series to make the Sugar shell hippo free. Based on the work that has been done in [1] and [2]. It incorporates the patch from Sascha to move the EventIcon into the shell temporary. [1] http://git.sugarlabs.org/~erikos/sugar/erikos-shell-port [2]

[Sugar-devel] [PATCH sugar 5/7] Move SpreadLayout logic to favoriteslayout.py

2012-08-06 Thread Simon Schampijer
From: Daniel Narvaez dwnarv...@gmail.com The SpreadLayout derives now from the ViewLayout. The ViewLayout has a grid by default and the allocation happens here as well. Signed-off-by: Daniel Narvaez dwnarv...@gmail.com Acked-by: Simon Schampijer si...@laptop.org ---

[Sugar-devel] [PATCH sugar 2/7] ControlPanel AboutMe section: use the EventIcon from the shell

2012-08-06 Thread Simon Schampijer
We had a similar implmentation of the EventIcon in this section, now we can reuse the one from the shell. Signed-off-by: Simon Schampijer si...@laptop.org --- extensions/cpsection/aboutme/view.py | 27 --- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git

[Sugar-devel] [PATCH sugar 1/7] SugarEventIcon: Add a hippo-free implementation of the CanvasIcon

2012-08-06 Thread Simon Schampijer
The icon consists of an GtkEventBox and an IconBuffer. The GtkEventBox is a subclass of GtkBin which has its own window and therefor is used to catch events for our IconBuffer which does not have it's own window. The EventIcon uses the CursorInvoker that has been introduced in the GTK+ 3 toolkit

[Sugar-devel] [PATCH sugar 6/7] Remove hippo mentions

2012-08-06 Thread Simon Schampijer
From: Daniel Narvaez dwnarv...@gmail.com This is probably all very outdated anyway. Signed-off-by: Daniel Narvaez dwnarv...@gmail.com Acked-by: Simon Schampijer si...@laptop.org --- docs/controls.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/controls.txt

[Sugar-devel] [PATCH sugar 7/7] Drop unused intro.py

2012-08-06 Thread Simon Schampijer
From: Daniel Narvaez dwnarv...@gmail.com It was moved inside jarabe and ported to GTK+. Signed-off-by: Daniel Narvaez dwnarv...@gmail.com Acked-by: Simon Schampijer si...@laptop.org --- src/intro/intro.py | 271 - 1 file changed, 271

Re: [Sugar-devel] [PATCH sugar 1/7] SugarEventIcon: Add a hippo-free implementation of the CanvasIcon

2012-08-06 Thread Sascha Silbe
Simon Schampijer si...@schampijer.de writes: The icon consists of an GtkEventBox and an IconBuffer. The GtkEventBox is a subclass of GtkBin which has its own window and therefor is used to catch events for our IconBuffer which does not have it's own window. [...] This is fine from my side,

Re: [Sugar-devel] [PATCH sugar 2/7] ControlPanel AboutMe section: use the EventIcon from the shell

2012-08-06 Thread Sascha Silbe
Simon Schampijer si...@schampijer.de writes: We had a similar implmentation of the EventIcon in this section, now we can reuse the one from the shell. Once the EventIcon patch has been merged: Acked-by: Sascha Silbe si...@activitycentral.com Thanks for the clean-up! Sascha --

Re: [Sugar-devel] [PATCH sugar 6/7] Remove hippo mentions

2012-08-06 Thread Sascha Silbe
Simon Schampijer si...@schampijer.de writes: From: Daniel Narvaez dwnarv...@gmail.com This is probably all very outdated anyway. It's not even clear to me what the file is about. Is it a TODO list, a specification, documentation of current behaviour, ...? So +1 from me for simply dropping the

Re: [Sugar-devel] [PATCH sugar 4/7] Journal: set white background in the ExpandedEntry of the Detail View

2012-08-06 Thread Simon Schampijer
On 08/06/2012 01:17 PM, Sascha Silbe wrote: Simon Schampijer si...@schampijer.de writes: Change the ExpandedEntry class to subclass gtk.EventBox because the gtk.VBox doesn't have a gtk.gdk.Window associated and the background can't be set otherwise. Is this a bug affecting current mainline

Re: [Sugar-devel] [PATCH sugar 7/7] Drop unused intro.py

2012-08-06 Thread Sascha Silbe
Simon Schampijer si...@schampijer.de writes: From: Daniel Narvaez dwnarv...@gmail.com It was moved inside jarabe and ported to GTK+. This file should be removed in the same patch that added the code to jarabe, so that the code movement can easily be tracked and the actual code changes be

Re: [Sugar-devel] [PATCH sugar 5/7] Move SpreadLayout logic to favoriteslayout.py

2012-08-06 Thread Sascha Silbe
Simon Schampijer si...@schampijer.de writes: From: Daniel Narvaez dwnarv...@gmail.com The SpreadLayout derives now from the ViewLayout. The ViewLayout has a grid by default and the allocation happens here as well. I don't see any code moves in this patch, just removal. Like for Drop unused

Re: [Sugar-devel] [PATCH sugar 7/7] Drop unused intro.py

2012-08-06 Thread Simon Schampijer
On 08/06/2012 01:35 PM, Sascha Silbe wrote: Simon Schampijer si...@schampijer.de writes: From: Daniel Narvaez dwnarv...@gmail.com It was moved inside jarabe and ported to GTK+. This file should be removed in the same patch that added the code to jarabe, so that the code movement can easily

Re: [Sugar-devel] [PATCH sugar 5/7] Move SpreadLayout logic to favoriteslayout.py

2012-08-06 Thread Simon Schampijer
On 08/06/2012 01:38 PM, Sascha Silbe wrote: Simon Schampijer si...@schampijer.de writes: From: Daniel Narvaez dwnarv...@gmail.com The SpreadLayout derives now from the ViewLayout. The ViewLayout has a grid by default and the allocation happens here as well. I don't see any code moves in

Re: [Sugar-devel] [PATCH sugar 0/7] Remove last hippo occurrences from the shell

2012-08-06 Thread Sascha Silbe
Simon Schampijer si...@schampijer.de writes: This is a patch series to make the Sugar shell hippo free. Based on the work that has been done in [1] and [2]. It incorporates the patch from Sascha to move the EventIcon into the shell temporary. [...] Thanks for the patch series and especially

Re: [Sugar-devel] [PATCH sugar 3/7] Views: Replace the hippo based layout with one using GTK+ containers

2012-08-06 Thread Sascha Silbe
Simon Schampijer si...@schampijer.de writes: [...] src/jarabe/desktop/transitionbox.py | 50 + src/jarabe/journal/detailview.py | 73 +++ [...] [src/jarabe/desktop/Makefile.am] @@ -15,4 +15,5 @@ sugar_PYTHON = \ schoolserver.py \

Re: [Sugar-devel] [PATCH sugar 7/7] Drop unused intro.py

2012-08-06 Thread Sascha Silbe
Simon Schampijer si...@schampijer.de writes: [src/intro/intro.py] It has been moved a long time ago, outside this patch series. I guess Daniel came across this when grepping for hippo. OK. Please mention in the commit message that it has been unused since

Re: [Sugar-devel] [sugar 0.98 PATCH] sl#1630, sl#3325: Support for mobile broadband provider database, plus ensure that all settings are persisted.

2012-08-06 Thread Ajay Garg
A yet another gentle reminder :D Thanks and Regards, Ajay On Wed, Aug 1, 2012 at 1:44 AM, Ajay Garg a...@activitycentral.com wrote: Hi all. Just a gentle reminder :) Or, at least a status update will be highly appreciated :) Thanks and Regards, Ajay On Sun, Jul 29, 2012 at 2:49 PM,

[Sugar-devel] [PATCH sugar 0/7] Remove last hippo occurrences from the shell (v2)

2012-08-06 Thread Simon Schampijer
This is a patch series to make the Sugar shell hippo free. Based on the work that has been done in [1] and [2]. It incorporates the patch from Sascha to move the EventIcon into the shell temporary. [1] http://git.sugarlabs.org/~erikos/sugar/erikos-shell-port [2]

[Sugar-devel] [PATCH sugar 2/5] ControlPanel AboutMe section: use the EventIcon from the shell

2012-08-06 Thread Simon Schampijer
We had a similar implmentation of the EventIcon in this section, now we can reuse the one from the shell. Signed-off-by: Simon Schampijer si...@laptop.org --- extensions/cpsection/aboutme/view.py | 27 --- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git

[Sugar-devel] [PATCH sugar 4/5] Remove hippo mentions

2012-08-06 Thread Simon Schampijer
From: Daniel Narvaez dwnarv...@gmail.com This is probably all very outdated anyway. Signed-off-by: Daniel Narvaez dwnarv...@gmail.com Acked-by: Simon Schampijer si...@laptop.org --- docs/controls.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/controls.txt

[Sugar-devel] [PATCH sugar 5/5] Drop unused intro.py

2012-08-06 Thread Simon Schampijer
From: Daniel Narvaez dwnarv...@gmail.com It was moved inside jarabe and ported to GTK+. Signed-off-by: Daniel Narvaez dwnarv...@gmail.com Acked-by: Simon Schampijer si...@laptop.org --- src/intro/intro.py | 271 - 1 file changed, 271

Re: [Sugar-devel] [PATCH sugar 1/7] SugarEventIcon: Add a hippo-free implementation of the CanvasIcon

2012-08-06 Thread Simon Schampijer
On 08/06/2012 02:02 PM, Benjamin Berg wrote: Hi, On Mon, 2012-08-06 at 12:04 +0200, Simon Schampijer wrote: Signed-off-by: Simon Schampijer si...@laptop.org [moved from sugar-toolkit to sugar] Signed-off-by: Sascha Silbe si...@activitycentral.com Reviewed-by: Benjamin Berg

Re: [Sugar-devel] [PATCH sugar 1/7] SugarEventIcon: Add a hippo-free implementation of the CanvasIcon

2012-08-06 Thread Benjamin Berg
On Mon, 2012-08-06 at 15:49 +0200, Sascha Silbe wrote: Benjamin Berg ben...@sugarlabs.org writes: +# HACK to supress the grey background around the icon +# won't be needed in GTK3 +self.modify_bg(gtk.STATE_NORMAL, style.COLOR_WHITE.get_gdk_color()) Not really

Re: [Sugar-devel] [PATCH sugar-toolkit-gtk3] props.accelerator available at ToggleToolButton SL#3774

2012-08-06 Thread Manuel Kaufmann
Hello, On Wed, Aug 1, 2012 at 11:10 PM, Daniel Francis fran...@sugarlabs.org wrote: Signed-off-by: Daniel Francis fran...@sugarlabs.org --- src/sugar3/graphics/toggletoolbutton.py | 39 + The patchs look great. Good work, Daniel! I tested both and they are

Re: [Sugar-devel] Idea for a New Activity in Sugar: To code and run C, C++ programs

2012-08-06 Thread Gonzalo Odiard
On Sun, Aug 5, 2012 at 12:03 PM, Kartik Kumar kartik.p...@gmail.com wrote: Hi All, I was thinking of an Activity for Sugar using which children can write programs in C and C++ and execute them. Why? Why, poor kids?! :) Jokes aside, I don't think is a good idea: * C is more difficult to

[Sugar-devel] [PATCH Implode] Port to Gtk3 SL #3715

2012-08-06 Thread Manuel Kaufmann
This commit ports the Implode Activity to its Gtk3 version. The sugarless.py version is not ported on this commit. Signed-off-by: Manuel Kaufmann humi...@gmail.com --- anim.py| 4 +- gridwidget.py | 89 +-- helpwidget.py | 155

[Sugar-devel] [ASLO] Release Finance-9

2012-08-06 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4040 Sugar Platform: 0.98 - 0.98 Download Now: http://activities.sugarlabs.org/downloads/file/28183/finance-9.xo Release notes: Port to Gtk3 - Manuel Kaufmann Pep8 fixes - Manuel Kaufmann Sugar Labs Activities

[Sugar-devel] OLPC SF Community Summit 2012! Fri, Oct 19 - Sun, Oct 21

2012-08-06 Thread rihoward1
The OLPC-SF volunteers are planning the upcoming OLPC San Francisco Community Summit 2012 in San Francisco, CA, USA. The dates are: Oct 19 (registration and reception) Oct 20 (full day) Oct 21 (full day) The web page will be fully active in a couple of weeks. We will be accepting proposals for