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

2014-02-19 Thread Emil Dudev
On Wed, Feb 19, 2014 at 2:36 AM, James Cameron qu...@laptop.org wrote: 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

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

2014-02-19 Thread James Simmons
It occurs to me to ask if sugargame is still something you need to copy the code into your activity to use or if it is part of sugar proper. I'm still taking the latest code and copying it in. James Simmons On Wed, Feb 19, 2014 at 2:52 AM, James Simmons nices...@gmail.com wrote: Alan,

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

2014-02-19 Thread Daniel Narvaez
With making the protocol more complex do you mean that the activity would send both presence information (the registration stuff you mention) and messages for other clients on the same channel? Or would registration still go through the shell? On Wednesday, 19 February 2014, Emil Dudev

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

2014-02-19 Thread Manuel Quiñones
2014-02-18 19:01 GMT-03:00 Walter Bender walter.ben...@gmail.com: 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). Strange. Toolitems should ellipsize if needed. What is the consequence? The items fall

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

2014-02-19 Thread Manuel Quiñones
2014-02-19 6:26 GMT-03:00 James Simmons nices...@gmail.com: It occurs to me to ask if sugargame is still something you need to copy the code into your activity to use or if it is part of sugar proper. I'm still taking the latest code and copying it in. Yes, you need to copy sugargame inside

Re: [Sugar-devel] [DESIGN] Design Meeting, Feb

2014-02-19 Thread Gonzalo Odiard
A time/date was defined? Gonzalo On Mon, Feb 17, 2014 at 2:45 PM, Manuel Quiñones ma...@laptop.org wrote: maybe I wasn't clear enough. Please add your available dates here if you want to participate: http://doodle.com/i4bg3nhxscyzn8qm 2014-02-17 14:44 GMT-03:00 Manuel Quiñones

Re: [Sugar-devel] Does it make sense to have Activities copy text to the clipboard?

2014-02-19 Thread Gonzalo Odiard
On Wed, Jan 15, 2014 at 12:55 PM, James Simmons nices...@gmail.com wrote: The code for the Activity is here: http://git.sugarlabs.org/myo-sugar-activities-examples/mainline/blobs/master/Add_Refinements_gtk3/ReadEtextsActivity2.py The code being executed is: def edit_toolbar_copy_cb(self,

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

2014-02-19 Thread Walter Bender
On Wed, Feb 19, 2014 at 6:48 AM, Manuel Quiñones ma...@laptop.org wrote: 2014-02-18 19:01 GMT-03:00 Walter Bender walter.ben...@gmail.com: 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). Strange. Toolitems

Re: [Sugar-devel] [DESIGN] Design Meeting, Feb

2014-02-19 Thread Manuel Quiñones
2014-02-19 9:59 GMT-03:00 Gonzalo Odiard godi...@sugarlabs.org: A time/date was defined? Only Walter and you confirmed. So let's wait a bit, or do it this friday. -- .. manuq .. ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

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

2014-02-19 Thread James Simmons
Manuel, I am aware of the test Activity. I wrote this chapter on using PyGame to develop Activities: http://en.flossmanuals.net/make-your-own-sugar-activities/making-activities-using-pygame/ The code changes to sugargame to make it recognize the plus and minus keys aren't hard to figure out,

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

2014-02-19 Thread Gonzalo Odiard
PyGame do not integrate well with gtk, and at least some one invest a good time and solve the issues, will continue out of sugar. Gonzalo On Wed, Feb 19, 2014 at 1:19 PM, James Simmons nices...@gmail.com wrote: Manuel, I am aware of the test Activity. I wrote this chapter on using PyGame to

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

2014-02-19 Thread Manuel Quiñones
2014-02-19 13:19 GMT-03:00 James Simmons nices...@gmail.com: Manuel, I am aware of the test Activity. I wrote this chapter on using PyGame to develop Activities: http://en.flossmanuals.net/make-your-own-sugar-activities/making-activities-using-pygame/ The code changes to sugargame to make

[Sugar-devel] [DESIGN] Design Meeting, Friday 21th, 13.00 UTC

2014-02-19 Thread Manuel Quiñones
- Friday 21th - 13.00 UTC Please add the topics you would like to discuss in this thread. Thanks! -- .. manuq .. ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] [DESIGN] Design Meeting, Friday 21th, 13.00 UTC

2014-02-19 Thread Walter Bender
We need to plow through more of the items still in the design queue from last time (will find the email thread) and also a few new items: Samdroid's notification, my campaign against combo boxes, etc. On Wed, Feb 19, 2014 at 3:07 PM, Manuel Quiñones ma...@laptop.org wrote: - Friday 21th - 13.00

Re: [Sugar-devel] [DESIGN] Design Meeting, Friday 21th, 13.00 UTC

2014-02-19 Thread Manuel Quiñones
I see in the comments [1] we are leaving out Samdroid with this schedule, and is a shame because he is doing a lot of UI work. Sam, what time range works for your timzone? [1] http://doodle.com/i4bg3nhxscyzn8qm5kptvt24/admin#cmt116367228 2014-02-19 17:23 GMT-03:00 Walter Bender

Re: [Sugar-devel] [DESIGN] Design Meeting, Friday 21th, 13.00 UTC

2014-02-19 Thread James Cameron
Can't speak for Sam, but I'm in the same timezone, and your 11 UTC is our 22:00, which is a time that I am overly chatty and very frequently wrong. ;-} -- James Cameron http://quozl.linux.org.au/ ___ Sugar-devel mailing list

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

2014-02-19 Thread Alan Jhonn Aguiar Schwyn
James: I'm interesting in make that changes. I have a lot of activities written in PyGame that could needthat improve. Generally, I only use mouse events and arrows.After, we can update the GIT sugargame with this changes.I have a few commits to GTK-2 branch to send. Regards! Alan Date: Wed, 19

Re: [Sugar-devel] [DESIGN] Design Meeting, Friday 21th, 13.00 UTC

2014-02-19 Thread Manuel Quiñones
Sam, 11 UTC works better for you? From doodle.com I can see the others could attend too. 2014-02-19 18:06 GMT-03:00 James Cameron qu...@laptop.org: Can't speak for Sam, but I'm in the same timezone, and your 11 UTC is our 22:00, which is a time that I am overly chatty and very frequently

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

2014-02-19 Thread Walter Bender
See https://github.com/walterbender/sugar/tree/no-more-combos There is also a patch needed in sugar-artwork: the gtk3/theme/settings need: gtk-toolbar-style = GTK_TOOLBAR_BOTH_HORIZ In this version of the patch, I have a simple work-around to the problem with ellipsis. No workaround yet to the