Re: [E-devel] Some tickets for review...

2009-05-18 Thread Vincent Torri
Hey, On Tue, 19 May 2009, "Marco Trevisan (Treviño)" wrote: Sorry if I'm posting here, but in the previous days I've opened some tickets with bugs/RFC-patches in trac but none had been reviewed. Please, could you check them? #293 - Ignore the Carriage Return in elm_entry_utf8_to_markup #294 -

Re: [E-devel] EThumb private plugin headers

2009-05-18 Thread Jose Gonzalez
Viktor Kojouharov wrote: > On Mon, 2009-05-18 at 18:30 -0300, Rafael Antognolli wrote: > >> On Mon, May 18, 2009 at 7:46 AM, Gustavo Sverzut Barbieri >> wrote: >> >>> On Mon, May 18, 2009 at 6:31 AM, Ryan Raasch wrote: >>> Hello, I am trying to write an EThumb_Plugin

[E-devel] How to rotate an object in edje?

2009-05-18 Thread Jianchun Zhou
Hi, all: I know that edje can make animation by key frame, but I don't know how to rotate an object. Any body know how? Thank you. -- Best Regards -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new

[E-devel] Some tickets for review...

2009-05-18 Thread Marco Trevisan (Treviño)
Sorry if I'm posting here, but in the previous days I've opened some tickets with bugs/RFC-patches in trac but none had been reviewed. Please, could you check them? #293 - Ignore the Carriage Return in elm_entry_utf8_to_markup #294 - Allow to get an hoversel item label #295 - Elementary list it

Re: [E-devel] EThumb private plugin headers

2009-05-18 Thread Viktor Kojouharov
On Mon, 2009-05-18 at 18:30 -0300, Rafael Antognolli wrote: > On Mon, May 18, 2009 at 7:46 AM, Gustavo Sverzut Barbieri > wrote: > > On Mon, May 18, 2009 at 6:31 AM, Ryan Raasch wrote: > >> Hello, > >> > >> I am trying to write an EThumb_Plugin to load an xml file with an > >> embbeded jpeg file.

Re: [E-devel] EThumb private plugin headers

2009-05-18 Thread Rafael Antognolli
On Mon, May 18, 2009 at 7:46 AM, Gustavo Sverzut Barbieri wrote: > On Mon, May 18, 2009 at 6:31 AM, Ryan Raasch wrote: >> Hello, >> >> I am trying to write an EThumb_Plugin to load an xml file with an >> embbeded jpeg file. However, the plugins written for Ethumb need >> "ethumb_private.h". This

Re: [E-devel] meeting in Paris with Raster: restaurant proposal

2009-05-18 Thread Chidambar 'ilLogict' Zinnoury
Dans son message intitulé « [E-devel] meeting in Paris with Raster: restaurant proposal » du Mon, 18 May 2009 17:04:12 +0200 (CEST), Vincent Torri nous a donné l'occasion de lire : > > Hey, > > for people who are in Paris Wednesday, the 27th, May, I propose a > very good restaurant: Le Bistrot

Re: [E-devel] Edje part show and hide

2009-05-18 Thread Thomas Gstädtner
On Mon, May 18, 2009 at 17:10, Mikael Liljeroth wrote: > Thanks for your help. I think the clip thing should solve my problem very > well, defines would also solve my problem but I really would like to limit > the number of Edje programs and signals sent. I also have an other issue > where I want

Re: [E-devel] Edje part show and hide

2009-05-18 Thread Mikael Liljeroth
Thanks for your help. I think the clip thing should solve my problem very well, defines would also solve my problem but I really would like to limit the number of Edje programs and signals sent. I also have an other issue where I want to hide and show edje parts from c? Is this possible without edj

Re: [E-devel] Edje part show and hide

2009-05-18 Thread Jesse Charbneau
Hello, I have tackled this myself, and at one point used some macros as defined in the cookbook here : http://wiki.enlightenment.org/index.php/Creating_Edje_User_Interfaces#Edje_Code I did have to do some re-organization of course, but in the end was able to generate 12 icons that would pulse,

[E-devel] meeting in Paris with Raster: restaurant proposal

2009-05-18 Thread Vincent Torri
Hey, for people who are in Paris Wednesday, the 27th, May, I propose a very good restaurant: Le Bistrot Dagorno (9 rue Dagorno, 75012 Paris). It's a very good restaurant (game food, like wild boar, hare, etc..., good wine) If you want to join, please reply to that mail (and cc me as i'm not s

Re: [E-devel] Edje part show and hide

2009-05-18 Thread The Rasterman
On Mon, 18 May 2009 07:33:32 -0700 Mikael Liljeroth said: > Hi, I have a question regarding Edje. In very large user interfaces almost > every part has an invisible state and one visible state. Each of these parts > also has a corresponding program to show or hide the part. This makes the > edc f

Re: [E-devel] Edje part show and hide

2009-05-18 Thread Toma
You could use a define... eg. see the ICONS section in E17s default theme. Just create the define at the top of the file and call the show/hide program. #define SHOW(blah) \ program { name: blah"1"; \ action: STATE_SET "active" 0.0; \ target: blah; \ } \ progr

[E-devel] Edje part show and hide

2009-05-18 Thread Mikael Liljeroth
Hi, I have a question regarding Edje. In very large user interfaces almost every part has an invisible state and one visible state. Each of these parts also has a corresponding program to show or hide the part. This makes the edc file very big and hard to read. Is there some way to generalize the p

Re: [E-devel] NOTICE: svn feature freeze this weekend (May 22-24)

2009-05-18 Thread The Rasterman
On Mon, 18 May 2009 07:33:00 -0300 Gustavo Sverzut Barbieri said: anything you are in the middle of, disable, or finish up by friday. weekend on stabilisation will happen. i also intend to snap elementary this time too. > Hello all, > > As discussed in previous threads we will try to stabilize

Re: [E-devel] Accessing the structure containing an Eina_Inlist

2009-05-18 Thread Albin Tonnerre
On Thu, May 07, 2009 at 10:53:06AM -0300, Gustavo Sverzut Barbieri wrote : > On Thu, May 7, 2009 at 5:31 AM, Albin Tonnerre > wrote: > > On Fri, May 01, 2009 at 08:43:01AM -0300, Gustavo Sverzut Barbieri wrote : > >> On Fri, May 1, 2009 at 8:34 AM, Albin Tonnerre > >> wrote: > >> > On Fri, May

Re: [E-devel] EThumb private plugin headers

2009-05-18 Thread Gustavo Sverzut Barbieri
On Mon, May 18, 2009 at 6:31 AM, Ryan Raasch wrote: > Hello, > > I am trying to write an EThumb_Plugin to load an xml file with an > embbeded jpeg file. However, the plugins written for Ethumb need > "ethumb_private.h". This is not very practical to develop plugins > outside of the source tree. >

[E-devel] NOTICE: svn feature freeze this weekend (May 22-24)

2009-05-18 Thread Gustavo Sverzut Barbieri
Hello all, As discussed in previous threads we will try to stabilize the SVN so packagers can do their work on a more solid base. So let's try to make the SVN more stable during this week and let's stop doing new feature during this weekend, doing bug fixes and testing instead. DEVELOPERS: If

[E-devel] EThumb private plugin headers

2009-05-18 Thread Ryan Raasch
Hello, I am trying to write an EThumb_Plugin to load an xml file with an embbeded jpeg file. However, the plugins written for Ethumb need "ethumb_private.h". This is not very practical to develop plugins outside of the source tree. Is there any thoughts on this? I will help if needed. thanks,