Re: [Sugar-devel] [ANNOUNCE] git.sugarlabs.org has migrated

2013-02-25 Thread Ajay Garg
On Mon, Feb 25, 2013 at 11:18 AM, Aleksey Lim alsr...@sugarlabs.org wrote: On Mon, Feb 25, 2013 at 12:03:16AM +0530, Ajay Garg wrote: On Sun, Feb 24, 2013 at 11:49 PM, S. Daniel Francis fran...@sugarlabs.orgwrote: 2013/2/24 Aleksey Lim alsr...@sugarlabs.org On Sat, Feb 23, 2013

Re: [Sugar-devel] Some queries regarding the Maliit OSK

2013-02-25 Thread Gonzalo Odiard
Fototoon in git already use a textview to solve this issue. There are strange resizes, and the interaction is not perfect yet, that is the reason was not released. Testing and help is welcomed Gonzalo On Sat, Feb 23, 2013 at 9:26 AM, Ajay Garg ajaygargn...@gmail.com wrote: Hi all. In

Re: [Sugar-devel] Query regarding Wikipedia(EN) activity

2013-02-25 Thread Gonzalo Odiard
On Sat, Feb 23, 2013 at 3:36 PM, Jerry Vonau jvo...@shaw.ca wrote: On Sat, 2013-02-23 at 01:33 -0300, Gonzalo Odiard wrote: The WikipediaEn activity does not include the images due to space considerations. Are all the images stored on the same server? Is the collection of images

[Sugar-devel] [record PATCH] sl#4442: Now, Copy-to-Clipboard works fine, after the recipient clicks on the thumbnail, and the complete-data is fetched.

2013-02-25 Thread Ajay Garg
Signed-off-by: Ajay Garg a...@activitycentral.com --- button.py | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/button.py b/button.py index 66cf80b..be32b60 100644 --- a/button.py +++ b/button.py @@ -28,7 +28,13 @@ class RecdButton(TrayButton):

Re: [Sugar-devel] How to make a GTK3 EventBox accept the focus?

2013-02-25 Thread Manuel QuiƱones
Hi James, 2013/2/24 James Simmons nices...@gmail.com: I was looking at the upgrade to GTK3 done for View Slides and it seems that it no longer responds to the keyboard. What I had done previously to get it to do that was to put the image I was displaying in an event box. I then made the

Re: [Sugar-devel] Query regarding Wikipedia(EN) activity

2013-02-25 Thread Ajay Garg
On Mon, Feb 25, 2013 at 5:11 PM, Gonzalo Odiard gonz...@laptop.org wrote: On Sat, Feb 23, 2013 at 3:36 PM, Jerry Vonau jvo...@shaw.ca wrote: On Sat, 2013-02-23 at 01:33 -0300, Gonzalo Odiard wrote: The WikipediaEn activity does not include the images due to space considerations.

Re: [Sugar-devel] Some queries regarding the Maliit OSK

2013-02-25 Thread Walter Bender
On Mon, Feb 25, 2013 at 6:23 AM, Gonzalo Odiard gonz...@laptop.org wrote: Fototoon in git already use a textview to solve this issue. There are strange resizes, and the interaction is not perfect yet, that is the reason was not released. Testing and help is welcomed I was starting to look

[Sugar-devel] [PATCH] Options in my settings don't take up whole screen when screen is rotated, and brought into Portrait mode.

2013-02-25 Thread Walter Bender
Not sure if there is a Sugar Labs ticket for this, but the AC ticket is here [1]. I was told of the problem by the OZ deployment. When the control panel is opened for the first time, a table is generated with a number of columns based on screen width. If the screen is subsequently rotated, the

Re: [Sugar-devel] [PATCH] Options in my settings don't take up whole screen when screen is rotated, and brought into Portrait mode.

2013-02-25 Thread Manuel QuiƱones
2013/2/25 Walter Bender walter.ben...@gmail.com: Not sure if there is a Sugar Labs ticket for this, but the AC ticket is here [1]. I was told of the problem by the OZ deployment. When the control panel is opened for the first time, a table is generated with a number of columns based on screen

[Sugar-devel] [ASLO] Release Abacus-47

2013-02-25 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4293 Sugar Platform: 0.96 - 0.98 Download Now: http://activities.sugarlabs.org/downloads/file/28494/abacus-47.xo Release notes: 47 (GTK3 version) Fix problems with scaling and toolbars when switching between portrait and landscape modes

Re: [Sugar-devel] [record PATCH] sl#4442: Now, Copy-to-Clipboard works fine, after the recipient clicks on the thumbnail, and the complete-data is fetched.

2013-02-25 Thread Daniel Drake
On Mon, Feb 25, 2013 at 5:56 AM, Ajay Garg a...@activitycentral.com wrote: Signed-off-by: Ajay Garg a...@activitycentral.com --- button.py | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) Thanks for the patch. It would be nice to have a commit message

[Sugar-devel] Window handling for non-Python activities

2013-02-25 Thread Daniel Drake
Hi, There are a number of popular apps which have had a minimal Sugar launcher built around them so that they can be launched from Sugar. Examples include GCompris, Tux Paint and Tux Math. In recent versions of sugar (tested 0.96 and 0.98) the way these are launched is no longer working

Re: [Sugar-devel] Window handling for non-Python activities

2013-02-25 Thread Daniel Drake
On Mon, Feb 25, 2013 at 11:22 AM, Daniel Drake d...@laptop.org wrote: How can we solve this issue? Do we need to modify all of these activities? Or can we improve Sugar here? If Sugar can determine the PID of the new window, I guess it could observe that it is a child process of the python

Re: [Sugar-devel] Window handling for non-Python activities

2013-02-25 Thread Daniel Narvaez
On 25 February 2013 18:22, Daniel Drake d...@laptop.org wrote: How can we solve this issue? Do we need to modify all of these activities? The way these activities are written seems sort of crazy but maybe I'm missing something. I'm not sure why they are using a python activity at all. Or can

Re: [Sugar-devel] Window handling for non-Python activities

2013-02-25 Thread Daniel Narvaez
On 25 February 2013 18:45, Daniel Drake d...@laptop.org wrote: On Mon, Feb 25, 2013 at 11:22 AM, Daniel Drake d...@laptop.org wrote: How can we solve this issue? Do we need to modify all of these activities? Or can we improve Sugar here? If Sugar can determine the PID of the new window, I

[Sugar-devel] [write v2 PATCH] sl#4442: Now, Copy-to-Clipboard works fine, after the recipient clicks on the thumbnail, and the complete-data isfetched.

2013-02-25 Thread Ajay Garg
=== v1 - v2 :: == Added the explanation of the fix. === Initially, the bug was due to the fact that the thumbnail-palette was initiated just once (when the thumbnail was first created). Now, when the

[Sugar-devel] [record v3 PATCH] sl#4442: Now, Copy-to-Clipboard works fine, after the recipient clicks on the thumbnail, and the complete-data isfetched.

2013-02-25 Thread Ajay Garg
=== v1 - v2 :: == Added the explanation of the fix. v2 - v3 :: Minor fix in the header. === Initially, the bug was due to the fact that the thumbnail-palette was initiated just once (when the thumbnail was

Re: [Sugar-devel] [record PATCH] sl#4442: Now, Copy-to-Clipboard works fine, after the recipient clicks on the thumbnail, and the complete-data is fetched.

2013-02-25 Thread Ajay Garg
Sent the update patch at http://lists.sugarlabs.org/archive/sugar-devel/2013-February/041882.html Thanks !! On Mon, Feb 25, 2013 at 8:49 PM, Daniel Drake d...@laptop.org wrote: On Mon, Feb 25, 2013 at 5:56 AM, Ajay Garg a...@activitycentral.com wrote: Signed-off-by: Ajay Garg

Re: [Sugar-devel] Window handling for non-Python activities

2013-02-25 Thread Martin Langhoff
On Mon, Feb 25, 2013 at 12:22 PM, Daniel Drake d...@laptop.org wrote: This didn't happen on older versions of Sugar (haven't checked why, maybe the failed to start screen didn't exist before?) This patch seems related:

Re: [Sugar-devel] Window handling for non-Python activities

2013-02-25 Thread Daniel Drake
On Mon, Feb 25, 2013 at 11:46 AM, Daniel Narvaez dwnarv...@gmail.com wrote: On 25 February 2013 18:22, Daniel Drake d...@laptop.org wrote: How can we solve this issue? Do we need to modify all of these activities? The way these activities are written seems sort of crazy but maybe I'm missing

Re: [Sugar-devel] Window handling for non-Python activities

2013-02-25 Thread Daniel Drake
On Mon, Feb 25, 2013 at 12:54 PM, Martin Langhoff martin.langh...@gmail.com wrote: This patch seems related: http://git.sugarlabs.org/sugar/mainline/commit/dc8f6ed7852f919fe7123d458706fb82430257e9 It was written to address a similar issue with a Flash Sugar app that would swap windows around.

Re: [Sugar-devel] [support-gang] http://bugs.sugarlabs.org/ticket/4285#comment:7

2013-02-25 Thread Peter Robinson
On Fri, Feb 22, 2013 at 4:58 PM, Daniel Drake d...@laptop.org wrote: On Fri, Feb 22, 2013 at 10:42 AM, Thomas Gilliard satel...@bendbroadband.com wrote: My Settings/ Software Update is important to have for both fedora 18 sugar-desktop and the fedora 18 Sugar on a Stick spin. Nobody doubts

[Sugar-devel] [PATCH] changes to Chat to support OSK and portrait mode

2013-02-25 Thread Walter Bender
Not sure who is maintaining Chat these days, but I've done some work to make it a bit more friendly with touch. Three changes, all trivial (I apologize they are combined into one patch): (1) The textview is moved to the top of the screen so that it not occluded by the OSK (2) The chat is

Re: [Sugar-devel] [PATCH] changes to Chat to support OSK and portrait mode

2013-02-25 Thread Hal Murray
walter.ben...@gmail.com said: (2) The chat is displayed from the top (most recent) down so that the recent messages are not occluded by the OSK and so that the recent messages are proximal to the text entry How well does that work out? How long does it take to learn to read bottom-to-top?

Re: [Sugar-devel] [PATCH] changes to Chat to support OSK and portrait mode

2013-02-25 Thread Walter Bender
On Mon, Feb 25, 2013 at 9:57 PM, Hal Murray hmur...@megapathdsl.net wrote: walter.ben...@gmail.com said: (2) The chat is displayed from the top (most recent) down so that the recent messages are not occluded by the OSK and so that the recent messages are proximal to the text entry How well