Re: [Sugar-devel] Sugar Print Queue and Device Icon

2009-06-23 Thread Tomeu Vizoso
On Tue, Jun 23, 2009 at 18:42, Eben Eliason wrote: > On Tue, Jun 23, 2009 at 3:35 AM, Vamsi Krishna > Davuluri wrote: >> 2) It lists processing job on the top, and sorts >>     the list accoring to first come first serve. > > Cool. Making the status gray would still be nice. What's the reason > for

Re: [Sugar-devel] Sugar Print Queue and Device Icon

2009-06-23 Thread Eben Eliason
On Tue, Jun 23, 2009 at 12:39 PM, Gary C Martin wrote: > Hi Vamsi, > > On 23 Jun 2009, at 08:35, Vamsi Krishna Davuluri wrote: > >> Eben, >> >> Thanks for replying, I have taken your >> suggestions into account and have made >> this. It now randomly >> >> 1) It takes a hash of the username for colo

Re: [Sugar-devel] Sugar Print Queue and Device Icon

2009-06-23 Thread Eben Eliason
On Tue, Jun 23, 2009 at 3:35 AM, Vamsi Krishna Davuluri wrote: > Eben, > > Thanks for replying, I have taken your > suggestions into account and have made > this. It now randomly > > 1) It takes a hash of the username for coloring >     the icon Actually, I meant that the hash should be taken from

Re: [Sugar-devel] Sugar Print Queue and Device Icon

2009-06-23 Thread Gary C Martin
Hi Vamsi, On 23 Jun 2009, at 08:35, Vamsi Krishna Davuluri wrote: > Eben, > > Thanks for replying, I have taken your > suggestions into account and have made > this. It now randomly > > 1) It takes a hash of the username for coloring > the icon Re 'username', this is the name of the printer

Re: [Sugar-devel] Sugar Print Queue and Device Icon

2009-06-23 Thread Vamsi Krishna Davuluri
oh also, i'm using this, self._cancel.get_child().set_text ('Document:' + title + '\n' + status) where self._cancel is the menu item. ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

Re: [Sugar-devel] Sugar Print Queue and Device Icon

2009-06-22 Thread Eben Eliason
Cool! Here's a link to Sugar's printer icon. You should be able to reference it directly like all standard device icons, as it's already in artwork: http://git.sugarlabs.org/projects/sugar-artwork/repos/mainline/blobs/master/icons/scalable/device/printer.svg Also, it might be nice to color the pr

Re: [Sugar-devel] Sugar Print Queue and Device Icon

2009-06-22 Thread Gary C Martin
On 23 Jun 2009, at 00:56, Vamsi Krishna Davuluri wrote: > Gary, HI! > > You have been of awesome help! > here's the screenshot of the working model Hey wow, looking fab :-) Glad the mock-ups were of help! Regards, --Gary ___ Sugar-devel mailing list S

Re: [Sugar-devel] Sugar Print Queue and Device Icon

2009-06-20 Thread Gary C Martin
On 20 Jun 2009, at 20:16, Vamsi Krishna Davuluri wrote: > Hi Gary, > > Thanks for your interest in the project, I think your mockup design > looks > like a better cake than mine. It doesn't needlessly complicate the > interface, and , the removal of the source printer seems like a > better des

Re: [Sugar-devel] Sugar Print Queue and Device Icon

2009-06-20 Thread Vamsi Krishna Davuluri
Hi Gary, Thanks for your interest in the project, I think your mockup design looks like a better cake than mine. It doesn't needlessly complicate the interface, and , the removal of the source printer seems like a better design as we already have the device mentioned up. Plus, the all black theme

[Sugar-devel] Sugar Print Queue and Device Icon

2009-06-20 Thread Vamsi Krishna Davuluri
Hi, I'm working on adding Print Support to Sugar. And right now I'm working on creating a Printer Device Icon. what i've managed to do so far looks like this: http://i39.tinypic.com/35d6vlz.png suggestion from Mel Chua was to remove the scroll bars and limit the print jobs displayed. Also, sugge