On Friday, November 26, 2010, Enlightenment SVN
wrote:
> Log:
> Search for icon theme in elm_need_efreet
>
> When searching for an icon in a theme, efreet needs to load the specific
> cache for the theme. So if an icon doesn't exist, this will be a huge
> overhead. So it is better to find
On Fri, Nov 26, 2010 at 10:37 AM, Gustavo Sverzut Barbieri
wrote:
> On Friday, November 26, 2010, Enlightenment SVN
> wrote:
>> Log:
>> Search for icon theme in elm_need_efreet
>>
>> When searching for an icon in a theme, efreet needs to load the specific
>> cache for the theme. So if an ic
On 11/26/2010 10:37 AM, Gustavo Sverzut Barbieri wrote:
> On Friday, November 26, 2010, Enlightenment SVN
> wrote:
>> Log:
>>Search for icon theme in elm_need_efreet
>>
>>When searching for an icon in a theme, efreet needs to load the specific
>>cache for the theme. So if an icon does
On Friday, November 26, 2010, Cedric BAIL wrote:
> On Fri, Nov 26, 2010 at 10:37 AM, Gustavo Sverzut Barbieri
> wrote:
>> On Friday, November 26, 2010, Enlightenment SVN
>> wrote:
>>> Log:
>>> Search for icon theme in elm_need_efreet
>>>
>>> When searching for an icon in a theme, efreet need
On Friday, November 26, 2010, Enlightenment SVN
wrote:
> Log:
> evas -> use mempool for many objects and things. but.. disable it for
> now. use old calloc+free thing for 1.0 and enable mpool for 1.1. this
> is just done in advance but disabled for some testing purposes looking
> for some
On 11/26/2010 11:05 AM, Gustavo Sverzut Barbieri wrote:
> On Friday, November 26, 2010, Cedric BAIL wrote:
>> On Fri, Nov 26, 2010 at 10:37 AM, Gustavo Sverzut Barbieri
>> wrote:
>>> On Friday, November 26, 2010, Enlightenment SVN
>>> wrote:
Log:
Search for icon theme in elm_need_
On Friday, November 26, 2010, Sebastian Dransfeld wrote:
> On 11/26/2010 11:05 AM, Gustavo Sverzut Barbieri wrote:
>> On Friday, November 26, 2010, Cedric BAIL wrote:
>>> On Fri, Nov 26, 2010 at 10:37 AM, Gustavo Sverzut Barbieri
>>> wrote:
On Friday, November 26, 2010, Enlightenment SVN
>
On Fri, 26 Nov 2010 08:08:52 -0200 Gustavo Sverzut Barbieri
said:
because i dont want to turn it on until 1.1. i want to keep the current alloc
scheme precisely as-is for now. no no mp created, no counting of items or
anything else. the macros reduce to exactly the current code as it stands right
On Fri, Nov 26, 2010 at 8:45 AM, Carsten Haitzler wrote:
> On Fri, 26 Nov 2010 08:08:52 -0200 Gustavo Sverzut Barbieri
> said:
>
> because i dont want to turn it on until 1.1. i want to keep the current alloc
> scheme precisely as-is for now. no no mp created, no counting of items or
> anything e
On Fri, 26 Nov 2010 09:56:28 -0200 Gustavo Sverzut Barbieri
said:
> On Fri, Nov 26, 2010 at 8:45 AM, Carsten Haitzler
> wrote:
> > On Fri, 26 Nov 2010 08:08:52 -0200 Gustavo Sverzut Barbieri
> > said:
> >
> > because i dont want to turn it on until 1.1. i want to keep the current
> > alloc sche
2010/11/26 Carsten Haitzler :
> On Fri, 26 Nov 2010 09:56:28 -0200 Gustavo Sverzut Barbieri
> said:
>
>> On Fri, Nov 26, 2010 at 8:45 AM, Carsten Haitzler
>> wrote:
>> > On Fri, 26 Nov 2010 08:08:52 -0200 Gustavo Sverzut Barbieri
>> > said:
>> >
>> > because i dont want to turn it on until 1.1.
Hello, recentely I've been experiencing a lot of segfaults when running
an Elementary application which uses a genlist with some swallowed parts
in which I put some elm icons (png files).
When running it I often get crashes... Debugging it I found this:
=
CRI<14207>: eina_share_common.c:56
Seems someone broke efreet wrt compiling. Just will not build anymore :(
make[3]: Entering directory `/home/devilhorns/e/trunk/efreet/src/lib'
CC libefreet_la-efreet.lo
efreet.c: In function 'efreet_init':
efreet.c:57: warning: implicit declaration of function 'eet_init'
efreet.c:59: warnin
it's me. I compiled only on windows. i fix it
Vincent
On Fri, 26 Nov 2010, Christopher Michael wrote:
> Seems someone broke efreet wrt compiling. Just will not build anymore :(
>
> make[3]: Entering directory `/home/devilhorns/e/trunk/efreet/src/lib'
> CC libefreet_la-efreet.lo
> efreet.
A. Alright, thanks :)
dh
On 11/26/2010 03:40 PM, Vincent Torri wrote:
>
>
> it's me. I compiled only on windows. i fix it
>
> Vincent
>
> On Fri, 26 Nov 2010, Christopher Michael wrote:
>
>> Seems someone broke efreet wrt compiling. Just will not build anymore :(
>>
>> make[3]: Entering direc
Ok, well it compiles now, but getting:
efreet_icon.c: In function 'efreet_icon_theme_cache_check':
efreet_icon.c:1269: warning: implicit declaration of function
'ecore_time_get'
efreet_desktop_command.c: In function 'efreet_desktop_exec_cb':
efreet_desktop_command.c:286: warning: implicit declar
On Fri, 26 Nov 2010, Christopher Michael wrote:
> Ok, well it compiles now, but getting:
>
> efreet_icon.c: In function 'efreet_icon_theme_cache_check':
> efreet_icon.c:1269: warning: implicit declaration of function
> 'ecore_time_get'
>
> efreet_desktop_command.c: In function 'efreet_desktop_e
On 11/26/2010 04:35 PM, Vincent Torri wrote:
>
>
> On Fri, 26 Nov 2010, Christopher Michael wrote:
>
>> Ok, well it compiles now, but getting:
>>
>> efreet_icon.c: In function 'efreet_icon_theme_cache_check':
>> efreet_icon.c:1269: warning: implicit declaration of function
>> 'ecore_time_get'
>>
>
Since you're afk in irc, I figured I would move this to the ml in case someone
else ever wanted to know as well.
1) There are no docs for eet_node:
http://docs.enlightenment.org/auto/eet/group__Eet__Node__Group.html
This should probably be fixed at some point since the code is pretty annoying
to r
19 matches
Mail list logo