Re: [E-devel] Eolian meta-data parsing, episode 3 (The Ragel Strikes Back)

2014-01-30 Thread daniel.za...@samsung.com
On 01/29/2014 10:46 PM, Savio Sena wrote: > hello everyone, > > am I late to raise some questions regarding eolian syntax? I've been > playing with it lately and I miss some features. Not sure if they are > really relevant but I leave for the interested parts to decide. You are never late. > > the

Re: [E-devel] Eolian C generation

2014-01-29 Thread daniel.za...@samsung.com
k in efl repo an example of a splitted class, to let people comment and review before the big change. JackDanielZ, alias me On 01/20/2014 03:09 PM, Carsten Haitzler (The Rasterman) wrote: > On Mon, 20 Jan 2014 14:25:01 +0200 "daniel.za...@samsung.com" > said: > > currently i

Re: [E-devel] FOSDEM 2014

2014-01-27 Thread daniel.za...@samsung.com
I come. I will be there until Monday afternoon. On 01/27/2014 05:34 PM, Tom Hacohen wrote: > Hey, > > So who's coming this year and when? > > I'll be there starting from Friday at 16:00 till Monday morning. > > See you there. > > -- > Tom. > > --

Re: [E-devel] compiling enightenment

2014-01-23 Thread daniel.za...@samsung.com
Hi, Did you check pkg-config finds well the libraries? pkg-config --modversion eina if not you have to set your PKG_CONFIG_PATH (or something like that). Daniel On 01/23/2014 05:14 PM, Tony Peña wrote: > I compile elementary... > my order is efl, evas_generic_loaders, emotion_generic_players, e

Re: [E-devel] Eolian C generation

2014-01-20 Thread daniel.za...@samsung.com
hink yours is cleaner but I would like to be sure it is ok (i.e we thought about all the consequences) before beginning changing the generator. Thank you, boss JackDanielZ, alias Daniel the 3rd. On 01/01/2014 02:18 PM, daniel.za...@samsung.com wrote: > On 12/31/2013 10:03 AM, Carsten Haitzler

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Widget: Removed !obj checks from ELM_WIDGET_DATA_GET_OR_RETURN and ELM_WIDGET_CHECK

2014-01-14 Thread daniel.za...@samsung.com
> Best Regards, > Ryuan Choi > > > > 2014/1/14 daniel.za...@samsung.com <mailto:daniel.za...@samsung.com> > mailto:daniel.za...@samsung.com>> > > We finally found one! > > > On 01/14/2014 11:14 AM, Yakov Goldberg wrote: > > Hi

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Widget: Removed !obj checks from ELM_WIDGET_DATA_GET_OR_RETURN and ELM_WIDGET_CHECK

2014-01-14 Thread daniel.za...@samsung.com
ary_test (not all). They don't >> complain to me at least in my laptop. >> It looks fixed. >> >> >> >> 2014/1/13 daniel.za...@samsung.com >> >>>I don't have an example just here now. Did you check tests of >>> element

Re: [E-devel] [EGIT] [core/elementary] master 02/02: panes: Fixed panes smart callbak calls by fixing default theme.

2014-01-13 Thread daniel.za...@samsung.com
Thank you Daniel the 2nd. On 01/13/2014 04:01 PM, Daniel Juyung Seo wrote: > seoz pushed a commit to branch master. > > http://git.enlightenment.org/core/elementary.git/commit/?id=a902244ee6be445524fce8329081bf181c45ef83 > > commit a902244ee6be445524fce8329081bf181c45ef83 > Author: Daniel Juyung S

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Widget: Removed !obj checks from ELM_WIDGET_DATA_GET_OR_RETURN and ELM_WIDGET_CHECK

2014-01-13 Thread daniel.za...@samsung.com
gt; only one line complaint. > I thought that null object is wrong case which we should fix (or blame) > > Could you let me know more information or reproduce step to get a lot > of errors to ensure that my reading is wrong. > > Best Regards, > Ryuan Choi > > > > 20

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Widget: Removed !obj checks from ELM_WIDGET_DATA_GET_OR_RETURN and ELM_WIDGET_CHECK

2014-01-13 Thread daniel.za...@samsung.com
Hi Ryuan, The problem here is that now you will have a lot of errors from eo_isa and his brother. At least, this check was helping on this. JackDanielZ, alias Daniel the 3rd On 01/13/2014 02:18 PM, Ryuan Choi wrote: > ryuan pushed a commit to branch master. > > http://git.enlightenment.org/core

Re: [E-devel] New Returning Developer

2014-01-09 Thread daniel.za...@samsung.com
Just don't tell me your E is in French too! Please don't tell! On 01/09/2014 03:33 PM, Guillaume Friloux wrote: > Yeah i know im in extreme mode. > > On 09/01/2014 14:30, daniel.za...@samsung.com wrote: >> Your Arch is in FRENCH!!! >> >> On 01/09/2014 02:58 P

Re: [E-devel] New Returning Developer

2014-01-09 Thread daniel.za...@samsung.com
Your Arch is in FRENCH!!! On 01/09/2014 02:58 PM, Guillaume Friloux wrote: > On 09/01/2014 13:53, Michael Blumenkrantz wrote: >> Given the nature of his day, I thought today would be a good day to propose >> giving access back to Andrew Williams (yes, THAT Andrew Williams) so that he >> can brea

Re: [E-devel] Eolian C generation

2014-01-01 Thread daniel.za...@samsung.com
On 12/31/2013 10:03 AM, Carsten Haitzler (The Rasterman) wrote: > On Thu, 12 Dec 2013 16:14:34 +0200 "daniel.za...@samsung.com" > said: > >> Hi all, >> >> As you maybe know, we are developing a tool (Eolian) that will help >> people to add functions to t

Re: [E-devel] [EGIT] [tools/clouseau] master 01/01: Client: Fixed pointer printing.

2013-12-31 Thread daniel.za...@samsung.com
On 12/31/2013 03:30 PM, Tom Hacohen wrote: > tasn pushed a commit to branch master. > > http://git.enlightenment.org/tools/clouseau.git/commit/?id=bbdcab85c8e9050fbb0f4d09df045aec72029ff7 > > commit bbdcab85c8e9050fbb0f4d09df045aec72029ff7 > Author: Tom Hacohen > Date: Tue Dec 31 13:22:33 2013 +

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-12-31 Thread daniel.za...@samsung.com
On 12/31/2013 08:00 AM, Carsten Haitzler (The Rasterman) wrote: > On Thu, 05 Dec 2013 14:12:21 +0200 Yakov Goldberg said: > >> Hi guys, >> >> we have some additional question. >> Here is some part of ElmFileselector.eo file. (Still in JSON) >> You can see "selected_set" and "selected_get" are desc

Re: [E-devel] Eolian C generation

2013-12-30 Thread daniel.za...@samsung.com
On 12/31/2013 02:13 AM, Carsten Haitzler (The Rasterman) wrote: > On Mon, 30 Dec 2013 14:39:26 +0200 "daniel.za...@samsung.com" > said: > >> Hi all, >> >> Since a lot of people react to this mail :-X , I would like to summarize >> a little:

Re: [E-devel] Eolian C generation

2013-12-30 Thread daniel.za...@samsung.com
$klass_Data (example: Evas_Image_Data). No more public, protected, smart... If you have any objections, tell it asap. JackDanielZ, alias me On 12/12/2013 04:14 PM, daniel.za...@samsung.com wrote: > Hi all, > > As you maybe know, we are developing a tool (Eolian) that will help > people to a

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore-x - add call to create a permanent window that is not deleted on exit

2013-12-29 Thread daniel.za...@samsung.com
KILL HIMMM! On 12/30/2013 07:59 AM, Daniel Juyung Seo wrote: > On Mon, Dec 30, 2013 at 12:44 PM, ChunEon Park wrote: > >> no doc, no use case. :( >> >> > +1. Agreed. > > Daniel Juyung Seo (SeoZ) > > >> >> -Regards, Hermet- >> >> -Origin

[E-devel] Eolian C generation

2013-12-12 Thread daniel.za...@samsung.com
Hi all, As you maybe know, we are developing a tool (Eolian) that will help people to add functions to the Eo classes and to generate automatically bindings. We spoke a lot about the .eo format to describe the classes but we never spoke about the generator. So is the time. The solution chosen

Re: [E-devel] Eolian meta-data parsing, episode 3 (The Ragel Strikes Back)

2013-12-09 Thread daniel.za...@samsung.com
On 12/09/2013 10:28 AM, Yakov Goldberg wrote: > On 12/08/2013 01:26 PM, Davide Andreoli wrote: >> 2013/12/8 Yakov Goldberg >> >>> So, as soon as "Ragel Strikes Back" >>> here is " Elm_Image" in Jeremy's format. >>> http://pastebin.com/xptFf6y0 >>> >>> Properties and Methods are as Jeremy described

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-12-08 Thread daniel.za...@samsung.com
tructors/destructors/implements/signals are not supported, right? Thank you JackDanielZ, alias Daniel On 12/04/2013 04:12 PM, daniel.za...@samsung.com wrote: > Hi Jeremy, > > Sorry, I didn't have time this week, I hope to look at it until the end > of the week or next week. > >

Re: [E-devel] Proposal of EFL_SAFE_FREE macro

2013-12-07 Thread daniel.za...@samsung.com
On 12/07/2013 04:56 PM, Daniel Juyung Seo wrote: > On Sat, Dec 7, 2013 at 11:27 PM, Gustavo Sverzut Barbieri < > barbi...@gmail.com> wrote: > >> On Fri, Dec 6, 2013 at 10:19 PM, Carsten Haitzler >> wrote: >>> On Fri, 6 Dec 2013 17:26:21 -0200 Gustavo Sverzut Barbieri < >> barbi...@gmail.com> >>> s

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-12-04 Thread daniel.za...@samsung.com
gt; or do you want to add empty definitions to .c file corresponding >> to the new prototypes found in .eo ? if so what if a prototype changes ? >> >> >> On Thursday 28 November 2013 15:21, daniel.za...@samsung.com wrote : >>> Hi Jeremy, >>> >>> T

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-11-28 Thread daniel.za...@samsung.com
Hi Jeremy, Thank you for your comments. We will take a look about ragel and the format you proposed. Daniel On 11/28/2013 01:57 PM, Jérémy Zurcher wrote: > On Thursday 28 November 2013 11:13, Tom Hacohen wrote : >> On 28/11/13 11:08, Jérémy Zurcher wrote: >>> Hi, >>> >>> I wanted to do some tes

Re: [E-devel] Eolian meta-data parsing, episode 2

2013-11-24 Thread daniel.za...@samsung.com
On 11/24/2013 11:34 AM, Yakov Goldberg wrote: > Hi again! > Kai, Cedric thanks for answer! > Comments added. > > On 11/22/2013 04:20 AM, Cedric BAIL wrote: >> On Fri, Nov 22, 2013 at 12:27 AM, Kai Huuhko wrote: >>> 17.11.2013 15:53, Yakov Goldberg kirjoitti: Short memo about a project: T

[E-devel] Probie access to Yossi Kantor

2013-11-19 Thread daniel.za...@samsung.com
Hi boyz (and girlz), I would like to request a probie access to Yossi Kantor. He is currently working on Eolian, i.e the project that will help adding new Eo functions and automatically generate bindings. He contributed in the past in E, mostly fixing the file manager (Yossi, I thank you everyd

Re: [E-devel] Eolian meta-data parsing

2013-11-07 Thread daniel.za...@samsung.com
to have "func_type" here. >> suppose we have func "color" and property "color" in parent class, >> and want to overload color_set property in child class, so we will have: >> ["parent_class", "color", "set"] >> >>

Re: [E-devel] EFL + Elementary 1.8

2013-11-07 Thread daniel.za...@samsung.com
On 11/07/2013 10:50 AM, Carsten Haitzler (The Rasterman) wrote: > On Mon, 04 Nov 2013 15:01:47 +0200 "daniel.za...@samsung.com" > said: > >> Yo Raster, >> >> I wanted to push this week the multi-callbacks support for DnD (that >> changes API for the dele

Re: [E-devel] Eolian meta-data parsing

2013-11-06 Thread daniel.za...@samsung.com
On 11/06/2013 11:45 AM, Yakov Goldberg wrote: > On 11/06/2013 03:31 AM, Cedric BAIL wrote: >> On Tue, Nov 5, 2013 at 6:51 PM, Yakov Goldberg wrote: >>> On 11/05/2013 08:20 AM, Cedric BAIL wrote: On Tue, Nov 5, 2013 at 12:42 AM, Yakov Goldberg wrote: > Here is autogenerated (a littl

Re: [E-devel] EFL + Elementary 1.8

2013-11-04 Thread daniel.za...@samsung.com
Salut le nain, It was not an API in 1.7. Well, I didn't see your first mail you sent last week about the code freeze date. I will push it asap. Le gros. On 11/05/2013 02:07 AM, Cedric BAIL wrote: > Wesh gros, :-) > > On Mon, Nov 4, 2013 at 10:01 PM, daniel.za...@samsung.com &

Re: [E-devel] EFL + Elementary 1.8

2013-11-04 Thread daniel.za...@samsung.com
Yo Raster, I wanted to push this week the multi-callbacks support for DnD (that changes API for the deletion). The code is written but I need to test more. Is it ok, doctor? May I at least change the API right now and then make all the tests during the code freeze? JackDanielZ On 11/01/2013 0

Re: [E-devel] Eo API change and C++ binding

2013-10-29 Thread daniel.za...@samsung.com
Hi Felipe, I think Cedric told you but we have a project for the boilerplate that is called Eolian. You describe a Eo class in JSON format (at least for the moment according to the vote that was in the ml) and then can generate the EO1/2 API functions, legacy functions, classes information in

Re: [E-devel] Eolian meta-data parsing

2013-10-27 Thread daniel.za...@samsung.com
one too) and which one is the best for our cause (well, that's why I began this discussion;-)). And of course, my preference is for JSON (easy parsing and readability really acceptable, at least imo). > >> -- >> Raoul Hecky >> >> >> 2013/10/21 Jose Souza : >&g

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm button theme - ensure only event part gets events

2013-10-27 Thread daniel.za...@samsung.com
On 10/27/2013 02:51 PM, Carsten Haitzler (The Rasterman) wrote: > On Sun, 27 Oct 2013 13:45:13 +0200 "daniel.za...@samsung.com" > said: > >> I think I found the issue. In my test, I have two buttons. The first one >> is a drop target and works well. The seco

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm button theme - ensure only event part gets events

2013-10-27 Thread daniel.za...@samsung.com
rsten Haitzler (The Rasterman) wrote: > On Sun, 27 Oct 2013 11:56:42 +0200 "daniel.za...@samsung.com" > said: > >> Yo Master, >> >> Just to inform you that this commit broke my DnD overlapping test. It is >> supposed to support dropping into boxes but now

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm button theme - ensure only event part gets events

2013-10-27 Thread daniel.za...@samsung.com
Yo Master, Just to inform you that this commit broke my DnD overlapping test. It is supposed to support dropping into boxes but now, box is no more found as a target. I suppose it is related to the repeat_events. I will try to give you more inputs later. Your JackZ. On 10/25/2013 04:01 PM, Car

Re: [E-devel] Eolian meta-data parsing

2013-10-23 Thread daniel.za...@samsung.com
On 10/23/2013 07:15 PM, Leif Middelschulte wrote: > Am 23.10.2013 um 01:54 schrieb Lucas De Marchi > : > >> On Tue, Oct 22, 2013 at 3:03 PM, Leif Middelschulte >> wrote: >>> 2013/10/21 daniel.za...@samsung.com : >>>> Hi all, >>>> >>>

[E-devel] Eolian meta-data parsing

2013-10-21 Thread daniel.za...@samsung.com
Hi all, I would like to discuss about a project that we are beginning just now. I presented it on EFL dev. day yesterday but I would like to share it here since it will imply all the EFL developers (yes, you) one day or another. It is called Eolian and was first aimed to facilitate addition of

Re: [E-devel] E Korean Diner

2013-10-10 Thread daniel.za...@samsung.com
German humor, I presume ;-) On 10/10/2013 11:52 AM, Stefan Schmidt wrote: > Hello. > > On 10/10/2013 09:33 AM, daniel.za...@samsung.com wrote: >> It can't be rearranged. On Saturday morning, I have a flight :-) Hehe! > They would loose you but win Hermet. :) >

Re: [E-devel] [e-users] E Korean Diner

2013-10-10 Thread daniel.za...@samsung.com
A non hermetic E-dinner! Will be wet, boyz!!! On 10/10/2013 11:46 AM, Carsten Haitzler (The Rasterman) wrote: > On Thu, 10 Oct 2013 17:12:51 +0900 (KST) ChunEon Park said: > >> ahh.. i can't attend. sorry. >> I have another meeting at that time. >> Saturday/Sunday will be fine to me if it can be

Re: [E-devel] E Korean Diner

2013-10-10 Thread daniel.za...@samsung.com
It can't be rearranged. On Saturday morning, I have a flight :-) Hehe! On 10/10/2013 11:12 AM, ChunEon Park wrote: > ahh.. i can't attend. sorry. > I have another meeting at that time. > Saturday/Sunday will be fine to me if it can be rearranged. :) > > > -R

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm_image: Fix remote image loading

2013-10-01 Thread daniel.za...@samsung.com
then :) ) >> >> All my tests (elementary_test and ev) work now. Ping me if you still have >> issues! >> >> Sorry again about that. >> JP >> >> PS: yeah, I couldn't use Arcanist today... >> >> >> >> 2013/10/1 daniel.za...@s

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm_image: Fix remote image loading

2013-10-01 Thread daniel.za...@samsung.com
Yo JP, Could your commit be the cause of the non loading of the image if file_set is done after show? Now, only if show is done after file_set, it will load it. JackDanielZ, alias Daniel On 09/26/2013 01:00 PM, Jean-Philippe Andre wrote: > jpeg pushed a commit to branch master. > > http://git.

Re: [E-devel] Tests failure in EFL

2013-09-29 Thread daniel.za...@samsung.com
; On Sun, Sep 29, 2013 at 7:20 AM, daniel.za...@samsung.com < > daniel.za...@samsung.com> wrote: > >> Hi all, >> >> Just for your information, there is some test failing in Eina suite: >> >> ~/e17/efl$ src/tests/eina/eina_suite >> ustr test >>

[E-devel] Tests failure in EFL

2013-09-28 Thread daniel.za...@samsung.com
Hi all, Just for your information, there is some test failing in Eina suite: ~/e17/efl$ src/tests/eina/eina_suite ustr test Running suite(s): Eina Max delta(multiplication): 0.007610 (0.729521%) Max delta(division): 0.000757 (1.463794%) # specimen experiment time starting time ending time

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Genlist: fix memory not freed when item is expanded.

2013-09-09 Thread daniel.za...@samsung.com
Arcawhat? :P Sorry, I didn't know that I can push the arc diff of someone else. On 09/09/2013 12:55 PM, Daniel Juyung Seo wrote: > Why didn't you use arcanist to push this patch? > The author of this commit should be Taehwan Kim. > Spank spank spank. > > Daniel Juyung Seo (SeoZ) > > > On Mon, Sep

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary/widget - introduce elm_object_item_object_get().

2013-09-02 Thread daniel.za...@samsung.com
Sorry for the dumb question but resize callback can't help on that? Imo, storing pointers to obsolete objects can be very dangerous. But it is just my opinion ;-) Vive Valgrind! Vive la France! JackDanielZ, alias daniel On 09/02/2013 01:53 PM, ChunEon Park wrote: > I think figuring out the items

Re: [E-devel] Eo: potential improvements

2013-08-04 Thread daniel.za...@samsung.com
Hi Jeremy On 08/05/2013 02:12 AM, Jérémy Zurcher wrote: > On Sunday 04 August 2013 10:20, daniel.za...@samsung.com wrote : >> Hi Jeremy, > Hello Daniel >> On 08/02/2013 05:33 PM, Jérémy Zurcher wrote: >>> On Friday 02 August 2013 03:42, Cedric BAIL wrote : >>

Re: [E-devel] Eo: potential improvements

2013-08-04 Thread daniel.za...@samsung.com
Hi Jeremy, On 08/02/2013 05:33 PM, Jérémy Zurcher wrote: > On Friday 02 August 2013 03:42, Cedric BAIL wrote : >> Hello, >> >> On Thu, Aug 1, 2013 at 2:03 PM, Jérémy Zurcher wrote: >>> what is the purpose of these hooks again, >> Improving our tooling. Right now there is at least a few tools tha

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary/widget - use eina_inlist in transate data to improve memory access / allocations.

2013-07-22 Thread daniel.za...@samsung.com
Hi Hermet, I have an issue with that commit. In Tizen, I am almost sure it sigsegvs because of the change from list to inlist. In _translate_string_data_get, ts = NULL is done before the it->next of the loop. I say I am almost sure because gdb gives me a ts not NULL and sigsegvs on the line be

Re: [E-devel] Commit access for Jean-Philippe Andre

2013-07-03 Thread daniel.za...@samsung.com
Just one thing, JP. Don't follow Cedric, please. Compile before you push!!! On 07/03/2013 04:37 AM, Jean-Philippe André wrote: > Hi everyone! > > Sorry I broke the build for some platforms yesterday, I totally forgot to > fix that "FIXME" before submitting... > 344eae9cbd4c should help, but then a

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: BUGFIX: Smart policy maximize on restart

2013-06-14 Thread daniel.za...@samsung.com
On 06/13/2013 04:17 PM, Tom Hacohen wrote: > On 13/06/13 14:10, daniel.za...@samsung.com wrote: >> Works for me. Do you really use the latest?=-O ?:-D > > What is the meaning of this email? > Are you trying to imply I had local changes in my e, so when my update > script r

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: BUGFIX: Smart policy maximize on restart

2013-06-13 Thread daniel.za...@samsung.com
Works for me. Do you really use the latest?=-O ?:-D On 06/13/2013 03:58 PM, Tom Hacohen wrote: > On 13/06/13 10:40, Tom Hacohen wrote: >> On 13/06/13 07:23, Yossi Kantor - Enlightenment Git wrote: >>> discomfitor pushed a commit to branch master. >>> >>> commit 7d9b778b76673cccee9746c19f8ce0677385

Re: [E-devel] E Korean diner before summer

2013-06-12 Thread daniel.za...@samsung.com
I hate you for that. Exactly the day I come back home. Maybe the evening before? On 06/13/2013 08:31 AM, Cedric BAIL wrote: > Hello everyone, > > Who is in for a E-Dinner in Seoul on the 29 evening ? Maybe starting > in the afternoon. > > Have fun, > -- > Cedric BAIL > > --

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Elementary/DnD: fix creation of dragwin.

2013-06-04 Thread daniel.za...@samsung.com
I would have said weird. It seems related to X11. On 06/04/2013 11:45 AM, Daniel Juyung Seo wrote: > How interesting... > > Daniel Juyung Seo (SeoZ) > > > On Mon, Jun 3, 2013 at 3:57 PM, Daniel Zaoui - Enlightenment Git < > no-re...@enlightenment.org> wrote: > >> jackdanielz pushed a commit to bra

Re: [E-devel] what to do with ERR<8608>:eo ?

2013-06-03 Thread daniel.za...@samsung.com
13 14:11:17 +0300 "daniel.za...@samsung.com" > said: > > indeed. problem is eo is complaining - and the eo method != the c wrapper api > so it doesn't know... unless you dumped out a backtrace... :( > >> :D >> >> See, I have to check but I don

Re: [E-devel] what to do with ERR<8608>:eo ?

2013-06-03 Thread daniel.za...@samsung.com
_object_part_swallow on elm_layout object. > > :D > > > 2013/6/3 Raoul Hecky : >> Le 03.06.2013 09:44, daniel.za...@samsung.com a écrit : >>> Hi Nicolas, >>> >>> I would like to improve the error message. The problem is that I have >>> seen

Re: [E-devel] what to do with ERR<8608>:eo ?

2013-06-03 Thread daniel.za...@samsung.com
Hi Nicolas, I would like to improve the error message. The problem is that I have seen this message so much that I am used. How do you think we could improve that message? For example, I thought to replace 'find' and swap the hexa op id and its real sense (op 0x20e <-> edje:EDJE_OBJ_SUB_ID_PAR

Re: [E-devel] Elementary release BLOCKER -- ABI BREAK

2013-05-23 Thread daniel.za...@samsung.com
Hi Gustavo, No problem, I will fix that. I just have some points to confirm with you: - From now and only for functions relative to the interface, elm_scroller will eo_do elm_scrollable_interface... instead of elm_obj_scroller... - It means that I will remove all the op_ids from scroller that wi

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm_gengrid.c: initialized local variable.

2013-05-12 Thread daniel.za...@samsung.com
This was not a must, cause init variable was protecting on that. What do you mean by needs to be re-visited? On 05/10/2013 04:44 PM, Daniel Juyung Seo - Enlightenment Git wrote: > seoz pushed a commit to branch master. > > commit e65b285223bfeafcfe75abb2bfafbe929b5dcbc9 > Author: Daniel Juyung Se

Re: [E-devel] [EGIT] [core/elementary] master 01/01: if you see some blatantly wrong old code below the #ifdef block you're working on, fix it ffs!

2013-05-12 Thread daniel.za...@samsung.com
Always a pleasure, Big Brother! On 05/10/2013 03:37 PM, Mike Blumenkrantz - Enlightenment Git wrote: > discomfitor pushed a commit to branch master. > > commit 7a3b9978a7d4348e4b54868b7a34d8d926f03f7d > Author: Mike Blumenkrantz > Date: Fri May 10 13:37:30 2013 +0100 > > if you see some bl

Re: [E-devel] @Korea

2013-05-12 Thread daniel.za...@samsung.com
KI'EMMM! And don't forget to spank woohyun for me, no specific reason. On 05/12/2013 11:13 AM, Michael Blumenkrantz wrote: > You called, and now I'm here. Prepare for the consequences. > --

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas/render - Fixed proxy clipping if the source object is clipped by output area.

2013-05-08 Thread daniel.za...@samsung.com
Hi Hermet, There is a warning (line 1358) on a comparison between an Eo object and a data object. Please fix it. Thank you JackDanielZ (alias Daniel) On 05/07/2013 07:21 PM, ChunEon Park - Enlightenment Git wrote: > hermet pushed a commit to branch master. > > commit b10be8fb4cf134e2ab0cc2e34b4

Re: [E-devel] Backtrace after git push

2013-05-06 Thread daniel.za...@samsung.com
Same for me! On 05/05/2013 08:11 AM, Cedric BAIL wrote: > Hello, > > I just got that when I pushed some patch in efl git : > > remote: Traceback (most recent call last): > remote: File "hooks/post-receive", line 107, in > remote: git_multimail.run_as_post_receive_hook(environment, mailer) >

Re: [E-devel] Eo object data referencing

2013-05-01 Thread daniel.za...@samsung.com
On 05/01/2013 04:59 PM, Tom Hacohen wrote: > On 01/05/13 09:13, daniel.za...@samsung.com wrote: >> Hi all, >> >> I pushed today the data referencing feature for Eo objects in efl and >> elementary. Check the commit log for explanations on why/how we do that. >&g

Re: [E-devel] JSON parser in Eina - together we can stop the madness

2013-05-01 Thread daniel.za...@samsung.com
On 05/01/2013 04:02 PM, Tom Hacohen wrote: > On 01/05/13 13:13, Cedric BAIL wrote: >> On Wed, May 1, 2013 at 6:38 PM, Tom Hacohen wrote: >>> It recently came to my attention (a week ago) that JackDanielZ is >>> writing a JSON parser to go into the EFL. >>> I've been arguing against it on IRC, but

[E-devel] Eo object data referencing

2013-05-01 Thread daniel.za...@samsung.com
Hi all, I pushed today the data referencing feature for Eo objects in efl and elementary. Check the commit log for explanations on why/how we do that. From now, eo_data_get is deprecated, so please use eo_data_scope_get, eo_data_ref or eo_data_xref instead. Thank you JackDanielZ (alias Daniel

Re: [E-devel] eo_ptr_indirection

2013-04-28 Thread daniel.za...@samsung.com
Hi Jeremy, Sorry, I was in weekend, didn't see your mail. This phab attitude occurred to me too. Some anti-francophone trend maybe. I saw your push. I like how it just removed the calculation of the offset in the table and simplified the access to the entry. Thank you JackDanielZ On 04/26/201

Re: [E-devel] Eo pointers indirection feature

2013-04-24 Thread daniel.za...@samsung.com
It is not just luck. I had an error in eo_unref, took the obj id, set a breakpoint on some function of eo with that id and reran the program. On 04/24/2013 03:44 PM, Tom Hacohen wrote: > On 24/04/13 13:26, daniel.za...@samsung.com wrote: >> By the way, an advantage of this feature is

Re: [E-devel] Eo pointers indirection feature

2013-04-24 Thread daniel.za...@samsung.com
0900 Carsten Haitzler (The Rasterman) >> said: >> >>> On Wed, 24 Apr 2013 08:27:01 +0300 "daniel.za...@samsung.com" >>> said: >>> >>>> Hi Jeremy, >>>> >>>> On 04/24/2013 12:00 AM, Jérémy Zurcher wrote: >>

Re: [E-devel] Eo pointers indirection feature

2013-04-23 Thread daniel.za...@samsung.com
the tables #bits because we will never reach 4M of objects. I never saw more than 5K objects. So we could steal 2 bits from there (we would have max. 1M objects) for the generation and so increase the stability. > > regards > Jérémy > > > On Tuesday 23 April 2013 09:59, dan

[E-devel] Eo pointers indirection feature

2013-04-23 Thread daniel.za...@samsung.com
Hi all, This morning, I pushed the Eo pointers indirection feature. As I wrote in the log, it is not API break. It will help us against bad usage of Eo objects pointers, e.g access an object that has already been deleted... So if you see that the Eo* that you receive from eo_add doesn't seem li

Re: [E-devel] State of E Again

2013-04-17 Thread daniel.za...@samsung.com
Hmm... I have to restart E often (about every five minutes) because I can't click. My focus doesn't work well too. Don't worry, I am patient, I let you solve it until tomorrow morning (6am for you :-). JackDanielZ On 04/17/2013 04:36 PM, Michael Blumenkrantz wrote: > My testing team has confir

Re: [E-devel] broken expedite...

2013-04-14 Thread daniel.za...@samsung.com
On 04/14/2013 10:57 AM, Carsten Haitzler (The Rasterman) wrote: > On Sun, 14 Apr 2013 11:52:16 +0900 Carsten Haitzler (The Rasterman) > said: > >> On Sun, 14 Apr 2013 01:21:15 +0900 Carsten Haitzler (The Rasterman) >> said: >> >>> something in eo has broken seemingly with ret ptr being NULL... tr

Re: [E-devel] [RFC] Improving Eo boilerplate

2013-04-14 Thread daniel.za...@samsung.com
On 04/14/2013 10:27 AM, Carsten Haitzler (The Rasterman) wrote: > On Sun, 14 Apr 2013 10:06:47 +0300 "daniel.za...@samsung.com" > said: > >> Hi Raster, >> >> If I understand correctly, you would like to add some layer above Eo >> that would simplify

Re: [E-devel] [RFC] Improving Eo boilerplate

2013-04-14 Thread daniel.za...@samsung.com
Hi Raster, If I understand correctly, you would like to add some layer above Eo that would simplify writing code. I don't think people suffered enough to "hide" Eo ;-) As you said, a lot of details have to be checked, like for example how do you call these functions? with the previous writing w

Re: [E-devel] [RFC] Improving Eo boilerplate

2013-04-11 Thread daniel.za...@samsung.com
On 04/11/2013 09:54 AM, Cedric BAIL wrote: > On Thu, Apr 11, 2013 at 3:41 PM, Michael Blumenkrantz > wrote: >> So instead of being able to just write C code for our C libraries, we'd now >> have to write non-C code, run a generator, and then use this in addition to >> C code? > If you want you can

Re: [E-devel] [EGIT] [core/efl] eo_id 01/02: Eo: add benchmarks to measure eo_add. The first one checks simple objects creation. The second one creates objects, removes half of them and creates the sa

2013-03-14 Thread daniel.za...@samsung.com
Hmm, yes :-))) On 03/14/2013 05:26 PM, Daniel Willmann wrote: > On 14/03/13 11:55, Daniel Zaoui - Enlightenment Git wrote: >> jackdanielz pushed a commit to branch eo_id. > I'm sure this should have been devs/jackdanielz/eo_id > > Regards, > Daniel > > -

Re: [E-devel] [EGIT] [core/efl] master 01/01: eo: tired, fix language typo.

2013-03-12 Thread daniel.za...@samsung.com
When you are tired, you fix typos? You are not enough french, man! When I am tired, I rest :) On 03/12/2013 12:22 PM, Cedric BAIL - Enlightenment Git wrote: > cedric pushed a commit to branch master. > > commit 2a9d4d076523edcc3f9eff3b402588a82b8f6396 > Author: Cedric BAIL > Date: Tue Mar 12 19

Re: [E-devel] elm_layout_theme_set() broken

2013-02-20 Thread daniel.za...@samsung.com
Hi Hermet, I put it in the constructor because it was inside the elm_..._add before the integration with Eo. It was not related to smart_add. So the question comes back to glima :) Daniel On 02/21/2013 08:06 AM, ChunEon Park wrote: > Ah actually Daniel did this. > > Daniel, any reason? > >

Re: [E-devel] E SVN: seoz trunk/terminology/src/bin

2013-02-16 Thread daniel.za...@samsung.com
more thing. > Automatically moving to the directory where I was. ex) $ cd {previous term > directory before split} > It must be easy but I should investigate more. > > Daniel Juyung Seo (SeoZ) > > On Fri, Feb 15, 2013 at 12:45 AM, daniel.za...@samsung.com < > daniel.za...@samsung.co

Re: [E-devel] E SVN: seoz trunk/terminology/src/bin

2013-02-14 Thread daniel.za...@samsung.com
I proposed it to Raster and he told me "mmm", something like that. On 02/14/2013 05:11 PM, Daniel Juyung Seo wrote: > Yay! Do you like it huh? > > Daniel Juyung Seo (SeoZ) > > On Thu, Feb 14, 2013 at 10:39 PM, daniel.za...@samsung.com < > daniel.za...@samsung

Re: [E-devel] E SVN: seoz trunk/terminology/src/bin

2013-02-14 Thread daniel.za...@samsung.com
Love you Seoz!!! Good surprise! On 02/12/2013 06:32 AM, Enlightenment SVN wrote: > Log: > terminology main.c: set the focus to the new split terminal. > > Author: seoz > Date: 2013-02-11 20:32:36 -0800 (Mon, 11 Feb 2013) > New Revision: 83836 > Trac: http://trac.enlightenment

Re: [E-devel] E SVN: jackdanielz trunk/clouseau/src/lib

2013-02-14 Thread daniel.za...@samsung.com
Hi Seoz, I know this issue. It is on my todo list. And if my best client is concerned, it will be in high priority :-) The Real Daniel On 02/14/2013 12:37 PM, Tom Hacohen wrote: > On 14/02/13 10:27, Daniel Juyung Seo wrote: >> Dear Aharon, >> After this commit, it's hard to read all the evas inf

Re: [E-devel] E SVN: jackdanielz trunk/elementary/src/lib

2013-02-10 Thread daniel.za...@samsung.com
Sorry for the ugly log message, I forgot to modify it before commit :-) This commit has been done to reduce memory usage. The Evas Smart legacy mechanism checks if an object is of a certain type by string comparing. To support it in Eo, we needed to implement a mechanism that stores every type o

Re: [E-devel] E SVN: jackdanielz IN trunk/efl/src/lib: edje evas evas/canvas evas/include

2013-02-10 Thread daniel.za...@samsung.com
Sorry for the ugly log message, I forgot to modify it before commit ;-) This commit has been done to reduce memory usage. The Evas Smart legacy mechanism checks if an object is of a certain type by string comparing. To support it in Eo, we needed to implement a mechanism that stores every type o

Re: [E-devel] fosdem 2013

2013-01-31 Thread daniel.za...@samsung.com
On 01/31/2013 12:04 PM, Daniel Willmann wrote: > On 31/01/13 09:44, Carsten Haitzler (The Rasterman) wrote: > >> point... they have food, beer and milk (for cedric). so if you want to > Cool, milk! He said it is just for Cedric!!! Don't tell me you don't drink too! > > > ---

Re: [E-devel] eo and efl

2012-12-30 Thread daniel.za...@samsung.com
On 12/31/2012 06:15 AM, Cedric BAIL wrote: > On Mon, Dec 31, 2012 at 12:24 PM, Henrique Dante > wrote: >> On Sun, Dec 30, 2012 at 9:28 PM, Cedric BAIL wrote: >>> On Sun, Dec 30, 2012 at 12:06 AM, Henrique Dante >>> wrote: While developing with Eo I also noticed that it breaks cscope usa

Re: [E-devel] E SVN: raster IN trunk/terminology: . src/bin

2012-12-27 Thread daniel.za...@samsung.com
All the world is waiting for that !!! On 12/27/2012 03:24 PM, Daniel Juyung Seo wrote: > AWESOMENESS! > > But I am still waiting for the multiple terms in 1 window stuff :) > > Daniel Juyung Seo (SeoZ) > > On Thu, Dec 27, 2012 at 8:20 PM, Enlightenment SVN < > no-re...@enlightenment.org> wrote: >

Re: [E-devel] EFLs Broken in SVN?

2012-12-18 Thread daniel.za...@samsung.com
I think that all the errors are good except the last one with evas. It could be related to last changes made on evas_object_text. On 12/18/2012 07:59 PM, Jeff Hoogland wrote: > Anyone else getting this compile error with the EFL combined package? > http://paste.debian.net/217057/ >

Re: [E-devel] Potential NULL derefs in elm_widget

2012-12-18 Thread daniel.za...@samsung.com
Hi Stefan, Don't worry, I didn't take it for me ;-) Daniel On 12/18/2012 04:09 PM, Stefan Schmidt wrote: > Hello. > > On 18/12/12 13:52, daniel.za...@samsung.com wrote: >> On 12/18/2012 03:22 PM, Stefan Schmidt wrote: >>> Hello. >>> >>> On 18

Re: [E-devel] Potential NULL derefs in elm_widget

2012-12-18 Thread daniel.za...@samsung.com
On 12/18/2012 03:22 PM, Stefan Schmidt wrote: > Hello. > > On 18/12/12 12:41, daniel.za...@samsung.com wrote: >> I removed this macro already and committed. >> Btw, DATA_GET was already defined ... just two lines after ;-) > But that still could deliver NULL so the part

Re: [E-devel] Potential NULL derefs in elm_widget

2012-12-18 Thread daniel.za...@samsung.com
I removed this macro already and committed. Btw, DATA_GET was already defined ... just two lines after ;-) On 12/17/2012 04:45 PM, Tom Hacohen wrote: > ELM_WIDGET_DATA_GET? :) Why RETURN? You are not returning out of the > function... > > > On Mon, Dec 17, 2012 at 2:3

Re: [E-devel] Potential NULL derefs in elm_widget

2012-12-17 Thread daniel.za...@samsung.com
Hi, You are right, it is better if it can be returned as out. This macro is internal just to concentrate the eo_data_get. Before, it was a little bigger because of backward compatibility. Now I think we can remove it. Anyway, if we keep it, I thought changing the name of this macro to ELM_WIDG

Re: [E-devel] Call order for evas_object_resize() and elm_object_text_set();

2012-12-16 Thread daniel.za...@samsung.com
Lazy french! On 12/17/2012 03:48 AM, Cedric BAIL wrote: > Funny, I couldn't see that problem at home, but I see it here. > Interesting I would say. Time to investigate that. > > Cedric > > On Mon, Dec 17, 2012 at 12:49 AM, Daniel Juyung Seo > wrote: >> cedric? >> >> Daniel Juyung Seo (SeoZ) >> On

Re: [E-devel] E SVN: jackdanielz IN trunk/efl/data: . eo

2012-12-12 Thread daniel.za...@samsung.com
For those who don't receive mails from SVN or didn't see... On 12/12/2012 03:16 PM, Enlightenment SVN wrote: > Log: > eo_step gdb script installation to help debugging of applications by >stepping over Eo. >To do it: >- Write in ~/.gdbinit "source prefix/share/eo/eo_step.py" (prefix is

Re: [E-devel] Eo debug helper

2012-12-11 Thread daniel.za...@samsung.com
> gdbpy_solib_name (PyObject *self, PyObject *args) > > So just use gdb.solib_name... > > I just skimmed through the file, maybe there's more there I've missed, sounds > like exactly what you are looking for. > > > > > > On Mon, Dec 10, 2012 at 9:18 AM, da

Re: [E-devel] Eo debug helper

2012-12-10 Thread daniel.za...@samsung.com
t; kinda doesn't make sense... > > If you use the so name you can do something as simple as: > 1. stepi until we get into libeo.so. > 2. stepi until we get out of libeo.so. > > Very simple, very easy. No variables, state or anything. > > What do you think? > > --

Re: [E-devel] Eo debug helper

2012-12-09 Thread daniel.za...@samsung.com
ith a specific op code, like we break on evas_object_resize at the > moment. It's not a big deal because this can be achieved with breaking on > the internal functions, but still, I think it'll make our lives easier. > This one is probably easier to make. > > > On

Re: [E-devel] Eo debug helper

2012-12-06 Thread daniel.za...@samsung.com
try the script? Do you think that something is missing in what it gives? It is a prototype, so sure we have to improve it. Daniel On 12/05/2012 07:22 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Dec 5, 2012 at 1:52 PM, daniel.za...@samsung.com > wrote: >> Tom, the 'sudo stri

  1   2   >