Re: [sugar] [PATCH] Replace the back bar in the detail view

2008-04-22 Thread Tomeu Vizoso
r+ On Mon, Apr 21, 2008 at 10:51 PM, Eben Eliason [EMAIL PROTECTED] wrote: On Sat, Apr 19, 2008 at 7:09 AM, Tomeu Vizoso [EMAIL PROTECTED] wrote: Hi, + self._back_bar_release_event_cb) Please preppend signal handlers with two underscores '__'. This will

Re: [sugar] [Patch] Add palettes to people and objects in Journal

2008-04-22 Thread Tomeu Vizoso
On Mon, Apr 21, 2008 at 10:56 PM, Eben Eliason [EMAIL PROTECTED] wrote: On Mon, Apr 21, 2008 at 1:24 PM, Tomeu Vizoso [EMAIL PROTECTED] wrote: On Mon, Apr 21, 2008 at 7:20 PM, Eben Eliason [EMAIL PROTECTED] wrote: +from palettes import JobjectPalette, BuddyPalette What

[sugar] [PATCH] sugar pylint (vol2)

2008-04-22 Thread Simon Schampijer
Hi, two more patches for pylint. One thing that I have not solved yet in the lint_intro patch is the problem that pylint is not aware of members of the window class. I think that is the case because the gtk.gdk.window is only available when the window is realized. - window xid:

Re: [sugar] [PATCH] sugar pylint (vol2)

2008-04-22 Thread Marco Pesenti Gritti
On Tue, Apr 22, 2008 at 2:47 PM, Simon Schampijer [EMAIL PROTECTED] wrote: Hi, two more patches for pylint. One thing that I have not solved yet in the lint_intro patch is the problem that pylint is not aware of members of the window class. I think that is the case because the gtk.gdk.window

Re: [sugar] [PATCH] sugar pylint (vol2)

2008-04-22 Thread Simon Schampijer
Ok, Marco's workaround solved the gtk.gdk.window issue. Martin Dengler wrote: On Tue, Apr 22, 2008 at 02:20:12PM +0100, Martin Dengler wrote: On Tue, Apr 22, 2008 at 02:47:38PM +0200, Simon Schampijer wrote: Another issue I have quite often is the one of unused variables due to returned

Re: [sugar] [PATCH] support battery-charge-state-dependent battery frame icon

2008-04-22 Thread Tomeu Vizoso
+curr_level = self._model.props.level I would use current_level, the occasional reader may not have as much context as you. r+ with that Thanks, Tomeu On Fri, Apr 18, 2008 at 12:59 AM, Martin Dengler [EMAIL PROTECTED] wrote: Support battery-charge-state-dependent battery frame icon

[sugar] [PATCH] support battery-charge-state-dependent battery frame icon

2008-04-22 Thread Martin Dengler
Support battery-charge-state-dependent battery frame icon and upgrade to consistency with battery icon design from http://wiki.laptop.org/go/Designs/Frame#06. Controversially (or so I think), this commit includes a very naive algorithm to calculate battery time/life remaining, as a principled

Re: [sugar] Copy/Paste icon colour (Re: A Sugar TODO List, of Sorts)

2008-04-22 Thread Eben Eliason
Digging this up from the past as I attempt to clean out my inbox... On Mon, Apr 7, 2008 at 10:47 PM, Gary C Martin [EMAIL PROTECTED] wrote: On 7 Apr 2008, at 20:00, Tomeu Vizoso wrote: • Color copy/paste buttons in activities Which colors should take? Just the local colors? I've

Re: [sugar] [Community-news] where is Walter?

2008-04-22 Thread Stephen John Smoogen
On Tue, Apr 22, 2008 at 10:04 AM, Chris Preimesberger [EMAIL PROTECTED] wrote: Walter, you have been a shining light of good information for all this time, and it's sad to see you pull away from the project. Sad to see the project melting away, too -- at least that's my impression. One

Re: [sugar] Copy/Paste icon colour (Re: A Sugar TODO List, of Sorts)

2008-04-22 Thread Gary C Martin
On 22 Apr 2008, at 17:56, Eben Eliason wrote: On Mon, Apr 7, 2008 at 10:47 PM, Gary C Martin [EMAIL PROTECTED] wrote: On 7 Apr 2008, at 20:00, Tomeu Vizoso wrote: • Color copy/paste buttons in activities Which colors should take? Just the local colors? I've always been unclear about the

Re: [sugar] Copy/Paste icon colour (Re: A Sugar TODO List, of Sorts)

2008-04-22 Thread Joshua N Pritikin
On Tue, Apr 22, 2008 at 12:56:54PM -0400, Eben Eliason wrote: On Mon, Apr 7, 2008 at 10:47 PM, Gary C Martin [EMAIL PROTECTED] wrote: On 7 Apr 2008, at 20:00, Tomeu Vizoso wrote: • Color copy/paste buttons in activities Which colors should take? Just the local colors? I've always

Re: [sugar] Copy/Paste icon colour (Re: A Sugar TODO List, of Sorts)

2008-04-22 Thread Eben Eliason
This is absolutely not intended to mitigate the need for previews at all...that is, in fact the next thing I might look into in my part-time hacking of sugar, since it's a blatant omission and dearly needed. However, I think that the coloring will neatly compliment the previews. The core concept

[sugar] Software Status Meeting Tomorrow @ 1400 EST, #olpc-meeting, irc.freenode.org

2008-04-22 Thread Michael Stone
Dear everyone, We'll be having our weekly status meeting tomorrow at 2:00 PM EST in #olpc-meeting on irc.freenode.org. See you there! Michael ___ Sugar mailing list Sugar@lists.laptop.org http://lists.laptop.org/listinfo/sugar

Re: [sugar] [Community-news] where is Walter?

2008-04-22 Thread Stephen John Smoogen
On Tue, Apr 22, 2008 at 10:58 AM, Stephen John Smoogen [EMAIL PROTECTED] wrote: On Tue, Apr 22, 2008 at 10:04 AM, Chris Preimesberger [EMAIL PROTECTED] wrote: Walter, you have been a shining light of good information for all this time, and it's sad to see you pull away from the project.

[sugar] has sugar-install-bundle changed ?

2008-04-22 Thread Mikus Grinbergs
I don't believe in going through the Journal to install Activities. Instead, I manually download the .xo file to my SD card, then use 'sugar-install-bundle filename' to install that Activity in my XO. This used to work fine. But today (using Joyride 1094) sugar-install-bundle gave me an error

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

2008-04-22 Thread Andrew Burgess
On Wed, 02 Apr 2008 10:22:52 -0700, Wade Brainerd [EMAIL PROTECTED] wrote: 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

[sugar] Python Javascript Communication

2008-04-22 Thread Preeti KS
Hello to all, As part of a project in OLPC, we are vying to create a library file that allows for direct communication between python and javascript. This is a very useful concept for the XO programmers, as various applications require the integration of these extremely important platforms. For

Re: [sugar] [Server-devel] sugar roadmap

2008-04-22 Thread Benj. Mako Hill
quote who=Walter Bender date=Mon, Apr 14, 2008 at 02:15:24PM -0400 Adding Mako to the thread, as I recall he is a big ion fan as well. Absolutely. On Sun, Apr 13, 2008 at 10:02 PM, Martin Langhoff [EMAIL PROTECTED] wrote: On Sun, Apr 13, 2008 at 9:10 PM, Benjamin M. Schwartz [EMAIL

Re: [sugar] [Server-devel] sugar roadmap

2008-04-22 Thread Benj. Mako Hill
quote who=Marco Pesenti Gritti date=Wed, Apr 16, 2008 at 03:22:46PM +0200 Is there anything I'm missing? Is the point to be able to run desktop applications? Ion has the ability to launch different types of workspaces. There are three by default (although we could add to that). One of these is

Re: [sugar] [Server-devel] sugar roadmap

2008-04-22 Thread Holger Levsen
Hi, On Wednesday 16 April 2008 16:47, Benj. Mako Hill wrote: Ion has the ability to launch different types of workspaces. There are three by default (although we could add to that). One of these is a floating workspace. It's rather bad, but it works, and I think it would be pretty cool to

Re: [sugar] [Community-news] where is Walter?

2008-04-22 Thread Gerard Meijssen
Hoi, the most imporant thing is that we are left with a sense of gratitude of all the great things the leaders that have left have done. In this way we know the history of the project. We also remember that the people who left did good.. and we cherish them for it. We still need to move on and

Re: [sugar] where is Walter?

2008-04-22 Thread Andrew Smyth
On Mon, Apr 21, 2008 at 8:38 PM, Drew Hess [EMAIL PROTECTED] wrote: On Mon, Apr 21, 2008 at 5:15 PM, Kim Quirk [EMAIL PROTECTED] wrote: OLPC has increased funding and resources in 2008 toward a continued commitment to helping kids in the least developed countries through deployment of

Re: [sugar] [Community-news] where is Walter?

2008-04-22 Thread thepete
I think it's about public perception. I know exactly zero about the process, so when I became a G1G1 donor, I had only the OLPC PR to go by. Well, that and ALL of the nay-sayers out there who said it couldn't be done. So, I hope paid developers of the XO and its software forgive those of us

Re: [sugar] [Community-news] where is Walter?

2008-04-22 Thread Edward Cherlin
2008/4/22 Martin Edmund Sevior [EMAIL PROTECTED]: I've stayed away from this discussion until now. But for my own part, if the OLPC becomes just another laptop running standard educational software of the kind that inhabits my daughters primary school, I'm no longer interested in the project.

Re: [sugar] Software Status Meeting Tomorrow @ 1400 EST, #olpc-meeting, irc.freenode.org

2008-04-22 Thread Martin Langhoff
On Wed, Apr 23, 2008 at 3:08 PM, Michael Stone [EMAIL PROTECTED] wrote: We'll be having our weekly status meeting tomorrow at 2:00 PM EST in #olpc-meeting on irc.freenode.org. Alright! That's a 6AM'er for me, but I'll be there ;-) cheers, martin -- [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: [sugar] [Community-news] where is Walter?

2008-04-22 Thread david
On Tue, 22 Apr 2008, Edward Cherlin wrote: 2008/4/22 Martin Edmund Sevior [EMAIL PROTECTED]: I've stayed away from this discussion until now. But for my own part, if the OLPC becomes just another laptop running standard educational software of the kind that inhabits my daughters primary