Re: [E-devel] Bugfix for segfaulting ecore_config_dst() in ecore_config.c

2010-02-22 Thread The Rasterman
On Mon, 22 Feb 2010 00:50:57 +0100 buergi pat_buergi...@gmx.de said: thanks... though.. ecore_config will be killed off soon... i hope you're not using it... :) Hello, i just found a bug which produces a segfault when running ecore_config command line util with the -d switch for deleting

Re: [E-devel] Bugfix for segfaulting ecore_config_dst() in ecore_config.c

2010-02-22 Thread buergi
Am 22.02.2010 09:08, schrieb Carsten Haitzler (The Rasterman): thanks... though.. ecore_config will be killed off soon... i hope you're not using it... :) No, not really i just came across this while playing around with entrance themes. Are you taking about the command line util or the library?

Re: [E-devel] How to grab a key event if the key binding is set in e

2010-02-22 Thread daniele_athome
Hello, I have another use case for this issue I need to implement myself. I use the power button in my own applications to do some actions in them, but I want to do those actions only on short press; on long press a lock-app should activate. So my idea was something like delayed action in

Re: [E-devel] Calculating the area used by parts in Edje.

2010-02-22 Thread The Rasterman
On Thu, 18 Feb 2010 16:47:15 -0200 Tiago Falcão ti...@profusion.mobi said: errr. so you want to get the extents - if they are greater than the object size or less than it... right? Hi, I need calculate the area used by all parts in Edje. I want know how big will be the scroller in Editje to

Re: [E-devel] ecore_txt - deprecation

2010-02-22 Thread Atton Jonathan
And exml is still using ecore_list. 2010/2/22 Vincent Torri vto...@univ-evry.fr On Mon, 22 Feb 2010, Carsten Haitzler (The Rasterman) wrote: On Mon, 22 Feb 2010 03:14:38 +1100 Carsten Haitzler (The Rasterman) ras...@rasterman.com said: this is a warning.. in advance. in about 2 weeks

Re: [E-devel] Bugfix for segfaulting ecore_config_dst() in ecore_config.c

2010-02-22 Thread The Rasterman
On Mon, 22 Feb 2010 09:29:04 +0100 buergi pat_buergi...@gmx.de said: Am 22.02.2010 09:08, schrieb Carsten Haitzler (The Rasterman): thanks... though.. ecore_config will be killed off soon... i hope you're not using it... :) No, not really i just came across this while playing around with

Re: [E-devel] ecore_txt - deprecation

2010-02-22 Thread Brett Nash
On Mon, 22 Feb 2010 09:45:13 +0100 Atton Jonathan jonathan.at...@gmail.com wrote: And exml is still using ecore_list. Exml should be taken out and shot. It is: - Unmaintained - Documentation doesn't match code (see exml_next()) - Essentially unused. Regards,

Re: [E-devel] Adding focus layout to edje

2010-02-22 Thread The Rasterman
On Mon, 15 Feb 2010 19:17:37 +0100 Cedric BAIL moa.blueb...@gmail.com said: Hi, Attached is a patch that add a few stuff. First it register FOCUS_IN/FOCUS_OUT for all SWALLOW/EXTERNAL/GROUP part and emit focus,part,in, focus,part,out emit them each time the swallow will receive the

Re: [E-devel] Bugfix for segfaulting ecore_config_dst() in ecore_config.c

2010-02-22 Thread Gustavo Sverzut Barbieri
On 2/22/10, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 22 Feb 2010 09:29:04 +0100 buergi pat_buergi...@gmx.de said: Am 22.02.2010 09:08, schrieb Carsten Haitzler (The Rasterman): thanks... though.. ecore_config will be killed off soon... i hope you're not using it... :) No, not

Re: [E-devel] Bugfix for segfaulting ecore_config_dst() in ecore_config.c

2010-02-22 Thread Vincent Torri
On Mon, 22 Feb 2010, Gustavo Sverzut Barbieri wrote: On 2/22/10, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 22 Feb 2010 09:29:04 +0100 buergi pat_buergi...@gmx.de said: Am 22.02.2010 09:08, schrieb Carsten Haitzler (The Rasterman): thanks... though.. ecore_config will be killed

Re: [E-devel] Bugfix for segfaulting ecore_config_dst() in ecore_config.c

2010-02-22 Thread The Rasterman
On Mon, 22 Feb 2010 11:59:55 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: people should use eet directly. see usage in e and its modules, eet data descriptors are very simple... more than current ecore_config. And be sure to use Eet helpers *_file_* to create descriptors and

Re: [E-devel] Calculating the area used by parts in Edje.

2010-02-22 Thread Tiago Falcão
2010/2/22 Carsten Haitzler ras...@rasterman.com On Thu, 18 Feb 2010 16:47:15 -0200 Tiago Falcão ti...@profusion.mobi said: errr. so you want to get the extents - if they are greater than the object size or less than it... right? If is greater than object size is most useful. But yes, is

Re: [E-devel] Calculating the area used by parts in Edje.

2010-02-22 Thread The Rasterman
On Mon, 22 Feb 2010 10:17:47 -0300 Tiago Falcão ti...@profusion.mobi said: 2010/2/22 Carsten Haitzler ras...@rasterman.com On Thu, 18 Feb 2010 16:47:15 -0200 Tiago Falcão ti...@profusion.mobi said: errr. so you want to get the extents - if they are greater than the object size or

Re: [E-devel] patch for edje program filter on source state

2010-02-22 Thread Cedric BAIL
On Thu, Feb 18, 2010 at 10:29 AM, tristan blunde...@gmail.com wrote: I modified the previous patch to use keyword filter instead of filter_state. It can take up to 2 arguments : filter: partname statename; - If both are present: it will check if state of partname matches statename. If

Re: [E-devel] Bugfix for segfaulting ecore_config_dst() in ecore_config.c

2010-02-22 Thread buergi
On Mon, 22 Feb 2010, Gustavo Sverzut Barbieri wrote: people should use eet directly. ah ok, now i got it. I thought the whole configuration system will be abandoned, which made me quite confused since the whole desktop environment uses it. Im not fully inside all e17 libraries, but if a

Re: [E-devel] ecore_txt - deprecation

2010-02-22 Thread Gustavo Sverzut Barbieri
On Mon, Feb 22, 2010 at 5:58 AM, Brett Nash n...@nash.id.au wrote: On Mon, 22 Feb 2010 09:45:13 +0100 Atton Jonathan jonathan.at...@gmail.com wrote: And exml is still using ecore_list. Exml should be taken out and shot. It is:        - Unmaintained        - Documentation doesn't match

Re: [E-devel] How to grab a key event if the key binding is set in e

2010-02-22 Thread Gustavo Sverzut Barbieri
On Mon, Feb 22, 2010 at 5:29 AM, daniele_athome daniele.ath...@gmail.com wrote: Hello, I have another use case for this issue I need to implement myself. I use the power button in my own applications to do some actions in them, but I want to do those actions only on short press; on long press

Re: [E-devel] attachments/images in trac wiki

2010-02-22 Thread Andres Blanc
On Lunes 22 Febrero 2010 11:57:29 buergi escribió: Hello, i don't know if this is the right place to ask the following question, but can anyone tell me why the trac wiki shows the attachments global on every wiki page instead of only below the article to which I attached them? I thought it

Re: [E-devel] Theme Revamp

2010-02-22 Thread Tom Haste
I had a bit of a fiddle with it and swapped the shelf_inset.png usage in elm/scroller/base/default to check_base.png. It feels lighter, and the top shadow could be tweaked a little but it works so very much better with the scrolled entry tests. rant On that note; it took me ~15 mins to find this

Re: [E-devel] How to grab a key event if the key binding is set in e

2010-02-22 Thread The Rasterman
On Mon, 22 Feb 2010 09:29:22 +0100 daniele_athome daniele.ath...@gmail.com said: Hello, I have another use case for this issue I need to implement myself. I use the power button in my own applications to do some actions in them, but I want to do those actions only on short press; on long

Re: [E-devel] ecore_txt - deprecation

2010-02-22 Thread The Rasterman
On Mon, 22 Feb 2010 11:52:36 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Mon, Feb 22, 2010 at 5:58 AM, Brett Nash n...@nash.id.au wrote: On Mon, 22 Feb 2010 09:45:13 +0100 Atton Jonathan jonathan.at...@gmail.com wrote: And exml is still using ecore_list. Exml

Re: [E-devel] attachments/images in trac wiki

2010-02-22 Thread The Rasterman
On Mon, 22 Feb 2010 13:25:56 -0300 Andres Blanc andresbl...@gmail.com said: On Lunes 22 Febrero 2010 11:57:29 buergi escribió: Hello, i don't know if this is the right place to ask the following question, but can anyone tell me why the trac wiki shows the attachments global on every wiki