Re: [Sugar-devel] initial commit to git?

2010-06-06 Thread Sascha Silbe
Excerpts from Art Hunkins's message of Sun Jun 06 01:57:18 + 2010: I then ran the git remote add origin ... command without ssh://, which is what the git documentation suggests. The response to this line is: fatal: 'gitori...@git.sugarlabs.org/sun-moon-music/mainline.git' does not

Re: [Sugar-devel] Help with olpcgames mainloop

2010-06-06 Thread Sascha Silbe
Exception in thread Thread-1: Traceback (most recent call last):   File /usr/lib/python2.6/threading.py, line 525, in __bootstrap_inner     self.run()   File /usr/lib/python2.6/threading.py, line 477, in run     self.__target(*self.__args, **self.__kwargs)   File

Re: [Sugar-devel] initial commit to git?

2010-06-06 Thread Walter Bender
On Sat, Jun 5, 2010 at 9:57 PM, Art Hunkins abhun...@uncg.edu wrote: Still experiencing difficulty. Followed directions precisely (thanks again, Luke). No problem until git push origin master. Response is: Access denied or bad command fatal: the remote end hung up unexpectedly. I then ran

Re: [Sugar-devel] [Sugar-Devel] Sugar Web Engine

2010-06-06 Thread Lucian Branescu
I've received even less feedback from upstreams about their respective engines. There are still 2 issues: 1) Mozilla have given up on having xulrunner work as a distro-provided VM and now they just bundle it.. They plan some major changes to embedding and they have no plan forward that would

[Sugar-devel] [ASLO] Release View Slides-13

2010-06-06 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4039 Sugar Platform: 0.82 - 0.88 Download Now: http://activities.sugarlabs.org/downloads/file/26936/view_slides-13.xo Release notes: For new style toolbar only, when you start a new instace (not resuming an existing Journal entry) the

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

2010-06-06 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4293 Sugar Platform: 0.82 - 0.88 Download Now: http://activities.sugarlabs.org/downloads/file/26937/abacus-11.xo Release notes: * fixed a performance bug Sugar Labs Activities http://activities.sugarlabs.org

[Sugar-devel] [record] Fixes to the UI

2010-06-06 Thread anishmangal2002
From: anishmangal2002 anishmangal2...@gmail.com This patch fixes the Record ui which is broken since versions 0.86 and later. --- model.py |7 ++ record.py |3 +- ui.py | 206 + 3 files changed, 174 insertions(+), 42

[Sugar-devel] [ASLO] Release Sliderule-10

2010-06-06 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4222 Sugar Platform: 0.82 - 0.88 Download Now: http://activities.sugarlabs.org/downloads/file/26939/sliderule-10.xo Release notes: * Added a linear slide for addition and subtraction Sugar Labs Activities http://activities.sugarlabs.org

Re: [Sugar-devel] [record] Fixes to the UI

2010-06-06 Thread Chris Ball
Hi Anish, This patch fixes the Record ui which is broken since versions 0.86 and later. At least for myself, I'd like to see more detail here -- how was it broken? How did you fix it? Did you test the result on older versions of Sugar too? On the XO? Thanks, - Chris. -- Chris Ball

Re: [Sugar-devel] [PATCH][record] Fixes to the UI

2010-06-06 Thread Anish Mangal
At least for myself, I'd like to see more detail here -- how was it broken? Sure. The record UI consists of many windows/widgets. In a particular mode or view, it displays and resizes the widgets appropriate for that view the tries to hide the other windows by moving them off-screen. Now, on

Re: [Sugar-devel] [PATCH][record] Fixes to the UI

2010-06-06 Thread Anish Mangal
I'd like to add one more thing. I didn't test the activity without a camera. I have a laptop with an integrated webcam and the XO has an integrated webcam as well. -- Anish On Mon, Jun 7, 2010 at 12:24 AM, Anish Mangal anishmangal2...@gmail.com wrote: At least for myself, I'd like to see more

Re: [Sugar-devel] Help with olpcgames mainloop

2010-06-06 Thread World Class Project- Dev Team
Hi Sascha   Yes I think you're right, my activity was probably  to complex for pygame. I re-factored all my code to use pygtk/cairo instead, it's a little bit slower but it all seems to work, I've uploaded the new version.   http://activities.sugarlabs.org/en-US/sugar/addon/4309   Thanks   On 06

Re: [Sugar-devel] Help with olpcgames mainloop

2010-06-06 Thread Tomeu Vizoso
On Sun, Jun 6, 2010 at 02:57, World Class Project- Dev Team deve...@worldclassproject.org.uk wrote: Hi I have managed to fix most of my bugs for my new game, but please could someone help me with this? I am using olpcgames wrapper. Exception in thread Thread-1: Traceback (most recent

Re: [Sugar-devel] Help with olpcgames mainloop

2010-06-06 Thread World Class Project- Dev Team
  hiTomeu,   I extended my code from a tutorial but I think the problem was that I because I have many games in one activity, there was some loop termination problems. Olpcgames is a really good wrapper but I think I had a loop terminating where it shouldn't have done. It was probably due to my

Re: [Sugar-devel] initial commit to git?

2010-06-06 Thread Art Hunkins
Many thanks, Walter, Luke and Sasha for all your suggestions. I've tried them all and am still stymied. (I'm about at wit's end as well.) I also did a complete ssh-keyget procedure (correctly, I think). Following this, I went back to Gary Martin's original basic git push routine (signed in at

Re: [Sugar-devel] initial commit to git?

2010-06-06 Thread World Class Project Development Team
Hi Sorry if some of this has been suggested below or if you've tried this. First I notice in your activity that your public push url is misisng eg in my project I have *Push url:* gitori...@git.sugarlabs.org:freefrommalaria/mainline.git which you dont I was also getting the remote end hung

Re: [Sugar-devel] initial commit to git?

2010-06-06 Thread Martin Dengler
On Sun, Jun 06, 2010 at 07:16:55PM -0400, Art Hunkins wrote: $ git push gitori...@git.sugarlabs.org:sun-moon-music/mainline.git [...] No refs in common and none specified; doing nothing. Perhaps you should specify a branch such as 'master'. The line: Perhaps you should specify a branch such

Re: [Sugar-devel] [record] Fixes to the UI

2010-06-06 Thread Martin Dengler
On Mon, Jun 07, 2010 at 12:04:18AM +0530, anishmangal2...@gmail.com wrote: [...] @@ -884,6 +939,10 @@ class UI: kids[i].setButtClickedId(BUTT_CLICKED_ID) +def actuallyHideAllWindows( self ): +for i in range (0, len(self.windowStack)): +

Re: [Sugar-devel] On sugar-0.90.

2010-06-06 Thread Martin Dengler
On Sat, Jun 05, 2010 at 03:06:34PM -0400, Michael Stone wrote: [Sugar 0.90 release management discussion] Could you or someone with similar standing merge this thread with http://lists.sugarlabs.org/archive/iaep/2010-June/011033.html ? It seems they're talking about the same thing. Michael

Re: [Sugar-devel] initial commit to git?

2010-06-06 Thread Art Hunkins
Thanks, Martin. Your suggestion solved my problem. Simple enough: just add master to the end of your first git push command. (I believe it's only necessary for the initial commit.) I had not run across this requirement before anywhere in the git repository itself. One of the problems I've

Re: [Sugar-devel] initial commit to git?

2010-06-06 Thread Martin Dengler
Glad you sorted it out. On Sun, Jun 06, 2010 at 11:00:43PM -0400, Art Hunkins wrote: Simple enough: just add master to the end of your first git push command. (I believe it's only necessary for the initial commit.) Yes, because there is no master ref in the remote repo - it's empty of commit

Re: [Sugar-devel] initial commit to git?

2010-06-06 Thread Art Hunkins
Martin, Thanks for the additional information. Regarding the requirement to add master at the end of the first git push for an activity: nowhere in the wiki git docs do I see (or did I see) mention of this fact. All the examples given end with mainline.git. (This is all I was saying; the