Re: [Sugar-devel] PyGame/ Sugargame issues with GTK 3

2014-02-18 Thread Alan Jhonn Aguiar Schwyn
Hi, The problem of no keyboards events appears in GTK-2 too.Maybe you need "grab_focus" to get them. See the function: _pygamecanvas.grab_focus() This is my code for Conozco America activity: self.actividad = conozco.Conozco(self)self._pygamecanvas = sugargame.canvas.PygameCanvas(self)self.set_ca

Re: [Sugar-devel] Collaboration support for sugar web activities

2014-02-18 Thread James Cameron
On Wed, Feb 19, 2014 at 02:00:07AM +0200, Emil Dudev wrote: > The thing I'm facing is that there is telepathy 'magic' code both in > sugar's core and sugar's toolkit (per activity/process). I writing > 'magic', because I don't understand it, and I have tried. If > sugar's core is responsible entir

Re: [Sugar-devel] Collaboration support for sugar web activities

2014-02-18 Thread Emil Dudev
On Mon, Feb 17, 2014 at 9:43 PM, Daniel Narvaez wrote: > Can you explain why the shell needs to know about shared activities? I'm > thinking the activity could register those activities with the server and > the shell get them from the server together with activities shared by other > users. > >

Re: [Sugar-devel] PyGame/ Sugargame issues with GTK 3

2014-02-18 Thread James Cameron
G'day James, I've not seen this problem myself, nor have I tried, but I shall speculate: - make sure the window has focus; without focus the events may not be delivered, and I have a vague memory of focus manipulation in one of the pygame/gtk toolkits, - add code to sugargame temporarily to

Re: [Sugar-devel] [DESIGN] Replace combo box in Journal Search

2014-02-18 Thread Walter Bender
I've hit to roadblocks: (1) As I mentioned, for some reason, I cannot get ellipsis to work on the toolbar label (it works elsewhere). (2) It seems that whatever page is attached to the toolbar button is resized to full screen width. I've not been able to figure out a workaround. -walter On Tue, F

[Sugar-devel] PyGame/ Sugargame issues with GTK 3

2014-02-18 Thread James Simmons
Receiving a GCI T-shirt last week when I didn't actually mentor anyone shamed me into resuming work on the revisions needed for a GTK 3 edition of "Make Your Own Sugar Activities!". I have been polishing up the examples that Aneesh Dogra already converted last year and working on converting example

Re: [Sugar-devel] Manual of Sugar Web activities

2014-02-18 Thread Gonzalo Odiard
You can read about web activities here http://developer.sugarlabs.org/activity.md.html Gonzalo On Tue, Feb 18, 2014 at 2:48 PM, Rafael Cordano wrote: > Hello everyone, > I´m thinking to learn to make sugar web activities and I need a manual or > a tutorial, > any of you know about any? > > Gree

[Sugar-devel] Manual of Sugar Web activities

2014-02-18 Thread Rafael Cordano
Hello everyone, I´m thinking to learn to make sugar web activities and I need a manual or a tutorial, any of you know about any? Greetings: Rafael Cordano ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/su

Re: [Sugar-devel] [DESIGN] Replace combo box in Journal Search

2014-02-18 Thread Walter Bender
yes... except that since I switched to using the new approach, ellipsis stopped working on the toolbar (works on the palette). -walter On Tue, Feb 18, 2014 at 12:26 PM, Gonzalo Odiard wrote: > What happen with long activity names? Is ellipzed? > > Gonzalo > > > On Tue, Feb 18, 2014 at 12:45 PM,

Re: [Sugar-devel] [DESIGN] Replace combo box in Journal Search

2014-02-18 Thread Gonzalo Odiard
What happen with long activity names? Is ellipzed? Gonzalo On Tue, Feb 18, 2014 at 12:45 PM, Walter Bender wrote: > I've been working on another feature for 1.02. The idea is to replace > the clumsy combo boxes used in Journal search with simple palettes. > There are several mock ups on [1]. So

Re: [Sugar-devel] [DESIGN] Replace combo box in Journal Search

2014-02-18 Thread Ignacio Rodríguez
Woaaha, I like it! +1 I think this would be help the new users! :D 2014-02-18 12:45 GMT-03:00, Walter Bender : > I've been working on another feature for 1.02. The idea is to replace > the clumsy combo boxes used in Journal search with simple palettes. > There are several mock ups on [1]. So far,

Re: [Sugar-devel] Fwd: Error in ./osbuild pull

2014-02-18 Thread Daniel Narvaez
Hello, I switched sugar-build to use https instead of the git protocol. Try git pull ./osbuild pull Please let me know if it works. Hopefully I have not missed any repository. On 18 February 2014 17:04, Daniel Narvaez wrote: > Oh it's failing earlier... Still it should be possible to edit os

Re: [Sugar-devel] Fwd: Error in ./osbuild pull

2014-02-18 Thread Daniel Narvaez
Oh it's failing earlier... Still it should be possible to edit osbuild and replace git+git with git+https. On 18 February 2014 17:02, Daniel Narvaez wrote: > Sorry for the delay, your emails went in my spam folder. Try to edit > build/modules.json to use https, maybe we should do that upstream

Re: [Sugar-devel] Fwd: Error in ./osbuild pull

2014-02-18 Thread Daniel Narvaez
Sorry for the delay, your emails went in my spam folder. Try to edit build/modules.json to use https, maybe we should do that upstream because github doesn't even list the git protocol anymore. On 18 February 2014 16:10, anirudh vemula wrote: > I have tried changing the osbuild script, but I ha

[Sugar-devel] [DESIGN] Replace combo box in Journal Search

2014-02-18 Thread Walter Bender
I've been working on another feature for 1.02. The idea is to replace the clumsy combo boxes used in Journal search with simple palettes. There are several mock ups on [1]. So far, generally positive feedback from the design team. regards. -walter [1] http://wiki.sugarlabs.org/go/Features/Repla

[Sugar-devel] Fwd: Error in ./osbuild pull

2014-02-18 Thread anirudh vemula
I have tried changing the osbuild script, but I have been unsuccessful. Can anyone help me on this matter?ThanksAnirudhBegin forwarded message:From: anirudh vemula Date: February 17, 2014 12:03:07 AMTo: sugar-devel@lists.sugarlabs.orgSubject: [Sugar-devel] Error in ./osbuild pullHi,I am getting the

Re: [Sugar-devel] [DESIGN] Backup / Restore feature

2014-02-18 Thread Martin Abente
+1 for moving it to the CP. On Mon, Feb 17, 2014 at 5:44 PM, Daniel Narvaez wrote: > > > On Monday, 17 February 2014, Gonzalo Odiard wrote: > >> >> On Mon, Feb 17, 2014 at 5:34 PM, James Cameron wrote: >> >>> On Mon, Feb 17, 2014 at 05:07:12PM -0300, Gonzalo Odiard wrote: >>> > * Is a Journal

Re: [Sugar-devel] Fwd: Sugar-devel Digest, Vol 64, Issue 36

2014-02-18 Thread Gonzalo Odiard
This is another feature, and a big change by itself. Looks like a solution to the problem of "one xo, may children". I wonder if something like this can be implemented with the "remote journal" and the webservices backend like tincho shared a few weeks ago. Gonzalo On Tue, Feb 18, 2014 at 9:23 A

[Sugar-devel] Fwd: Backup/Restore

2014-02-18 Thread Manuel Quiñones
Forwarding another message from Tony. -- Forwarded message -- From: Tony Anderson Date: 2014-02-17 22:07 GMT-03:00 Subject: Backup/Restore To: ma...@laptop.org Hi, A footnote. I think one easy way to make the nick setting effective is to restart via a three-finger salute. This

[Sugar-devel] Fwd: Sugar-devel Digest, Vol 64, Issue 36

2014-02-18 Thread Manuel Quiñones
Forwarding a message from Tony Anderson, because he can't send to the mailing list. -- Forwarded message -- From: Tony Anderson Date: 2014-02-17 21:40 GMT-03:00 Subject: Re: Sugar-devel Digest, Vol 64, Issue 36 To: ma...@laptop.org Hi, Unfortunately my current internet provide