Re: [E-devel] eina_str_split an order of magnitude slower than clojure.string.split

2012-04-16 Thread Cedric BAIL
llocation is done to contain it all. > > But is it really useful? Does it matter? Well, small change like removing strlen could be done. But yes, does it really matter, I never saw that function showing up in any benchmark. In fact, that's certainly the main reason it is slow. It never did hu

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

2012-04-18 Thread Cedric BAIL
the rest, eet will return NULL, if they are compressed and can't be uncompressed, it will also return NULL if it can't decode them. That pretty much limit the risk, but if you really want to be secure, then sign your eet file. -- Cedric BAIL -

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

2012-04-18 Thread Cedric BAIL
gt; numerical level: good idea. Yep, done. > file descriptor: should be the same as the eina log prints. Yep, that's also my point of view. > backtrace function: no comment. Having a log post callback could be interesting, but I am wondering what else use it could have than curren

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

2012-04-19 Thread Cedric BAIL
=== >> --- trunk/eina/ChangeLog        2012-04-19 09:03:59 UTC (rev 70326) >> +++ trunk/eina/ChangeLog        2012-04-19 09:24:04 UTC (rev 70327) >> @@ -250,8 +250,3 @@ >> >>        * Add missing API eina_file_map_faulted() on Windows. Does n

Re: [E-devel] E SVN: cedric IN trunk: eina/src/examples eina/src/include eina/src/lib eina/src/tests evas/src/modules/engines/buffer

2012-04-20 Thread Cedric BAIL
a_Array. As an array, it should really be used like a stack not like a list or you will use a very inneficient path. That's why it should also not expose an API like it was a list of people will start missusing it in my opinion. -- Cedric BAIL

Re: [E-devel] Eobj - Request for review/comments

2012-04-22 Thread Cedric BAIL
eo_query(const Eo *obj, ...); is worth it. It does means that we do have a new class of function pointer in Eo. So we better think about it now, rather than later and break our structure and ABI. -- Cedric BAIL -- For

Re: [E-devel] Eobj - Request for review/comments

2012-04-22 Thread Cedric BAIL
should really have been our only version since day one, sadly we didn't had it when we did our first release, so it was added to late). Now that we have a chance to fix that, better take it ! That's all I could think about that really matter. -- Cedric BAIL ---

Re: [E-devel] time to focus on e

2012-04-26 Thread Cedric BAIL
ent don't introduce anything in E that would require us to release a new set of EFL libraries. -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and thr

Re: [E-devel] [patch] "unversioned" configuration bug

2012-04-29 Thread Cedric BAIL
(not in a > function) > make[4]: *** [ethumb.lo] Error 1 > > > Here is a patch that make configure.ac similar to the one from eina and > make things work back. > >  eio/configure.ac     |    2 +- >  emotion/configure.ac |

Re: [E-devel] [patch] missing files in release tarballs

2012-04-29 Thread Cedric BAIL
 evas/src/examples/Makefile.am       |    1 + >  4 files changed, 28 insertions(+), 2 deletions(-) In svn and backported. Thanks, -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover all the

Re: [E-devel] Celebrating elementary 1.0

2012-05-01 Thread Cedric BAIL
t;> or come to seoul. i live in yongsan. maybe we should have regular monthly >> e/efl >> dinners now we have more people spread out? if you're in seoul sometimes... >> we >> might be able to arrange something. > > What about celebrating elementary 1.0.0 n

Re: [E-devel] E SVN: glima trunk/THEMES/darkness/elm/widgets

2012-05-02 Thread Cedric BAIL
ill cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > __

Re: [E-devel] E SVN: glima IN trunk/THEMES: darkness/elm/widgets detourious/elm/widgets efenniht/elm

2012-05-02 Thread Cedric BAIL
On Thu, May 3, 2012 at 9:31 AM, Gustavo Sverzut Barbieri wrote: > On Wednesday, May 2, 2012, Cedric BAIL wrote: > >> This need to be reverted. It is breaking Elementary 1.0 API theme. Any >> theme written for Elm 1.0 will be broken by this change. > > We can call it 2.0,

Re: [E-devel] Celebrating elementary 1.0

2012-05-02 Thread Cedric BAIL
> >>> >>> -Regards, Hermet- >>> >>> >>> -Original Message- >>> From: "Daniel Juyung Seo"<seojuyu...@gmail.com> >>> To: "Enlightenment developer >>> list"<enlightenment-

Re: [E-devel] Container Patch

2012-05-03 Thread Cedric BAIL
On Thu, May 3, 2012 at 4:35 PM, wrote: > Would someone please apply this attached patch (almost immediately) ?? Fixes > for horrible compiler warning on e_container. As I was playing with that file, I put your patch in at the same time. So it's in ! --

Re: [E-devel] Randr Patch

2012-05-03 Thread Cedric BAIL
On Thu, May 3, 2012 at 4:43 PM, wrote: > And here's another small patch to cleanup the long standing e_randr compiler > warnings too. (Tired of looking at them sit there for several months or more > now) ;) Please apply asap. In svn also. -

Re: [E-devel] Emotion problem

2012-05-03 Thread Cedric BAIL
t; >>   ecore_main_loop_begin(); >> >>   ecore_evas_free(ee); >>   ecore_evas_shutdown(); >>   return 0; >> >> error: >> >>   ecore_evas_shutdown(); >>   eina_shutdown(); >>   return -1; >> } >> >> >> Regards

Re: [E-devel] E SVN: cedric trunk/e/src/bin

2012-05-03 Thread Cedric BAIL
uld be way to late ? Should we handle it ? -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can re

Re: [E-devel] E SVN: cedric trunk/e/src/bin

2012-05-05 Thread Cedric BAIL
e time I add any allocs.  Usually, > sometimes I'm too lazy to, but often add it later. We are speacking about E, EFL are almost always checking for memory allocation and try to return to a safe state in case of an issue. But thing

Re: [E-devel] ecore_animator_pos_map broken with ACCELERATE

2012-05-06 Thread Cedric BAIL
> never goes above 1. There was a rouding and overflow issue in eina fixed point implemantation of sin/cos that when getting close to 1 and above 0.999, it could wrongly round the value and think it was above 1.0. It is now fixed, I just don't really get why no one noticed that before as we us

Re: [E-devel] About ecore_pipe_add/del pair

2012-05-07 Thread Cedric BAIL
ld fix this issue (and may raise other, who knows !) -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT mana

Re: [E-devel] Eio dep in edje

2012-05-10 Thread Cedric BAIL
ly improve my > life. This feature seems like an absolute requirement. Sounds the same to me ! More seriously, I did that on purpose, so that most people will build with eio dep in. If you don't want it just disable the build of edje_watch. That should do the work. -- Cedric BAIL -

Re: [E-devel] Eio dep in edje

2012-05-10 Thread Cedric BAIL
re locked down to the library we used as 1.0 dependencies, then we would be very limited in the future. So I clearly disagree on your argument. As people want to not build edje against eio, then whatever they want. -- Ce

Re: [E-devel] E SVN: cedric IN trunk/edje: . src/lib

2012-05-14 Thread Cedric BAIL
have been looking at fixing all of this issue due to my change to edje. Try edje_watch on elementary theme, change the edc, see it recompile the edj (slowly) and then reload it automatically in elementary_test. Then a few things are reset or lost when they shouldn'

Re: [E-devel] E SVN: cedric branches/elementary-1.0/src/lib

2012-05-14 Thread Cedric BAIL
is now complex due to the amount of change between trunk and branch. So I am also ok, if we just revert the fix. -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover all the ways today'

Re: [E-devel] Eobj - Request for review/comments

2012-05-16 Thread Cedric BAIL
anged my mind a little about this issue. As it is a C++ library, it means C++ namespace. That should never conflict with us. It will maybe confuse google. But using a C namespace with a C++ namespace should work properly without any clash. That's for the technical part, now more for the

Re: [E-devel] Questions about initilization functions such as elm_init() and ecore_init(), etc.

2012-05-17 Thread Cedric BAIL
user friendly  :D I see only one way to do that. Static analysis with all the knowledge we have about EFL API. This is the kind of issue we can detect with static analysis. We should also be able in some case to detect use of

Re: [E-devel] [Patch][Efreet] Add parameter checking to exported API (efreet_desktop)

2012-05-22 Thread Cedric BAIL
d always work on NULL, so better to not use EINA_SAFETY. Sorry I don't have much time to check your patch now. Maybe will do next week. -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover

Re: [E-devel] Cedric is lazy to.

2012-05-23 Thread Cedric BAIL
y few minutes, but I was busy > doing other stuff.  So the entire SVN compile took all day.  I should > have just put "sleep 300; killall -KILL edje_cc" in a loop. Hey, I haven't been lazy at all. I have success

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

2012-05-23 Thread Cedric BAIL
(data->length + 1)); > > sizeof(char) is 1 by definition. Just malloc(data->length + 1). You are wrong sizeof(unsigned char) is one. On some system, it could be a signed char and be bigger. I think it's

Re: [E-devel] black screen after suspend

2012-05-27 Thread Cedric BAIL
s changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > ___ > enlightenment-devel ma

Re: [E-devel] black screen after suspend

2012-05-27 Thread Cedric BAIL
On Sun, May 27, 2012 at 10:19 AM, Massimo Maiurana wrote: > Cedric BAIL, il 27/05/2012 10:07, ha scritto: >> Hi, >> >> Can you please tell me what driver and hardware you are using. Also >> are you using E17 comp module ? >> >> This look like a bug that bi

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

2012-05-28 Thread Cedric BAIL
http://www.stack.nl/~dimitri/doxygen/commands.html#cmddeprecated Oh, yes, very valid point here ! -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and

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

2012-05-28 Thread Cedric BAIL
just a warning, it become an error only if the user really ask for it, not the compiler, not the binary. So if he want to be spanked... -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover al

Re: [E-devel] E SVN: leif IN trunk/e: po src/bin src/modules/conf_randr

2012-05-31 Thread Cedric BAIL
need >> to see via the web. html5 man! the solution to world peace! > > P > > The cloud, turning all your data into vapour-ware. > > So, when do we see EFL ported to HTML 5 so I can make my new web site > look pretty

Re: [E-devel] E SVN: leif IN trunk/e: po src/bin src/modules/conf_randr

2012-05-31 Thread Cedric BAIL
>> > > >> > > Not to mention that we really don't need multiple megabyte emails for 5 >> > > lines of reply. Bandwidth is expensive in this country, if people want >> > > to waste mine, they can damn well pay for it. >> > > &g

Re: [E-devel] Edge flipping broken.

2012-05-31 Thread Cedric BAIL
e mouse binding that's broken. > Desktop flipping with the wheel and keyboard works fine. I saw a patch from discomfitor on it. I have already done my bet ! -- Cedric BAIL -- Live Security Virtual Conference Exclusi

Re: [E-devel] EFL Ruby bindings

2012-06-03 Thread Cedric BAIL
date the wiki page, but you know just get an account on the wiki and feel free to fix it as you see need. -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover all the ways today's securit

Re: [E-devel] E SVN: cedric IN trunk/edje: . src/bin src/lib

2012-06-04 Thread Cedric BAIL
states with transparent >> colors). Parser should already warn about useless property (all color and visible information). > Oops, and I almost forgot: this breaks the tools (edje_inspector at > least) and the serializer/saver used by Edje Edit and thus editje. Ah, this one I always fo

Re: [E-devel] E SVN: cedric IN trunk/edje: . src/bin src/lib

2012-06-04 Thread Cedric BAIL
Barbieri >> > > wrote: >> > >> On Mon, Jun 4, 2012 at 10:10 AM, Cedric BAIL >> > >> wrote: >> > >>> On Mon, Jun 4, 2012 at 2:53 PM, Gustavo Sverzut Barbieri >> > >>> wrote: >> > >>>>

Re: [E-devel] E SVN: discomfitor IN trunk/ecore: . src/lib/ecore_con

2012-06-04 Thread Cedric BAIL
rojects/dns.c.html) and has been in > development for ~4 years. >  it has zero documentation, no examples, and no comments: I'm pretty sure > he's an EFL developer in disguise. I hope you send him a mail to invite joining us :-) But is he

Re: [E-devel] Wiki logins

2012-06-04 Thread Cedric BAIL
diff&version=83 Thanks for the report. I removed the comment, but I don't have admin right to block the user or its ip address. -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cov

Re: [E-devel] Wiki logins

2012-06-04 Thread Cedric BAIL
On Tue, Jun 5, 2012 at 2:53 PM, Carsten Haitzler wrote: > On Tue, 5 Jun 2012 14:40:12 +0900 Cedric BAIL said: >> On Tue, Jun 5, 2012 at 2:24 PM, P Purkayastha wrote: >> > Look and behold (with some proper monospaced fonts): >> > >> > Timestamp: 06/04/12 19:10

Re: [E-devel] [Patch] emotion-gstreamer : add fimcconvert element on device

2012-06-05 Thread Cedric BAIL
ed way). This patch gave the infra to work around a limitation in a hackish way, I agree, but the time needed to fix gstreamer is much higher than if we do it on our side. I see that as a temporary mesure until gstreamer 1.0 is out, device maker start to adopt it and we can start to fix it corre

Re: [E-devel] E SVN: jaehwan IN trunk/elementary: . src/bin src/lib

2012-06-07 Thread Cedric BAIL
released libraries. Ever. > You can only add EINA_DEPRECATED to deprecate them. Apparently this API where added a week ago or so, and after debate with Gustavo, that's the resulting change. -- Cedric BAIL -- Live S

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

2012-06-11 Thread Cedric BAIL
ape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > ___ > enlightenment-svn mailin

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

2012-06-12 Thread Cedric BAIL
On Tue, Jun 12, 2012 at 3:28 PM, Tom Hacohen wrote: > 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

Re: [E-devel] Eio: why Eio_Filter_Direct_Cb x Eio_Filter_Dir_Cb?

2012-06-14 Thread Cedric BAIL
ay you can call eina_statat yourself and modify info to match the information you got. In fact, this should also be true for eio_file_direct_ls. So maybe the fix is to remove the const in fact. Any idea ? -- Cedric BAIL --

Re: [E-devel] Someone broke hoversel, whoever did it, please fix it

2012-06-14 Thread Cedric BAIL
> > Just the "popout" theme of the hover widget raises the borkage. There has > been no changes on it since ages, would it be Edje the culprit? It's being > hard to track it. Cedric, could you help here? Will look at it. -- Cedric BAIL -

Re: [E-devel] E2 update broken

2012-06-14 Thread Cedric BAIL
On Fri, Jun 15, 2012 at 5:45 AM, Bertrand Jacquin wrote: > This is the game of an unstable install on a production system. dpkg is now > OK, > but we really should think a stable system. > > Not sure the system will boot next time. Time to speed up the replacement of e2 and e1 t

Re: [E-devel] E SVN: gastal IN trunk/eio: . m4 src src/examples src/lib

2012-06-15 Thread Cedric BAIL
On Fri, Jun 15, 2012 at 9:08 PM, Enlightenment SVN wrote: > Log: > Improving Eio Doc and adding an example. > >  Author:    Guilherme Iscaro Wouhou ! \o/ -- Cedric BAIL -- Live Security Virtual Conferen

Re: [E-devel] [e-users] Terminology - time to talk.

2012-06-19 Thread Cedric BAIL
> functionality that is provided with tabs.  It's no substitute for tabs, > it's something completely different. It only remove them because you didn't think of a way to have them. Now tell me that, it's really impossible to display the term title under/over the thumbnail,

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

2012-06-20 Thread Cedric BAIL
other are wrong. Need to check all of that. -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT manage

Re: [E-devel] [Patch][Edje] accessibility related

2012-06-20 Thread Cedric BAIL
part needs access or not. Then > please review the patch and give some feedbacks. Thanks especially bluebugs. Patch in at svn r72521. -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover all the

Re: [E-devel] E SVN: acidx trunk/eio/src/lib

2012-06-20 Thread Cedric BAIL
re, or you should not touch it at all because it was destroyed. Question is what are you trying to fix with this patch ? -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover all the ways t

Re: [E-devel] E17 BUG CALL

2012-06-21 Thread Cedric BAIL
> But there are many gnome-terminal users out there. > It will be great if we can fix this issue. Yes, i observed the same behaviour, and I think it's just a "feature" of gnome-terminal, but I may

Re: [E-devel] edje_cc seg fault

2012-06-21 Thread Cedric BAIL
80b4748) at eet_data.c:4410 > #6  0x008b896d in _eet_data_descriptor_encode (ed= out>, edd=0x8087d18, data_in=0x80b4710, size_ret=0xb75ce2ac) at > eet_data.c:4809 > #7  0x008b8c6a in eet_data_write_cipher (ef=0x80908a0, edd=0x8087d18, > name=0xb75ce32c &quo

Re: [E-devel] E SVN: cedric IN trunk/edje: . src/bin src/lib

2012-06-24 Thread Cedric BAIL
scale and finger size into account (something the previous attempt didn't and wasn't able to do). In general hidding some part when the widget is to small. -- Cedric BAIL -- Live Security Virtual Conference Excl

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

2012-05-28 Thread Cedric BAIL
e maintain them for the life of the 1.x series. In my opinion it would make migration from 1.x to 2.x easier in the futur. The goal of deprecating API is to make application developper life easier by providing them with a more powerfull/simpler solution to do the same task. I

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

2012-05-28 Thread Cedric BAIL
#x27;t tell what to use). It doesn't alter the resulting binary. -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has change

Re: [E-devel] [patch] elementary: doxygen doc fixes

2012-05-28 Thread Cedric BAIL
setup a svn account for you. Anyway, I will apply this latest patch. -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed

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

2012-06-25 Thread Cedric BAIL
On Tue, Jun 26, 2012 at 1:32 PM, Kim Shinwoo wrote: > Would you please keep the patch in svn? Oh, sorry I completly forgot about pushing it on svn. It's done now with revision r72841. -- Cedric BAIL -- Live

Re: [E-devel] Thread error, on non threaded programs.

2012-06-27 Thread Cedric BAIL
me issue, but I have some very hard time to reproduce the problem. Having some one else triggering the same problem could help me understand what is going on. -- Cedric BAIL -- Live Security Virtual Conference Exclusive

Re: [E-devel] Magic checks before NULL checks in Eina

2012-06-27 Thread Cedric BAIL
e should be able to disable safety check and magic check and your program should still continue to run nicely. -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover all the ways today'

Re: [E-devel] Thread error, on non threaded programs.

2012-06-27 Thread Cedric BAIL
On Thu, Jun 28, 2012 at 10:58 AM, David Seikel wrote: > On Thu, 28 Jun 2012 09:48:53 +0900 Cedric BAIL > wrote: >> On Thu, Jun 28, 2012 at 2:28 AM, David Seikel >> wrote: >> > Recently I've been getting a one second pause then an error message >> > whe

Re: [E-devel] Magic checks before NULL checks in Eina

2012-06-27 Thread Cedric BAIL
On Thu, Jun 28, 2012 at 11:15 AM, Raphael Kubo da Costa wrote: > Cedric BAIL writes: >> Could you please give us the name of the function that you think do it >> wrong ? Because I will take an example as it will make this easier to >> understand. > > I started think

Re: [E-devel] E SVN: cedric IN trunk/PROTO: . edi edi/src edi/src/bin

2012-06-29 Thread Cedric BAIL
On Fri, Jun 29, 2012 at 7:53 PM, Vincent Torri wrote: > why not textgrid ? >>  NOTE: It currently display code in a textgrid and is Woot ? -- Cedric BAIL -- Live Security Virtual Conference Exclusive live e

Re: [E-devel] E SVN: cedric IN trunk/PROTO: . edi edi/src edi/src/bin

2012-07-01 Thread Cedric BAIL
macs-efl idea. Go ahead with that, it doesn't conflict at all with what we are trying to prototype here. -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover all the ways today's securit

Re: [E-devel] [PATCH] eina: Do not always perform magic checks on _free() and _del() (was Re: Magic checks before NULL checks in Eina)

2012-07-02 Thread Cedric BAIL
On Tue, Jul 3, 2012 at 12:30 AM, Raphael Kubo da Costa wrote: > Michael Blumenkrantz writes: >> On Wed, 27 Jun 2012 23:43:23 -0300 >> Raphael Kubo da Costa wrote: >>> Cedric BAIL writes: >>> > I personally think that eina_iterator_free like any free funct

Re: [E-devel] [PATCH] eina: Do not always perform magic checks on _free() and _del() (was Re: Magic checks before NULL checks in Eina)

2012-07-02 Thread Cedric BAIL
On Tue, Jul 3, 2012 at 12:30 PM, Raphael Kubo da Costa wrote: > Cedric BAIL writes: >> On Tue, Jul 3, 2012 at 12:30 AM, Raphael Kubo da Costa >> wrote: >>> I'm unsure about whether to change the following calls, so for now I >>> haven't: >>>

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2012-07-03 Thread Cedric BAIL
gt;> atoi(getenv("ECORE_EVAS_GL_SYNC_DRAW_DONE")); >> +else >> + ee->gl_sync_draw_done = 0; >> + } >> if (first_map_bug < 0) >> { >> char *bug = NULL; >> @@ -1671,14 +1717,41 @@ >>

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

2012-07-03 Thread Cedric BAIL
cs [] = > { > {"nilfunc", _elua_bogan_nilfunc}, // Just return a nil. > {"__index", _elua_bogan_index}, // Return the above func. > > > -- > Live Security

Re: [E-devel] E SVN: caro IN trunk/eina: . src/lib

2012-07-04 Thread Cedric BAIL
file with plenty of #ifdef > > maybe one can add another file with common code Yep, it sounds like the best solution. Don't know if I will have time to do that any time soon, but it sounds to me like a good idea. -- Cedric BAIL ---

Re: [E-devel] [PATCH] eina: Do not always perform magic checks on _free() and _del() (was Re: Magic checks before NULL checks in Eina)

2012-07-04 Thread Cedric BAIL
On Tue, Jul 3, 2012 at 1:17 PM, Raphael Kubo da Costa wrote: > Cedric BAIL writes: >>>>> - *_foreach(): >>>>>One could argue that passing NULL should be equivalent to an empty >>>>>loop. For example, right now >>>>>e

Re: [E-devel] Bug regarding evas map and smart objects

2012-07-04 Thread Cedric BAIL
I will take some drug and look at it later this week... Damn, sad world ! -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has

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

2012-07-05 Thread Cedric BAIL
t;> > >> >> On Wed, 4 Jul 2012 09:58:30 +0900 Cedric BAIL >> >> said: >> >> >> >> i asked last night and he claims it works with 5.1 - we were using >> >> deprecated features that still were in 5.1 (deprecated earlier) and >

Re: [E-devel] Corinthians campeão da libertadores 2012

2012-07-05 Thread Cedric BAIL
d the ball in his foot in Berlin. So yes, he is a truly a Brazilian ! -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and

Re: [E-devel] Corinthians campeão da libertadores 2012

2012-07-05 Thread Cedric BAIL
On Thu, Jul 5, 2012 at 8:57 PM, Gustavo Sverzut Barbieri wrote: > On Thursday, July 5, 2012, Cedric BAIL wrote: > >> On Thu, Jul 5, 2012 at 8:41 PM, Tom Hacohen >> > >> wrote: >> > On 05/07/12 06:24, Gustavo Sverzut Barbieri wrote: >> >>

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

2012-07-05 Thread Cedric BAIL
the action is. But I have no strong opinion there. If you have better idea on what/when key press should enable the jump, feel free to move it around. -- Cedric BAIL -- Live Security Virtual Conference Exclusive live event

Re: [E-devel] [Patch] emotion-gstreamer : add fimcconvert element on device

2012-07-05 Thread Cedric BAIL
On Wed, Jun 6, 2012 at 11:17 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Jun 6, 2012 at 12:14 AM, Cedric BAIL wrote: >> On Tue, Jun 5, 2012 at 4:39 PM, Gustavo Sverzut Barbieri >> wrote: >> > On Tue, Jun 5, 2012 at 4:22 AM, Sohyun Kim >> > wrote: >> >

Re: [E-devel] [Patch] emotion-gstreamer : add fimcconvert element on device

2012-07-05 Thread Cedric BAIL
On Thu, Jul 5, 2012 at 10:07 PM, Gustavo Sverzut Barbieri wrote: > On Thursday, July 5, 2012, Cedric BAIL wrote: >> On Wed, Jun 6, 2012 at 11:17 PM, Gustavo Sverzut Barbieri >> > wrote: >> > On Wed, Jun 6, 2012 at 12:14 AM, Cedric BAIL >> > > >>

Re: [E-devel] [Patch] emotion-gstreamer : add fimcconvert element on device

2012-07-05 Thread Cedric BAIL
On Thu, Jul 5, 2012 at 10:30 PM, Gustavo Sverzut Barbieri wrote: > On Thursday, July 5, 2012, Cedric BAIL wrote: >> On Thu, Jul 5, 2012 at 10:07 PM, Gustavo Sverzut Barbieri >> > wrote: >> > On Thursday, July 5, 2012, Cedric BAIL wrote: >> >> On Wed, J

Re: [E-devel] [Patch] emotion-gstreamer : add fimcconvert element on device

2012-07-05 Thread Cedric BAIL
On Thu, Jul 5, 2012 at 11:28 PM, Jorge Luis Zapata Muga wrote: > On Thu, Jul 5, 2012 at 3:42 PM, Cedric BAIL wrote: >> On Thu, Jul 5, 2012 at 10:30 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Thursday, July 5, 2012, Cedric BAIL wrote: >>>> On Thu, Jul

Re: [E-devel] [Patch] emotion-gstreamer : add fimcconvert element on device

2012-07-05 Thread Cedric BAIL
On Fri, Jul 6, 2012 at 2:47 PM, Vincent Torri wrote: > On Fri, Jul 6, 2012 at 7:37 AM, Cedric BAIL wrote: >> On Thu, Jul 5, 2012 at 11:28 PM, Jorge Luis Zapata Muga >> wrote: >>> On Thu, Jul 5, 2012 at 3:42 PM, Cedric BAIL wrote: >>>> On Thu, Jul 5, 2012 a

Re: [E-devel] [Patch] [Elementary] added magnifier feature to elm_entry

2012-07-06 Thread Cedric BAIL
an entry. > - EAPI void elm_entry_magnifier_disabled_set(Evas_Object *obj, Eina_Bool > disabled); > - EAPI Eina_Bool elm_entry_magnifier_disabled_get(const Evas_Object *obj); Shouldn't that be part of Elementary wind

Re: [E-devel] E SVN: raster trunk/terminology

2012-07-09 Thread Cedric BAIL
work for me in zsh > and > bash. I think some people have issue with zsh, but that's mainly because their configuration is not for xterm. First of, did you try it in xterm ? Then I know their is a file to change to make it work, but I don't remember its name (Ask google, he is

Re: [E-devel] E17 Korea meeting, round 2

2012-07-09 Thread Cedric BAIL
contrary, I don't remember. Anyway, I have time to > annoy you all the weekend. > > What about saturday? Yeah ! Great idea ! Question is where, I would propose my apartment, but raster is not that happy about it as that means going back through traffic jam in Suwon. So here is a poll, S

Re: [E-devel] E17 Korea meeting, round 2

2012-07-09 Thread Cedric BAIL
> ninjas have nests? awesome! :) i love that word. :) perfect. it's hidden > ninja's "nest" from now on. :) I like that idea to ! -- Cedric BAIL -- Live Security Virtual Conference Exclusive l

Re: [E-devel] E17 Korea meeting, round 2

2012-07-09 Thread Cedric BAIL
On Mon, Jul 9, 2012 at 9:01 PM, Hyoyoung Chang wrote: > Itaewon again? OK, i'll like to join. yay I am not sure that raster know another place in Seoul :-D > On Mon, Jul 9, 2012 at 7:21 PM, Cedric BAIL wrote: >> On Mon, Jul 9, 2012 at 7:14 PM, Carsten Haitzler >> w

Re: [E-devel] E17 Korea meeting, round 2

2012-07-09 Thread Cedric BAIL
On Mon, Jul 9, 2012 at 10:28 PM, Carsten Haitzler wrote: > On Mon, 9 Jul 2012 22:22:40 +0900 Cedric BAIL said: > >> On Mon, Jul 9, 2012 at 9:01 PM, Hyoyoung Chang wrote: >> > Itaewon again? OK, i'll like to join. yay >> >> I am not sure that raster know

Re: [E-devel] EFL freeze

2012-07-09 Thread Cedric BAIL
. EFL is not only about GUI. You can write light server and service with them. People are advocating using Qt for that can of job. I believe that EFL do compete quite well in that area. We would need to push more at azy, esskyuehl to improve the experience for this class of application (Basically wri

Re: [E-devel] EFL freeze

2012-07-09 Thread Cedric BAIL
On Tue, Jul 10, 2012 at 12:29 PM, Carsten Haitzler wrote: > On Tue, 10 Jul 2012 12:22:03 +0900 Cedric BAIL said: >> On Tue, Jul 10, 2012 at 12:03 PM, Gustavo Sverzut Barbieri >> wrote: >> > On Monday, July 9, 2012, Carsten Haitzler wrote: >> >> On Mo

Re: [E-devel] E17 Korea meeting, round 2

2012-07-10 Thread Cedric BAIL
>> > > well. Makes life easy when you are dealing with "rotate A to X, >> > > then rotate B to Y relative to A's X rotation" sort of things. Why >> > > would that be important to UI? Well,

Re: [E-devel] Multisense using only pa

2012-07-11 Thread Cedric BAIL
version. The best solution would be to have >> ecore_audio doing these functions and then we have edje simplified. > > i like ecore_audio. Maybe it could in addition be used somewhere else > than in edje, no? Like in games... That's the plan ! Replace SDL with EFL ! -- Cedric B

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

2012-07-12 Thread Cedric BAIL
(tc->size == size) || > +(tc->font == font) || > +(tc->font && font && !strcmp(tc->font, font))) > + return EINA_TRUE; > + > +/* Update the class found */ > +eina_stringshare_del(tc->font); > +tc->fon

Re: [E-devel] edje, multisense and protability

2012-07-14 Thread Cedric BAIL
ard. I discovered edje_multisense code today, and now I saw a lot of thing that need to be fixed. I will move it to Ecore_Pipe and try to remove the needless crap. -- Cedric BAIL -- Live Security Virtual Conference Exclusive live

Re: [E-devel] edje, multisense and protability

2012-07-14 Thread Cedric BAIL
On Sat, Jul 14, 2012 at 3:28 PM, Gustavo Sverzut Barbieri wrote: > On Saturday, July 14, 2012, Cedric BAIL wrote: >> On Sat, Jul 14, 2012 at 9:32 AM, Vincent Torri >> > >> wrote: >> > currently, multisense is not portable : pipe stuff is used and it will >&

Re: [E-devel] Bug regarding evas map and smart objects

2012-07-16 Thread Cedric BAIL
On Thu, Jul 5, 2012 at 10:15 AM, Cedric BAIL wrote: > On Thu, Jul 5, 2012 at 3:34 AM, Bruno Dilly wrote: >> I've faced an issue while working on EPhysics, basically, when we move >> a smart object to somewhere outside the screen, it keeps at the last >> position on the

Re: [E-devel] edje multisense

2012-07-17 Thread Cedric BAIL
in time and for the coming release, I think it's not worth it. The only open source application that made use of it is elimine. I don't know any theme that use this feature. -- Cedric BAIL -- Live Security Vi

Re: [E-devel] E SVN: sachiel IN trunk/evas/src: bin lib/cserve2

2012-07-17 Thread Cedric BAIL
slave handling in evas_cserve2_main.c is dead too >- PRELOAD commands are responded with LOADED now I don't like this serie of patches. To much change in a feature freeze. Are you sure they are necessary at t

  1   2   3   4   5   6   7   8   9   10   >