Re: [sugar] Preparing for the feature freeze

2008-06-04 Thread Guillaume Desmottes
Le mardi 03 juin 2008 à 14:33 -0400, Polychronis Ypodimatopoulos a écrit : Guillaume Desmottes wrote: Search queries will return a {Buddy,Activity}View object. This object will have a Get{Buddies,Activities} method to retrieve the result of the search, a Changed (or Added/Removed) signal to

Re: [sugar] Preparing for the feature freeze

2008-06-04 Thread Tomeu Vizoso
On Tue, Jun 3, 2008 at 7:19 PM, Erik Garrison [EMAIL PROTECTED] wrote: On Tue, Jun 03, 2008 at 01:53:37PM +0200, Tomeu Vizoso wrote: On Tue, Jun 3, 2008 at 1:50 PM, Walter Bender [EMAIL PROTECTED] wrote: Alas, two more open bugs that should be considered by someone: (1) Record has been

Re: [sugar] Preparing for the feature freeze

2008-06-04 Thread Tomeu Vizoso
On Wed, Jun 4, 2008 at 12:29 AM, Walter Bender [EMAIL PROTECTED] wrote: So I was probably wrong to bring up the Record bug in this thread. However, the Browse bugs seem to be related to unsupported features in the browser--e.g., the need for some daughter windows to appear. Feature or bug--not

Re: [sugar] Preparing for the feature freeze

2008-06-04 Thread Marco Pesenti Gritti
On Wed, Jun 4, 2008 at 10:31 AM, Tomeu Vizoso [EMAIL PROTECTED] wrote: On Wed, Jun 4, 2008 at 12:29 AM, Walter Bender [EMAIL PROTECTED] wrote: So I was probably wrong to bring up the Record bug in this thread. However, the Browse bugs seem to be related to unsupported features in the

Re: [sugar] control panel review

2008-06-04 Thread Tomeu Vizoso
On Tue, Jun 3, 2008 at 11:42 PM, Simon Schampijer [EMAIL PROTECTED] wrote: Hi Tomeu, thanks very much for your detailed review - it was very useful! I am fine with most of your comments and changed the code accordingly. I made inline comments for the items. So I would re-base my changes on

[sugar] Sugar mtg reminder, 5th June 2008 --- 17.00 UTC --- irc.freenode.net, #sugar-meeting

2008-06-04 Thread Simon Schampijer
Hi, after a few weeks of absence of the sugar meeting we want to get back into track again. Next meeting will be Thursday June 05 2008 at 17.00 UTC. Please note the new place: irc.freenode.net, #sugar-meeting. We want to make a meeting about the sugar review process. To make it even more

Re: [sugar] [PATCH] adding a bad device to the frame shouldn't crash sugar

2008-06-04 Thread Martin Dengler
On Wed, Jun 04, 2008 at 11:44:09AM +0200, Tomeu Vizoso wrote: Looks good to me. Small comments inline: +import logging +logger = logging.getLogger('DevicesTray') What about moving the import along with the others and declaring the logger at the module level as in

Re: [sugar] [PATCH] Refactor invites for 1-1 Chat (#6298)

2008-06-04 Thread Guillaume Desmottes
Le mercredi 04 juin 2008 à 17:08 +0200, Morgan Collett a écrit : The main code to review is at: http://dev.laptop.org/git?p=users/morgan/sugar;a=shortlog;h=6298 (3 most recent patches). As bundle_id is passed to both constructor, you could move it to BaseInvite.__init__ Didn't read code

[sugar] Jun 5, Sucrose 0.81.2 Tarballs Due

2008-06-04 Thread Marco Pesenti Gritti
Hello! Here are the modules which are included in the release: Glucose: http://wiki.sugarlabs.org/go/Roadmap#Glucose_Modules Fructose: http://wiki.sugarlabs.org/go/Roadmap#Fructose_Modules Please provide source code tarballs and announce them as explained here:

Re: [sugar] Moving to metacity with composition (was: Preparing for the feature freeze)

2008-06-04 Thread Sayamindu Dasgupta
On Tue, Jun 3, 2008 at 5:09 PM, Martin Dengler [EMAIL PROTECTED] wrote: As an aside... On Tue, Jun 03, 2008 at 12:16:27PM +0200, Tomeu Vizoso wrote: Sayamindu, you say you got OOM problems after activating composition, can you check where that memory is going? Or might be the X server

Re: [sugar] Jun 5, Sucrose 0.81.2 Tarballs Due

2008-06-04 Thread Marco Pesenti Gritti
Oooops thanks! Marco On Wed, Jun 4, 2008 at 6:00 PM, Bert Freudenberg [EMAIL PROTECTED] wrote: On 04.06.2008, at 17:52, Marco Pesenti Gritti wrote: Hello! Here are the modules which are included in the release: Glucose: http://wiki.sugarlabs.org/go/Roadmap#Glucose_Modules Fructose:

Re: [sugar] Preparing for the feature freeze

2008-06-04 Thread Erik Garrison
On Wed, Jun 04, 2008 at 10:28:25AM +0200, Tomeu Vizoso wrote: On Tue, Jun 3, 2008 at 7:19 PM, Erik Garrison [EMAIL PROTECTED] wrote: On Tue, Jun 03, 2008 at 01:53:37PM +0200, Tomeu Vizoso wrote: On Tue, Jun 3, 2008 at 1:50 PM, Walter Bender [EMAIL PROTECTED] wrote: Alas, two more open bugs

Re: [sugar] [PATCH] Fixing timestamp issue on wnck.Window.activate()

2008-06-04 Thread Marco Pesenti Gritti
def present(self): -# wnck.Window.activate() expects a timestamp, but we don't -# always have one, and libwnck will complain if we pass 0, -# and matchbox doesn't look at the timestamp anyway. So we -# just always pass 1. -self._window.activate(1) +

Re: [sugar] [PATCH] Fixing timestamp issue on wnck.Window.activate()

2008-06-04 Thread Sayamindu Dasgupta
On Wed, Jun 4, 2008 at 10:38 PM, Marco Pesenti Gritti [EMAIL PROTECTED] wrote: def present(self): -# wnck.Window.activate() expects a timestamp, but we don't -# always have one, and libwnck will complain if we pass 0, -# and matchbox doesn't look at the timestamp

Re: [sugar] [PATCH] Fixing timestamp issue on wnck.Window.activate()

2008-06-04 Thread Marco Pesenti Gritti
On Wed, Jun 4, 2008 at 7:37 PM, Sayamindu Dasgupta [EMAIL PROTECTED] wrote: On Wed, Jun 4, 2008 at 10:38 PM, Marco Pesenti Gritti [EMAIL PROTECTED] wrote: def present(self): -# wnck.Window.activate() expects a timestamp, but we don't -# always have one, and libwnck will

Re: [sugar] [PATCH] Fixing timestamp issue on wnck.Window.activate()

2008-06-04 Thread Sayamindu Dasgupta
On Wed, Jun 4, 2008 at 11:19 PM, Marco Pesenti Gritti [EMAIL PROTECTED] wrote: On Wed, Jun 4, 2008 at 7:37 PM, Sayamindu Dasgupta [EMAIL PROTECTED] wrote: On Wed, Jun 4, 2008 at 10:38 PM, Marco Pesenti Gritti [EMAIL PROTECTED] wrote: def present(self): -# wnck.Window.activate()

[sugar] documentation effort for sugar api

2008-06-04 Thread Faisal Anwar
Hello All, I'm currently working on creating documentation for the api of several basic sugar packages. I've started putting some of this work online at http://wiki.laptop.org/go/Sugar-api-doc. I'm sure that many of you have a lot of knowledge and experience with different modules in sugar and

[sugar] [PATCH] Change tabbing to show a preview by opening the frame

2008-06-04 Thread Benjamin Berg
Hello, Some patches that implement nicer tabbing will follow. With the patches applied, pressing Alt+Tab will show the frame. The activity that will be selected as soon as Alt is released again is shown by popping up its palette. Unfortunately there are a couple of issues with palettes. One

[sugar] [PATCH 1/5] Add an unobscured property that is set when the frame is fully visible.

2008-06-04 Thread Benjamin Berg
This commit switches the Frame to be a GObject. By doing this the gobject property system can be used to notify interested parties when the frame becomes fully visible. This is needed, so that the ActivitiesTray can show the palette of an activity as soon as the frame is fully visible. ---

[sugar] [PATCH 2/5] Add functionallity for tabbing trough activities.

2008-06-04 Thread Benjamin Berg
This commits adds some functions and properties to keep track of the activities when the user is tabbing. --- src/model/homemodel.py | 61 1 files changed, 61 insertions(+), 0 deletions(-) diff --git a/src/model/homemodel.py

[sugar] [PATCH 4/5] Handle the key events for tabbing.

2008-06-04 Thread Benjamin Berg
This adds the neccessary keyboard handling, grabbing the input, switching to the new activity, or canceling the operation. It is also responsible for showing the frame during the tabbing operation. --- src/view/keyhandler.py | 96 +++- 1 files

Re: [sugar] Moving to metacity with composition (was: Preparing for the feature freeze)

2008-06-04 Thread Martin Dengler
On Wed, Jun 04, 2008 at 09:28:40PM +0530, Sayamindu Dasgupta wrote: I tried your ps_mem.py based tests [...] Cool -- looks like just moving to os16 + metacity saved at least 14 MiB[1] (not counting any python savings) and Xorg grew by 15 MiB. Cheers, Sayamindu Martin 1. 2 + 6 + 6 MiB:

Re: [sugar] Preparing for the feature freeze

2008-06-04 Thread Michael Stone
On Tue, Jun 03, 2008 at 11:03:44AM +0200, Marco Pesenti Gritti wrote: * Browser bookmarks and autocompletion. - priority 3 I'd really like to see some progress on #542/#5534 (deal with non-standard SSL certificate authorities). This is going to become a bigger and bigger stumbling block the