The previous cache locking was insufficient. eet_clearcache() used no
locking at all. eet_open() locked the cache to find an existing entry,
but then unlocked the cache before incrementing the file's reference
count and using the file. eet_close() also did not hold a lock while
decrementing the
This is easily reproducible: if you create one thread that calls
eet_open() then eet_close() in a loop, and another thread that calls
eet_clearcache() in a loop, it crashes within a second or two.
I just sent out a patch to fix this. I tried creating a ticket in
trac, but it seems newly registere
Hello all,
I'm wondering if fast scrolling of the scroller is available in
Elementary. I couldn't find any info.
Kinetic scrolling is cool; however, if the scroll area is long, it
seems to take forever to get to the end.
The traditional scrollbar is nice in this regard.
I thought elm_object_scr
On Fri, 5 Mar 2010 08:20:33 +1100 Carsten Haitzler (The Rasterman)
wrote:
> On Thu, 4 Mar 2010 17:14:42 -0300 Gustavo Sverzut Barbieri
> said:
>
> > On Thu, Mar 4, 2010 at 4:13 PM, Thomas Sachau
> > wrote: ...
> > > For README: Creating an empty README file in the repo will really
> > > fix th
Hi.
Recently had a look at cursors API and implementation in Textblock and
was amazed by it baroqueness: there are prepend/append functions, lots
of uncertainity of whether to include interval ends into the range or
not etc.
Just for the reference for e-devel@: cursors in Textblock point _to_
cha
On Thu, Mar 4, 2010 at 6:42 PM, Iván Briano (Sachiel)
wrote:
> On Thu, Mar 4, 2010 at 5:40 PM, Enlightenment SVN
> wrote:
>> Log:
>> Removing seg fault. By Fidencio
>>
>> Author: Fabiano Fidencio
>> Author: tiago
>> Date: 2010-03-04 12:40:59 -0800 (Thu, 04 Mar 2010)
>> New Rev
in svn! thanks.
On Thu, Mar 4, 2010 at 6:50 AM, Lucas De Marchi
wrote:
> Instead of parse 2 vectors of Enabled and Disabled technologies, use the
> technology interface with its 'state' field. It's much easier to extend
> this design than the other, also allowing the UI to be easily updated
> upo
On Thu, Mar 4, 2010 at 5:40 PM, Enlightenment SVN
wrote:
> Log:
> Removing seg fault. By Fidencio
>
> Author: Fabiano Fidencio
> Author: tiago
> Date: 2010-03-04 12:40:59 -0800 (Thu, 04 Mar 2010)
> New Revision: 46877
>
> Modified:
> trunk/edje/src/lib/edje_calc.c
>
> Modified
On Thu, 04 Mar 2010 20:13:55 +0100 Thomas Sachau said:
> On 03/04/2010 02:23 AM, Carsten Haitzler (The Rasterman) wrote:
> > On Wed, 03 Mar 2010 19:20:13 +0100 Thomas Sachau said:
> >
> >> Hi,
> >>
> >> i tried to compile all packages, which are as ebuilds in official Gentoo
> >> enlightenment
On Thu, 4 Mar 2010 17:14:42 -0300 Gustavo Sverzut Barbieri
said:
> On Thu, Mar 4, 2010 at 4:13 PM, Thomas Sachau wrote:
> ...
> > For README: Creating an empty README file in the repo will really fix the
> > issue and does not create any pain with versioned README. Touching it in
> > autogent.sh
On Wed, 03 Mar 2010 19:56:55 +0100, Gustavo Sverzut Barbieri
wrote:
> On Wed, Mar 3, 2010 at 3:20 PM, Thomas Sachau wrote:
>> Hi,
>>
>> i tried to compile all packages, which are as ebuilds in official
>> Gentoo enlightenment overlay from
>> svn and i found some issues, which i will list bel
On Thu, Mar 4, 2010 at 4:13 PM, Thomas Sachau wrote:
...
> For README: Creating an empty README file in the repo will really fix the
> issue and does not create
> any pain with versioned README. Touching it in autogent.sh is also just a
> workaround hiding the real
> issue.
empty is wrong, as f
On 03/04/2010 02:23 AM, Carsten Haitzler (The Rasterman) wrote:
> On Wed, 03 Mar 2010 19:20:13 +0100 Thomas Sachau said:
>
>> Hi,
>>
>> i tried to compile all packages, which are as ebuilds in official Gentoo
>> enlightenment overlay from svn and i found some issues, which i will list
>> below:
>
On Mon, Mar 1, 2010 at 11:40 AM, Cedric BAIL wrote:
> For the sake of consistency, I would like to propose this patch that
> enable the possibility to move around polygons like any other evas
> object. It comes with a patch to expedite. With this patch, it also
> open the path to improve polygon r
On Thu, Mar 4, 2010 at 11:11 AM, Andrian Nord wrote:
> ACLOCAL_AMFLAGS line should be removed from Makefile.am, otherwise any
> autoreconf alike builds will fail.
this module is quite new and experimental. Don't bother packaging it.
Actually, I guess it's better to just remove all the modules an
On Thu, Mar 4, 2010 at 7:28 AM, Andrian Nord wrote:
> 1) It's better to have it in dev-libs, as it's not an system-wide
> library, like libc or stdlibc++
I based the category upon tmalloc, since it is similar concept/level.
> 2) Ebuild is broken: subversion and any scm.eclass fetches requested
On Thu, Mar 4, 2010 at 7:18 AM, Andrian Nord wrote:
> There is some style fixes (like 1 -> yes), minor bug fixes (WORKDIR can
> contain spaces, so should be in quotes), some var name changed and some
> useless vars removed.
>
> Also - whole autopoint stuff, but checking for autopoint needness,
> r
On Thu, Mar 4, 2010 at 5:24 AM, Vincent Torri wrote:
> On Fri, 26 Feb 2010, Gustavo Sverzut Barbieri wrote:
>
>> On Fri, Feb 26, 2010 at 8:12 AM, Vincent Torri
>> wrote:
>>>
>>> On Fri, 26 Feb 2010, Gustavo Sverzut Barbieri wrote:
>>>
On Fri, Feb 26, 2010 at 4:22 AM, Vincent Torri
wrot
ACLOCAL_AMFLAGS line should be removed from Makefile.am, otherwise any
autoreconf alike builds will fail.
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactiv
On Wed, Mar 3, 2010 at 11:33 PM, Andreas Volz wrote:
> I just try to change the news module to support HTTPS URLs. I modified
> it to accept also https:// inputs, but as response I get:
>
> HTTP/1.1 302 Found^M Date: Wed, 03 Mar 2010 22:30:55 GMT^M Server:
> Apache/2.2.3 (Debian) mod_python/3.2.10
1) It's better to have it in dev-libs, as it's not an system-wide
library, like libc or stdlibc++
2) Ebuild is broken: subversion and any scm.eclass fetches requested
repo into ${S}, so setting S to "${WORKDIR}/trunk" is useless
- it will not cd into 'trunk' subdir. Better to append
There is some style fixes (like 1 -> yes), minor bug fixes (WORKDIR can
contain spaces, so should be in quotes), some var name changed and some
useless vars removed.
Also - whole autopoint stuff, but checking for autopoint needness,
replaced with eautopoint call, as autotools eclass already do all
Instead of parse 2 vectors of Enabled and Disabled technologies, use the
technology interface with its 'state' field. It's much easier to extend
this design than the other, also allowing the UI to be easily updated
upon devices (dis)appearing.
This breaks compatibility with connman version < 0.49.
On Fri, 26 Feb 2010, Gustavo Sverzut Barbieri wrote:
On Fri, Feb 26, 2010 at 8:12 AM, Vincent Torri wrote:
On Fri, 26 Feb 2010, Gustavo Sverzut Barbieri wrote:
On Fri, Feb 26, 2010 at 4:22 AM, Vincent Torri
wrote:
On Thu, 25 Feb 2010, Enlightenment SVN wrote:
Log:
TRUE/FALSE are gone
24 matches
Mail list logo