Re: [sugar] Report on OLPC in Ethiopia

2008-05-20 Thread Tomeu Vizoso
Hi Gary, what about stemming the words? You may be able to use an english stemmer from xapian using the python bindings (not sure though). Regards, Tomeu On Tue, May 20, 2008 at 3:38 AM, Gary C Martin [EMAIL PROTECTED] wrote: Hi Yamandu, I fed this into my self organising map (SOM) code.

Re: [sugar] Activity versions

2008-05-20 Thread Tomeu Vizoso
On Mon, May 19, 2008 at 4:33 PM, Morgan Collett [EMAIL PROTECTED] wrote: On Mon, May 19, 2008 at 2:12 PM, Jameson Chema Quinn [EMAIL PROTECTED] wrote: * Cannot have two versions of an activity bundle installed at once (dev and stable) while debugging - esp. necessary for working on Develop

[sugar] 8.1.1 bugfix release and sugar

2008-05-20 Thread Tomeu Vizoso
Hi, I'm going to work on rpms for sugar based on the ones in 703 but whith the following changes: - Emit palette popup only after the window is mapped. This fixes ticket #3486. (Benjamin Berg) - Fix #3611 and parts of #4084 by setting the palette to be a transient window of the actiity.

Re: [sugar] 8.1.1 bugfix release and sugar

2008-05-20 Thread Tomeu Vizoso
On Tue, May 20, 2008 at 2:53 PM, Dennis Gilmore [EMAIL PROTECTED] wrote: On Tuesday 20 May 2008, Tomeu Vizoso wrote: Ok, these three fixes have been pushed to the update-1 branch in git. Anything else? Dennis, in which koji branch should I build this rpm? OLPC-2 once its built i can tag

Re: [sugar] 8.1.1 bugfix release and sugar

2008-05-20 Thread Tomeu Vizoso
On Tue, May 20, 2008 at 4:23 PM, Dennis Gilmore [EMAIL PROTECTED] wrote: On Tuesday 20 May 2008, Tomeu Vizoso wrote: On Tue, May 20, 2008 at 2:53 PM, Dennis Gilmore [EMAIL PROTECTED] wrote: On Tuesday 20 May 2008, Tomeu Vizoso wrote: Ok, these three fixes have been pushed to the update-1

[sugar] sugar-datastore 0.8.1 released

2008-05-20 Thread Tomeu Vizoso
Hi all, I have tarred and uploaded a new datastore release: http://dev.laptop.org/pub/sugar/sources/sugar-datastore/sugar-datastore-0.8.1.tar.bz2 But take in account that this is the same code that got shipped in Update.1 as 0.7.3. It's called 0.8.1 just because of some confusion during the

[sugar] Journal v88 is out

2008-05-20 Thread Tomeu Vizoso
Hi, just uploaded a new release of the Journal: http://dev.laptop.org/pub/sugar/sources/journal-activity/journal-activity-88.tar.bz2 Changes: - Eben fixed the appearance of activity bundles. - Pootle brought us an update of the translation to Italian. Cheers, Tomeu

Re: [sugar] [PATCH] (Incomplete) Activity Launch Feedback

2008-05-19 Thread Tomeu Vizoso
On Sun, May 18, 2008 at 5:50 PM, Gary C Martin [EMAIL PROTECTED] wrote: Hi Eben/Tomeu, On 18 May 2008, at 15:37, Eben Eliason wrote: Attached,with launchbox.py included. - Eben I'm trying to apply you patch directly to an Xo with joyride 1946 (I don't have access to any other build

Re: [sugar] [PATCH] (Incomplete) Activity Launch Feedback

2008-05-19 Thread Tomeu Vizoso
On Sun, May 18, 2008 at 6:10 PM, Eben Eliason [EMAIL PROTECTED] wrote: Sorry for the spam. This includes the necessary change to the makefile, and also fixes a few small bugs in the former versions. I'm still testing the rpm, but at a first glance, the pulsing is taking too much CPU. Looks

Re: [sugar] [PATCH] (Incomplete) Activity Launch Feedback

2008-05-19 Thread Tomeu Vizoso
On Mon, May 19, 2008 at 11:43 AM, Marco Pesenti Gritti [EMAIL PROTECTED] wrote: On Mon, May 19, 2008 at 11:33 AM, Tomeu Vizoso [EMAIL PROTECTED] wrote: On Sun, May 18, 2008 at 6:10 PM, Eben Eliason [EMAIL PROTECTED] wrote: Sorry for the spam. This includes the necessary change to the makefile

Re: [sugar] [PATCH] (Incomplete) Activity Launch Feedback

2008-05-19 Thread Tomeu Vizoso
On Mon, May 19, 2008 at 11:55 AM, Tomeu Vizoso [EMAIL PROTECTED] wrote: On joyride, the shell just takes a few percents of cpu during launch, so perhaps it's good enough for now. Correction, takes 7%, enough to give it a look. Tomeu ___ Sugar

Re: [sugar] [PATCH] activity.py: dirty flag and fix create_jobject == False case.

2008-05-19 Thread Tomeu Vizoso
Hi, +class WarningDictionary(dict): +def __getitem__(self,key): +warnings.warn(Trying to get key %s in unallocated activity metadata dictionary %s%(key,self), +RuntimeWarning, stacklevel=2) +return None +def __setetitem__(self,key,value): +

Re: [sugar] Code review (was: Pippy VS Develop)

2008-05-19 Thread Tomeu Vizoso
On Mon, May 19, 2008 at 2:40 PM, Marco Pesenti Gritti [EMAIL PROTECTED] wrote: I also would like to understand if this is happening generally or just for the patches you are mentioning. I had not heard people complaining about slow reviews so far. No, I told Jameson that I'd review his

[sugar] [PATCH] Implement installation dates in the activity list

2008-05-19 Thread Tomeu Vizoso
From d9cf67dd382b492e93549344273658860e2410ae Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso [EMAIL PROTECTED] Date: Mon, 19 May 2008 18:04:24 +0200 Subject: [PATCH] Add ActivityBundle.installation_time and format the date in the activity list --- service/activityregistryservice.py |3 ++- src

Re: [sugar] OLPC priorities for Sugar in the August release

2008-05-19 Thread Tomeu Vizoso
On Wed, May 14, 2008 at 1:46 PM, Mikus Grinbergs [EMAIL PROTECTED] wrote: * More responsive UI - faster launch of activities Is the solution currently in joyride satisfactory for the August release? I use a recent Joyride on my G1G1. My average time to launch Browse (from the time I click

Re: [sugar] Sugar in LinuxTag 2008

2008-05-19 Thread Tomeu Vizoso
On Sun, May 18, 2008 at 6:22 PM, Holger Levsen [EMAIL PROTECTED] wrote: On Tuesday 13 May 2008 11:57, Tomeu Vizoso wrote: Do you have a sugar workshop / meeting planned at a specific date as well? Or do you plan to just meet for the whole 4 days? ;) We'll also get 2m^2 space at the Debian

[sugar] pyc files in activity startup time (was Re: OLPC priorities for Sugar in the August release)

2008-05-18 Thread Tomeu Vizoso
On Wed, May 14, 2008 at 4:37 PM, Jameson Chema Quinn [EMAIL PROTECTED] wrote: One low-hanging fruit for faster activity start is having activity install compile .pyc files, with (tiny) extra points if the .pyc gets hints to not use jffs2 compression. Hi Chema, do you know how much this could

Re: [sugar] [PATCH] (Incomplete) Activity Launch Feedback

2008-05-18 Thread Tomeu Vizoso
On Thu, May 15, 2008 at 10:23 PM, Eben Eliason [EMAIL PROTECTED] wrote: On Thu, May 15, 2008 at 4:16 PM, Marco Pesenti Gritti [EMAIL PROTECTED] wrote: On Thu, May 15, 2008 at 10:03 PM, Eben Eliason [EMAIL PROTECTED] wrote: how do we get the patch into the rpm without actually pushing the

Re: [sugar] Release management for upcoming bug fix releases and August release

2008-05-17 Thread Tomeu Vizoso
Hi, On Tue, May 13, 2008 at 1:41 AM, Kim Quirk [EMAIL PROTECTED] wrote: A high level view of this process: 1) Prioritize feature and bug fix requests from deployments, developers, support, our sales/marketing group 2) Triage bugs to determine which bugs are critical to fix to meet the

Re: [sugar] Providing more information on battery palette?

2008-05-16 Thread Tomeu Vizoso
On Fri, May 16, 2008 at 4:48 AM, Eduardo H Silva [EMAIL PROTECTED] wrote: Mel Chua is developping a Power Activity, which will show various statistics like voltage, amperage, wattage that the charger is currently supplying to the laptop, to help those in the field developing and using

Re: [sugar] [PATCH] scroll activity list with the arrow keys

2008-05-15 Thread Tomeu Vizoso
?). Tomeu On Thu, May 15, 2008 at 12:38 PM, Tomeu Vizoso [EMAIL PROTECTED] wrote: Hi, the patch below adds the Up and Down arrow keys to the gtk.ScrolledWindow key bindings in the activity list as requested by Eben. But, if I understand correctly, this code alters the behavior of _all_

Re: [sugar] [Its.an.education.project] Freedom is a good deal (Was: Ivan's latest blog entry on OLPC)

2008-05-15 Thread Tomeu Vizoso
Hi, Bernie's post resonates so well with my experience, that I need to comment on it. On Thu, May 15, 2008 at 2:23 PM, Bernie Innocenti [EMAIL PROTECTED] wrote: Martin Langhoff wrote: No quite :-) but, I've been through the early linux-linux power user-pissed off by linux, got a

[sugar] [PATCH] Implement search in the activity list.

2008-05-15 Thread Tomeu Vizoso
Hi, this is very similar to the mesh view search. Thanks, Tomeu From fdad7268e4c39e277d75fa82c1eda1972467f9b8 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso [EMAIL PROTECTED] Date: Thu, 15 May 2008 18:21:58 +0200 Subject: [PATCH] Implement search in the activity list. --- src/view/home

Re: [sugar] [PATCH] Merge activities.default into favorites.

2008-05-15 Thread Tomeu Vizoso
Can somebody review this patch? I'd like to implement the date field in the activity list, but that will conflict heavily with this patch. Thanks, Tomeu 2008/5/13 Tomeu Vizoso [EMAIL PROTECTED]: [re-adding sugar to cc] 2008/5/12 Eben Eliason [EMAIL PROTECTED]: I glanced at this, and I

Re: [sugar] [PATCH] scroll activity list with the arrow keys

2008-05-15 Thread Tomeu Vizoso
Hi, this new patch uses key-press-event. Thanks, Tomeu On Thu, May 15, 2008 at 5:08 PM, Eben Eliason [EMAIL PROTECTED] wrote: On Thu, May 15, 2008 at 7:04 AM, Tomeu Vizoso [EMAIL PROTECTED] wrote: On Thu, May 15, 2008 at 12:56 PM, Marco Pesenti Gritti [EMAIL PROTECTED] wrote: Any reason

Re: [sugar] Release schedule and process

2008-05-14 Thread Tomeu Vizoso
On Tue, May 13, 2008 at 7:17 PM, Marco Pesenti Gritti [EMAIL PROTECTED] wrote: On Tue, May 13, 2008 at 6:32 PM, Tomeu Vizoso [EMAIL PROTECTED] wrote: I agree that limiting the number of components released as a whole brings important benefits. Can we explicitly enumerate the benefits

Re: [sugar] Release schedule and process

2008-05-14 Thread Tomeu Vizoso
On Tue, May 13, 2008 at 7:33 PM, Benjamin M. Schwartz [EMAIL PROTECTED] wrote: Tomeu Vizoso wrote: | I agree that limiting the number of components released as a whole | brings important benefits. I think that the idea of releasing some | activities as part of Sugar is because

[sugar] OLPC priorities for Sugar in the August release

2008-05-14 Thread Tomeu Vizoso
Hi all, have some doubts about http://wiki.laptop.org/go/Priorities-2008 * More responsive UI - faster launch of activities Is the solution currently in joyride satisfactory for the August release? * More notifications? How can we know which areas in the UI are in most need of more

Re: [sugar] [PATCH] Add speaker device and icon by default

2008-05-14 Thread Tomeu Vizoso
Hi, sorry for the delay. On Tue, May 13, 2008 at 12:43 AM, Martin Dengler [EMAIL PROTECTED] wrote: +def get_mute(self): You use 'muted' instead of 'mute' below, which one is more correct? +if not self._mixer or not self._master: +logging.error('Cannot get the mute

Re: [sugar] Release schedule and process

2008-05-14 Thread Tomeu Vizoso
On Wed, May 14, 2008 at 10:56 AM, Bert Freudenberg [EMAIL PROTECTED] wrote: On 13.05.2008, at 19:33, Benjamin M. Schwartz wrote: Tomeu Vizoso wrote: | I agree that limiting the number of components released as a whole | brings important benefits. I think that the idea of releasing some

[sugar] Activity proposal: Read

2008-05-13 Thread Tomeu Vizoso
* Short description of the features: No new features currently scheduled for Update.2. * Screenshots or screencasts: Mockup: http://wiki.laptop.org/go/Image:Activity_read.jpg * Are you willing to follow the Schedule? Yup. * System components the activity depends on: sugar, evince-olpc,

Re: [sugar] Release schedule and process

2008-05-13 Thread Tomeu Vizoso
On Mon, May 12, 2008 at 7:03 PM, Marco Pesenti Gritti [EMAIL PROTECTED] wrote: On Mon, May 12, 2008 at 7:01 PM, Marco Pesenti Gritti [EMAIL PROTECTED] wrote: On Mon, May 12, 2008 at 5:37 PM, Tomeu Vizoso [EMAIL PROTECTED] wrote: As any new module/activity will add some overhead

Re: [sugar] Release schedule and process

2008-05-13 Thread Tomeu Vizoso
On Tue, May 13, 2008 at 6:24 PM, Walter Bender [EMAIL PROTECTED] wrote: I think we need to decouple the release cycles between activities and Sugar to whatever degree possible. Activities should be able to change at whatever pace is dictated by the activity developers. Since activities

Re: [sugar] hot corners

2008-05-12 Thread Tomeu Vizoso
On Mon, May 12, 2008 at 9:48 AM, Simon Schampijer [EMAIL PROTECTED] wrote: Wade Brainerd wrote: If we are adding a delay, would it be acceptable to enable the frame activation along the edges of the screen in addition to the corners? This was why the corners where chosen:

Re: [sugar] Release schedule and process

2008-05-12 Thread Tomeu Vizoso
On Sat, May 10, 2008 at 5:03 PM, Marco Pesenti Gritti [EMAIL PROTECTED] wrote: Hello, I wrote some notes about the process for the next Sugar release. http://wiki.sugarlabs.org/go/Release http://wiki.sugarlabs.org/go/Roadmap [...] Looks pretty good to me. What's the next step? Should we

Re: [sugar] Release schedule and process

2008-05-12 Thread Tomeu Vizoso
On Sat, May 10, 2008 at 5:03 PM, Marco Pesenti Gritti [EMAIL PROTECTED] wrote: == New features proposal == At the beginning of each release cycle, maintainers will write a proposal for each major new feature they plan to develop. These will be discussed on the Sugar mailing list, revised

[sugar] [PATCH] Merge activities.default into favorites.

2008-05-12 Thread Tomeu Vizoso
From 7f9eb78b2585504669d3ebe648e8ee3b356a5d6e Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso [EMAIL PROTECTED] Date: Mon, 12 May 2008 20:42:24 +0200 Subject: [PATCH] Merge activities.default into favorites. --- data/Makefile.am |1 + data/activities.defaults | 19 +++ service

Re: [sugar] Sugar Interface on Classmate PC

2008-05-08 Thread Tomeu Vizoso
On Thu, May 8, 2008 at 11:18 AM, Chuka Uzoegwu [EMAIL PROTECTED] wrote: Hi, My major concern about the platform I am working on is the disk space which is 2GB for the Classmate PC. I don't know if there is a scaled down version of the Fedora or Ubuntu kernel. Thanks for the help. Yes, as far

Re: [sugar] [Its.an.education.project] Sugar on the EEE PC

2008-05-07 Thread Tomeu Vizoso
On 5/6/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Yes I made it work on a EEE PC using a dual boot configuration. Sugar runs, but activities suffer because of the limited screen resolution. Which resolution it has? I can give it a look next week when I get back to a working jhbuild

Re: [sugar] New Design - problem with Circle of Activities

2008-05-07 Thread Tomeu Vizoso
On 5/7/08, Mikus Grinbergs [EMAIL PROTECTED] wrote: The 'ring' view in Activity Management needs fixing -- when MULTIPLE Activity instances with the same name exist in the system, each instance should be treated (and shown) independently. Yes, this is known and will be fixed hopefully soon.

Re: [sugar] [PATCH] make width/text of battery palette look nicer

2008-05-06 Thread Tomeu Vizoso
r+ Thanks! Tomeu On 5/2/08, Martin Dengler [EMAIL PROTECTED] wrote: --- src/view/devices/battery.py |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/view/devices/battery.py b/src/view/devices/battery.py index a97d014..e4d82d3 100644 ---

Re: [sugar] On improving Sugar performance

2008-04-29 Thread Tomeu Vizoso
On Mon, Apr 28, 2008 at 7:21 PM, Gary C Martin [EMAIL PROTECTED] wrote: Sure, but rather than a useful tool, I would call measuring as the only possible base on which decide actual work that needs to be done. We could be refactoring and recoding for years and don't get any noticeable

Re: [sugar] [PATCH] Add speaker device and icon by default

2008-04-29 Thread Tomeu Vizoso
code executed before gtk.main(). Marco On Tue, Apr 29, 2008 at 2:12 PM, Tomeu Vizoso [EMAIL PROTECTED] wrote: On Tue, Apr 29, 2008 at 1:37 AM, Martin Dengler [EMAIL PROTECTED] wrote: On Mon, Apr 28, 2008 at 06:12:31PM -0400, Michael Stone wrote: On Mon, Apr 28, 2008 at 10

Re: [sugar] [PATCH] tweak battery charging (progress) bar

2008-04-29 Thread Tomeu Vizoso
On Tue, Apr 29, 2008 at 5:46 PM, Eben Eliason [EMAIL PROTECTED] wrote: On Tue, Apr 29, 2008 at 8:56 AM, Martin Dengler [EMAIL PROTECTED] wrote: On Tue, Apr 29, 2008 at 02:03:21PM +0200, Marco Pesenti Gritti wrote: On Tue, Apr 29, 2008 at 1:59 PM, Tomeu Vizoso [EMAIL PROTECTED] wrote

Re: [sugar] [PATCH] fix #4646 - replace/normalize some keyboard shortcuts

2008-04-29 Thread Tomeu Vizoso
On Tue, Apr 29, 2008 at 6:10 PM, Eben Eliason [EMAIL PROTECTED] wrote: On Tue, Apr 29, 2008 at 8:02 AM, Tomeu Vizoso [EMAIL PROTECTED] wrote: Eben, Ben, are you ok with this? I'm certainly all for removing alt-n and alt-p. We don't need redundant shortcuts here, and alt-tab and alt-shift

Re: [sugar] perceived sugar performance

2008-04-29 Thread Tomeu Vizoso
On Tue, Apr 29, 2008 at 7:01 PM, Michael Stone [EMAIL PROTECTED] wrote: We have a completely different approach to activity launching in the works (I've been hacking it up myself...I need some help from the pros to finish it!) Why are we building a splash screen instead of speeding up

Re: [sugar] perceived sugar performance

2008-04-29 Thread Tomeu Vizoso
On Tue, Apr 29, 2008 at 7:44 PM, Michael Stone [EMAIL PROTECTED] wrote: On Tue, Apr 29, 2008 at 07:26:12PM +0200, Tomeu Vizoso wrote: We cannot presume that _all_ activities will be able to put a window in 0.1-0.5s, I think we are better served by presuming that activities which fail

Re: [sugar] perceived sugar performance

2008-04-29 Thread Tomeu Vizoso
On Tue, Apr 29, 2008 at 7:42 PM, Paul Fox [EMAIL PROTECTED] wrote: tomeu wrote: We cannot presume that _all_ activities will be able to put a window in 0.1-0.5s, and probably don't want all the activity authors to implement something like that. I see as a good thing to improve

Re: [sugar] DS possibilities

2008-04-29 Thread Tomeu Vizoso
On Thu, Apr 24, 2008 at 1:36 AM, Martin Langhoff [EMAIL PROTECTED] wrote: On Thu, Apr 24, 2008 at 7:42 AM, Benjamin M. Schwartz [EMAIL PROTECTED] wrote: Reports from the field, especially from Carla and Bryan, have indicated that the datastore can get into a corrupted state from which

Re: [sugar] DS possibilities

2008-04-29 Thread Tomeu Vizoso
On Wed, Apr 23, 2008 at 10:19 PM, Benjamin M. Schwartz [EMAIL PROTECTED] wrote: Based on these options, I personally recommend that the priorities be: 1. Write a new datastore implementation to the same API. 1. Set up a datastore test system. 2. Improve logging. - --- Future --- 3.

Re: [sugar] [PATCH] Fix appearance of activity bundles (in Journal)

2008-04-28 Thread Tomeu Vizoso
r+ On Sat, Apr 26, 2008 at 4:53 PM, Eben Eliason [EMAIL PROTECTED] wrote: After much ado, here is the resulting patch. - Eben On Fri, Apr 25, 2008 at 2:17 PM, Tomeu Vizoso [EMAIL PROTECTED] wrote: On Wed, Apr 23, 2008 at 10:05 PM, Eben Eliason [EMAIL PROTECTED] wrote

Re: [sugar] jumpy cursor problem and sugar issue

2008-04-28 Thread Tomeu Vizoso
On Sun, Apr 27, 2008 at 4:50 PM, Bryan Berry [EMAIL PROTECTED] wrote: thanks Carol, this instruction for disabling the corner sensitivity is extremely useful! I may use it in the custom build I roll out, some 3-4 months from now. We plan to work on this soon. The plan is to have a delay

Re: [sugar] Sugar\Windows won't ship

2008-04-28 Thread Tomeu Vizoso
On Mon, Apr 28, 2008 at 9:59 AM, John Gilmore [EMAIL PROTECTED] wrote: I'll say that the impression that I have received as an outsider is that the people working on Sugar have not at all been interested in compatibility with normal linux software. It's more accurate to say that while

Re: [sugar] [PATCH] Add speaker device and icon by default

2008-04-28 Thread Tomeu Vizoso
On Fri, Apr 25, 2008 at 11:50 PM, Martin Dengler [EMAIL PROTECTED] wrote: +self.palette = SpeakerPalette(_('My Speakers'), model=model) +self.set_palette(self.palette) 'set_palette' is the setter for the 'palette' property, so the second line shouldn't be needed. +

Re: [sugar] Sugar\Windows won't ship

2008-04-28 Thread Tomeu Vizoso
On Mon, Apr 28, 2008 at 4:25 PM, Jim Gettys [EMAIL PROTECTED] wrote: On Mon, 2008-04-28 at 10:06 -0400, Walter Bender wrote: I must have missed the post you refer to. It has never been the position of the core Sugar team--that I am aware of--to preclude the running of standard Linux

Re: [sugar] perceived sugar performance

2008-04-28 Thread Tomeu Vizoso
On Mon, Apr 28, 2008 at 3:58 PM, Mikus Grinbergs [EMAIL PROTECTED] wrote: One thing I observe is that it takes considerable time from when I click on 'Shutdown' in the Main view, until the XO actually stops. Thank you, I'd like to ask the people with actual machines to write to this list with

Re: [sugar] Recursive Signal Loop.

2008-04-25 Thread Tomeu Vizoso
On Thu, Apr 24, 2008 at 11:37 PM, Eben Eliason [EMAIL PROTECTED] wrote: On Thu, Apr 24, 2008 at 5:25 PM, Bert Freudenberg [EMAIL PROTECTED] wrote: On 24.04.2008, at 22:56, Eben Eliason wrote: On Thu, Apr 24, 2008 at 4:47 PM, Jameson Chema Quinn [EMAIL PROTECTED] wrote:

Re: [sugar] [PATCH] Fix appearance of activity bundles (in Journal)

2008-04-25 Thread Tomeu Vizoso
On Wed, Apr 23, 2008 at 10:05 PM, Eben Eliason [EMAIL PROTECTED] wrote: On Wed, Apr 23, 2008 at 3:52 PM, Tomeu Vizoso [EMAIL PROTECTED] wrote: On Wed, Apr 23, 2008 at 9:45 PM, Eben Eliason [EMAIL PROTECTED] wrote: Hmm, you mean: if jobject.metadata.get('title

Re: [sugar] Cerebro released

2008-04-24 Thread Tomeu Vizoso
On Mon, Apr 21, 2008 at 9:41 AM, Polychronis Ypodimatopoulos [EMAIL PROTECTED] wrote: (sorry for cross-postings) The first release of Cerebro is out! Cerebro basically offers scalable presence information and a simple collaboration API. Features currently include: - presence

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

2008-04-23 Thread Tomeu Vizoso
2008/4/23 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] [PATCH] sugar pylint (vol2)

2008-04-23 Thread Tomeu Vizoso
On Tue, Apr 22, 2008 at 5:02 PM, Simon Schampijer [EMAIL PROTECTED] wrote: 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:

Re: [sugar] [Grassroots-l] creation of local feedback groups

2008-04-23 Thread Tomeu Vizoso
On Mon, Apr 21, 2008 at 7:34 PM, Christoph Derndorfer [EMAIL PROTECTED] wrote: Zitat von Bryan Berry [EMAIL PROTECTED]: Tomeu, tomeu wrote: Hi all, now that a considerable number of people are starting to use the first minimally complete version of Sugar, may be a good moment

Re: [sugar] [Community-news] on Sugar

2008-04-23 Thread Tomeu Vizoso
Thanks for sharing your ideas about Sugar with us. Some comments follow below. On Wed, Apr 23, 2008 at 6:06 PM, Nicholas Negroponte [EMAIL PROTECTED] wrote: For this reason, Sugar needs a wider basis, to run on more Linux platforms and to run under Windows. We have been engaged in discussions

Re: [sugar] [PATCH] Fix appearance of activity bundles (in Journal)

2008-04-23 Thread Tomeu Vizoso
On Wed, Apr 23, 2008 at 9:26 PM, Bert Freudenberg [EMAIL PROTECTED] wrote: On 23.04.2008, at 21:23, Eben Eliason wrote: if jobject.metadata.has_key['title'] and jobject.metadata.has_key['title']: Seems a bit redundant. ;) I would go for if jobject.metadata.get('title', ''):

Re: [sugar] [PATCH] Fix appearance of activity bundles (in Journal)

2008-04-23 Thread Tomeu Vizoso
On Wed, Apr 23, 2008 at 9:45 PM, Eben Eliason [EMAIL PROTECTED] wrote: Hmm, you mean: if jobject.metadata.get('title', ''): title_text = jobject.metadata.get('title', '') else title_text = _('Untitled') title.props.text = title_text ... Do I not need to declare title_text

Re: [sugar] [Community-news] on splitting Sugar

2008-04-23 Thread Tomeu Vizoso
On Wed, Apr 23, 2008 at 10:43 PM, John Gilmore [EMAIL PROTECTED] wrote: That said, Sugar needs to be disentangled. I keep using the omelet analogy, claiming it needs to be a fried egg, with distinct yoke and white, rather than having the UI, collaborative tools, power management

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

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

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

Re: [sugar] [PATCH] Add support for inline renaming of Journal entries

2008-04-21 Thread Tomeu Vizoso
On Sat, Apr 19, 2008 at 8:11 PM, Eben Eliason [EMAIL PROTECTED] wrote: On Sat, Apr 19, 2008 at 6:41 AM, Tomeu Vizoso [EMAIL PROTECTED] wrote: On Wed, Apr 16, 2008 at 6:30 PM, Eben Eliason [EMAIL PROTECTED] wrote: The former patch cut some comments that should have been cut (and now

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

2008-04-21 Thread Tomeu Vizoso
Hi, +from palettes import JobjectPalette, BuddyPalette What about EntryPalette instead of JobjectPalette? An entry in the journal is the UI representation of a datastore object/ self._jobject = None +self._jobject_palette = None Same here, _jobject is the data, CollapsedEntry

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

2008-04-21 Thread Tomeu Vizoso
On Mon, Apr 21, 2008 at 7:20 PM, Eben Eliason [EMAIL PROTECTED] wrote: +from palettes import JobjectPalette, BuddyPalette What about EntryPalette instead of JobjectPalette? An entry in the journal is the UI representation of a datastore object/ self._jobject = None

Re: [sugar] [PATCH] Add support for adding/removing activities to/from ring in palettes

2008-04-21 Thread Tomeu Vizoso
r+ On Thu, Apr 17, 2008 at 7:08 PM, Eben Eliason [EMAIL PROTECTED] wrote: On Thu, Apr 17, 2008 at 11:42 AM, Tomeu Vizoso [EMAIL PROTECTED] wrote: Hi, +self._bundle_id = activity_info.bundle_id +self._version = activity_info.version +self._favorite

Re: [sugar] [PATCH] Improve formatting of relative dates

2008-04-20 Thread Tomeu Vizoso
On Sat, Apr 19, 2008 at 7:54 PM, Eben Eliason [EMAIL PROTECTED] wrote: +NOW = _('Seconds ago') Translators may not be able to translate adequately from 'Seconds ago'. Perhaps a translation comment may help here? Example from misc.py: # TRANS: Relative dates (eg. 1 month

Re: [sugar] [PATCH] Add support for inline renaming of Journal entries

2008-04-19 Thread Tomeu Vizoso
On Wed, Apr 16, 2008 at 6:30 PM, Eben Eliason [EMAIL PROTECTED] wrote: The former patch cut some comments that should have been cut (and now have been) in the initial visual patch. This eliminates those parts of the patch. +self._title_entry.props.widget.connect('focus-out-event', +

Re: [sugar] Record (was Re: VoiceThreads ... a very interesting education service)

2008-04-16 Thread Tomeu Vizoso
On Wed, Apr 16, 2008 at 11:05 AM, Morgan Collett [EMAIL PROTECTED] wrote: On Wed, Apr 16, 2008 at 4:48 AM, Gary C Martin [EMAIL PROTECTED] wrote: Maybe if Journal item sharing arrives as some point, this will be a practical way of generating and sharing similar content. Yes - although

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

2008-04-16 Thread Tomeu Vizoso
On Wed, Apr 16, 2008 at 2:52 PM, Martin Langhoff [EMAIL PROTECTED] wrote: On Tue, Apr 15, 2008 at 8:29 PM, Benj. Mako Hill [EMAIL PROTECTED] wrote: On Sun, Apr 13, 2008 at 10:02 PM, Martin Langhoff Personally, I have been dreaming of a mix between ion3 and Sugar's

Re: [sugar] sugar roadmap

2008-04-14 Thread Tomeu Vizoso
On Mon, Apr 14, 2008 at 2:59 AM, Patrick Dubroy [EMAIL PROTECTED] wrote: On Sun, Apr 13, 2008 at 2:44 PM, Tomeu Vizoso [EMAIL PROTECTED] wrote: [snip] True, I'm afraid too that at the short and medium term hackers won't be scratching their itches in Sugar. But is also true that for many

Re: [sugar] sugar roadmap

2008-04-14 Thread Tomeu Vizoso
On Mon, Apr 14, 2008 at 3:10 AM, Benjamin M. Schwartz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Patrick Dubroy wrote: | On Sun, Apr 13, 2008 at 2:44 PM, Tomeu Vizoso [EMAIL PROTECTED] wrote: |Another option would be to create a version of Sugar

Re: [sugar] OLPC News (2008-04-12) - Addendum

2008-04-13 Thread Tomeu Vizoso
2008/4/12 Kim Quirk [EMAIL PROTECTED]: Additional community news that didn't make it into Walter's email: I'm very pleased to see a more technical weekly news posted to the mailing lists. I'll try to give more detailed info about my work (and invite others to do the same) so all the community

Re: [sugar] Sugar restart lost Journal, and some customization

2008-04-13 Thread Tomeu Vizoso
Hi, On Fri, Apr 11, 2008 at 9:57 PM, Mikus Grinbergs [EMAIL PROTECTED] wrote: G1G1. Joyride 1848. Made the mistake of pressing ctl-alt-erase. When the new Sugar came up, it asked me for the Name and the Colors. I found that I had lost the previous Journal contents, and the Main screen's

Re: [sugar] sugar roadmap

2008-04-13 Thread Tomeu Vizoso
Hi, On Sat, Apr 12, 2008 at 12:58 PM, Bryan Berry [EMAIL PROTECTED] wrote: [snip] Another issue related to the Roadmap . . . ==The Problem of Building an Open-Source community around Sugar== I foresee problems building an open-source community around Sugar because most successful

Re: [sugar] [PATCH] (partial) AP palette patch

2008-04-11 Thread Tomeu Vizoso
On Fri, Apr 11, 2008 at 12:12 PM, Simon Schampijer [EMAIL PROTECTED] wrote: Thanks Tomeu for reviewing. I few things I found out when looking into that - I don't think introduced by the patch but maybe worth to look at. - I had the 'connecting...' label in the palette on the mesh view

Re: [sugar] sugar roadmap

2008-04-11 Thread Tomeu Vizoso
On Thu, Apr 10, 2008 at 4:37 PM, Bryan Berry [EMAIL PROTECTED] wrote: I have looked at all 3 docs and they look good have some comments 1. Who is in charge of Sugar? the team lead. I remember that Blizzard used to be the team lead. Is it JG now? Well, I'm afraid I don't have a name to

Re: [sugar] [PATCH] (partial) AP palette patch

2008-04-10 Thread Tomeu Vizoso
On Thu, Apr 10, 2008 at 12:53 AM, Eben Eliason [EMAIL PROTECTED] wrote: What do you mean here? +self.props.icon_name = icon_name +# This breaks style guidelines; we should store a reference +self._palette._icon.props.icon_name = icon_name I'm

[sugar] sugar roadmap

2008-04-10 Thread Tomeu Vizoso
Hi all, right now we have info about the sugar roadmap in several places: http://wiki.laptop.org/go/Sugar_Roadmap http://dev.laptop.org/git?p=users/marco/sugar-docs;a=blob;f=roadmap.txt http://lists.laptop.org/pipermail/sugar/2008-April/004909.html We are still having a vigorous debate about

Re: [sugar] [PATCH] (partial) AP palette patch

2008-04-10 Thread Tomeu Vizoso
r+ On Thu, Apr 10, 2008 at 3:02 PM, Simon Schampijer [EMAIL PROTECTED] wrote: Eben Eliason wrote: I made the following changes to the patch: - display the AP icon in the palette in color - display the badge as well - removed the channel info in the secondary-text (for now)

Re: [sugar] interoperating with non-Sugar Jabber clients

2008-04-10 Thread Tomeu Vizoso
On Thu, Apr 10, 2008 at 10:12 PM, Morgan Collett [EMAIL PROTECTED] wrote: On Thu, Apr 10, 2008 at 6:37 PM, Dafydd Harries [EMAIL PROTECTED] wrote: It would be nice if the Chat activity could be used to converse with non-Sugar Jabber clients. The presence service has some code to

Re: [sugar] GVFS, OLPC, and GIT ?

2008-04-07 Thread Tomeu Vizoso
On Wed, Mar 26, 2008 at 12:16 PM, Alexander Larsson [EMAIL PROTECTED] wrote: On Tue, 2008-03-25 at 16:27 -0400, Benjamin M. Schwartz wrote: On Tue, 2008-03-25 at 15:46 -0400, Martin Langhoff wrote: On Tue, Mar 25, 2008 at 10:29 AM, Benjamin M. Schwartz [EMAIL PROTECTED] wrote:

[sugar] creative commons and licensing in sugar

2008-04-07 Thread Tomeu Vizoso
Hi, would like to apply soon the work that CC has been doing about licensing in the journal. http://wiki.laptop.org/go/Creative_Commons Eben, are you aware of how this affects the UI and agree with that? Thanks, Tomeu ___ Sugar mailing list

Re: [sugar] A Sugar TODO List, of Sorts

2008-04-07 Thread Tomeu Vizoso
bundles when joining an activity - Transfer the activity icon along the rest of the information about a shared activity - Store in the journal the version of the bundle that created the entry Tomeu On Mon, Apr 7, 2008 at 9:00 PM, Tomeu Vizoso [EMAIL PROTECTED] wrote: Hi, follow some requests

Re: [sugar] PenTablet user interface

2008-04-07 Thread Tomeu Vizoso
Best would be to create personal trees for sugar-toolkit and Paint: http://wiki.laptop.org/go/Creating_a_personal_git_tree But you would need an account in dev.laptop.org for that. You can ask to Henry Hardy (our sysadmin) in a similar way to project hosting requests:

[sugar] versions of bundles

2008-04-06 Thread Tomeu Vizoso
Hi, from Update.2, we'll be able to manage several versions of the same bundle in Sugar. Until know, we only allowed having one bundle, and the user could only upgrade to later versions. Changes needed: - anywhere the shell displays a launchable bundle in the UI, launch that specific version

[sugar] [PATCH] Sugar toolkit: Identify bundles also by their version number.

2008-04-06 Thread Tomeu Vizoso
From 705884f899440c20dc224a30ed3ef75ea9c7b9aa Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso [EMAIL PROTECTED] Date: Sun, 6 Apr 2008 19:31:17 +0200 Subject: [PATCH] Identify bundles also by their version number. --- sugar/activity/activityfactory.py | 33

[sugar] [PATCH] Journal: Identify bundles also by their version number.

2008-04-06 Thread Tomeu Vizoso
From 4ebc713e561b44eef33d9b0d527d9ef2b646a1b4 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso [EMAIL PROTECTED] Date: Sun, 6 Apr 2008 19:31:24 +0200 Subject: [PATCH] Identify bundles also by their version number. --- journaltoolbox.py |5 - misc.py |6 -- 2 files changed

Re: [sugar] Choosing defaults for the activity ring

2008-04-05 Thread Tomeu Vizoso
Ok, so the plan currently is for Sugar to keep shipping an activities.default with the same format as the existing one. The favorites file in the user profile will store the mtime and size of the activities.default file that merged by last time. At startup, the shell will check if it should merge

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

2008-04-05 Thread Tomeu Vizoso
What if on rollover would appear a normal palette with all the buttons that would be in the subtoolbar? This palette would have an option for pinning it, and that would mean inserting a subtoolbar between the toolbar and the canvas like in the mockups. Benefits: - palettes don't disturb the

Re: [sugar] Choosing defaults for the activity ring

2008-04-05 Thread Tomeu Vizoso
On Sat, Apr 5, 2008 at 5:27 PM, Mikus Grinbergs [EMAIL PROTECTED] wrote: Removing icons from the activity ring is just a matter of unstarring them in the list view - simple enough to do each semester. My vote is Option 1. Agreed. A much more interesting question is the __order__ in which

Re: [sugar] [Localization] code comments?

2008-04-05 Thread Tomeu Vizoso
Very interesting, I guess we should integrate it in the language section of the control panel. AFAIK, this is not being considered yet. If we don't want to add more complexity to the control panel UI, we may assign under the hoods a fallback language to every language? Perhaps someone from

Re: [sugar] [Olpc-open] [Grassroots-l] Update on XOs in Uruguay

2008-04-04 Thread Tomeu Vizoso
Hi Bryan, thank you very much for your feedback. We're not getting yet from the field as much as we would want to, so I would like to have more details about your expereinces: On Fri, Apr 4, 2008 at 5:16 AM, Bryan Berry [EMAIL PROTECTED] wrote: Here are my top requirements based on 4 days of

<    1   2   3   4   5   6   >