Re: [E-devel] E SVN: tasn trunk/edje/src/lib

2012-06-11 Thread Tom Hacohen
On 12/06/12 02:54, Cedric BAIL wrote: > On Sun, Jun 10, 2012 at 8:14 PM, Enlightenment SVN > wrote: >> Log: >> Edje load: Although we don't use them that much, we have refcounts in evas. >> >> Don't assume an evas_object_del has to delete the object. > > Woot ? Why would the sub object of Edje o

Re: [E-devel] Python bindings NOTICE: Getting things Python 3 compatible.

2012-06-11 Thread Tom Hacohen
On 10/06/12 15:13, Kai Huuhko wrote: > Heads up, expect the unexpected. > > I've started getting the bindings ready for Py3. > > I'm going to add two functions, fruni and touni (see below), which > will handle string conversions. Any *_set method taking in strings > will need to wrap the value(s) i

Re: [E-devel] [Patch][elementary] using textblocks in the layout as an accessibility object (with focus chain)

2012-06-11 Thread Kim Shinwoo
Dear Mr. Gustavo Lima Chaves hey, sorry for below query. please ignore it. "Yeap, EAPIs.. if application developer would use this APIs, then those APIs should be in the elm_access.h? and the elm_access.h would be included in the elm_widget.h. right?" then, thanks. 2012/6/12 Kim Shinwoo >

Re: [E-devel] [Patch][elementary] using textblocks in the layout as an accessibility object (with focus chain)

2012-06-11 Thread Kim Shinwoo
Dear Mr. Gustavo Lima Chaves Hello, Thanks for your response. > Besides you had previous internal access calls EAPId there, remove > them, as I said :) Yeap, EAPIs.. if application developer would use this APIs, then those APIs should be in the elm_access.h? and the elm_access.h would be included

Re: [E-devel] [E-Devel] why elm_image set "repeat_events" to evas_object_image?

2012-06-11 Thread ChunEon Park
Sure. but after clearing few jobs. -Regards, Hermet- -Original Message- From: "Daniel Juyung Seo" To: "Enlightenment developer list"; Cc: Sent: 2012-06-12 (화) 01:22:26 Subject: R

Re: [E-devel] E SVN: tasn trunk/edje/src/lib

2012-06-11 Thread Cedric BAIL
On Sun, Jun 10, 2012 at 8:14 PM, Enlightenment SVN wrote: > Log: > Edje load: Although we don't use them that much, we have refcounts in evas. > >  Don't assume an evas_object_del has to delete the object. Woot ? Why would the sub object of Edje object be refcounted ? Only Edje is alloed to play

Re: [E-devel] E SVN: gastal IN trunk/GAMES/econcentration: data/images src/bin

2012-06-11 Thread Bruno Dilly
Hey Gastal, Iscaro, As I said previously, you need to update COPYING_IMAGES with these images licenses / authorship. Also, you dropped the multiple board sizes option, and I disagree, so please fix that. Using just the smaller version (the most boring) doesn't sounds nice for me. Do you have a go

Re: [E-devel] Ecore_Wayland: Patch to fix ticket #1031

2012-06-11 Thread Christopher Michael
On 06/11/2012 04:31 PM, Bradford, Robert wrote: > Hi Christopher, > > Not all input devices are keyboards therefore don't have xkb state / > keymap. We must therefore check that the state and keymap are non-NULL > before freeing/unreffing the state and map. > > Cheers, > > Rob > Thanks Rob :) I a

Re: [E-devel] E SVN: glima trunk/elementary/src/edje_externals

2012-06-11 Thread Gustavo Lima Chaves
* Sebastian Dransfeld [2012-06-10 21:02:05 +0200]: > On 06/08/2012 11:05 PM, Enlightenment SVN wrote: > > Log: > > [elm] Fix elm_shutdown via Edje externals. > >An EVAS_CALLBACK_DEL event cb will take place before the smart del > >function, so there'll be more action taking place after th

Re: [E-devel] [E-Devel] why elm_image set "repeat_events" to evas_object_image?

2012-06-11 Thread Daniel Juyung Seo
Thanks. Can you check this in detail? Daniel Juyung Seo (SeoZ) On Mon, Jun 11, 2012 at 4:28 PM, ChunEon Park wrote: > > Looks just a event passing bug but not image problem. > > Need to see the evas events. > > > -Regards, Hermet- > > > -Original Message-

Re: [E-devel] this is a test

2012-06-11 Thread Daniel Juyung Seo
Yay! Mailing list is up again! It's time to watch who is breaking what. Daniel Juyung Seo (SeoZ) On Tue, Jun 12, 2012 at 12:30 AM, James Penketh wrote: > On Mon, Jun 11, 2012 at 11:05:44AM +0900, Carsten Haitzler wrote: >> mailing lists seem down. testing? > > Well, that would explain why it's b

Re: [E-devel] this is a test

2012-06-11 Thread James Penketh
On Mon, Jun 11, 2012 at 11:05:44AM +0900, Carsten Haitzler wrote: > mailing lists seem down. testing? Well, that would explain why it's been so ominously quiet. I was starting to worry that nobody was breaking anything! -- James Penketh | PGP Public keys: http://furryhelix.co.uk/pgp () ASCII r

[E-devel] Ecore_Wayland: Patch to fix ticket #1031

2012-06-11 Thread Bradford, Robert
Hi Christopher, Not all input devices are keyboards therefore don't have xkb state / keymap. We must therefore check that the state and keymap are non-NULL before freeing/unreffing the state and map. Cheers, Rob 0001-Ecore_Wayland-Check-for-xkb-state-and-map-when-freei.patch Description: Binar

Re: [E-devel] [Patch][elementary] using textblocks in the layout as an accessibility object (with focus chain)

2012-06-11 Thread Gustavo Lima Chaves
* Kim Shinwoo [2012-06-08 19:55:40 +0900]: > Dear all, > > Revised patch has followings > 1. The TEXT part is contemplated also > 2. The Elm_Widget_Smart_Class is parent class of elm_access not the > Elm_Layout_Smart_Class > 3. The elm_access_edje_object_part_object_register() is added >

Re: [E-devel] [Patch][Elementary]Patch for switching in slideshow with no transition effect

2012-06-11 Thread Gustavo Lima Chaves
* Rajeev Ranjan [2012-06-09 07:10:11 +]: > Hi, >Please review the attached patch for supporting simple transition without > any effect in slideshow widget. > > [Current Issue]: >"transition,end" singal does not get emitted when the transition is set to > NULL or has not been set. T

Re: [E-devel] [E-Devel] why elm_image set "repeat_events" to evas_object_image?

2012-06-11 Thread ChunEon Park
Looks just a event passing bug but not image problem. Need to see the evas events. -Regards, Hermet- -Original Message- From: "Daniel Juyung Seo" To: "Enlightenment developer list"; Cc: Sent: 2012-06-08 (금) 15:18:56 Subject: [E-devel] [E-Devel] w

Re: [E-devel] Fresh svn code base has issues with Everything

2012-06-11 Thread Noorul Islam Kamal Malmiyoda
On Wed, Jun 6, 2012 at 6:54 PM, Noorul Islam Kamal Malmiyoda wrote: > Hello e-devs, > > I have been using everything without any issues so far. Today I > updated to svn trunk and found that Everything module is not showing > cli commands when I start typing. Is this a bug? Am I the only one > faci

Re: [E-devel] [Patch][elementary] datetime module, delete callback

2012-06-11 Thread ChunEon Park
Hello ShinWoo. Once, I submitted your patch(71929), anyway it will prevent any crash issues. But before your patch, i couldn't understand why it adds resize callback to the top widget. Could you please check why it adds? -Regards, Hermet- -Original

Re: [E-devel] [Patch][elementary] datetime module, delete callback

2012-06-11 Thread Kim Shinwoo
Hey, I would like to bring your attention to this again. 2012/6/8 Rajeev Ranjan : > Hi, >  I went through your patch. Looks good to me. > Regards, > Rajeev > > > --- Original Message --- > Sender : Kim Shinwoo > Date : Jun 08, 2012 11:47 (GMT+05:30) > Title : Re: [E-devel] [Patch][elementa

[E-devel] this is a test

2012-06-11 Thread The Rasterman
mailing lists seem down. testing? -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)[email protected] -- Live Security Virtual Conference Exclusive live e

Re: [E-devel] E SVN: glima trunk/elementary/src/edje_externals

2012-06-11 Thread Sebastian Dransfeld
On 06/08/2012 11:05 PM, Enlightenment SVN wrote: > Log: > [elm] Fix elm_shutdown via Edje externals. >An EVAS_CALLBACK_DEL event cb will take place before the smart del >function, so there'll be more action taking place after that, and Elm >has be on. shutdown with idler isn't a good s

[E-devel] Python bindings NOTICE: Getting things Python 3 compatible.

2012-06-11 Thread Kai Huuhko
Heads up, expect the unexpected. I've started getting the bindings ready for Py3. I'm going to add two functions, fruni and touni (see below), which will handle string conversions. Any *_set method taking in strings will need to wrap the value(s) in fruni and the *_get methods returning char* wra

[E-devel] EFM

2012-06-11 Thread Michael Blumenkrantz
I'm going to be working on efm-related bugs over the next couple weeks. If you have ANY issues in this area (NOT FEATURES. I AM NOT ADDING FEATURES.), either reply to this mail or open a ticket on trac and assign it to zmike.