Re: [E-devel] [e-users] [announcement] elemines 0.1

2012-09-14 Thread sd
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

Re: [E-devel] applications at startup

2012-11-12 Thread sd
> 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:

Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-27 Thread sd
> 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: >>

Re: [E-devel] E SVN: discomfitor trunk/e

2012-11-28 Thread sd
> 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

Re: [E-devel] deprecating some of ecore_file for 1.8

2012-12-06 Thread sd
> 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: >> >

Re: [E-devel] Window switching issue - Enlightenment 0.17

2013-01-25 Thread sd
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

Re: [E-devel] ChangeLog

2011-01-30 Thread sd
> > 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 > *

Re: [E-devel] GSOC 2011

2011-02-04 Thread sd
> 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

Re: [E-devel] E SVN: englebass trunk/efreet/src/bin

2011-03-16 Thread sd
> > > 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

[E-devel] Mac OS X and library version

2011-03-16 Thread sd
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

Re: [E-devel] Efreet bug when desktop files change

2011-04-01 Thread sd
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

Re: [E-devel] E SVN: devilhorns trunk/e/src/bin

2011-05-10 Thread sd
> 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

Re: [E-devel] E SVN: devilhorns trunk/e/src/bin

2011-05-11 Thread sd
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

Re: [E-devel] E SVN: devilhorns trunk/e/src/bin

2011-05-11 Thread sd
> 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

Re: [E-devel] E SVN: discomfitor trunk/eeze/src/bin

2011-06-29 Thread sd
> 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

Re: [E-devel] E SVN: devilhorns IN trunk/ecore/src/lib/ecore_x: . xcb xlib

2012-07-03 Thread sd
> 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

Re: [E-devel] New EFL release cycle 1.1/1.5 ALPHA

2011-11-15 Thread sd
> > 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. -

Re: [E-devel] E17: Bug in mouse pointer shape

2011-12-27 Thread sd
> 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

Re: [E-devel] E SVN: devilhorns trunk/evas/src/modules/engines/gl_x11

2012-01-12 Thread sd
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)

Re: [E-devel] EFL 1.0... ready?

2011-01-15 Thread sd
> 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: >> > > >> > >

Re: [E-devel] [EGIT] [core/efl] efl-1.9 01/03: efreet: Correctly handle default merge dir

2014-06-12 Thread sd
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 > >