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

2012-08-08 Thread Ajay Garg
Hi Gary. Please find the link, for the latest sugar-rpm, that contains the fixes/changes, as per the 3 action-items marked for me, in 7th August's design-meeting ::

Re: [Sugar-devel] [sugar-toolkit-gtk3] Finish the port of ColorToolButton to gtk3

2012-08-08 Thread Manuel Quiñones
2012/8/8 Gonzalo Odiard godi...@sugarlabs.org: * API changed in the drag and drop code in Gtk * Changes in the way to get color information from the theme. I would also add in the message that this is because Gtk.Style was deprecated by Gtk.StyleContext. If you mention it the next time,

[Sugar-devel] [PATCH] Use json as included in Python SL #3142

2012-08-08 Thread Simon Schampijer
We use json as included in Python. This will make Sugar dependent on Python 2.6 and Python 2.7 to have the highest JSON performance. The same patch landed in toolkit-gtk3 already. Signed-off-by: Simon Schampijer si...@laptop.org --- src/sugar/activity/activity.py | 6 +++--- 1 file changed, 3

[Sugar-devel] [PATCH] Fix battery maxint to use gobject constant instead of the sys module constant

2012-08-08 Thread Manuel Quiñones
Otherwise gives OverflowError in 64 bits systems. When porting to GTK+3 should be: GObject.G_MAXINT32 Signed-off-by: Manuel Quiñones ma...@laptop.org --- extensions/deviceicon/battery.py |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extensions/deviceicon/battery.py

[Sugar-devel] [PATCH sugar-datastore] Use json as included in Python SL #3142

2012-08-08 Thread Simon Schampijer
We use json as included in Python. This will make Sugar dependent on Python 2.6 and Python 2.7 to have the highest JSON performance. Remove as well the requirement in sweets.recipe Signed-off-by: Simon Schampijer si...@laptop.org --- src/carquinyol/migration.py | 5 ++--- sweets.recipe

Re: [Sugar-devel] [sugar-toolkit-gtk3] Solve errors in ColorToolButton to enable activities to use it

2012-08-08 Thread Manuel Quiñones
Thanks, 2012/8/8 godi...@sugarlabs.org: From: Gonzalo Odiard godi...@gmail.com This patch solves the following problems: * API changed in the drag and drop code in Gtk. Drag and drop is not working yet (SL #3796) I added a # FIXME in the code too, but the code needed to enable drag

Re: [Sugar-devel] [sugar-toolkit-gtk3] Solve errors in ColorToolButton to enable activities to use it

2012-08-08 Thread Manuel Quiñones
2012/8/8 Manuel Quiñones ma...@laptop.org: Thanks, 2012/8/8 godi...@sugarlabs.org: From: Gonzalo Odiard godi...@gmail.com This patch solves the following problems: * API changed in the drag and drop code in Gtk. Drag and drop is not working yet (SL #3796) I added a # FIXME in the

Re: [Sugar-devel] [sugar-toolkit-gtk3] Solve errors in ColorToolButton to enable activities to use it

2012-08-08 Thread Manuel Quiñones
Pushed as f70075323cfd80413b0fdf53fe41561eae4dd6da 2012/8/8 Manuel Quiñones ma...@laptop.org: 2012/8/8 Manuel Quiñones ma...@laptop.org: Thanks, 2012/8/8 godi...@sugarlabs.org: From: Gonzalo Odiard godi...@gmail.com This patch solves the following problems: * API changed in the drag and

Re: [Sugar-devel] [PATCH sugar-datastore] Use json as included in Python SL #3142

2012-08-08 Thread Manuel Quiñones
This one is OK too. Please push. 2012/8/8 Simon Schampijer si...@schampijer.de: We use json as included in Python. This will make Sugar dependent on Python 2.6 and Python 2.7 to have the highest JSON performance. Remove as well the requirement in sweets.recipe Signed-off-by: Simon

Re: [Sugar-devel] [PATCH] Use json as included in Python SL #3142

2012-08-08 Thread Manuel Quiñones
Great, 2012/8/8 Simon Schampijer si...@schampijer.de: We use json as included in Python. This will make Sugar dependent on Python 2.6 and Python 2.7 to have the highest JSON performance. The same patch landed in toolkit-gtk3 already. Signed-off-by: Simon Schampijer si...@laptop.org

[Sugar-devel] [PATCH sugar-toolkit] Use json as included in Python SL #3142

2012-08-08 Thread Manuel Kaufmann
We use json as included in Python. This will make Sugar dependent on Python 2.6 and Python 2.7 to have the highest JSON performance. Signed-off-by: Manuel Kaufmann humi...@gmail.com --- src/sugar/activity/activity.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [Sugar-devel] [PATCH sugar-toolkit] Use json as included in Python SL #3142

2012-08-08 Thread Manuel Quiñones
Thanks, 2012/8/8 Manuel Kaufmann humi...@gmail.com: We use json as included in Python. This will make Sugar dependent on Python 2.6 and Python 2.7 to have the highest JSON performance. Signed-off-by: Manuel Kaufmann humi...@gmail.com Acked-by: Manuel Quiñones ma...@laptop.org ---

Re: [Sugar-devel] [PATCH sugar-datastore] Use json as included in Python SL #3142

2012-08-08 Thread Simon Schampijer
On 08/08/2012 03:48 PM, Manuel Quiñones wrote: This one is OK too. Please push. 2012/8/8 Simon Schampijer si...@schampijer.de: We use json as included in Python. This will make Sugar dependent on Python 2.6 and Python 2.7 to have the highest JSON performance. Remove as well the requirement

Re: [Sugar-devel] Proposal: Adding Manuel Quiñones as a Sugar shell maintainer

2012-08-08 Thread Daniel Narvaez
+1 ! (and I think the maintainers for sugar-artwork, sugar-toolkit and sugar should just be the same). On 7 August 2012 16:51, Simon Schampijer si...@schampijer.de wrote: Hi, Something I wanted to propose in todays developer meeting (but as it did not happen), I send it here for an async

Re: [Sugar-devel] [PATCH] Use json as included in Python SL #3142

2012-08-08 Thread Simon Schampijer
On 08/08/2012 05:03 PM, Daniel Narvaez wrote: Should we do the same for sugar-datastore and sugar? All done already: http://bugs.sugarlabs.org/ticket/3142 The core is done, only activities left. Simon ___ Sugar-devel mailing list

Re: [Sugar-devel] [PATCH] Fix battery maxint to use gobject constant instead of the sys module constant

2012-08-08 Thread Simon Schampijer
Ack'ed, as well following the discussion at https://bugzilla.gnome.org/show_bug.cgi?id=680005 Simon On 08/08/2012 03:17 PM, Manuel Quiñones wrote: Otherwise gives OverflowError in 64 bits systems. When porting to GTK+3 should be: GObject.G_MAXINT32 Signed-off-by: Manuel Quiñones

Re: [Sugar-devel] [ANNOUNCE] Design meeting Tuesday August 7th 2012 - 16:30 UTC 1hr

2012-08-08 Thread Gary C Martin
On 5 Aug 2012, at 17:02, Gary C Martin g...@garycmartin.com wrote: Design meeting: The plan is to keep the meeting to 1 hour, or under, and use our realtime meeting to keep the various design efforts ticking over and everyone who is interested up to date with progress. I'm hoping the

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

2012-08-08 Thread Ajay Garg
On Wed, Aug 8, 2012 at 9:56 PM, Gary Martin garycmar...@googlemail.comwrote: Hi Ajay, On 8 Aug 2012, at 10:42, Ajay Garg a...@activitycentral.com wrote: Hi Gary. Please find the link, for the latest sugar-rpm, that contains the fixes/changes, as per the 3 action-items marked for me, in

[Sugar-devel] [ASLO] Release Implode-13

2012-08-08 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4086 Sugar Platform: 0.98 - 0.98 Download Now: http://activities.sugarlabs.org/downloads/file/28187/implode-13.xo Release notes: Ported to Gtk3 - Manuel Kaufmann Sugar Labs Activities http://activities.sugarlabs.org

Re: [Sugar-devel] 0.98 Schedule proposal

2012-08-08 Thread Alan Jhonn Aguiar Schwyn
is that 1.0? or do we call it 0.100 1.0 ! Date: Wed, 8 Aug 2012 07:35:54 +0200 From: si...@schampijer.de To: Sugar-devel@lists.sugarlabs.org Subject: [Sugar-devel] 0.98 Schedule proposal Hi, I have been drafting the schedule for the 0.98 release [1]. We are a bit late in defining it

Re: [Sugar-devel] [PATCH v2 Log] Port to Gtk3 SL #3761

2012-08-08 Thread Gonzalo Odiard
Thanks. Pushed and published a new activity. Gonzalo On Wed, Jul 25, 2012 at 1:12 PM, Manuel Kaufmann humi...@gmail.com wrote: Convert all the gtk2 and sugar-toolkit code to launch this Activity using Gtk3. * Searching on the log file is not working due to this bug:

[Sugar-devel] questions

2012-08-08 Thread Flavio Danesse
questions: 1 - You have to migrate to TelepathyGlib telepathy? I suppose so, but it was migrated to Sugar? 2 - How I can I query the system to check for touch monitor? Preguntas: 1- Hay que migrar telepathy a TelepathyGlib ? Supongo que si, pero ya se migró esto en Sugar ? 2- Como puedo

Re: [Sugar-devel] questions

2012-08-08 Thread Gonzalo Odiard
On Wed, Aug 8, 2012 at 4:18 PM, Flavio Danesse fdane...@gmail.com wrote: questions: 1 - You have to migrate to TelepathyGlib telepathy? I suppose so, but it was migrated to Sugar? I 2 - How I can I query the system to check for touch monitor? Preguntas: 1- Hay que migrar

Re: [Sugar-devel] questions

2012-08-08 Thread Gonzalo Odiard
On Wed, Aug 8, 2012 at 4:18 PM, Flavio Danesse fdane...@gmail.com wrote: questions: 1 - You have to migrate to TelepathyGlib telepathy? I suppose so, but it was migrated to Sugar? I suppose no, but erikos can confirm. 2 - How I can I query the system to check for touch monitor? This

[Sugar-devel] gst-plugins-espeak port to gstreamer 1.0

2012-08-08 Thread Daniel Narvaez
Hello, I made good progress on porting gst-plugins-espeak to gstreamer 1.0. Unfortunately I can't quite get it to work. If I save the raw audio with the filesink it's exactly the same as with gstream 0.10. But I can't get it to play with gst-launch-1.0 espeak text=Hello world ! autoaudiosink It