On Mon, Nov 11, 2013 at 6:25 PM, Cedric BAIL wrote:
> So who is in on Saturday night ?
>
I am.
--
Leandro
--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programm
On Tue, Nov 5, 2013 at 8:04 AM, Tom Hacohen 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));
> coro->context->env[0].__jmpbuf[
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
---
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
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 th
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 muc
On Mon, Jan 21, 2013 at 1:11 AM, Enlightenment SVN
wrote:
> +#define EINA_COW_WRITE_BEGIN(Cow, Read, Write_Type, Write) \
> + do \
> +{ \
> + Wri
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
Hey,
Here are some numbers that show that the async renderer is actually
saving us time. These numbers can be obtained by yourself, by building
Evas with EVAS_RENDER_DEBUG_TIMING defined and setting/unsetting the
ECORE_EVAS_FORCE_SYNC_RENDER environment variable.
This number is the measure, in
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 wi
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
-
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
--
LogM
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
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 regar
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
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
---
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,
Lea
On Mon, Nov 5, 2012 at 8:51 AM, Gustavo Sverzut Barbieri
wrote:
> - cocoa: remove option, enabled if platform supports it (mac).
You might want to build the X11 version on OS X.
--
Leandro
--
LogMeIn Central: Instan
On Mon, Nov 5, 2012 at 1:31 PM, Leif Middelschulte
wrote:
> Nice!
> But why wouldn't you just provide another theme file?
Colors are not yet themeable in Terminology.
--
Leandro
--
LogMeIn Central: Instant, anywhere,
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. B&W is too distracting.
Cheers,
Leandro
---
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 on
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
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
---
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
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:
http://tia.mat.
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
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 al
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
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
Luis,
On Mon, Sep 10, 2012 at 8:40 AM, Luis Felipe Strano Moraes
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). InDefero
> looked like it
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
--
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
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
On Sat, Aug 25, 2012 at 8:03 PM, Lionel Orry 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 (made by the Faceboo
On Tue, Jul 31, 2012 at 7:42 PM, Enlightenment SVN
wrote:
> static void
> +_edje_cc_log_cb(const Eina_Log_Domain *d,
> +Eina_Log_Level level,
> +const char *file,
> +const char *fnc,
> +int line,
> +const char *fmt,
>
On Tue, Jul 31, 2012 at 9:31 AM, Gustavo Sverzut Barbieri
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
---
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? :)
>
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
---
On Thu, Jul 5, 2012 at 12:01 PM, Enlightenment SVN
wrote:
> brace yourselves: E WINDOW PHYSICS MODULE!
Exactly the thing that will make me switch from Awesome to E17. Good
work, discomfitor!
--
Leandro
--
Live Securi
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 tur
Daniel,
On Thu, Jun 21, 2012 at 7:03 PM, Daniel Willmann
wrote:
>> elev8: Implemented Enabled Pos in CElmActionSlider
>> +GENERATE_PROPERTY_CALLBACKS(CElmActionSlider, enabled);
>
Good catch. Yes, yes it is.
--
Leandro
On Wed, Jun 13, 2012 at 7:53 PM, Carsten Haitzler 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 could also be
> mis-h
On Thu, Jun 14, 2012 at 9:50 PM, Carsten Haitzler wrote:
> it's terminology now. i like the name. it
> feels... sophisticated.
You could have named it rasterm.
--
Leandro
--
Live Security Virtual Conference
Exclusive
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
Raster,
On 06/12/2012 12:58 PM, Carsten Haitzler (The Rasterman) wrote:
> On Tue, 12 Jun 2012 11:46:07 -0300 Leandro Pereira
> said:
>
>> On Tue, Jun 12, 2012 at 12:10 PM, Enlightenment SVN
>> wrote:
>>> Log:
>>> finally a terminal emulator for efl! s
On Tue, Jun 12, 2012 at 12:10 PM, Enlightenment SVN
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
> strikethrough support
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
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
---
On Mon, May 21, 2012 at 10:35 PM, Enlightenment SVN
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).
> ddata.f
On Sat, May 5, 2012 at 7:53 AM, Daniel Juyung Seo 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.
--
Leandro
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
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
El
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 Az
On Wed, Mar 28, 2012 at 8:40 AM, David Seikel wrote:
> How did that even compile?
http://25.media.tumblr.com/tumblr_m0xrmouZyN1rrju89o1_400.jpg
--
Leandro
--
This SF email is sponsosred by:
Try Windows Azure free for
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
On Thu, Mar 15, 2012 at 11:36 PM, Enlightenment SVN
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 require() can't
find modu
On Sun, Mar 11, 2012 at 7:47 PM, Michael Blumenkrantz
wrote:
> I am strongly in favor of this.
+1.
--
Leandro
--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Micr
On Tue, Mar 6, 2012 at 6:36 PM, Gustavo Sverzut Barbieri
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
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
On Mon, Mar 5, 2012 at 9:36 PM, Gustavo Sverzut Barbieri
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: Eina_Log wouldn't know abo
On 03/02/2012 10:47 AM, Lucas De Marchi wrote:
> On Fri, Mar 2, 2012 at 9:48 AM, Carsten Haitzler wrote:
>> On Thu, 1 Mar 2012 23:59:26 +0100 Cedric BAIL said:
>>
>>>
>>> That's a really great update. I really like this new activity in
>>> elev8. I have just a little concern about security. (...)
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 yo
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 precis
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
--
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.
On Thu, Feb 16, 2012 at 11:04 PM, Sanjeev 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 = {};
This object
On 02/16/2012 06:48 PM, Michael Blumenkrantz wrote:
> On Thu, 16 Feb 2012 11:33:50 -0800
> "Enlightenment SVN" 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 incorrect.
> bes
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
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 ${f/.JPG/.thumb.
On Sun, Feb 5, 2012 at 11:29 PM, Iván Briano (Sachiel)
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
--
Try before you buy
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
On Tue, Jan 17, 2012 at 8:14 AM, Carsten Haitzler 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
---
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!
http://p.sf.n
المسالم المسالمة, Tom,
On Sun, Jan 15, 2012 at 1:07 PM, Tom Hacohen
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 is wrong, but
> webkit-efl lo
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
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
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_basta
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:
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 w
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
---
On Fri, Sep 23, 2011 at 5:15 AM, Mike Blumenkrantz 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 is seriously val
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:
Nicolas,
On Tue, Aug 9, 2011 at 6:23 PM, Nicolas Aguirre
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 love self-healing code.
Jeff,
On Tue, Aug 9, 2011 at 6:04 PM, Jeff Hoogland 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 mid-September. Patches to
WebK
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. Som
On Tue, Jul 5, 2011 at 4:12 PM, Mike Blumenkrantz 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 nice, pronounceable
On Thu, May 26, 2011 at 10:53 AM, Leif Middelschulte
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 overlaps
Desktop Summit by a co
Cedric,
On Wed, Apr 20, 2011 at 1:13 PM, Cedric BAIL wrote:
>
> If nobody mind about this patch, I will apply it friday.
>
Gotta get down on Friday! +1.
Leandro
--
Benefiting from Server Virtualization: Beyond Ini
On Fri, Mar 11, 2011 at 5:53 PM, Vincent Torri wrote:
>
> omg, raster is supporting a Windows spec !
>
http://i.imgur.com/WJbr9.jpg
--
Cheers,
Leandro
--
Colocation vs. Managed Hosting
A question and answer guide to
On Mon, Dec 6, 2010 at 4:21 PM, Lucas De Marchi
wrote:
> On Mon, Dec 6, 2010 at 4:08 PM, Mike Blumenkrantz wrote:
>> Actually, if I explicitly enable glib support then it compiles. Problem
>> solved!
>
> I imagined it was a bug in the "force enabling glib support" when you
> explicitly disabled
On Mon, Dec 6, 2010 at 2:45 PM, Mike Blumenkrantz 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 -DCMAKE_BUILD_TYPE=Gentoo
> -DCMAKE_
On Sat, Dec 4, 2010 at 7:31 PM, Mike Blumenkrantz 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
-
On Wed, Dec 1, 2010 at 4:06 PM, Marco Trevisan (Treviño) 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 path (thi
On Wed, Dec 1, 2010 at 5:03 PM, Marco Trevisan (Treviño) wrote:
> Here you are.
>
Applied, thanks.
--
Cheers,
Leandro
--
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest inst
On Wed, Dec 1, 2010 at 6:49 PM, Marco Trevisan (Treviño) 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 auto-generated: any c
2010/11/30 Tiago Falcão :
> 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 largest installed
On Mon, Nov 29, 2010 at 10:09 PM, Marco Trevisan (Treviño)
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 minor changes
On Mon, Nov 29, 2010 at 10:54 PM, Mike Blumenkrantz 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
> can provide
On Mon, Nov 29, 2010 at 12:52 PM, Marco Trevisan (Treviño)
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 applied with
On Tue, Nov 16, 2010 at 11:28 AM, Marco Trevisan (Treviño)
wrote:
>
> These small patches allow a better cookie handling in eve.
>
Applied with minor tweaks.
Thanks,
Leandro
--
Beautiful is writing same markup. Intern
1 - 100 of 116 matches
Mail list logo