[E-devel] [BUG REPORT] edc 'inherit' keyword causing problems

2012-04-18 Thread Brian Wang
Hello all, I am not sure if this is intended. However, it used to work. Case : A part with multiple states (sizes) State #1 : default State #2 : inherit State #1, with different size (different rel1, rel2) -- State #2 seems to fail to change the rel1 and rel2 properties. Please see the

Re: [E-devel] Detecting corrupt eet files.

2012-04-18 Thread The Rasterman
On Wed, 18 Apr 2012 15:40:39 +1000 David Seikel onef...@gmail.com said: Does eet use a checksum or anything to detect if eet files got corrupted? If so, how does the app find out about it? eet_data_read() returning NULL? no checksums. if compressed, decompression of a data segment fails and

Re: [E-devel] [Patch][Genlist] fix the bug in _elm_genlist_item_del_notserious

2012-04-18 Thread The Rasterman
On Wed, 18 Apr 2012 14:50:20 +0900 chanwook jung jchanw...@gmail.com said: Dear all, I made a patch to fix the bug in _elm_genlist_item_del_notserious. If relcount is not 0 or walking is not 0, return. yup. looks right. in svn. tnx! :) -- - Codito, ergo sum - I code, therefore

Re: [E-devel] Detecting corrupt eet files.

2012-04-18 Thread Cedric BAIL
On Wed, Apr 18, 2012 at 5:59 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 18 Apr 2012 15:40:39 +1000 David Seikel onef...@gmail.com said: Does eet use a checksum or anything to detect if eet files got corrupted?  If so, how does the app find out about it?  eet_data_read() returning

[E-devel] [patch] elm_genlist - bugfix at item flipped

2012-04-18 Thread Hyoyoung Chang
Dear all I made a small patch about item flipped. It resolves two bugs 1. flip_set and unset is called quickly, sometimes genlist can't free flipped data. it fixed to remove checking flipped status in item unrealize 2. add item unhighlight at flip_job Thanks. gl_flip_bugfix.txt.diff

Re: [E-devel] E SVN: tasn trunk/PROTO/eobj/lib

2012-04-18 Thread Daniel Juyung Seo
hehe obviously there are multiple instances of daniel now. On Apr 17, 2012 9:58 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Eobj: Fixed docs. Thanks to Daniel. Author: tasn Date: 2012-04-17 05:58:33 -0700 (Tue, 17 Apr 2012) New Revision: 70268 Trac:

Re: [E-devel] [BUG REPORT] edc 'inherit' keyword causing problems

2012-04-18 Thread The Rasterman
On Wed, 18 Apr 2012 14:56:54 +0800 Brian Wang brian.wang.0...@gmail.com said: Hello all, I am not sure if this is intended. However, it used to work. Case : A part with multiple states (sizes) State #1 : default State #2 : inherit State #1, with different size (different rel1, rel2) --

[E-devel] How to use evas_object_layer_set() feature in EDC ?

2012-04-18 Thread Sumanth Krishna Mannam
Dear All, Is there any option to utilize evas_object_layer_set() feature in EDC? This may be a desirable feature like, Slider widget can display zoom indicator may be few pixels above the actual indicator where many higher layer objects present. Whenever the zoom indicator is displayed (in

Re: [E-devel] E SVN: cedric trunk/eina/src/lib

2012-04-18 Thread Gustavo Sverzut Barbieri
You are forcing it to a fixed File descriptor. Also you're imposing the getenv() in every log function. Make it a global state that can be enabled based on a numerical level. I'd also introduce a new backtrace function that can be provided by user, or just a generic post log user function that can

Re: [E-devel] E SVN: cedric trunk/eina/src/lib

2012-04-18 Thread Tom Hacohen
On 18/04/12 14:44, Gustavo Sverzut Barbieri wrote: You are forcing it to a fixed File descriptor. Also you're imposing the getenv() in every log function. Make it a global state that can be enabled based on a numerical level. I'd also introduce a new backtrace function that can be provided by

Re: [E-devel] How to use evas_object_layer_set() feature in EDC ?

2012-04-18 Thread The Rasterman
On Wed, 18 Apr 2012 11:30:05 + (GMT) Sumanth Krishna Mannam sumant...@samsung.com said: no - you can't as this violates the encapsulation of the edje object - all objects are INSIDE the edje object. Dear All, Is there any option to utilize evas_object_layer_set() feature in EDC?

[E-devel] [Query][E-Notify] Enotification sending does not work if sender and receiver(running the notification daemon) run under different user

2012-04-18 Thread Rajeev Ranjan
Hi, While working with E-Notify, I found that notification sent by a sender app does not get received by the receiver(running the daemon such as Enlightenment window manager or some other app) if both run under different user. One can test this by running e-notify-send under some other user,

Re: [E-devel] [Query][E-Notify] Enotification sending does not work if sender and receiver(running the notification daemon) run under different user

2012-04-18 Thread Gustavo Sverzut Barbieri
On Wednesday, April 18, 2012, Rajeev Ranjan wrote: Hi, While working with E-Notify, I found that notification sent by a sender app does not get received by the receiver(running the daemon such as Enlightenment window manager or some other app) if both run under different user. One can test

Re: [E-devel] [Query][E-Notify] Enotification sending does not work if sender and receiver(running the notification daemon) run under different user

2012-04-18 Thread thomasg
On Wed, Apr 18, 2012 at 16:32, Rajeev Ranjan rajee...@samsung.com wrote: Hi,  While working with E-Notify, I found that notification sent by a sender app does not get received by the receiver(running the daemon such as Enlightenment window manager or some other app) if both run under

Re: [E-devel] CTRL-ALT+F fullscreen mode

2012-04-18 Thread Noorul Islam Kamal Malmiyoda
On Mon, Apr 9, 2012 at 11:11 AM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 9 Apr 2012 10:16:26 +0530 Noorul Islam Kamal Malmiyoda noo...@noorul.com said: On Thu, Apr 5, 2012 at 10:12 AM, Noorul Islam K M noo...@noorul.com wrote: Carsten Haitzler (The Rasterman)

[E-devel] eet data type sizes.

2012-04-18 Thread David Seikel
I'm not seeing anywhere in the docs a description of the eet integer data type sizes. The float types include their size in the name - EET_T_F16P16. What size are EET_T_CHAR, EET_T_SHORT, EET_T_INT, and EET_T_LONG_LONG? I would guess 8, 16, 32, and 64 bits, but a quick look at the code seems to

Re: [E-devel] [Query][E-Notify] Enotification sending does not work if sender and receiver(running the notification daemon) run under different user

2012-04-18 Thread The Rasterman
On Wed, 18 Apr 2012 14:32:23 + (GMT) Rajeev Ranjan rajee...@samsung.com said: Hi, While working with E-Notify, I found that notification sent by a sender app does not get received by the receiver(running the daemon such as Enlightenment window manager or some other app) if both run

Re: [E-devel] Fwd: queue 1

2012-04-18 Thread The Rasterman
On Wed, 18 Apr 2012 00:13:15 +0200 Michaël Bouchaud y...@efl.so said: hey yoz... see my reply to daniel... can u push out a patch asap? :) like when you wake up and see this? :) -- Forwarded message -- From: Michaël Bouchaud y...@efl.so Date: 2012/4/18 Subject: queue 1 To:

Re: [E-devel] Fwd: queue 1

2012-04-18 Thread Daniel Juyung Seo
On Wed, Apr 18, 2012 at 7:28 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 18 Apr 2012 10:50:53 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: Hello, I agree with this change but I'm sad that Elm_Object_Select_Mode is not reusable here :( If we need to add

Re: [E-devel] How to use evas_object_layer_set() feature in EDC ?

2012-04-18 Thread Sumanth Krishna Mannam
Hi Raster, Are you suggesting that all the objects of a group should be placed in a single layer, otherwise it will be a voilation of edje object encapsulation ? Thanks, Sumanth --- Original Message --- Sender : Carsten Haitzlerras...@rasterman.com Date : Apr 18, 2012 18:17