[sugar] Journal Object metadata

2008-02-29 Thread Benjamin M. Schwartz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have read all the documents I could find, and also the Sugar source, and I am still confused: How can an activity get an object representing all the metadata for its current datastore object? I ask because I am writing a trivial "Distribute" Activi

Re: [sugar] frame redesign

2008-02-29 Thread Marco Pesenti Gritti
On Fri, Feb 29, 2008 at 4:59 AM, Tomeu Vizoso <[EMAIL PROTECTED]> wrote: > Hi Marco, > > have started moving the items in the frame around as Eben defined. > > Can you give it a look and tell me what you think? > > http://dev.laptop.org/git?p=users/tomeu/sugar;a=summary > > First commit is "Cli

[sugar] filtering result of an object chooser

2008-02-29 Thread Erik Blankinship
Is there a way to filter the mime types of the objects presented with an object chooser (e.g., only png)? Here is some sample code I am using: import gtk import shutil from sugar.graphics.objectchooser import ObjectChooser class FilePicker: def __init__(self): pass def show(sel

Re: [sugar] Journal: two quick suggestions

2008-02-29 Thread Tomeu Vizoso
On Fri, Feb 29, 2008 at 5:17 PM, Christoph Derndorfer <[EMAIL PROTECTED]> wrote: > > > One can > > > imagine that the "subject" of an activity is actually > > subjectively defined, > > > and even when it's relatively clear, we might wind up with some > > for each of > >

Re: [sugar] how does an activity connect to the journal?

2008-02-29 Thread Christoph Derndorfer
[EMAIL PROTECTED] schrieb: > -- > > Message: 8 > Date: Thu, 28 Feb 2008 11:57:25 -0500 > From: "Eben Eliason" <[EMAIL PROTECTED]> > Subject: Re: [sugar] how does an activity connect to the journal? > To: "Paul Fox" <[EMAIL PROTECTED]> > Cc: Sugar Mailing List > Message

Re: [sugar] Journal: two quick suggestions

2008-02-29 Thread Christoph Derndorfer
Eben Eliason schrieb: > > > On Thu, Feb 28, 2008 at 3:11 PM, Edward Cherlin <[EMAIL PROTECTED] > > wrote: > > On Thu, Feb 28, 2008 at 11:41 AM, Eben Eliason > <[EMAIL PROTECTED] > wrote: > > > > > while toying around with the Jour

Re: [sugar] keyboard bindings for buttons and palettes

2008-02-29 Thread Tomeu Vizoso
On Tue, Feb 26, 2008 at 3:35 PM, Marco Pesenti Gritti <[EMAIL PROTECTED]> wrote: > On Tue, Feb 26, 2008 at 8:06 AM, Tomeu Vizoso <[EMAIL PROTECTED]> wrote: > > Hi, > > > > have been thinking a bit about the best way to add key bindings > > (accelerators) to activities and the shell, and have

[sugar] frame redesign

2008-02-29 Thread Tomeu Vizoso
Hi Marco, have started moving the items in the frame around as Eben defined. Can you give it a look and tell me what you think? http://dev.laptop.org/git?p=users/tomeu/sugar;a=summary First commit is "ClipboardBox to ClipboardTray. Make it a VTray instead of hippo.CanvasBox.". Thanks, Tomeu _