Re: Patches for a faster wikibrowse

2010-12-06 Thread Wade Brainerd
Hi Martin, This sounds like a great improvement! BTW, has anyone looked into syncing up to a newer version of the 'mwlib' library? mwlib was under active development when I grabbed it for the activity like 2 years ago, so there may have been nice fixes since then. One of the major issues it had

Re: Cairo's slow rendering on XO-1 (was: olpcgames - mainloop bug help)

2010-06-28 Thread Wade Brainerd
I developed a couple of activities using Cairo that I later ported to other drawing solutions. One is Bounce (a three dimensional Pong game). git://git.sugarlabs.org/bounce/mainline.git I didn't tag it, but commit 7b7abf5 was the last version using cairo. I'll likely port this to Sugargame when

Re: olpcgames - mainloop bug help

2010-06-25 Thread Wade Brainerd
Hi there, Sorry I missed this email. You might want to check out sugargame which does not use this event loop wrapping approach: http://wiki.sugarlabs.org/go/Development_Team/Sugargame That said I see in a later post that you switched to GTK/Cairo which is great - so long as you don't get too b

Re: [Sugar-devel] Low-level Activity API

2010-01-20 Thread Wade Brainerd
Hi Bert, Thanks for doing this! Once place you can link it from is http://wiki.sugarlabs.org/go/Activity_Team/Resources. Best, Wade On Wed, Jan 20, 2010 at 6:28 AM, Bert Freudenberg wrote: > Hi folks, > > I just moved the documentation for how to write Sugar Activities in languages > other th

Re: [IAEP] Wanted: List of Sugar activities for the XO-1.5

2009-12-06 Thread Wade Brainerd
On Sat, Dec 5, 2009 at 8:40 PM, Chris Ball wrote: > Hi, > >   > What about leaving it unstarred?  I'd hate to leave out a good >   > practical activity just out of indirect fear; similar arguments >   > could be used as reasons not to have a word processor or >   > spreadsheet altogether. > > Yes,

Re: [Sugar-devel] Terminal.xo patch: do not die if the cwd is gone

2009-11-03 Thread Wade Brainerd
Thanks! This is SL bug #1483 - I was planning to fix it in my next round of Terminal updates. BTW you can work around this issue by opening a new tab. On Tue, Nov 3, 2009 at 11:04 AM, Martin Langhoff wrote: > Attached is a trivial patch that handles gracefully the situation > where cwd does not

Re: DataManager version 1

2009-09-22 Thread Wade Brainerd
ee this activity get a live workout when I return to Nepal at > the end of September. In the meantime, it is available for test and comment. > > Yours, > > Tony > > > From 5d52b0f699cb1c18bbeed3b363a014d73299d55d Mon Sep 17 00:00:00 2001 From: Wade Brainerd Date: Tue, 22 Sep 20

Re: Smile activity version 1

2009-09-19 Thread Wade Brainerd
Hi Tony, Sorry for taking so long to respond to this one. I had a similar problem in Colors! and solved it by adding a timer event while playback was running: 1350def start_update_timer(self): 1351if self.update_timer: 1352gobject.source_remove(self.update_timer) 1353 1354

Re: [Sugar-devel] Journal oddity: metadata with no file?

2009-03-30 Thread Wade Brainerd
On Mon, Mar 30, 2009 at 1:29 PM, Gary C Martin wrote: > On 30 Mar 2009, at 17:27, Eben Eliason wrote: > > > 2009/3/30 Sascha Silbe : > >> On Mon, Mar 30, 2009 at 05:11:46PM +0200, Martin Langhoff wrote: > >> > >>> Only if something useful is stored. I was wrong to point a finger to > >>> Browse -

ActivityTeam coordinatorship

2009-03-19 Thread Wade Brainerd
Hey all, I was supposed to announce this after last week's ActivityTeam meeting but failed, ouch. The amount of time I have to contribute to Sugar Labs has been reducing steadily as my wife and I are expecting our first child. Which is great, as alsroot says I'm providing the next generation of Su

Re: How to prevent a shared document from downloading more than once?

2009-03-16 Thread Wade Brainerd
I wrote a brief proposal a few weeks ago for an improvement to the collab API that might help this problem. The discussion is in http://dev.sugarlabs.org/ticket/428. Aleksey Lim wrote an example implementation of this Cartoon Builder. The idea is that rather than having overlapping entry points

Re: [Sugar-devel] ActivityTeam meeting on Friday March 13th

2009-03-09 Thread Wade Brainerd
Yikes, my bad. Let's keep it 17:00 UTC, I'll update the meetings page. On Mon, Mar 9, 2009 at 4:07 PM, Bert Freudenberg wrote: > > On 09.03.2009, at 20:41, Wade Brainerd wrote: > >> Hi all, >> >> We are holding our third ActivityTeam meeting this Friday at 1

ActivityTeam meeting on Friday March 13th

2009-03-09 Thread Wade Brainerd
Hi all, We are holding our third ActivityTeam meeting this Friday at 17:00 UTC (12pm EST).  It should last 1 hour, and hopefully nothing terrible will befall us during that time.  Hope to see you there! What: Activity Team meeting When: 13 March 2009,  17:00pm UTC Where: irc.freenode.net,  #sugar

Re: [Sugar-devel] instructions for flashing SoaS on a XO

2009-03-06 Thread Wade Brainerd
Glad to hear it works, I'm going to try it this weekend on my XO. I wonder if we could get the release team to execute these steps automatically for each release, and then make .img files available on downloads.sugarlabs.org along with the .iso files? That would skip a lot of potential mistakes th

Re: [Sugar-devel] testers needed: grab keys and touchpad rotation

2009-03-04 Thread Wade Brainerd
Cool! I'm looking forward to trying this when I get back to my XO I wonder though, is there a reason this has to be a separate daemon, and can't just being part of the HPGK driver with a /sys/... interface for control? Best, Wade On Wed, Mar 4, 2009 at 4:45 PM, wrote: > sorry about that.

Re: Some quick rawhide-xo/20090227 notes

2009-03-03 Thread Wade Brainerd
On Mon, Mar 2, 2009 at 4:49 PM, Gary C Martin wrote: > Just some feedback relating to: > >http://dev.laptop.org/~cjb/rawhide-xo/ > > No tickets filed, ping back if you want one on any of these items: > > - By default the builds boot into GNOME desktop, not Sugar. As a non > regular Fedora

Re: Screen rotation -- My two cents

2009-03-03 Thread Wade Brainerd
On Mon, Mar 2, 2009 at 11:10 AM, wrote: > james wrote: > > I have experienced the frustration of trying to use the mouse pad when > > in ebook mode (actually not quite ebook mode, since you have to open the > > XO a bit to get your finger on the mousepad). The reason I need to do > > it is t

Re: TamTam

2009-02-26 Thread Wade Brainerd
Why was it broken up, BTW? Can it be put back together? :) It's always been confusing to me how the parts interact. On Thu, Feb 26, 2009 at 6:38 AM, Bert Freudenberg wrote: > > On 26.02.2009, at 03:34, Caroline Meeks wrote: > > > http://www.youtube.com/watch?v=31L9qaxOrp0 > > > > This is a grea

Re: [Sugar-devel] Future of Rainbow + Sugar?

2009-02-24 Thread Wade Brainerd
On Tue, Feb 24, 2009 at 1:30 PM, wrote: > bert wrote: > > On 24.02.2009, at 19:09, Carol Farlow Lerche wrote: > ... > > > Asking for better documentation doesn't imply that the facility is > > > new. It recognizes that development has reached a local minimum in > > > an important component

Re: [Sugar-devel] Future of Rainbow + Sugar?

2009-02-24 Thread Wade Brainerd
On Tue, Feb 24, 2009 at 12:57 PM, Michael Stone wrote: > I'm not clear why Sugar needs more protection from rogue activities than a >> normal desktop environment has from rogue applications. >> > > The justification which interests me the most goes something like: "strong > protections mean that

Re: [Sugar-devel] Future of Rainbow + Sugar?

2009-02-24 Thread Wade Brainerd
On Tue, Feb 24, 2009 at 12:41 PM, Benjamin M. Schwartz < bmsch...@fas.harvard.edu> wrote: > They are a single, indivisible cause, and also the entire reason for the > existence of Sugar. > > Many operating systems provide users with a set of powerful tools for > manipulating ideas and data. Sugar

Re: [Sugar-devel] Future of Rainbow + Sugar?

2009-02-24 Thread Wade Brainerd
To me, Bitfrost was just one more lofty windmill OLPC tried to tilt because it seemed like an interesting challenge. I'm not clear why Sugar needs more protection from rogue activities than a normal desktop environment has from rogue applications. Reinventing the desktop as a constructivist learn

Re: [IAEP] ActivityTeam meeting

2009-02-24 Thread Wade Brainerd
On Tue, Feb 24, 2009 at 10:41 AM, Tomeu Vizoso wrote: > ** Identify major issues that block usage by all activity maintainers > and/or consumers. > > ** Make a clear howto about uploading a bundle, nominating it, etc. > Could be a guide with screenshots or a screencast, etc (I think that > David

ActivityTeam meeting

2009-02-23 Thread Wade Brainerd
Hi all, We are holding our second ActivityTeam meeting this Friday at 12pm EST (17:00 UTC). It should last 1 hour (the length of my lunch break). Hope to see you there! What: Activity Team meeting When: 27 February 2009, 12:00 pm EST Where: irc.freenode.net, #sugar-meeting Agenda: * Catch up

Re: Opportunity for speedup

2009-02-19 Thread Wade Brainerd
Oh, and you can feed one of the 565 files through my 'rle.c' program to see the compression ratio firsthand. On Thu, Feb 19, 2009 at 1:56 PM, Wade Brainerd wrote: > RLE (run length encoding) compresses sequences of identical pixels ("runs") > as value/count pairs. &g

Re: Opportunity for speedup

2009-02-19 Thread Wade Brainerd
Bobby Powers wrote: > 2009/2/19 Wade Brainerd : > > On Thu, Feb 19, 2009 at 1:22 PM, C. Scott Ananian > wrote: > >> > >> I'd suggest just uncompressing the various image files and re-timing > >> as a start. The initial implementation was uncompressed, but

Re: Opportunity for speedup

2009-02-19 Thread Wade Brainerd
On Thu, Feb 19, 2009 at 1:22 PM, C. Scott Ananian wrote: > I'd suggest just uncompressing the various image files and re-timing > as a start. The initial implementation was uncompressed, but people > complained about space usage on the emulator images (which are > uncompressed). The current cod

Re: Application crashing with Bad Window error only on OLPC 767 build

2009-02-19 Thread Wade Brainerd
Hey there, I think you're in fairly undocumented territory trying to develop a "real" activity using libsugarize.so. But to your credit, you seem to have a pretty good understanding of how the X protocol works (beyond mine anyway!). Have you seen this page before? It describes how Sugar interact

Re: HTML-based/Browser apps (was Re: anti-cheating)

2009-02-18 Thread Wade Brainerd
s that > people here can be very suspicious as the tax system is 'under > construction' - so we will make it available - and as we establish > trust we should be able to watch how it used. > > Thanks/Regards, > > -Mike > > 2009/2/12 Wade Brainerd : > > He

Re: Guidance sought on collaboration techniques

2009-02-18 Thread Wade Brainerd
27;t have my own jabber server. How > would you suggest I set up a test environment for collaboration? > > Thanks again, > > James Simmons > > > Wade Brainerd wrote: > >> Hey James, >> >> FYI here is the collaboration code in Colors! >> >> >>

Re: XO BW mode (was Re: Guidance sought on collaboration techniques)

2009-02-13 Thread Wade Brainerd
Ohhh, gotcha. I have only tried turning the brightness to off in dark environments :) On Fri, Feb 13, 2009 at 1:27 PM, Gary C Martin wrote: > On 13 Feb 2009, at 17:28, Wade Brainerd wrote: > > On Fri, Feb 13, 2009 at 11:38 AM, Gary C Martin >> wrote: >> The below will sw

XO BW mode (was Re: Guidance sought on collaboration techniques)

2009-02-13 Thread Wade Brainerd
On Fri, Feb 13, 2009 at 11:38 AM, Gary C Martin wrote: > The below will switch to BW, but still leave the backlight on: > >su >echo 1 > /sys/devices/platform/dcon/output > > And to kill backlight and go to BW mode all at once: > >su >echo 0 > /sys/class/backlight/dc

Re: Guidance sought on collaboration techniques

2009-02-13 Thread Wade Brainerd
ething good enough to criticize, > but I'm not there yet. > > Thanks, > > James Simmons > > > > Wade Brainerd wrote: > > Hey James, > I can help you out with this if you want. > > Your collaboration design sounds fine to me. I did something similar in

Re: HTML-based/Browser apps (was Re: anti-cheating)

2009-02-12 Thread Wade Brainerd
Hey Mike, Make sure to restart Sugar between activity changes (Ctrl+Alt+Erase) as the shell doesn't automatically pick up changes yet. Also, make sure the .SVG is located in the same folder as the activity.infofile. You might try copying a .svg from another activity (say Browse) and renaming it t

Re: Guidance sought on collaboration techniques

2009-02-11 Thread Wade Brainerd
Hey James, I can help you out with this if you want. Your collaboration design sounds fine to me. I did something similar in Colors! where certain parts of the UI are disabled on the joining instances. What point are you at now? Do you need an example to get started with, or feedback about exis

Re: OLPC upgrades

2009-02-10 Thread Wade Brainerd
On Tue, Feb 10, 2009 at 5:44 PM, wrote: > On Wed, 11 Feb 2009, Martin Langhoff wrote: > >> We can skip the "build a replacement" step, and head for the goal faster. >> > > the entire sugar infrastructure is a 'build a replacement' step. people are > questioning if it was the right thing to do as

Re: OLPC upgrades

2009-02-10 Thread Wade Brainerd
2009/2/7 Tiago Marques > That seems a good idea. > The use of SVGs seems unnecessary. Although an awsome functionality, which > probably saves a lot of work, would allow to scale the use of Sugar to > systems with bigger screens - were it probably will never be in use. I've > never seen SVGs bein

Re: [Sugar-devel] Minimal steps to start hacking on Browse.xo?

2009-02-10 Thread Wade Brainerd
On Tue, Feb 10, 2009 at 4:42 AM, Tomeu Vizoso wrote: > On Tue, Feb 10, 2009 at 02:28, Martin Langhoff > wrote: > > Hi! > > > > I found the git repo for Browse xo! Hurray! (finding things in github > > is hard work, or perhaps I managed to find the hardest path to it). > > Gitorious, not github,

Keep tabs on Sugar development

2009-02-10 Thread Wade Brainerd
Want to know who has been working on what? How active a particular developer or project is? Want to know right away when a particular bug gets fixed? When a new project gets started? How about a graph of commit activity over time? Add the following feed to your RSS reader: http://git.sugarlabs

Re: Devel Digest, Vol 36, Issue 12

2009-02-09 Thread Wade Brainerd
ything to be up but it's > generally quite fast, especially if you just want to access local stuff. > > Best regards, > > Tiago Marques > > > On Tue, Feb 3, 2009 at 5:13 PM, Mitch Bradley wrote: > >> >> > Date: Tue, 3 Feb 2009 0

Re: [Server-devel] Network addressing for activation-over-IBSS

2009-02-04 Thread Wade Brainerd
On Thu, 5 Feb 2009, Martin Langhoff wrote: > 2009/2/5 Daniel Drake : >> I have modified the XO activation initramfs to attempt to locate a >> lease server on an XS on each open infrastructure network that can be >> found (early patch attached). > > Great -- I am not too conversant on the initrd co

Re: OLPC upgrades

2009-02-04 Thread Wade Brainerd
On Wed, Feb 4, 2009 at 1:38 AM, Albert Cahalan wrote: > Bobby Powers writes: > > 2009/2/2 Tiago Marques : > > >> Python is killing the XO, what's being done in that regard? > >> The $100 laptop will always be hardware limited, how can > >> python be a benefit and not a *huge* burden? I for one ca

Re: OLPC upgrades

2009-02-04 Thread Wade Brainerd
Regarding Gentoo, don't miss http://www.gentooxo.org/. That project combined with the Sugar overlay might be a good start for a tiny XO Sugar distribution. Wade On Tue, Feb 3, 2009 at 1:08 PM, Nirbheek Chauhan wrote: > On Wed, Feb 4, 2009 at 2:12 AM, S Page wrote: > > Nirbheek Chauhan wrote:

No ActivityTeam meeting this Friday

2009-02-04 Thread Wade Brainerd
We didn't schedule one, but in case anyone thought there would be, there is no ActivityTeam meeting this Friday. I'm out of town this week, and I'm leaning towards bi-weekly anyway. I'll send out another email when we set the next time. Cheers, Wade __

Re: OLPC upgrades

2009-02-03 Thread Wade Brainerd
ings don't work right, like I'm still trying to figure out why there are no network interfaces...But If anyone would like to see the scripts I'd be happy to share them. Wade On Feb 2, 2009, at 9:41 PM, "C. Scott Ananian" wrote: > 2009/2/2 Wade Brainerd : >>

Re: Is it possible to disable "sharing" for an Activity?

2009-02-02 Thread Wade Brainerd
the sugar infrastructure, and then let activities that > have an obvious extended collaboration (such as two person games or shared > authorship documents) do something more. > > 2009/2/2 Wade Brainerd > > There might be something in the Sugar Almanac, see >>

Re: Is it possible to disable "sharing" for an Activity?

2009-02-02 Thread Wade Brainerd
There might be something in the Sugar Almanac, see http://sugarlabs.org/go/ActivityTeam/Resources for a link. Alternately, an example of how to disable sharing is here: http://git.sugarlabs.org/projects/math/repos/mainline/blobs/master/mathactivity.py#line75 Note to Sugar toolkit guys, I'd love

Re: OLPC upgrades

2009-02-02 Thread Wade Brainerd
2009/2/2 Tiago Marques > On Thu, Jan 29, 2009 at 4:03 AM, Mitch Bradley wrote: > >> Guess what? The people at OLPC, who aren't stupid, already considered >> every point in the message cited below, a long time ago. So why aren't >> we doing them? ...* *On Wed, Jan 28, 2009 at 9:57 PM, Carlos Naza

Re: Aside: Neighborhood participants

2009-02-02 Thread Wade Brainerd
On Mon, Feb 2, 2009 at 11:43 AM, Benjamin M. Schwartz < bmsch...@fas.harvard.edu> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Morgan Collett wrote: > > Also don't blame avahi for the fact that we send out updates every > > time you alt-tab between shared activities, so that your i

ActivityTeam inaugural meeting

2009-01-28 Thread Wade Brainerd
Hi everyone, Please join us for the first Sugar Labs ActivityTeam IRC meeting this Friday, 3PM EST in #sugar-meeting on FreeNode. http://sugarlabs.org/go/ActivityTeam/Meetings All are encouraged to attend. I will be especially happy to see the following kinds of people well represented: - Curre

Re: multitouch + audio feedback linux dev -> XO-2?

2009-01-27 Thread Wade Brainerd
On Mon, Jan 26, 2009 at 11:57 PM, wrote: > On Mon, 26 Jan 2009, Wade Brainerd wrote: > > Here's to staying focused, >> > > agreed, but I don't see how you can do a keyboard and not have some > multi-touch stuff (shift keys to start with) > > I am in the

Re: multitouch + audio feedback linux dev -> XO-2?

2009-01-26 Thread Wade Brainerd
My (unasked for) opinion is that multitouch should not be a focus of OLPC's development efforts. The real benefit will just come from being able to touch the screen in the first place. Writing a decent multitouch interface requires massive UI design and coding efforts that we frankly cannot muste

Re: [Sugar-devel] Pippy not ready for Sucrose

2009-01-26 Thread Wade Brainerd
Awesome, thank you Brian for stepping up! Is something additional required in order to make sure the activity runs properly in SoaS or jhbuild? -Wade On Mon, Jan 26, 2009 at 2:14 PM, Brian Jordan wrote: > On Fri, Jan 23, 2009 at 2:21 PM, Simon Schampijer > wrote: > > Simon Schampijer wrote: >

Re: Activities migration status

2009-01-14 Thread Wade Brainerd
On Wed, Jan 14, 2009 at 6:05 AM, S Page wrote: > I'm not sure what you're doing, but if you want activities... > When the call went out for activities for 9.1.0 I put all the meta-lists of > activities in > > > That links to

Activities migration status

2009-01-13 Thread Wade Brainerd
Awesome, thank you Rafael! Today I went through dev.laptop.org/git identifying those projects that contain Sugar activities. http://sugarlabs.org/go/ActivityTeam/ActivityStatus Still remaining is to go through Activities/All (and code.google.com, personal sites, etc) and find those activities wh

Re: child protection + anti-cheating

2009-01-11 Thread Wade Brainerd
Something I hope will end up in Sugar someday are more classroom management tools. Maine's Apple-based classroom laptop system gives the teacher the ability to remotely watch the screens of all the kids in the room. No need to stand at the back of the classroom. Just the knowledge that the teach

Re: File bugs, don't fix 'em.

2009-01-07 Thread Wade Brainerd
Frustration aside, the purpose and responsibility of management is to stay on top of bugs, push people to comment on and fix them, etc. It certainly should not be the users' responsibility. Programmers typically don't have the high level appreciation for the project status and goals to be able to

Re: New joyride build 2615

2009-01-06 Thread Wade Brainerd
I think it had to do with eliminating a repeated wakeup? http://blogs.gnome.org/johan/2008/01/04/enough-wakeups-in-python-programs/ On Tue, Jan 6, 2009 at 7:22 PM, Peter Robinson wrote: >> -pygobject2 2.15.4-3.olpc4.2 >> +pygobject2 2.15.4-3.olpc4.3 > > Does anyone know off the top of their head

9.1.0 Schedule (Was Re: Fedora Desktop on XO)

2009-01-06 Thread Wade Brainerd
On Tue, Jan 6, 2009 at 4:48 PM, Michael Stone wrote: > Greg, > > I don't mean to be nasty, but I do feel the need to be blunt: > > On Tue, Jan 06, 2009 at 04:28:36PM -0500, Greg Smith wrote: >> Hi Michael, >> >> We are definitely behind where I would like to be at this stage. > > How far behind?

Re: Wine activity

2009-01-06 Thread Wade Brainerd
ered. -Wade On Tue, Jan 6, 2009 at 1:11 AM, Ixo X oxI wrote: > Wade, > :) Any hope of just convincing you to port your program to python/sugar, > so it runs the best under sugar? > :) > > -Ixo > > 2009/1/4 Wade Brainerd >> >> Has anyone considered doing a s

Re: Emulating 8.2-767

2009-01-05 Thread Wade Brainerd
It's just a ton more work to find emulator software, pick an OS, set it up, and install everything. I'd like all my Windows and Mac loving game developer buddies to just have a one click download and launch into Sugar. -Wade On Mon, Jan 5, 2009 at 1:15 PM, Chris Ball wrote: > Hi, > > > I woul

Re: Emulating 8.2-767

2009-01-05 Thread Wade Brainerd
On Mon, Jan 5, 2009 at 1:16 PM, Michael Stone wrote: > On Mon, Jan 05, 2009 at 01:07:00PM -0500, Wade Brainerd wrote: >> >> I would love to convert my OLPC Installer for Windows over to VMWare. >> In my experience it provides a better experience on Windows. I'd also >

Re: Emulating 8.2-767

2009-01-05 Thread Wade Brainerd
I would love to convert my OLPC Installer for Windows over to VMWare. In my experience it provides a better experience on Windows. I'd also like to convert it over to using Bert's image rather than the stock 8.2.0 image. What would be even better would be for the OLPC guys to set up emulator buil

Re: Wine activity

2009-01-05 Thread Wade Brainerd
Yeah, I was thinking along the lines of a WineLearning activity or similar, versus bundling stuff with the main Wine activity. Wade On Jan 4, 2009, at 11:32 PM, "Vincent Povirk" wrote: > I'd prefer to avoid bundling in general because it adds to the disk > space requirement. I can justify 7-

Re: Wine activity

2009-01-04 Thread Wade Brainerd
Has anyone considered doing a scan of download.com and similar sites for small, free educational software for Windows, and then bundling them with this Wine activity? I'm the author of CueCard, which is a flash card training program for Windows. I have tested and it works great under Vincent's Wi

Re: "Yay!, Bee, See" (ABC) software

2009-01-04 Thread Wade Brainerd
BTW, this activity is a perfect example of what I was talking about with my 'web-activity' and sugar.activity.activity.WebActivity class proposals. You want a way to install it to the home screen, give it an icon, and have it launch seamlessly just like any other activity. As it is, I spent some

Re: anonymous gray activity circles

2009-01-04 Thread Wade Brainerd
Hey Michael, Did you try applying Sayamindu's patch from the previous email (and did you see the associated screenshot)? I'm surprised it hasn't been cleaned up and pushed by the Sugar dev team by now. -Wade On Sun, Jan 4, 2009 at 5:55 PM, Michael Stone wrote: > On Sat, Jan 03, 2009 at 02:23:

Re: [Testing] Please help test our pre-release build of 8.2.1

2009-01-04 Thread Wade Brainerd
On Sun, Jan 4, 2009 at 2:26 PM, Gary C Martin wrote: > Here's my Activity specific testing run through of all the activities > as currently installed by Activities/G1G1 What's required to get your activity listed here? > WikipediaEN-4 . . - . * . . x x Very slow following links 30sec+!! >

Re: DebXO 0.4 stable enough to travel with

2009-01-04 Thread Wade Brainerd
On Sun, Jan 4, 2009 at 9:00 AM, John Gilmore wrote: > I perhaps foolishly brought an XO running debXO-0.4 as my sole laptop > during a multiweek European trip. Midway thru that trip, I am pleased > to report that it is stable enough for reasonable use, at least in my > application (ssh, web, and

Re: performance work

2008-12-31 Thread Wade Brainerd
goal for your > software? Did you hit it? Did anyone notice? > > Michael > > P.S. - Charles Leiserson once remarked that performance is like a > currency which programmers trade for (all) other worthwhile things like > schedule targets, scope of features, other resource consumption

Re: performance work

2008-12-31 Thread Wade Brainerd
I agree with Jordan. You just have to sit down and do the work to optimize the code, either finding the fastest path through hardware and software stack. I've rewritten Bounce twice now for performance just to hold on to 20fps on the XO. Colors! has been through many performance iterations as wel

Re: [Activities] Colors!-v13 released

2008-12-21 Thread Wade Brainerd
Hey, The activity itself merely accepts Wacom tablet input from XInput via the standard GDK events. With your kernel module and with X properly configured, supporting Wacom tablets in activities requires no code at all, and accessing pressure information is a one line addition. However, since the

Colors!-v13 released

2008-12-21 Thread Wade Brainerd
Hey all, I have released Colors! version 13 with improved Wacom tablet support. Painting has been optimized, refresh bugs have been fixed, a color pickup feature has been added, and numerous polishing tweaks have been made to the UI. http://dev.laptop.org/~wadeb/Colors!-13.xo Testing and feedbac

Re: Help runnning a script after Installing an activity from .xo

2008-12-17 Thread Wade Brainerd
One more thing- If you are only using OSS to play sound, why not use pygame.mixer instead? It's part of the core Sugar dependencies and offers very low latency playback and the ability to mix channels. Or, are you using some extended functionality of OSS that's not present in pygame.mixer? -Wad

Re: Help runnning a script after Installing an activity from .xo

2008-12-17 Thread Wade Brainerd
2008/12/16 shivaprasad javali > Hi, > > I am developing an activity for the XO. I have the .xo file ready to > install but I still have one problem. After Installing the activity I need > to make the XO run a script. I need to do this because the Application makes > use of the OSS module to rende

Re: performance work

2008-12-17 Thread Wade Brainerd
On Tue, Dec 16, 2008 at 7:08 PM, Neil Graham wrote: > On Tue, 2008-12-16 at 16:23 -0700, Jordan Crouse wrote: > > The first thing you need to do is determine which operations you really > > care about. I would first target the operations that deal with text and > > rounded corners, since those wi

Re: [Sugar-devel] Wacom Bamboo with XO?

2008-12-15 Thread Wade Brainerd
Hey Chris, Awesome, thanks for testing! On Sun, Dec 14, 2008 at 12:12 PM, Chris Marshall wrote: > * The display update seems to be by continuous stroke: > XO #1 user draws a curve not lifting pen. After the stylus > is lifted from the tablet the stroke updates on XO #2. That's intentional,

Re: [Sugar-devel] Wacom Bamboo with XO?

2008-12-11 Thread Wade Brainerd
BTW, if any of you guys playing around with Colors! have access to multiple XOs, I would love to hear how the collaboration feature is working (and what you think about it). -Wade On Thu, Dec 11, 2008 at 8:07 AM, Wade Brainerd <[EMAIL PROTECTED]> wrote: > Hi Chris, > > On Thu, De

Re: [Sugar-devel] Wacom Bamboo with XO?

2008-12-11 Thread Wade Brainerd
Hi Chris, On Thu, Dec 11, 2008 at 7:05 AM, Chris Marshall <[EMAIL PROTECTED]>wrote: > I tried to get an image of my finished drawing > from the Journal but the only option was to > resume Colors!. Then when it resumed it seemed > to hang. I then clicked on Play and dragged > the slider to 100 a

Re: [Sugar-devel] Wacom Bamboo with XO?

2008-12-10 Thread Wade Brainerd
Hey Chris, thanks for the feedback! It's great to hear from people using Colors! on XO. On Wed, Dec 10, 2008 at 6:58 PM, Chris Marshall <[EMAIL PROTECTED]>wrote: > It is true that reducing the update rate would lower the > pen position resolution of lines...but the Bamboo tablet > has a linear r

Re: [Sugar-devel] Wacom Bamboo with XO?

2008-12-09 Thread Wade Brainerd
the modprobe: > *FATAL: Module wacom not found.* > > I then tried: > *sudo modprobe linuxwacom* > and got the same error. > > Stan > > - > > Wade Brainerd-2 (via Nabble) wrote: > > Hi Stan, > > Try a 'depmod' and the

Re: [Sugar-devel] Wacom Bamboo with XO?

2008-12-09 Thread Wade Brainerd
Hi Stan, Try a 'depmod' and then 'modprobe wacom' from the Terminal, and see if that helps. Feel free to grab me on IRC (as wadeb), I can help troubleshoot it. -Wade On Tue, Dec 9, 2008 at 9:34 AM, Stanley Sokolow <[EMAIL PROTECTED]>wrote: > > I tried the new installation instructions on the w

Re: [Sugar-devel] Wacom Bamboo with XO?

2008-12-08 Thread Wade Brainerd
On Mon, Dec 8, 2008 at 5:02 AM, Chris Marshall <[EMAIL PROTECTED]>wrote: > That was the missing step to the instructions. > I downloaded wacom.ko, did an insmod wacom.ko > as root and restarted X et. voila! Awesome! I've update the wiki page with a link to a script that just does it all for you

Re: [Sugar-devel] Wacom Bamboo with XO?

2008-12-07 Thread Wade Brainerd
On Sun, Dec 7, 2008 at 5:16 PM, Wade Brainerd <[EMAIL PROTECTED]> wrote: > On Sun, Dec 7, 2008 at 12:49 PM, Chris Marshall <[EMAIL PROTECTED] > > wrote: > >> Gary C Martin wrote: >> >>> On 7 Dec 2008, at 00:58, Wade Brainerd wrote: >>> >>&

Re: [Sugar-devel] Wacom Bamboo with XO?

2008-12-07 Thread Wade Brainerd
On Sun, Dec 7, 2008 at 12:49 PM, Chris Marshall <[EMAIL PROTECTED]>wrote: > Gary C Martin wrote: > >> On 7 Dec 2008, at 00:58, Wade Brainerd wrote: >> >> Okay, Colors! v11 supports Wacom tablets, with pressure sensitivity. >>> Instructions for setup are o

Re: [Sugar-devel] Wacom Bamboo with XO?

2008-12-06 Thread Wade Brainerd
Okay, Colors! v11 supports Wacom tablets, with pressure sensitivity. Instructions for setup are on the activity page, it's really pretty simple. OLPC folks, it might be nice to update xorg-dcon.conf to support Wacom tablets, and to include the linuxwacom package in builds. I think that deployment

Re: Wacom Bamboo with XO?

2008-11-25 Thread Wade Brainerd
I imagine if we could get it working and if the driver isn't too large, the OLPC guys would be willing to include the module in 9.1. Has anyone gotten it compiled and tried the gtk.gdk.Device test yet? -Wade On Fri, Nov 21, 2008 at 11:34 PM, Chris Marshall <[EMAIL PROTECTED]> wr

Re: Wacom Bamboo with XO?

2008-11-21 Thread Wade Brainerd
For someone with a tablet, it would be nice to see the results of a simple PyGTK program which reports X, Y and Pressure from the gtk.gdk.SOURCE_PEN device, using the gtk.gdk.Device API. http://www.pygtk.org/docs/pygtk/class-gdkdevice.html If this works, it would be quite easy to integrate Wacom

Re: Wacom Bamboo with XO?

2008-11-17 Thread Wade Brainerd
I'm partly set up to build kernels, I can give it a try at some point. Ultimately though, just mouse position and clicking isn't nearly enough. You *at least* need pressure information for a decent tablet painting experience. On Mon, Nov 17, 2008 at 1:40 PM, <[EMAIL PROTECTED]> wrote: > gary c

Re: Wacom Bamboo with XO?

2008-11-17 Thread Wade Brainerd
If you guys can get a driver working and expose the API, I'll add support to Colors!. It already has support for pressure sensitivity (variable brush size and/or opacity) in the painting engine. -Wade On Mon, Nov 17, 2008 at 8:04 AM, <[EMAIL PROTECTED]> wrote: > chris wrote: > > Has anyone had

Re: Emulating 8.2 images on QEMU for windows

2008-11-13 Thread Wade Brainerd
On Thu, Nov 13, 2008 at 9:31 PM, Ton van Overbeek <[EMAIL PROTECTED]> wrote: >> --start-kqemuExecutes 'net start kqemu' automatically if the service >> exists. > > This will require some real hacking. Will probably require to run qemu as > Administrator: I wonder if we could make the installe

Re: Emulating 8.2 images on QEMU for windows

2008-11-13 Thread Wade Brainerd
rom QEMU to whatever, say 'OLPC Software Environment 8.2.0'. Then we could have the shortcut run qemu.exe directly and eliminate the command prompt window, for a more seamless experience. Best, Wade On Thu, Nov 13, 2008 at 4:30 PM, Wade Brainerd <[EMAIL PROTECTED]> wrote: > I

Re: Emulating 8.2 images on QEMU for windows

2008-11-13 Thread Wade Brainerd
I'd love to get the Windows installer capable of installing without issue on Vista, but I lack a Vista machine to test. I would welcome any assistance with this matter! Also, regarding downloading the image instead of bundling it, It easy to modify the installer to download the image. NSIS has a

Sugar installer for Windows

2008-11-10 Thread Wade Brainerd
Hi all, I wrote a simple Sugar installer for Windows: http://dev.laptop.org/~wadeb/OLPC-XO-Software-8.2.0-Setup.exe It installs/uninstalls a working Sugar environment (based on Ton van Overbeek's QEMU) with just a few clicks. The installer was built using the open source installer creator NSIS (

Re: Journal, Clipboard and activity instances vs. files (was Re: Recent Updates to Sugar Almanac)

2008-06-16 Thread Wade Brainerd
Hey James, It actually sounds a bit like we're talking about the same thing... On Mon, Jun 16, 2008 at 3:26 PM, James Simmons <[EMAIL PROTECTED]> wrote: > What you propose sounds difficult for a kid to master. For myself, I'd like > external storage to be treated differently from Journal entries

Journal, Clipboard and activity instances vs. files (was Re: Recent Updates to Sugar Almanac)

2008-06-16 Thread Wade Brainerd
2008/6/16 Faisal Anwar <[EMAIL PROTECTED]>: > Rather than keeping track of what > state you are in, it seems more coherent and natural that the developer only > worries about specific calls to write metadata when he wants to write > metadata (like volume and playback settings) and only worries abou

Re: Trac: release management

2008-06-15 Thread Wade Brainerd
On Fri, Jun 13, 2008 at 11:45 AM, Noah Kantrowitz <[EMAIL PROTECTED]> wrote: >> I know there is a Git plugin for Trac, anyone know why it isn't >> installed? I would love to see commits on the Trac Timeline RSS feed, >> and the Trac source browser is pretty nice too. > > People requested we stay w

Re: Trac: release management

2008-06-13 Thread Wade Brainerd
Hello, I agree wholeheartedly that ticket triage and statistical analysis is a worthwhile effort, so I think I support what Garrett is talking about. At my employer we have teams of producers constantly watching individual and per-component bug counts, transfering bugs from overworked team member

Re: Build streams; preparing for 8.2 release.

2008-06-12 Thread Wade Brainerd
I think I can see Dennis's confusion about packages moving from F9 to F7, the initial writeup contains this: * Stable: Stable builds are specified by their release name (e.g. 8.1.1, > 8.2), and the procedure for packages moving from Testing into Stable > releases involves the Unscheduled Release

Re: Downloading large updates and builds in PNG

2008-06-09 Thread Wade Brainerd
Would it be worth setting up a BitTorrent tracker for builds? BitTorrent is very reliable, excellent at resuming, doesn't require command line use, and can take advantage of local seeds. Best, Wade 2008/6/9 Carol Lerche <[EMAIL PROTECTED]>: > Here is what I did when I was fighting battles with

  1   2   >