Re: [Sugar-devel] [PATCH] adding new customize icon used when copying bundle source

2011-08-11 Thread Gary Martin
Hi Manuel, On 11 Aug 2011, at 22:56, manuel quiñones wrote: > Hello, > >> My understanding of the status is that Manuq was going to do some more work >> on the icon, as per my early message, which I think matches your recall as >> well. > > Yes I tried alternatives but didn't came with anything

[Sugar-devel] [ASLO] Release Get Books-8

2011-08-11 Thread Sugar Labs Activities
Activity Homepage: http://activities.sugarlabs.org/addon/4304 Sugar Platform: 0.82 - 0.92 Download Now: http://activities.sugarlabs.org/downloads/file/27511/get_books-8.xo Release notes: The main new functionality in this version, is the support of dinamic Catalogs, enabling to navigate in the

Re: [Sugar-devel] [DESIGN] Test startup animations

2011-08-11 Thread James Cameron
On Thu, Aug 11, 2011 at 03:02:06PM -0400, Chris Leonard wrote: > It would be good to have some idea of how a 1.75 performs under the > various methods being discussed. I think there's too much change happening to do that right now ... any numbers would be made out of date within a day. ;-} The c

[Sugar-devel] [PATCH] Add the SugarTimeoutIcon to set the font and background color

2011-08-11 Thread Simon Schampijer
Signed-off-by: Benjamin Berg Reviewed-by: Simon Schampijer --- gtk/theme/gtkrc.em | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em index 69dccd9..7f180a7 100644 --- a/gtk/theme/gtkrc.em +++ b/gtk/theme/gtkrc.em @@ -740,

[Sugar-devel] [PATCH sugar-toolkit] Replace the hippo-based TimeoutIcon with one based on a gtk.Label and gtk.Alignment

2011-08-11 Thread Simon Schampijer
This patch depends on the addition of the SugarTimeoutIcon to the artwork where we set the font and background color. Signed-off-by: Simon Schampijer Reviewed-by: Benjamin Berg --- src/sugar/graphics/alert.py | 88 +++--- 1 files changed, 48 insertions(+),

Re: [Sugar-devel] [PATCH] adding new customize icon used when copying bundle source

2011-08-11 Thread manuel quiñones
Hello, > My understanding of the status is that Manuq was going to do some more work > on the icon, as per my early message, which I think matches your recall as > well. Yes I tried alternatives but didn't came with anything useful, as the hand print makes the icon difficult to read, and I'm cons

Re: [Sugar-devel] [IAEP] Anyone up for a post Sugar Camp Hack Day? (was: Registration for the Sugar Camp in Paris (sept) are now open)

2011-08-11 Thread Gary Martin
Hi Christoph, On 11 Aug 2011, at 09:25, Christoph Derndorfer wrote: > On Thu, Aug 4, 2011 at 3:04 PM, Daniel Drake wrote: > On Wed, Aug 3, 2011 at 4:07 PM, Christoph Derndorfer > wrote: > > Hi all, > > speaking to Sascha earlier today he mentioned the idea of having a small > > post Sugar Camp

Re: [Sugar-devel] [PATCH] adding new customize icon used when copying bundle source

2011-08-11 Thread Walter Bender
On Thu, Aug 11, 2011 at 3:51 PM, Gary Martin wrote: > Hi Simon, > > On 10 Aug 2011, at 14:52, si...@schampijer.de wrote: > > > Thanks for the icon! Has the design team talked about it already? > Attached is a > > screen shot after duplicating the Memorize activity in the case they > haven't. > > T

Re: [Sugar-devel] [PATCH] adding new customize icon used when copying bundle source

2011-08-11 Thread Gary Martin
Hi Simon, On 10 Aug 2011, at 14:52, si...@schampijer.de wrote: > Thanks for the icon! Has the design team talked about it already? Attached is > a > screen shot after duplicating the Memorize activity in the case they haven't. Thanks for the screen shot :) My understanding this was still a stan

Re: [Sugar-devel] [DESIGN] Test startup animations

2011-08-11 Thread Chris Leonard
It would be good to have some idea of how a 1.75 performs under the various methods being discussed. cjl On Thu, Aug 11, 2011 at 2:25 PM, Gonzalo Odiard wrote: > Hi Benjamin, > I can't talk about timings without testing your code, but I am for any > change we can do to > accelerate the startup o

Re: [Sugar-devel] [DESIGN] Test startup animations

2011-08-11 Thread Gonzalo Odiard
Hi Benjamin, I can't talk about timings without testing your code, but I am for any change we can do to accelerate the startup of activities. My code do the render of the svg only one time, and previous timings we found this operation have a big cost. Probably we can accelerate the animation more w

Re: [Sugar-devel] [DESIGN] Test startup animations

2011-08-11 Thread Benjamin Berg
Hello, On Fri, 2011-08-05 at 16:47 -0300, Gonzalo Odiard wrote: > I have prepared a few videos to show the change in the startup > animation I am proposing A long time ago I implemented an icon cache, and optimized the startup animation (based on that). The speed improvement on the XO (B2/mass pr

Re: [Sugar-devel] [DESIGN] Test startup animations

2011-08-11 Thread Gonzalo Odiard
Thanks Gary, for review this. Would be great if we can push it in 0.94. > In the first test, I used alpha and scale cairo operations to modify to > render only one time the icon > > you can see the zoom effect at the start and a little improvement in > startup time: > > > .. > Fab! That's a g

Re: [Sugar-devel] i18n improvement experiment

2011-08-11 Thread Frederick Grose
On Thu, Aug 11, 2011 at 12:47 PM, Chris Leonard wrote: > On Thu, Aug 11, 2011 at 8:45 AM, Aleksey Lim > wrote: > > > > The process is that pootle (like bundlebuilder.py) just places activity > > name directly to .pot files. So, it will do the same for home page hint. > > > > Since these would bot

Re: [Sugar-devel] [DESIGN] Test startup animations

2011-08-11 Thread Gary Martin
Hi Gonzalo, On 5 Aug 2011, at 20:47, Gonzalo Odiard wrote: > I have prepared a few videos to show the change in the startup animation I am > proposing > In all the videos, at the right is one XO with the patch and the left is > another without the patch, > the method to compare the times is not

Re: [Sugar-devel] i18n improvement experiment

2011-08-11 Thread Chris Leonard
On Thu, Aug 11, 2011 at 8:45 AM, Aleksey Lim wrote: > > The process is that pootle (like bundlebuilder.py) just places activity > name directly to .pot files. So, it will do the same for home page hint. > Since these would both be happening in the same place at the same time, it would hopefully

Re: [Sugar-devel] i18n improvement experiment

2011-08-11 Thread Chris Leonard
On Thu, Aug 11, 2011 at 7:59 AM, Aleksey Lim wrote: > > The first line in .pot files is being generated by setup.py > (activitybundler.py) and will be regenerated by pootle's script (that's > doing the same), ie, it can be improved to add home page. > > The problem is that existed activity.info sp

Re: [Sugar-devel] [PATCH sugar-toolkit] Replace our custom entry widget with one based on gtk.Entry

2011-08-11 Thread Benjamin Berg
On Wed, 2011-08-10 at 14:31 +0200, si...@schampijer.de wrote: > Our custom entry widget, which was based on sexyicon, did > support placing an icon in the entry (e.g. the magnifier icon > for the search entry) and displaying progress in the case of > the url entry in Browse. Both is supported since

Re: [Sugar-devel] ​​[PATCH Browse] Use a standard gtk.Entry instead of the custom AddressEntry from the toolkit

2011-08-11 Thread Benjamin Berg
On Wed, 2011-08-10 at 14:40 +0200, si...@schampijer.de wrote: > The GtkEntry widget in version 2.16 has support for displaying a progress > bar inside of an entry widget. This allows us to remove our custom widget. > > Signed-off-by: Simon Schampijer Reviewed-by: Benjamin Berg Benjamin ___

Re: [Sugar-devel] i18n improvement experiment

2011-08-11 Thread Aleksey Lim
On Thu, Aug 11, 2011 at 08:11:08AM -0400, Walter Bender wrote: > On Thu, Aug 11, 2011 at 7:59 AM, Aleksey Lim > wrote: > > > On Thu, Aug 11, 2011 at 01:55:57AM -0400, Chris Leonard wrote: > > > Dear Activity developers, > > > > > > I'm not 100% sure if this will work, but I'd like to try it out w

Re: [Sugar-devel] i18n improvement experiment

2011-08-11 Thread Walter Bender
On Thu, Aug 11, 2011 at 7:59 AM, Aleksey Lim wrote: > On Thu, Aug 11, 2011 at 01:55:57AM -0400, Chris Leonard wrote: > > Dear Activity developers, > > > > I'm not 100% sure if this will work, but I'd like to try it out with > > one activity to test it. > > > > Generally, the first line of any POT

Re: [Sugar-devel] i18n improvement experiment

2011-08-11 Thread Aleksey Lim
On Thu, Aug 11, 2011 at 01:55:57AM -0400, Chris Leonard wrote: > Dear Activity developers, > > I'm not 100% sure if this will work, but I'd like to try it out with > one activity to test it. > > Generally, the first line of any POT file is the Actviity name, which > is typically picked up from th

Re: [Sugar-devel] Statically Built Chromium for my XO

2011-08-11 Thread Basanta Shrestha
Thanks for the email. Tried with os874 today. The library it is complaining missing is right there but doesn't see to be aware. I even tried linking the whole /usr/lib and /lib. I get the following error while executing ./chrome ./chrome: error while loading shared libraries: libbz2.so.1.0: c

Re: [Sugar-devel] [IAEP] Anyone up for a post Sugar Camp Hack Day? (was: Registration for the Sugar Camp in Paris (sept) are now open)

2011-08-11 Thread Christoph Derndorfer
On Thu, Aug 4, 2011 at 3:04 PM, Daniel Drake wrote: > On Wed, Aug 3, 2011 at 4:07 PM, Christoph Derndorfer > wrote: > > Hi all, > > speaking to Sascha earlier today he mentioned the idea of having a small > > post Sugar Camp Hack Day or something. > > I had already bought my flights for Septembe