Re: How to change activity bundles

2008-05-06 Thread Wade Brainerd
On Tue, May 6, 2008 at 11:05 AM, Robert Myers <[EMAIL PROTECTED]> wrote: > I'm trying to edge my way into the development community here. Great! > I'm trying to get to the point where I can create and commit a changed > bundle. I started down the path at > wiki.laptop.org/go/Developer/GettingS

Re: Ideas for testers (what needs testing?)

2008-04-30 Thread Wade Brainerd
Actually I should mention that Colors! has a bug list going on its Development page: http://wiki.laptop.org/go/Colors%21/Development Some of those may have regressed since they were marked fixed, I feel like I have seen the blank toolbar happen recently. -Wade ___

Re: Ideas for testers (what needs testing?)

2008-04-30 Thread Wade Brainerd
On Thu, May 1, 2008 at 2:09 AM, Martin Langhoff <[EMAIL PROTECTED]> wrote: > On Thu, May 1, 2008 at 5:37 PM, Wade Brainerd <[EMAIL PROTECTED]> wrote: > > I would really appreciate testing in Colors! and Bounce (still waiting > for > > #6766 to get them into joyride).

Re: Auto backlight management?

2008-04-26 Thread Wade Brainerd
On Fri, Apr 25, 2008 at 11:46 AM, C. Scott Ananian <[EMAIL PROTECTED]> wrote: > I have discussed with Chris implementing a hackish "low-power mode" to > demonstrate optimal power management on the Gen 1 hardware to > illustrate the potential of the XO. I would really enjoy this feature. I would

Re: A technical assessment of porting "Sugar" to Windows.

2008-04-24 Thread Wade Brainerd
Hi Carol, I believe MS LiveMesh is a higher level concept than the OLPC Mesh. I think it requires a traditional LAN environment first, and adds functionality on top of that. Whereas the XO's mesh feature creates a traditional LAN environment out of "thin air". I could be wrong though, I haven't

Re: A technical assessment of porting "Sugar" to Windows.

2008-04-24 Thread Wade Brainerd
Hey Scott, thanks for this. It's nice to see a clear, unbiased analysis of a complex problem. It shows that there are some clear technical advantages to the GNU/Linux stack, while correctly stating that there are options for a Windows port which would not be impossible. I personally can't imagin

Re: [sugar] Mini-Conference Proposal: Toolbars & Tabs (or lack thereof)

2008-04-03 Thread Wade Brainerd
On Thu, Apr 3, 2008 at 3:09 AM, Tomeu Vizoso <[EMAIL PROTECTED]> wrote: > And I don't think that we should try to shoe-horn applications into > activities. If an application's architecture separates the controller > from the view and thus can expose a simple view component without > controller

Re: [sugar] Mini-Conference Proposal: Toolbars & Tabs (or lack thereof)

2008-04-02 Thread Wade Brainerd
I wonder if the differences between Sugar and a regular window manager aren't so severe that it might be worth offering a simple desktop environment which runs within Sugar as a Activity? You would download and launch this Activity, and its interface would be a regular Linux desktop. It would sup

Re: [Testing] New OLPC Process and Rules for Builing Activities, Releases, and Firmware Builds

2008-04-02 Thread Wade Brainerd
On Wed, Apr 2, 2008 at 10:14 AM, C. Scott Ananian <[EMAIL PROTECTED]> wrote: > Can we present this as a formal proposal at the mini-conference? > --scott Agreed, I was right there with it until the stages of water metaphor. :) Wade ___ Devel mailing

project hosting application: Colors!

2008-03-25 Thread Wade Brainerd
is no need to list non-committer developers. Username Full name SSH2 key URLE-mail - -- #1 wadeb Wade Brainerd http://www.wadeb.com/wadeb.pub [EMAIL PROTECTED] I

Re: ex-preinstalled and now unsupported activities (Re: Update.1)

2008-03-12 Thread Wade Brainerd
I made a proposal on the Activities talk page the other day, which suggests organizing activities into Featured and Extra, with some Featured activities also being Supported by the OLPC team. This would allow activities which are feature complete and relatively bug free to be distinguished from th

Re: show me the code

2008-03-07 Thread Wade Brainerd
I'd like to support this in my activities, is there a wiki page describing how to do it or should I look at the patches? Best, Wade On Fri, Mar 7, 2008 at 10:33 AM, C. Scott Ananian <[EMAIL PROTECTED]> wrote: > On Sat, Mar 1, 2008 at 12:38 PM, Chris Ball <[EMAIL PROTECTED]> wrote: > >> AFAIK

Re: [PATCH] RFC: ReadActivity fullscreen, paging changes

2008-01-27 Thread Wade Brainerd
On 1/27/08, Klaus Weidner <[EMAIL PROTECTED]> wrote: > > - applications can choose to get notified of rotation events and the new > orientation in case they want to add actions to the default ones, such > as optimizing the screen layout for the new orientation. My activity cannot support portrait

Re: compiler / glibc optimization

2008-01-25 Thread Wade Brainerd
> People with the hardware should develop exclusively on the hardware. > This made me smile at the thought of the "OLPC Project grinds to a sudden halt, no commits in weeks" headline. If the child is ready to recompile the kernel, they can probably score a shell account on a better machine. -Wad

Re: compiler / glibc optimization

2008-01-24 Thread Wade Brainerd
Yeah exactly - "yum install gcc" will get you a GCC installation (not sure exactly which one). It's best to compile on an emulator or a sugar-jhbuild though for speed, and then scp over to the real XO to profile. Using oprofile will give you a good idea of where system-wide performance issues are

Re: New PyGTK Tutorials

2008-01-17 Thread Wade Brainerd
I wrote one today as well, after porting 3D Pong from OLPCGames to pure PyGTK + cairo (it's a lot slower unfortunately, either their line drawing or their text drawing needs serious optimization). I had to spend a bunch of time researching how to get smooth animation out of PyGTK, so here are my r

Re: pyGame fonts

2008-01-17 Thread Wade Brainerd
Hi Ken, PyGame provides a font module which can render text onto a surface. from gettext import gettext as _ font = pygame.font.Font(None, 36) surf = font.render(_("Hello, world!"), 1, (255,255,255)) pos = surf.get_rect(centerx=Pos[0], centery=Pos[1]) screen.blit(surf, pos) The

Re: set_canvas() type

2008-01-15 Thread Wade Brainerd
Hi Victor, many activities would use a gtk.DrawingArea which can be drawn on using Cairo. Or else a container widget like gtk.VBox or gtk.HBox to which other widgets will be added. You can find a complete PyGTK reference here: http://www.pygtk.org/pygtk2reference/ Note that some activities use t

Re: Classroom tools

2008-01-14 Thread Wade Brainerd
I'll check with her and let you know. Cambridge, MA is so close to this particular deployment that you guys might want to just come up and have a meeting with the state's organizers. Wade On Jan 14, 2008 3:29 PM, Edward Cherlin <[EMAIL PROTECTED]> wrote: > 2008/1/14 Wa

Re: Classroom tools

2008-01-14 Thread Wade Brainerd
it was just a 3 paragraph idea... Best, Wade On Jan 14, 2008 3:24 PM, Edward Cherlin <[EMAIL PROTECTED]> wrote: > 2008/1/14 Wade Brainerd <[EMAIL PROTECTED]>: > > Yeah, I was thinking along these lines with the Pop Quiz activity. > > > > The teacher (the activ

Re: Controlling the Glide/Pressure sensor

2008-01-14 Thread Wade Brainerd
You can watch the output of the PT by downloading and compiling evtest: wget http://david.woodhou.se/evtest.c gcc -o evtest evtest.c ./evtest /dev/input/event5 0 It's event5 on my XO, you might have to use a different number. Anyway, then drag something around on the PT and watch the output. Th

Re: Classroom tools

2008-01-14 Thread Wade Brainerd
means that the initiator of the activity receives a different interface than the participants, which is easy to do. Regards, Wade 2008/1/14 <[EMAIL PROTECTED]>: > On Mon, 14 Jan 2008, Wade Brainerd wrote: > > > My mother-in-law is an 8th grade teacher in Nobleboro, ME. Ma

Re: Classroom tools

2008-01-14 Thread Wade Brainerd
My mother-in-law is an 8th grade teacher in Nobleboro, ME. Maine has had an Apple laptop program for the past few years in which all 8th graders receive personal iBooks that they can take home with them. She has a feature where she can silently watch a single student's screen at a time via a VNC

Re: 3dpong request for hosting

2008-01-11 Thread Wade Brainerd
I'm thinking of the case where there are 5 people connected to a 3dpong activity. Two are playing, the rest are watching, waiting to play the winner. Some overall score needs to be maintained, saved to the journal etc. Someone has to maintain the list, and if they leave then someone else

Re: 3dpong request for hosting

2008-01-11 Thread Wade Brainerd
gt; only a guide to contribution. leaving it dynamic makes it hard to > update sections. > > Cheers, > SJ > > 2008/1/11 Wade Brainerd <[EMAIL PROTECTED]>: > > Hi Ivan, it looks like I sent you a public key that I no longer have the > > private key for :

Re: 3dpong request for hosting

2008-01-11 Thread Wade Brainerd
AIL PROTECTED]> wrote: > On Dec 14, 2007, at 8:42 PM, Wade Brainerd wrote: > > 1. Project name : 3D Pong (suggestions welcome!) > > 2. Existing website, if any : > > 3. One-line description : 3D Action Game from 2007 Boston Game Jam > > Done. Your

3dpong request for hosting

2007-12-14 Thread Wade Brainerd
non-committer developers. Username Full name SSH2 key URLE-mail - -- #1 wadeb Wade Brainerd http://www.wadeb.com/wadeb.pub [EMAIL PROTECTED] #2 #3 ... I

<    1   2