> On Tue, Jul 3, 2012 at 10:53 AM, Vincent Torri
> wrote:
> also, note that i have replied to only that commit, but ALL your
> merges must be fixed in that way. If I have not looked at all the
> commits in the core EFL, the doc and changelog and news, would have
> been a piece of shit quite unusa
> Log:
> add signal handlers
> storage_setup();
> + /* have to override ecore's signal handlers to ensure that socket file
> is removed */
> + ecore_job_add(sigs_setup, NULL);
No need for job here, you can ecore's signal handlers are set up in
ecore_init. (Used to be at least, and if not
> On Sat, 15 Jan 2011 13:51:38 +1000 David Seikel said:
>
>> On Sat, 15 Jan 2011 12:37:58 +0900 Carsten Haitzler (The Rasterman)
>> wrote:
>>
>> > On Sat, 15 Jan 2011 11:43:44 +1000 David Seikel
>> > said:
>> >
>> > > On Sat, 15 Jan 2011 09:30:34 +0800 P Purkayastha
>> > > wrote:
>> > >
>> > >
>
> Hey,
>
> raster, you did an error on the date in the ChangeLog. Again, i tell you:
> use moap. With moap:
>
> * you can't forget to update the ChangeLog (if necessary)
> * you can't make an error on the date
> * you can't make an error on the author of the patch or forget to add it
> *
> Em 04-02-2011 08:27, Cedric BAIL escreveu:
>> On Thu, Feb 3, 2011 at 6:26 PM, Rui Miguel Silva Seabra
>> wrote:
>>> Em 25-01-2011 05:36, Ian Caldwell escreveu:
Lets hear your thoughts...
>>>
>>> Thread safety for ecore!
>>
>> Ecore already provide facility to handle thread, thread safety are
>
>
> On Wed, 16 Mar 2011, Sebastian Dransfeld wrote:
>
>> On 03/15/2011 11:55 PM, Vincent Torri wrote:
>>>
>>>
>>> On Tue, 15 Mar 2011, Enlightenment SVN wrote:
>>>
Log:
Efreet: And revert logging, no longer needed
>>>
>>> eina_log support is enabled, but it seems that it is disabled in
Hi,
Got a complaint from a Mac OS X user that building from trunk fails. The
reason is the v_mic number:
ld: malformed version number: 2.999
After checking I found the reason:
-current_version number
Specifies the current version number of the library. The current version
of the library
I don't get it. Isn't eet supposed to detect corrupt files? I guess it is
something inside efreet, tried to find it but didn't see anything weird.
S.
> On Thu, 31 Mar 2011 17:20:42 +0200 Tom Hacohen
> said:
>
> aaagh! did you keep a copy of the "corrupt" cache file? seriously.. we
> need to
> fi
> Log:
> E17: When searching for an icon in the fdo theme, if we do not find it
> in the current theme, check some fallback icon themes (so there is
> less chance of a menu item having no icon).
Oh! This is so wrong! You completely trash the efreet cache by doing this.
All themes inherit from
It doesn't break it as "will not work", but it wont work optimal. The
cache is designed for use with one theme. It should be the theme designers
responsibility to add theme inherits, and not e17 responsibility to show
random icons.
S.
> Log:
> E17: Revert fdo icon searching in different themes. A
> On 05/11/2011 02:39 AM, s...@tango.flipp.net wrote:
>>> Log:
>>> E17: When searching for an icon in the fdo theme, if we do not find it
>>>in the current theme, check some fallback icon themes (so there is
>>>less chance of a menu item having no icon).
>>
>> Oh! This is so wrong! You comp
>
> We'd like to announce a new release cycle alpha release of several
> Enlightenment components
>
> http://download.enlightenment.org/releases/expedite-1.1.0-alpha.tar.gz
> http://download.enlightenment.org/releases/expedtie-1.1.0-alpha.tar.bz2
expedtie?
S.
-
> On Wed, Dec 28, 2011 at 1:19 PM, Sanjeev wrote:
>> I am not seeing this issue in my e17 desktop, though I find another
>> behaviour.
>
> I have the same problem and it's so annoying :)
> Where to look at?
Resize is done in a mouse move handler. There is a mouse up handler to
stop resize. I gues
Why not move eglMakeCurrent? So you keep one if.
S.
> Log:
> Evas (gl_x11): We cannot call eglMakeCurrent if we have already called
> eglTerminate prior (eg: eglTerminate was in the wrong place here).
>
>
>
> Author: devilhorns
> Date: 2012-01-11 22:06:07 -0800 (Wed, 11 Jan 2012)
left+right opens the remaining fields if enough mines has been flagged.
S.
> On Fri, 14 Sep 2012 13:37:34 +0900 Sanjeev BA said:
>
> right click does that too).
>
>> Bingo!
>>
>> On Fri, Sep 14, 2012 at 1:30 PM, David Seikel wrote:
>>
>> > On Fri, 14 Sep 2012 12:36:07 +0900 Sanjeev BA
>> > wro
> On Sun, 11 Nov 2012 19:11:38 +0100 Sebastian Dransfeld
>
> said:
>
>> On 11/11/2012 06:09 PM, Sebastian Dransfeld wrote:
>> > On 11/10/2012 05:42 AM, Carsten Haitzler (The Rasterman) wrote:
>> >> On Thu, 8 Nov 2012 20:37:06 +0100 Sebastian Dransfeld
>>
>> >> said:
>> >>
>> >>> On 11/08/2012 07:
> On 11/28/2012 01:41 AM, Michael Blumenkrantz wrote:
>> With a beefy changelog accompanying it, I'm pleased to post another
>> alpha.
>> It should be noted that this is the first alpha worthy of receiving the
>> praise "improved LESS CRASHING and IMPROVEMENTS TO NOT CRASHING".
>>
>> Changelog:
>>
> Log:
> argh it was only connman that was broken and I am the breaker
So connman wont work with efl 1.7.x, which is the version distributions
should use?
>
> @@ -805,7 +805,7 @@
> AM_CONDITIONAL(HAVE_DUMMY, false)
> define([CHECK_MODULE_CONNMAN],
> [
> - AC_E_CHECK_PKG(ECONNMAN, [ edbus >= 1
> On 06/12/12 13:50, Vincent Torri wrote:
>> On Thu, Dec 6, 2012 at 2:48 PM, Christopher Michael
>> wrote:
>>> On 06/12/12 13:40, Gustavo Sverzut Barbieri wrote:
On Thu, Dec 6, 2012 at 11:38 AM, Christopher Michael
wrote:
> On 06/12/12 13:25, Gustavo Sverzut Barbieri wrote:
>>
>
There should be an option somewhere which says "Allow windows above
fullscreen". This will keep fullscreen windows fullscreen.
S.
> Hello e-users,
>
> Good to see that we have a release now. So, I downloaded the release
> tar balls and installed it on my Debian Wheezy setup. Before this I
> was u
Is it possible to make the closed branches read-only?
Sebastian
> Hello.
>
> On Thu, 2014-06-12 at 10:11, Sebastian Dransfeld wrote:
>> thanatermesis pushed a commit to branch efl-1.9.
>
> You are aware that there will be no further release from the 1.9
> branch?
>
> regards
> Stefan Schmidt
>
>
21 matches
Mail list logo