michael bouchaud | 1 Mar 2011 01:56
Picon

Re: [E-devel] edje_cc fail

no it's relative to editje, he writes a wrong edc file with error. And I
think for this time the message sent by edje_cc is clear -1.0000 out of
range of 0.000 to 2147483647.000 inclusive.
If you really want use a max value. take a big value where it has no chance
to reach it, like max: 99999 41;

Regards,
Michaël

2011/3/1 Ag. Systems Administrator - Danny <sysadmin <at> agent.co.il>

> Hi,
>
> any reason that edje_cc fails to compile edj with this message:
>
> ERR<26599>:edje_cc edje_cc_parse.c:1044 parse_float_range() edje_cc: Error.
> <stdin>:130 float -1.000 out of range of 0.000 to 2147483647.000 inclusive
>
> for these lines of edc file:
>
>        part { name: "browbar";
>            type: IMAGE;
>            description { state: "default" 0;
>               min: 0 41;
>               max: -1 41;   <==== line 130
>               rel1 {
>                  relative: 0 1;
>                  offset: -1 -20;
>                  to_x: "clip";
>                  to_y: "menubox";
(Continue reading)

Lucas De Marchi | 1 Mar 2011 02:25

Re: [E-devel] ecore_timer_add() broken?

Hi Andreas

On Mon, Feb 28, 2011 at 8:05 PM, Andreas Volz <lists <at> brachttal.net> wrote:
> Hello,
>
> I'm just wondering that some parts of my application aren't working. My
> e/EFL installation is some weeks old, but working good for me.
>
> Now while debugging I noticed, that ecore_timer_add()'s callback is
> never called.
>
> I think I use SVN rev 55761.
>
> Could someone confirm the ecore timer working with a newer SVN rev?
>

It's working for me. I'm using E17 with latest revision. Also
./autogen.sh --enable-tests && make && make check:

Running suite(s): Ecore
You should hear 3 beeps now.
100%: Checks: 13, Failures: 0, Errors: 0

It indeed contains tests for ecore_timer_add().

regards,

Lucas De Marchi

------------------------------------------------------------------------------
(Continue reading)

Ian Caldwell | 1 Mar 2011 07:05
Picon
Gravatar

Re: [E-devel] Receipe website

while your at it. Find a web dev for E.org :P maybe we should roll some
django like so http://djink.chrismorgan.info/ ?

On Mon, Feb 28, 2011 at 8:24 AM, Alex-P. Natsios <apnatsios <at> gmail.com>wrote:

> well since i got some free time this semester i could help if needed
> with system admin stuff & services and probably maintain the site
> (but will probably need mentoring and help for the site and its
> implementation since i am not good with PHP).
>
>
> --
> Regards,
>
> Alex-P. Natsios
> (a.k.a Drakevr)
>
>
> ------------------------------------------------------------------------------
> Free Software Download: Index, Search & Analyze Logs and other IT data in
> Real-Time with Splunk. Collect, index and harness all the fast moving IT
> data
> generated by your applications, servers and devices whether physical,
> virtual
> or in the cloud. Deliver compliance at lower cost and gain new business
> insights. http://p.sf.net/sfu/splunk-dev2dev
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
(Continue reading)

Andreas Volz | 1 Mar 2011 08:05

Re: [E-devel] ecore_timer_add() broken?

Am Mon, 28 Feb 2011 22:25:47 -0300 schrieb Lucas De Marchi:

> Hi Andreas
> 
> On Mon, Feb 28, 2011 at 8:05 PM, Andreas Volz <lists <at> brachttal.net>
> wrote:
> > Hello,
> >
> > I'm just wondering that some parts of my application aren't
> > working. My e/EFL installation is some weeks old, but working good
> > for me.
> >
> > Now while debugging I noticed, that ecore_timer_add()'s callback is
> > never called.
> >
> > I think I use SVN rev 55761.
> >
> > Could someone confirm the ecore timer working with a newer SVN rev?
> >
> 
> 
> It's working for me. I'm using E17 with latest revision. Also
> ./autogen.sh --enable-tests && make && make check:
> 
> Running suite(s): Ecore
> You should hear 3 beeps now.
> 100%: Checks: 13, Failures: 0, Errors: 0
> 
> It indeed contains tests for ecore_timer_add().

(Continue reading)

David Seikel | 1 Mar 2011 10:32
X-Face
Picon
Gravatar

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

On Tue,  1 Mar 2011 01:25:29 -0800 "Enlightenment SVN"
<no-reply <at> enlightenment.org> wrote:

> Log:
> new icons that don't look like awful 8px garbage
> 
> Author:       discomfitor
> Date:         2011-03-01 01:25:29 -0800 (Tue, 01 Mar 2011)
> New Revision: 57447
> Trac:         http://trac.enlightenment.org/e/changeset/57447
> 
> Added:
>   trunk/THEMES/darkness/elm/COPYING-ICONS 
> Modified:
>   trunk/THEMES/darkness/elm/icon_apps.png
> trunk/THEMES/darkness/elm/icon_chat.png
> trunk/THEMES/darkness/elm/icon_clock.png
> trunk/THEMES/darkness/elm/icon_close.png
> trunk/THEMES/darkness/elm/icon_delete.png
> trunk/THEMES/darkness/elm/icon_edit.png
> trunk/THEMES/darkness/elm/icon_file.png
> trunk/THEMES/darkness/elm/icon_folder.png
> trunk/THEMES/darkness/elm/icon_home.png
> trunk/THEMES/darkness/elm/icon_refresh.png 
> 
> Modified: trunk/THEMES/darkness/elm/icon_apps.png
> ===================================================================
> --- trunk/THEMES/darkness/elm/icon_apps.png	2011-03-01
> 09:25:18 UTC (rev 57446) +++
> trunk/THEMES/darkness/elm/icon_apps.png	2011-03-01 09:25:29
(Continue reading)

Cedric BAIL | 1 Mar 2011 10:52
Picon
Favicon

Re: [E-devel] [Patch] Ecore_Con_Url add ssl verify peer option

On Mon, Feb 28, 2011 at 11:41 AM, Raoul Hecky <raoul.hecky <at> gmail.com> wrote:
> Here is a patch that adds a function to enable or disable libcurl verification of
> the peer's certificate authenticity. It's usefull to disable it when you do
> requests to web servers with sefl-signed certificates.
>
> The attached patch adds the function to the API.

In svn thanks.
--

-- 
Cedric BAIL

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
Vincent Torri | 1 Mar 2011 11:05
Picon

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


add  <at> since in the doc

Vincent

On Tue, 1 Mar 2011, Enlightenment SVN wrote:

> Log:
> ecore: add ecore_con_url_ssl_verify_peer_set patch by Raoul Hecky.
>
>
> Author:       cedric
> Date:         2011-03-01 01:51:51 -0800 (Tue, 01 Mar 2011)
> New Revision: 57448
> Trac:         http://trac.enlightenment.org/e/changeset/57448
>
> Modified:
>  trunk/ecore/ChangeLog trunk/ecore/src/lib/ecore_con/Ecore_Con.h trunk/ecore/src/lib/ecore_con/ecore_con_url.c
>
> Modified: trunk/ecore/ChangeLog
> ===================================================================
> --- trunk/ecore/ChangeLog	2011-03-01 09:25:29 UTC (rev 57447)
> +++ trunk/ecore/ChangeLog	2011-03-01 09:51:51 UTC (rev 57448)
>  <at>  <at>  -72,3 +72,7  <at>  <at> 
> 2011-02-27 Jihoon Kim
>
>         * Add ecore_imf_context_preedit_string_with_attributes_get API.
> +
> +2011-03-01 Raoul Hecky
> +
(Continue reading)

Vincent Torri | 1 Mar 2011 11:06
Picon

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


add  <at> since i nthe doc of the enum.

Vincent

On Tue, 1 Mar 2011, Enlightenment SVN wrote:

> Log:
> ecore: fix detection of complete file write in ecore_file inotify.
>
>  Patch by Guillaume Friloux <uillaume.friloux <at> asp64.com>.
>
>
> Author:       cedric
> Date:         2011-03-01 01:57:13 -0800 (Tue, 01 Mar 2011)
> New Revision: 57450
> Trac:         http://trac.enlightenment.org/e/changeset/57450
>
> Modified:
>  trunk/ecore/ChangeLog trunk/ecore/src/lib/ecore_file/Ecore_File.h trunk/ecore/src/lib/ecore_file/ecore_file_monitor_inotify.c
>
> Modified: trunk/ecore/ChangeLog
> ===================================================================
> --- trunk/ecore/ChangeLog	2011-03-01 09:53:58 UTC (rev 57449)
> +++ trunk/ecore/ChangeLog	2011-03-01 09:57:13 UTC (rev 57450)
>  <at>  <at>  -76,3 +76,8  <at>  <at> 
> 2011-03-01 Raoul Hecky
>
> 	* Add ecore_con_url_ssl_verify_peer_set API.
> +
(Continue reading)

Cedric BAIL | 1 Mar 2011 11:13
Picon
Favicon

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

On Tue, Mar 1, 2011 at 11:06 AM, Vincent Torri <vtorri <at> univ-evry.fr> wrote:
> add  <at> since i nthe doc of the enum.

How ? Or where ?

> On Tue, 1 Mar 2011, Enlightenment SVN wrote:
>
>> Log:
>> ecore: fix detection of complete file write in ecore_file inotify.
>>
>>  Patch by Guillaume Friloux <uillaume.friloux <at> asp64.com>.
>>
>>
>> Author:       cedric
>> Date:         2011-03-01 01:57:13 -0800 (Tue, 01 Mar 2011)
>> New Revision: 57450
>> Trac:         http://trac.enlightenment.org/e/changeset/57450
>>
>> Modified:
>>  trunk/ecore/ChangeLog trunk/ecore/src/lib/ecore_file/Ecore_File.h trunk/ecore/src/lib/ecore_file/ecore_file_monitor_inotify.c
>>
>> Modified: trunk/ecore/ChangeLog
>> ===================================================================
>> --- trunk/ecore/ChangeLog     2011-03-01 09:53:58 UTC (rev 57449)
>> +++ trunk/ecore/ChangeLog     2011-03-01 09:57:13 UTC (rev 57450)
>>  <at>  <at>  -76,3 +76,8  <at>  <at> 
>> 2011-03-01 Raoul Hecky
>>
>>       * Add ecore_con_url_ssl_verify_peer_set API.
>> +
(Continue reading)

Cedric BAIL | 1 Mar 2011 11:14
Picon
Favicon

Re: [E-devel] Regarding ecore_file_monitor_inotify.c

On Mon, Feb 28, 2011 at 11:02 AM, Cedric BAIL <cedric.bail <at> free.fr> wrote:
> 2011/2/28 Guillaume Friloux <guillaume.friloux <at> asp64.com>:
>> Hello id like to speak a bit about ecore_file_monitor_inotify
>>
>> Until SVN rev56210
>> (http://trac.enlightenment.org/e/changeset?new=56210%40trunk/ecore/src/lib/ecore_file/ecore_file_monitor_inotify.c&old=54996%40trunk/ecore/src/lib/ecore_file/ecore_file_monitor_inotify.c
>> <http://trac.enlightenment.org/e/changeset?new=56210%40trunk/ecore/src/lib/ecore_file/ecore_file_monitor_inotify.c&old=54996%40trunk/ecore/src/lib/ecore_file/ecore_file_monitor_inotify.c>)
>> it wasnt able to see file modifications until the file is closed (so
>> everything like logfiles couldnt be watched), it got fixed, but this broke
>> the ability to see when a file is completely written.
>>
>> So what i have been thinking is to add something like
>> ECORE_FILE_EVENT_CLOSED that would be raised on a IN_CLOSE_WRITE inotify
>> event, while IN_ATTRIB and IN_MODIFY would still raise
>> ECORE_FILE_EVENT_MODIFY.
>>
>> So there will be both features from before and after rev56210, and i hope
>> this would get everyone happy.
>
> I have been thinking about this for quite some time, and I can't make
> my opinion. It breaks ABI a little, but not that much, because current
> broken application will stay broken, and the working one should
> continue to work. So I am quite ok to let it in for 1.0.x and 1.x
> branch as usefull fix, but not so sure. If someone else could review
> it to, would be helpful.

Seems like I am the only one with an opinion on that, so it's in svn. Thanks
--

-- 
Cedric BAIL

(Continue reading)


Gmane