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 trunk/PROTO/elev8/src/modules/elm

2013-02-15 Thread Daniel Juyung Seo
Thanks for the quick fix :) Daniel Juyung Seo (SeoZ) On Fri, Feb 15, 2013 at 9:01 PM, Leandro Pereira lean...@profusion.mobiwrote: On 02/15/2013 03:50 AM, Daniel Juyung Seo wrote: Oops. CElmGadget.h is missing. Good catch. Committed as r83948. Leandro

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

2013-02-14 Thread Daniel Juyung Seo
Oops. CElmGadget.h is missing. Daniel Juyung Seo (SeoZ) On Fri, Feb 15, 2013 at 3:33 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: elev8: Add CElmGadget. This is only to be used by the Elev8 E17 module. Author: acidx Date: 2013-02-14 10:33:00 -0800 (Thu,

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

2012-08-15 Thread Daniel Willmann
Hello, On 08/14/2012 08:04 PM, Enlightenment SVN wrote: Log: elev8: Flush stdout when printing debug message Author: acidx Modified: trunk/PROTO/elev8/src/bin/main.cc === --- trunk/PROTO/elev8/src/bin/main.cc

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

2012-06-29 Thread Gustavo Sverzut Barbieri
Ecore_Getopt? On Friday, June 29, 2012, Enlightenment SVN wrote: Log: elev8: Add JavaScript debugger support To use the v8 debugger (d8), simply run elev8 with the --debug parameter, then the script name. On another terminal, run ``d8 --remote_debugger'' -- when connected,

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

2012-06-21 Thread Daniel Willmann
Hi, On Thu, June 21, 2012 22:03, Enlightenment SVN wrote: Log: elev8: Implemented Enabled Pos in CElmActionSlider +GENERATE_PROPERTY_CALLBACKS(CElmActionSlider, enabled); enabled is already a property in CElmObject, maybe enabled_pos is a better name? Regards, Daniel

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: acidx trunk/PROTO/elev8/data/javascript

2012-03-09 Thread Michael Blumenkrantz
On Fri, 9 Mar 2012 12:46:58 -0800 Enlightenment SVN no-re...@enlightenment.org wrote: Log: elev8: Remove pager.js No deprecation in PROTO: if you're using it, then you're doing it wrong. this one was my favorite. Author: acidx Date: 2012-03-09 12:46:58 -0800

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 Gustavo Sverzut Barbieri
On Tue, Mar 6, 2012 at 7:35 AM, Leandro Pereira lean...@profusion.mobi wrote: 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

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 Gustavo Sverzut Barbieri
On Tue, Mar 6, 2012 at 11:59 AM, Leandro Pereira lean...@profusion.mobi wrote: 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

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 trunk/PROTO/elev8/src/bin

2012-03-05 Thread Gustavo Sverzut Barbieri
On Mon, Mar 5, 2012 at 4:34 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: elev8: Define the JavaScript module file name  Error messages are meaningful now:     ERR11319:elev8 elev8_utils.cc:60 boom() ./app.js:12 TypeError: Object [object Object] has no method 'derp'  

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

2012-03-02 Thread Elevate Efl
Cool. On Sat, Mar 3, 2012 at 2:41 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: elev8: Test for the existence of Object::HasOwnProperty() Author: acidx Date: 2012-03-02 09:41:22 -0800 (Fri, 02 Mar 2012) New Revision: 68631 Trac:

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

2012-03-01 Thread Elevate Efl
One comment to this commit. On Fri, Mar 2, 2012 at 5:39 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: elev8: Remove HTTP module compile-time warnings Author: acidx Date: 2012-03-01 12:39:19 -0800 (Thu, 01 Mar 2012) New Revision: 68596 Trac:

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

2012-03-01 Thread Lucas De Marchi
On Thu, Mar 1, 2012 at 10:18 PM, Elevate Efl eflel...@gmail.com wrote: One comment to this commit. On Fri, Mar 2, 2012 at 5:39 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: elev8: Remove HTTP module compile-time warnings Author:       acidx Date:         2012-03-01