Re: [E-devel] Enlightenment Korean Dinner

2013-11-12 Thread Leandro Pereira
On Mon, Nov 11, 2013 at 6:25 PM, Cedric BAIL cedric.b...@free.fr wrote: So who is in on Saturday night ? I am. -- Leandro -- November Webinars for C, C++, Fortran Developers Accelerate application performance with

Re: [E-devel] Ecore Coroutine - please die?

2013-11-05 Thread Leandro Pereira
On Tue, Nov 5, 2013 at 8:04 AM, Tom Hacohen tom.haco...@samsung.com wrote: /* The idea of this trick come from libcoroutine */ /* __jmpbuf[6] == stack pointer */ /* __jmpbuf[7] == program counter */ coro-context-env[0].__jmpbuf[6] = ((uintptr_t)(coro-stack));

Re: [E-devel] Creating enlightenment module with C++

2013-10-18 Thread Leandro Pereira
On Thu, Oct 10, 2013 at 10:02 PM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: I find intriguing why would anyone create an enlightenment module in c++. What are the advantages? The elev8 extension is written in C++ because it uses V8, for instance. -- Leandro

Re: [E-devel] edbus - Annoying inconsistency

2013-04-18 Thread Leandro Pereira
On 04/18/2013 11:31 AM, Michael Blumenkrantz wrote: only if we can get someone to draw a logo of the word dbus riding a mechanical bull while wearing a sombrero The best I could do: https://lh3.googleusercontent.com/-DqAF0NrKjh8/UXAKaFS-A2I/D4Q/NvOPNIrR43s/s583/IMG_20130418_114747.jpg

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/modules/elm

2013-02-15 Thread Leandro Pereira
On 02/15/2013 03:50 AM, Daniel Juyung Seo wrote: Oops. CElmGadget.h is missing. Good catch. Committed as r83948. Leandro -- Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the

Re: [E-devel] E SVN: acidx IN trunk/E-MODULES-EXTRA: . elev8 elev8/images elev8/m4 elev8/src

2013-02-14 Thread Leandro Pereira
Davide, On 02/14/2013 07:18 PM, Davide Andreoli wrote: How much the js script are sand-boxed? What can be done from js? A JavaScript module can load a native module, which can wreck as much havoc as it wants. In that sense, there isn't any sandbox -- so in the end of the day, it is pretty

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

2013-01-26 Thread Leandro Pereira
On Mon, Jan 21, 2013 at 1:11 AM, Enlightenment SVN no-re...@enlightenment.org wrote: +#define EINA_COW_WRITE_BEGIN(Cow, Read, Write_Type, Write) \ + do \ +{

Re: [E-devel] Callback improvement

2013-01-22 Thread Leandro Pereira
On 01/22/2013 11:21 AM, Gustavo Sverzut Barbieri wrote: right now we use 4 pointers per node (prev, next, cb, data), plus some information that due alignment should take an extra pointer-size (type, priority, delete_me). So 5 pointer-size at least, but on my machine (32 bits) it's 28 bytes or

[E-devel] Evas Async Render E17

2013-01-14 Thread Leandro Pereira
Brave souls using ToT EFL and E17, We've committed a bunch of fixes recently that might have fixed the border rendering in E17. I say might because we couldn't reproduce it here, so it is all speculative. I'm using a pristine ~/.e and creating a new one by just pressing Next in the setup

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

2013-01-09 Thread Leandro Pereira
On 01/08/2013 08:13 PM, Gustavo Sverzut Barbieri wrote: A good start is: add(), del(), alloc(), free() and write(). Get these right then follow to extensions such as memcpy() and commit(). moo() is also important for a cow. Leandro

Re: [E-devel] svn doesn't connect :(

2012-12-21 Thread Leandro Pereira
On 12/20/2012 05:13 PM, Igor Murzov wrote: I'm trying to update my local copy, and then commit all translation updates, but this is what I get: Try again :) Working now. Thanks. Leandro -- LogMeIn

Re: [E-devel] svn doesn't connect :(

2012-12-20 Thread Leandro Pereira
On 12/20/2012 03:51 PM, Massimo Maiurana wrote: I'm trying to update my local copy, and then commit all translation updates, but this is what I get: Having the same issue. Can't even SSH directly to e2, since ssh is rejecting my private key. Cheers, Leandro

Re: [E-devel] E SVN: acidx trunk/efl

2012-12-18 Thread Leandro Pereira
On 12/18/2012 02:30 PM, Enlightenment SVN wrote: + + * Add threaded renderer. + * Modify software_generic and gl_x11 to use threaded renderer. + This series of commits introduces threaded renderer in Evas. This makes the main thread (the application itself, IOW) asynchronous

Re: [E-devel] E SVN: stefan trunk/e/src/modules

2012-12-17 Thread Leandro Pereira
On 12/17/2012 12:38 PM, Michael Blumenkrantz wrote: DEVILHORSE! Classic: http://i.imgur.com/wzbwQ.jpg Leandro -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and

Re: [E-devel] Fwd: No talks!

2012-11-27 Thread Leandro Pereira
On 11/27/2012 06:48 AM, Carsten Haitzler (The Rasterman) wrote: hmm wait - no submissions from ANYONE... or no submissions from E land? From the looks of it -- being sent to the crossdesktop organization list -- it seems there were no submissions from anyone. Cheers, Leandro

Re: [E-devel] FOSDEM 2012 Cross-Desktop Dev Room

2012-11-26 Thread Leandro Pereira
On 11/26/2012 12:45 AM, Cedric BAIL wrote: Did anyone plan to do a presentation there ? There is so many things to speak about (especially broken standard), that we should have a presence there at that time. I might propose a talk about EasyUI if there's enough interest. Cheers,

Re: [E-devel] efl evas merge: removal of options

2012-11-07 Thread Leandro Pereira
On Mon, Nov 5, 2012 at 8:51 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: - cocoa: remove option, enabled if platform supports it (mac). You might want to build the X11 version on OS X. -- Leandro --

Re: [E-devel] E SVN: billiob IN trunk/terminology: data/themes src/bin

2012-11-05 Thread Leandro Pereira
On Mon, Nov 5, 2012 at 1:31 PM, Leif Middelschulte leif.middelschu...@gmail.com wrote: Nice! But why wouldn't you just provide another theme file? Colors are not yet themeable in Terminology. -- Leandro -- LogMeIn

Re: [E-devel] [e-users] EFL Dev Day and Barcelona

2012-11-01 Thread Leandro Pereira
On 11/01/2012 03:34 PM, Lucas De Marchi wrote: what if we start a new bling bling theme and ship as default? The default one should have a large title bar, with some remote island, a boat passing by and perhaps some seagulls as well. BW is too distracting. Cheers, Leandro

Re: [E-devel] [webkit-efl] Deprecating WebKit EFL 1

2012-10-31 Thread Leandro Pereira
On 10/31/2012 03:50 PM, Vincent Torri wrote: http://curl.haxx.se/docs/http-cookies.html I think that if you think that libcurl has missing features, maybe you should ask if they exist first in the curl mailing list or its IRC chan. The cURL backend in WebKit is quite poor. It not only

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

2012-10-17 Thread Leandro Pereira
On 10/17/2012 11:27 AM, Carsten Haitzler (The Rasterman) wrote: how could i do something convenient like obj = eo_add(class, parent, GEOMETRY(10, 20, 50, 30), FILE_SET(file_find(image.jpg)), GROUP_SET(group_find(base))); the only way is to

Re: [E-devel] 2012 E-Devel CFB (Call For Beards)

2012-10-08 Thread Leandro Pereira
On 10/08/2012 05:44 AM, Michael Blumenkrantz wrote: If you are, or have been, an Enlightenment developer at any point and have had a beard, please mail me a picture of yourself (headshots preferred) with the beard if possible. Now that's a request I can comply. Will provide a beardshot this

Re: [E-devel] 2012 E-Devel CFB (Call For Beards)

2012-10-08 Thread Leandro Pereira
On 10/08/2012 11:40 AM, Michael Blumenkrantz wrote: Just to confirm, you sent me a newline. Am I to understand that a picture of Leif with a beard is a newline? Have you checked the other monitor? The xrandr stuff is quite weird sometimes. Leandro

Re: [E-devel] E SVN: acidx IN trunk/PROTO: . easyui easyui/sax-js easyui/sax-js/examples easyui/sax-js/lib easyui/sax-js/test easyui/themes easyui/themes/dict easyui/themes/dict/images easyui/themes/d

2012-09-27 Thread Leandro Pereira
On 09/27/2012 03:26 PM, Enlightenment SVN wrote: Log: Adding EasyUI. This is, for the lack of a better name, EasyUI. More information about EasyUI is on this blog post I wrote a couple days ago. Some applications written with EUI are shown in a video as well:

Re: [E-devel] E SVN: cedric trunk/edje

2012-09-20 Thread Leandro Pereira
On 09/20/2012 03:28 AM, Michael Blumenkrantz wrote: ah, if only we could do changelogs sanely like every other changelog in the entire universe... I honestly thought Edje was stable enough that it didn't have recent changes -- and since ChangeLogs are traditionally written with newer entries

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

2012-09-19 Thread Leandro Pereira
On 09/19/2012 11:34 AM, Enlightenment SVN wrote: elementary: fix resizing on naviframe when an item is poped (typo) Thank you! :) Leandro -- Live Security Virtual Conference Exclusive live event will cover

Re: [E-devel] Escape From Booty Bay

2012-09-13 Thread Leandro Pereira
On 09/12/2012 09:51 PM, ChunEon Park wrote: Funny!! Who designed UX of this game? :) You can easily tell by the vibrant colors that it was Antognolli. Just kidding -- Marina Proni, our designer, designed it. :) Leandro

Re: [E-devel] Following up on a git based project management tool

2012-09-10 Thread Leandro Pereira
Luis, On Mon, Sep 10, 2012 at 8:40 AM, Luis Felipe Strano Moraes luis.str...@gmail.com wrote: Honestly, given the amount of people working on Phabricator, I would much rather go forward with it (if it does indeed cover everything that is needed in our case, which seems to be the case).

Re: [E-devel] Following up on a git based project management tool

2012-09-10 Thread Leandro Pereira
Boris, On 09/10/2012 05:30 PM, Boris Faure wrote: Does rebasing mess up with review? That's the case with gerrit and once a commit has been put to review, it's better to rebase it only just before merging or diffs are screwed up. Nope. The command line tool is pretty smart regarding this.

Re: [E-devel] E SVN: bdilly IN trunk/GAMES: . efbb efbb/data efbb/data/images efbb/data/levels efbb/data/sound efbb/data/theme efbb/data/theme/fonts efbb/data/theme/images efbb/m4 efbb/src efbb/src/bi

2012-09-06 Thread Leandro Pereira
On 09/06/2012 11:51 AM, David Seikel wrote: I'm on the python hating bandwagon to, but I have an unreasonable hatred of any programming language beginning with the letter P. Oh wait, Perl, PHP, Pascal, guess it's not unreasonable after all. B-) Peu pgospto pde parpgupmenptos prapciopnais

Re: [E-devel] E SVN: acidx IN trunk: . geneet

2012-09-06 Thread Leandro Pereira
On 09/06/2012 05:41 PM, Enlightenment SVN wrote: Date: 2012-09-06 13:41:26 -0700 (Thu, 06 Sep 2012) New Revision: 76261 Trac: http://trac.enlightenment.org/e/changeset/76261 Added: trunk/geneet/(...) This should make it easier to run efbb. Leandro

Re: [E-devel] Following up on a git based project management tool

2012-08-28 Thread Leandro Pereira
On Sat, Aug 25, 2012 at 8:03 PM, Lionel Orry lionel.o...@gmail.com wrote: Had a look at Indefero? Written in PHP and AFAIR, did not require me more than 30 minutes to install, and I'm a terrible admin, trust me. Have a look at the features: www.indefero.net I've been playing with Phabricator

[E-devel] Naviframe bugs

2012-08-28 Thread Leandro Pereira
Hey, Reporting some bugs so that they're hopefully fixed before the great 1.7. Naviframe goes nuts if you move it around (e.g. by having it inside another naviframe). To reproduce: 1) Open naviframe complex test in elementary_test 2) Switch between views 2 and 4 3) Click next 4) Click back 5)

Re: [E-devel] Impressive eet compression.

2012-07-31 Thread Leandro Pereira
On Tue, Jul 31, 2012 at 9:31 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Too lazy to read? 1 section of 1 total was compressed. That's 100% in my book :-) http://web.archive.org/web/20010405094403/http://lzip.sourceforge.net/ -- Leandro

Re: [E-devel] E SVN: barbieri trunk/edje/src/bin

2012-07-31 Thread Leandro Pereira
On Tue, Jul 31, 2012 at 7:42 PM, Enlightenment SVN no-re...@enlightenment.org wrote: static void +_edje_cc_log_cb(const Eina_Log_Domain *d, +Eina_Log_Level level, +const char *file, +const char *fnc, +int line, +

Re: [E-devel] bugs to clear up before release

2012-07-20 Thread Leandro Pereira
On 07/20/2012 06:29 AM, Carsten Haitzler (The Rasterman) wrote: i have just gone through elementary test and elm has a LOAD of bugs - almost all of them new since last release. here is my current efl buglist in short: can people when they get time look at these and work on fixing them? :)

Re: [E-devel] [PATCH] eve: update for newer webkit-efl

2012-07-18 Thread Leandro Pereira
On 07/18/2012 12:57 PM, Martin Jansa wrote: * ewk_settings_icon_database_icon_object_add was renamed to ewk_settings_icon_database_icon_object_get in webkit r113173 (see https://bugs.webkit.org/show_bug.cgi?id=82438) Applied. Thanks. Leandro

Re: [E-devel] E SVN: discomfitor IN trunk/e: . src/modules src/modules/physics

2012-07-05 Thread Leandro Pereira
On Thu, Jul 5, 2012 at 12:01 PM, Enlightenment SVN no-re...@enlightenment.org wrote: brace yourselves: E WINDOW PHYSICS MODULE! Exactly the thing that will make me switch from Awesome to E17. Good work, discomfitor! -- Leandro

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

2012-06-29 Thread Leandro Pereira
On 06/29/2012 07:59 AM, Carsten Haitzler (The Rasterman) wrote: Yep, using GL engine here. But the pulsing cursor is still using a fair amount of CPU, see my previous email. i'm happy to spend the cpu on that cursor. it makes terminology unique and attract people initially. it can be turned

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/modules/elm

2012-06-21 Thread Leandro Pereira
Daniel, On Thu, Jun 21, 2012 at 7:03 PM, Daniel Willmann dan...@totalueberwachung.de wrote: elev8: Implemented Enabled Pos in CElmActionSlider +GENERATE_PROPERTY_CALLBACKS(CElmActionSlider, enabled); Good catch. Yes, yes it is. --   Leandro

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-16 Thread Leandro Pereira
On Wed, Jun 13, 2012 at 7:53 PM, Carsten Haitzler ras...@rasterman.com wrote: you have a fundamental font issue still though :) it's possible the escape handling is not working right for joe - terminology doesn't have a complete handling of all esc sequences. is it complaining to stdout? it

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-15 Thread Leandro Pereira
On Thu, Jun 14, 2012 at 9:50 PM, Carsten Haitzler ras...@rasterman.com wrote: it's terminology now. i like the name. it feels... sophisticated. You could have named it rasterm. --   Leandro -- Live Security Virtual

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-14 Thread Leandro Pereira
Raster, On 06/12/2012 12:58 PM, Carsten Haitzler (The Rasterman) wrote: On Tue, 12 Jun 2012 11:46:07 -0300 Leandro Pereira lean...@profusion.mobi said: On Tue, Jun 12, 2012 at 12:10 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: finally a terminal emulator for efl! sure

Re: [E-devel] [PATCH] elev8: CElmActionSlider: Add callback for selected signal

2012-06-14 Thread Leandro Pereira
Daniel, On 06/12/2012 12:17 PM, Daniel Willmann wrote: the elev8 bindings for the ActionSlider are missing the selected signal. This patch adds a handler for it. I have also updated the sample .js to demo the functionality (The label on the fourth button changes). Looks good. Already

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-12 Thread Leandro Pereira
On Tue, Jun 12, 2012 at 12:10 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: finally a terminal emulator for efl! sure - uses a lot of text objects. need evas textgrid obj and more, but this marks a first usable state for terminology. more needs doing like underline and

Re: [E-devel] EFL 1.0.2 release

2012-06-08 Thread Leandro Pereira
On 06/07/2012 03:35 AM, Vincent Torri wrote: he wrote 'evil', not 'Evil' :) Evil is for Windows, which has a case-insensitive filesystem. :P Leandro -- Live Security Virtual Conference Exclusive live event will

Re: [E-devel] libtasn

2012-06-06 Thread Leandro Pereira
On 06/05/2012 07:37 PM, David Seikel wrote: apt-get remove --purge *tasn* :-P:-P I'm not familiar with the :-P option to apt-get, and the documentation is not enlightening. I'm sure it only works with the apt-get moo command. Leandro

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

2012-05-22 Thread Leandro Pereira
On Mon, May 21, 2012 at 10:35 PM, Enlightenment SVN no-re...@enlightenment.org wrote:    cnp_debug(Got some HTML: Checking encoding is useful\n);    data = notify-data; +   char *stripstr = malloc(sizeof(char) * (data-length + 1)); sizeof(char) is 1 by definition. Just malloc(data-length + 1).

Re: [E-devel] Celebrating elementary 1.0

2012-05-06 Thread Leandro Pereira
On Sat, May 5, 2012 at 7:53 AM, Daniel Juyung Seo seojuyu...@gmail.com wrote: We will be meeting up - at 5:00 PM on Sunday. - at Exit #1 of Subway #6 in Itaewon (Near Hotel Hamilton) EFL people who are attending Tizen Conference should make a parallel event in San Francisco as well. --  

Re: [E-devel] elev8 commit tsunami

2012-04-12 Thread Leandro Pereira
Daniel, On 04/12/2012 01:01 AM, Daniel Juyung Seo wrote: But just curious if this was discussed with Sanjeev who started elev8 with Mike McCormack. We are working with Samsung in order to develop a framework on top of Elev8. Unfortunately, the foundations were not solid enough and we had to

[E-devel] elev8 commit tsunami

2012-04-11 Thread Leandro Pereira
Heya. As you've probably noticed, I just flooded your inbox with elev8 commits. Sorry for that, but it's for a good cause. For those that don't know, elev8 is the next gen JavaScript bindings for EFL. It is based on Google's V8 engine (hence the name), and includes a module that allows creating

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

2012-03-28 Thread Leandro Pereira
On Wed, Mar 28, 2012 at 8:40 AM, David Seikel onef...@gmail.com wrote: How did that even compile? http://25.media.tumblr.com/tumblr_m0xrmouZyN1rrju89o1_400.jpg --   Leandro -- This SF email is sponsosred by: Try

Re: [E-devel] introducinggggggggggggggg

2012-03-28 Thread Leandro Pereira
On 03/28/2012 11:16 AM, Lucas De Marchi wrote: I suggest we stop writing yet another library and start doing apps. We should rename EFL to EFA, then. :) Leandro -- This SF email is sponsosred by: Try Windows

Re: [E-devel] Bad pictures in e screenshots site

2012-03-19 Thread Leandro Pereira
On 03/19/2012 06:02 PM, Iván Briano wrote: I say we ban every picture and people instead publish text files describing how their E17 desktops looks like. http://pornfortheblind.org/ Leandro -- This SF email is

Re: [E-devel] E SVN: sanjeev IN trunk/PROTO/elev8/src/modules: dbus elm http

2012-03-16 Thread Leandro Pereira
On Thu, Mar 15, 2012 at 11:36 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Add elev8 prefix to libraries Any reason for this? Modules are installed inside elev8 module directory, so there is no possibility of name clash with system libraries; also, module loading is now broken because

Re: [E-devel] Proposal for previous version (or RC) before final Elm1.0

2012-03-12 Thread Leandro Pereira
On Sun, Mar 11, 2012 at 7:47 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: I am strongly in favor of this. +1. --   Leandro -- Try before you buy = See our experts in action! The most comprehensive

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/bin

2012-03-06 Thread Leandro Pereira
On Mon, Mar 5, 2012 at 9:36 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: As you can see, you should NOT use the eina_log.h MACRO, use the function instead and provide more meaningful file/line instead of always doing elev8_utils.cc:60 :-) Wouldn't make any difference here:

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/bin

2012-03-06 Thread Leandro Pereira
On 03/06/2012 07:48 AM, Gustavo Sverzut Barbieri wrote: Can't you change it so it does know? and use http://docs.enlightenment.org/auto/eina/group__Eina__Log__Group.html#ga2ad47c77225cbcf8d35840547b5bbbe4 It is already working. What wasn't working were that imported JavaScript modules didn't

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/bin

2012-03-06 Thread Leandro Pereira
On Tue, Mar 6, 2012 at 6:36 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: did you understand what I mean? you provide JS values for file, function and line to eina_log_print(). I do. I'll see how to get a stack trace as well, this might help. --   Leandro

Re: [E-devel] E SVN: acidx IN trunk/PROTO/elev8/src: bin modules/dbus modules/elm modules/http

2012-03-02 Thread Leandro Pereira
Sanjeev, On 03/01/2012 11:27 PM, Elevate Efl wrote: Object::HasOwnProperty() is not to be found in v8.h. I did an apt-get update/upgrade and I did not find this in v8.h (version - 3.1.8.22) . The reference API page does provide this API though. Can you tell me which version of libv8 you

Re: [E-devel] E SVN: acidx IN trunk/PROTO/elev8/src: bin modules/dbus modules/elm modules/http

2012-03-02 Thread Leandro Pereira
On 03/02/2012 10:47 AM, Lucas De Marchi wrote: On Fri, Mar 2, 2012 at 9:48 AM, Carsten Haitzlerras...@rasterman.com wrote: On Thu, 1 Mar 2012 23:59:26 +0100 Cedric BAILcedric.b...@free.fr said: That's a really great update. I really like this new activity in elev8. I have just a little

Re: [E-devel] E SVN: leif IN trunk/ecore/src/lib/ecore_x: . xlib

2012-02-23 Thread Leandro Pereira
On 02/23/2012 01:20 PM, Vincent Torri wrote: @since NEWS ChangeLog Let's try this in a different way, since obviously Vincent's friendly reminders are not working: http://i.imgur.com/HhGdB.jpg Cheers, Leandro

[E-devel] elev8: Function/parameter/class naming scheme

2012-02-23 Thread Leandro Pereira
Hi. I'd like to propose we move the naming scheme of Elev8's API to CamelCase, so that it is more consistent with other things our target developers might be using. JavaScript itself, Node.js, jQuery, and even Tizen APIs (at least the ones I've looked into -- WebRuntime stuff to be more

Re: [E-devel] E SVN: sanjeev IN trunk/PROTO/elev8: . src src/bin src/include src/modules

2012-02-17 Thread Leandro Pereira
Sanjeev, On 02/16/2012 11:21 PM, Sanjeev wrote: The elm implementation is not complete. For the time being, I find it convenient to have everything in one file. Once most of the functionality is in, splitting can be done. I overlooked your answer -- splitting now will actually help, IMHO.

Re: [E-devel] E SVN: sanjeev IN trunk/PROTO/elev8: . src src/bin src/include src/modules

2012-02-16 Thread Leandro Pereira
On 02/16/2012 04:02 AM, Enlightenment SVN wrote: Log: Modularize elev8. Cleanup required, but this is a working version. It would be nice if, instead of loading everything automatically, we had a global modules object, where we could do things like: elm = modules.elm; dbus =

Re: [E-devel] E SVN: barbieri trunk/eina/src/tests

2012-02-16 Thread Leandro Pereira
On 02/16/2012 06:48 PM, Michael Blumenkrantz wrote: On Thu, 16 Feb 2012 11:33:50 -0800 Enlightenment SVNno-re...@enlightenment.org wrote: Log: 3/3 eina_model: fix inheritance test. HUMAN_POOPER_IFACE must have ANIMAL_POOPER_IFACE as parent interface, otherwise the order will be

Re: [E-devel] E SVN: sanjeev IN trunk/PROTO/elev8: . src src/bin src/include src/modules

2012-02-16 Thread Leandro Pereira
On Thu, Feb 16, 2012 at 11:04 PM, Sanjeev as290...@samsung.com wrote: Are you suggesting that we load the modules when the JS parser sees the module name in the JS file? Imagine you expose an object called modules to JavaScript. This object is implemented in C++ using the V8 API: modules =

Re: [E-devel] FOSDEM photos and stuff

2012-02-08 Thread Leandro Pereira
On 02/08/2012 01:29 AM, Carsten Haitzler (The Rasterman) wrote: http://www.enlightenment.org/~raster/fosdem-1/ Could you please run this in the photo directory? for f in *JPG; do [ ! -e ${f/.JPG/.thumb.jpg} ] (echo Creating thumb for $f/dev/stderr; convert $f -resize 128

Re: [E-devel] FOSDEM E group picture

2012-02-06 Thread Leandro Pereira
On Sun, Feb 5, 2012 at 11:29 PM, Iván Briano (Sachiel) sachi...@gmail.com wrote: It almost looks like it's a bit cold. Not at all. I was just using a light coat, standard jeans pants and a t-shirt. :) --   Leandro --

Re: [E-devel] eve: another patch for deprecated APIs

2012-01-20 Thread Leandro Pereira
On 01/20/2012 10:50 AM, Martin Jansa wrote: attached Applied. Thanks. Leandro -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is

Re: [E-devel] Fwd: FOSDEM 2012 stand confirmation: Enlightenment

2012-01-17 Thread Leandro Pereira
On Tue, Jan 17, 2012 at 8:14 AM, Carsten Haitzler ras...@rasterman.com wrote: awesome! :) nb - i'll be there for friday so we can prepare/talk/whatever Where whatever = Pre-FOSDEM event at Delirium Café. :) (I'll be there as well.) --   Leandro

Re: [E-devel] 2 patches for eve

2012-01-16 Thread Leandro Pereira
Martin, On 01/16/2012 01:38 PM, Martin Jansa wrote: patches attached as requested.. Thanks. Committed both. Leandro -- RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now!

Re: [E-devel] eve cant handle arabic characters

2012-01-15 Thread Leandro Pereira
المسالم المسالمة, Tom, On Sun, Jan 15, 2012 at 1:07 PM, Tom Hacohen tom.haco...@partner.samsung.com wrote: I haven't tested it with eve, but I have tested it with webkit-efl (what eve uses) and it works here. Either your fonts are wrong, your webkit-efl version is super-old, or something else

Re: [E-devel] E SVN: raster IN trunk/devs: . sung

2011-12-21 Thread Leandro Pereira
On 12/21/2011 12:16 PM, Cedric BAIL wrote: Nop, just that you are now on the candidate list for the special svn borker team. Then we're missing your avatar. (BTW, congrats, Sung!) Leandro -- Write once. Port to

Re: [E-devel] E SVN: acidx trunk/devs/antognolli

2011-12-21 Thread Leandro Pereira
On 12/21/2011 07:20 PM, Rafael Antognolli wrote: And the worst part is that I'm not the one who is going to earn a beer for this... You can have my beer. It's not like you received all those spanks for nothing. :P Leandro

Re: [E-devel] E SVN: tasn IN trunk/exactness: . data data/recording src src/bin src/lib src/scripts

2011-12-07 Thread Leandro Pereira
On 12/06/2011 02:05 PM, Enlightenment SVN wrote: Modified: trunk/exactness/tasn_is_a_lazy_bastard === --- trunk/exactness/tasn_is_a_lazy_bastard2011-12-06 15:52:11 UTC (rev 65960) +++ trunk/exactness/tasn_is_a_lazy_bastard

Re: [E-devel] Eina_Clist - Request for clarifications

2011-10-18 Thread Leandro Pereira
On 10/18/2011 06:43 AM, Tom Hacohen wrote: Using the same logic, I might as well add a flight simulator to eina. If someone's inclined to add a flight simulator to Eina, I'd suggest basing it on the the famous, award-winning, three-dimensional, self-documenting flight simulator by Carl Banks:

Re: [E-devel] E17 in OBS

2011-10-03 Thread Leandro Pereira
On 10/03/2011 11:34 AM, Tomas Cech wrote: Hi mighty devs, I'd like to inform you that with cooperation of JReidinger, DimStar, matejcik and Puppet_Master we have now E17 in openSUSE buildservice for several distributions. Not all make sense but can be used as monitor if something went wrong

Re: [E-devel] FOSDEM 2012

2011-09-30 Thread Leandro Pereira
Philippe, On 09/30/2011 11:25 AM, Philippe Caseiro wrote: But to be ready I need to know, who wants to come and who wants to talk about what. If I get any proposed talks accepted, there's a great chance I'll be there to troll^Wmess with the EFL guys. :) Leandro

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/mixer

2011-09-23 Thread Leandro Pereira
On Fri, Sep 23, 2011 at 5:15 AM, Mike Blumenkrantz m...@zentific.com wrote: send all complaints/bug reports to /dev/null http://i.imgur.com/55R1I.jpg --   Leandro -- All of the data generated in your IT infrastructure

Re: [E-devel] diskselector...

2011-09-12 Thread Leandro Pereira
On 09/12/2011 01:26 AM, Mike Blumenkrantz wrote: elm diskselector is unusable when finger size is very small. that's all. Diskselector is unusable. There, fixed that for you. Leandro -- Doing More with Less:

[E-devel] State of WebKit-EFL

2011-08-09 Thread Leandro Pereira
Folks, Just a quick update on WebKit EFL. We've been working to implement the infrastructure to run the tests provided with WebKit. There are more than 2 tests, and last week we were able to get 95% of them running correctly. To achieve this score, we had to make some fixes here and there.

Re: [E-devel] State of WebKit-EFL

2011-08-09 Thread Leandro Pereira
Jeff, On Tue, Aug 9, 2011 at 6:04 PM, Jeff Hoogland jeffhoogl...@gmail.com wrote: Awesome! Any ETA on when the rest of those fixes will make it upstream? Hoping these will make Eve webrowser a bit more useful than it is in it's current state. I'm hoping to have these upstreamed by

Re: [E-devel] State of WebKit-EFL

2011-08-09 Thread Leandro Pereira
Nicolas, On Tue, Aug 9, 2011 at 6:23 PM, Nicolas Aguirre aguirre.nico...@gmail.com wrote: What about the scrolling problem of pages in eve ? It's eve related or it's fixed with the patch you are talking about ? I haven't seen scrolling bugs since a while ago; I believe it fixed itself. Gotta

Re: [E-devel] efl/e17 bounty board?

2011-07-05 Thread Leandro Pereira
On Tue, Jul 5, 2011 at 4:12 PM, Mike Blumenkrantz m...@zentific.com wrote: Thoughts? Just call it EWoK, as in Enlightenment Winter of Kode. This will actually make way more sense to me than GSoC does (since summers are closer to December rather than July here in the tropics). Also, you gain a

Re: [E-devel] DesktopSummit 2011 in Berlin

2011-05-26 Thread Leandro Pereira
On Thu, May 26, 2011 at 10:53 AM, Leif Middelschulte leif.middelschu...@gmail.com wrote: As i'm already in Berlin i probably will have some time for this event... Some more e devs from .br are attending, as Leandro and Raphael (Kubo). I'm not sure yet; maybe I'll go to the CCC Camp (which

Re: [E-devel] [RFC] Switching even/odd inside elementary theme to edje signal

2011-04-20 Thread Leandro Pereira
Cedric, On Wed, Apr 20, 2011 at 1:13 PM, Cedric BAIL cedric.b...@free.fr wrote:   If nobody mind about this patch, I will apply it friday. Gotta get down on Friday! +1. Leandro -- Benefiting from Server

Re: [E-devel] E SVN: raster IN trunk/evas: . m4 src/lib/engines/common src/lib/file src/modules/loaders src/modules/loaders/ico

2011-03-11 Thread Leandro Pereira
On Fri, Mar 11, 2011 at 5:53 PM, Vincent Torri vto...@univ-evry.fr wrote: omg, raster is supporting a Windows spec ! http://i.imgur.com/WJbr9.jpg -- Cheers,   Leandro -- Colocation vs. Managed Hosting A question

Re: [E-devel] eve bugs (acidx + abgrilo)

2010-12-06 Thread Leandro Pereira
On Sat, Dec 4, 2010 at 7:31 PM, Mike Blumenkrantz m...@zentific.com wrote: Sorry it took a few days, I've been busy with some other stuff.  Here's the build error: What arguments are being passed to cmake? -- Cheers,   Leandro

Re: [E-devel] eve bugs (acidx + abgrilo)

2010-12-06 Thread Leandro Pereira
On Mon, Dec 6, 2010 at 2:45 PM, Mike Blumenkrantz m...@zentific.com wrote: cmake -C /var/tmp/portage/net-libs/webkit-efl-0.1.72693/temp/gentoo_common_config.cmake -DCMAKE_INSTALL_PREFIX=/usr -DPORT=Efl -DNETWORK_BACKEND=curl -DENABLE_GLIB_SUPPORT=OFF -DENABLE_VIDEO=ON

Re: [E-devel] eve bugs (acidx + abgrilo)

2010-12-06 Thread Leandro Pereira
On Mon, Dec 6, 2010 at 4:21 PM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: On Mon, Dec 6, 2010 at 4:08 PM, Mike Blumenkrantz m...@zentific.com wrote: Actually, if I explicitly enable glib support then it compiles.  Problem solved! I imagined it was a bug in the force enabling glib

Re: [E-devel] [PATCH] eve: save history and favorites when added

2010-12-02 Thread Leandro Pereira
On Wed, Dec 1, 2010 at 6:49 PM, Marco Trevisan (Treviño) m...@3v1n0.net wrote: I often experience crashes when using eve, when I reload it no saved informations (like favorites) or history are kept. Why not saving them when something changes? Modifying eve_state.c is bad, since it is

Re: [E-devel] [PATCH] eve: add support for Android User-Agent

2010-12-02 Thread Leandro Pereira
On Wed, Dec 1, 2010 at 5:03 PM, Marco Trevisan (Treviño) m...@3v1n0.net wrote: Here you are. Applied, thanks. -- Cheers,   Leandro -- Increase Visibility of Your 3D Game App Earn a Chance To Win $500! Tap into the

Re: [E-devel] [PATCH] eve: use file realpath for file:// schema

2010-12-02 Thread Leandro Pereira
On Wed, Dec 1, 2010 at 4:06 PM, Marco Trevisan (Treviño) m...@3v1n0.net wrote: I've also another version for this function, this one supports any protocol, following the syntax rules stated by the RFC 3986 considering everything that precedes a semicolon (:) as the schema, and the rest as the

Re: [E-devel] eve bugs (acidx + abgrilo)

2010-11-30 Thread Leandro Pereira
On Mon, Nov 29, 2010 at 10:54 PM, Mike Blumenkrantz m...@zentific.com wrote: it seems the latest snap does build on my machine as long as I use curl and disable everything else, so the compile error I have repeatedly reported is definitely something glib related.  not sure if that helps, but I

Re: [E-devel] [PATCH] eve: use file realpath for file:// schema

2010-11-30 Thread Leandro Pereira
On Mon, Nov 29, 2010 at 10:09 PM, Marco Trevisan (Treviño) m...@3v1n0.net wrote: In previous patches I forgot to use the file absolute path when processing a file:// schema. Webkit doesn't work with relative paths, so this is needed for opening something with eve my_file.html Applied with

Re: [E-devel] URGENT: RASTER!!!!

2010-11-30 Thread Leandro Pereira
2010/11/30 Tiago Falcão ti...@profusion.mobi: Mike++ Happy Birthday Raster! Actually, this is raster++. :) -- Cheers,   Leandro -- Increase Visibility of Your 3D Game App Earn a Chance To Win $500! Tap into the

Re: [E-devel] [PATCH] eve set the cookie policy default value to 2

2010-11-29 Thread Leandro Pereira
On Mon, Nov 29, 2010 at 12:52 PM, Marco Trevisan (Treviño) m...@3v1n0.net wrote: The cookie policy default value in eve should be 2, not 0, since it means: EWK_COOKIE_JAR_ACCEPT_NO_THIRD_PARTY. default in geneet doesn't work for integer types, only for string types. Other two patches will be

Re: [E-devel] [PATCH] eve cookies file support and cookie policy configuration

2010-11-19 Thread Leandro Pereira
On Tue, Nov 16, 2010 at 11:28 AM, Marco Trevisan (Treviño) m...@3v1n0.net wrote: These small patches allow a better cookie handling in eve. Applied with minor tweaks. Thanks,   Leandro -- Beautiful is writing same

Re: [E-devel] [PATCH] eve: show OSD progress-bar on loading

2010-11-18 Thread Leandro Pereira
On Thu, Nov 18, 2010 at 11:06 AM, Marco Trevisan (Treviño) m...@3v1n0.net wrote: Did you look at that? Is it fine? Committed as r54689. Thanks. -- Cheers,   Leandro -- Beautiful is writing same markup. Internet

  1   2   >