[EGIT] [core/enlightenment] enlightenment-0.20 02/02: 20.8 NEWS Updates

2016-05-16 Thread Simon Lees
discomfitor pushed a commit to branch enlightenment-0.20. http://git.enlightenment.org/core/enlightenment.git/commit/?id=951ce4474950e57d0d318b83e39be423c0e11b78 commit 951ce4474950e57d0d318b83e39be423c0e11b78 Author: Simon Lees Date: Mon May 16 14:14:59 2016 +0930 20.8 NEWS Updates

[EGIT] [core/enlightenment] enlightenment-0.20 01/02: 20.8 release

2016-05-16 Thread Simon Lees
discomfitor pushed a commit to branch enlightenment-0.20. http://git.enlightenment.org/core/enlightenment.git/commit/?id=538b33be0c68066fb7dd7a44e85868736ae10ec1 commit 538b33be0c68066fb7dd7a44e85868736ae10ec1 Author: Simon Lees Date: Mon May 16 14:09:48 2016 +0930 20.8 release

Re: [E-devel] efl doesn't build against the latest libbullet

2016-05-14 Thread Simon Lees
On 05/14/2016 05:31 PM, Stefan Schmidt wrote: > Hello. > > On 13/05/16 04:49, Simon Lees wrote: >> >> On 05/10/2016 05:24 PM, Stefan Schmidt wrote: >>> Hello. >>> >>> On 10/05/16 03:23, Simon Lees wrote: >>>> Hi All, >>>>

Re: [E-devel] efl doesn't build against the latest libbullet

2016-05-12 Thread Simon Lees
On 05/10/2016 05:24 PM, Stefan Schmidt wrote: > Hello. > > On 10/05/16 03:23, Simon Lees wrote: >> Hi All, >> One of the joys of a rolling distro is sometimes stuff breaks, this week >> efl no longer builds against the latest libbullet (bullet3-2.83.7) with >> t

Re: [E-devel] [e-users] EFL developers days

2016-05-12 Thread Simon Lees
--- >>>>> Mobile security can be enabling, not merely restricting. Employees who >>>>> bring their own devices (BYOD) to work are irked by the imposition of >>> MDM >>>>> restrictions. Mobile Device Manager Plus allows

Re: [E-devel] I've finally decided to try Eula ...

2016-05-12 Thread Simon Lees
as better done in Lua. > > So only experiments, though I expect it will eventually lead to > something useful. So no need to be production ready. It's what I do > for fun. B-) > A conky based e gadget would be awesome, for now i live with pinning it to the desktop, have fun p

[E-devel] efl-git: build from make dist tar fails.

2016-05-09 Thread Simon Lees
iled full build log: https://build.opensuse.org/package/live_build_log/X11:Enlightenment:Nightly/efl/openSUSE_Leap_42.1/x86_64 Cheers -- Simon Lees (Simotek)http://simotek.net Emergency Update Team keybase.io/simotek

[E-devel] efl doesn't build against the latest libbullet

2016-05-09 Thread Simon Lees
error: BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h: No such file or directory [ 347s] compilation terminated. The full build log is available from https://build.opensuse.org/package/live_build_log/openSUSE:Factory/efl/standard/x86_64 Cheers -- Simon Lees (Simotek

Re: [E-devel] evas-generic-loaders merge proposal

2016-05-05 Thread Simon Lees
>> Find and fix application performance issues faster with Applications Manager >> Applications Manager provides deep performance insights into multiple tiers >> of >> your business applications. It resolves application problems quickly and >> reduce

Re: [E-devel] evas-generic-loaders merge proposal

2016-05-05 Thread Simon Lees
> -- > Find and fix application performance issues faster with Applications Manager > Applications Manager provides deep performance insights into multiple tiers of > your business applications. It resolves application p

Re: [E-devel] [EGIT] [core/efl] master 01/02: tiff: disable by default as it is full of CVE with apparently no chance to get them fixed.

2016-05-01 Thread Simon Lees
tion so they are about on par with the majority of the imlib2 bugs that have come through here in the last 2 weeks. So yes efl should keep building with tiff support the important fixes are being fixed and going into distro's, if theres ever a major issue one of the enterprise distro's eng

Re: [E-devel] [EGIT] [core/efl] master 01/02: tiff: disable by default as it is full of CVE with apparently no chance to get them fixed.

2016-04-30 Thread Simon Lees
ENABLE_EVAS_IMAGE_LOADER(PNG, static) >> ARG_ENABLE_EVAS_IMAGE_LOADER(PSD, static) >> ARG_ENABLE_EVAS_IMAGE_LOADER(Tga, static) >> -ARG_ENABLE_EVAS_IMAGE_LOADER(Tiff, yes) >> +ARG_ENABLE_EVAS_IMAGE_LOADER(Tiff, no) >> ARG_ENABLE_EVAS_IMAGE_LOADER(WBMP, static) &g

Re: [E-devel] [EGIT] [tools/edi] master 01/01: Update the default license shipped with the skeletons.

2016-04-30 Thread Simon Lees
BY YOU OR THIRD >> -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), >> -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF >> -SUCH DAMAGES. >> - >> - 17. Interpretation of Sections 15 and 16. >

Re: [E-devel] Elm Icon theme configuration & enlightenment

2016-04-30 Thread Simon Lees
provides deep performance insights into multiple >>>> tiers of >>>>> your business applications. It resolves application problems quickly >>> and >>>>> reduces your MTTR. Get your free trial! >>>>> https://ad.doubleclick.net/ddm/clk/302982198;13010

Re: [E-devel] Elm Icon theme configuration & enlightenment

2016-04-30 Thread Simon Lees
gt;>> >>> anyway it's kind of a necessity to be able to select fdo or elm theme and >>> then >>> select what the fd theme is >>> >>>> My thoughts are to either: >>>> 1) leave it as is and allow u

Re: [E-devel] API Break Re: [EGIT] [legacy/imlib2] master 05/05: Fix various potential OOM crashes.

2016-04-29 Thread Simon Lees
On 04/29/2016 04:55 PM, Kim Woelders wrote: > On 04/29/2016 05:37 AM, Simon Lees wrote: >> Hi Kim, >> this change breaks api on intel 64bit platforms according to our >> scripts. (I didn't pick it either) >> >> api.c, libImlib2.so.1.4.5 >> [−] iml

[E-devel] API Break Re: [EGIT] [legacy/imlib2] master 05/05: Fix various potential OOM crashes.

2016-04-28 Thread Simon Lees
); > +list = NULL; > + } > + else > + { > +list = realloc(list, size * sizeof(char *)); > + } > + *num = size; > + return list; > +} > + > +char ** > +__imlib_ListModules(const char *what, int *num_ret) > +{ >

Re: [E-devel] New release for imlib2

2016-04-28 Thread Simon Lees
On 04/28/2016 11:00 AM, Simon Lees wrote: > > > On 04/28/2016 09:38 AM, Simon Lees wrote: >> >> >> On 04/27/2016 04:25 AM, Kim Woelders wrote: >>> On 04/26/2016 07:03 PM, Santiago Torres wrote: >>>> On Tue, Apr 26, 2016 at 06:48:15PM +0200,

Re: [E-devel] New release for imlib2

2016-04-27 Thread Simon Lees
On 04/28/2016 09:38 AM, Simon Lees wrote: > > > On 04/27/2016 04:25 AM, Kim Woelders wrote: >> On 04/26/2016 07:03 PM, Santiago Torres wrote: >>> On Tue, Apr 26, 2016 at 06:48:15PM +0200, Kim Woelders wrote: >>>> On 04/26/2016 01:27 AM, Simon Lees wrote: &

Re: [E-devel] New release for imlib2

2016-04-27 Thread Simon Lees
On 04/27/2016 04:25 AM, Kim Woelders wrote: > On 04/26/2016 07:03 PM, Santiago Torres wrote: >> On Tue, Apr 26, 2016 at 06:48:15PM +0200, Kim Woelders wrote: >>> On 04/26/2016 01:27 AM, Simon Lees wrote: >>>> >>>> >>>> On 04/26/2016

Re: [E-devel] New release for imlib2

2016-04-25 Thread Simon Lees
advance! > -Santiago. > Hi Santiago, I believe its being organised once the issues stop rolling in, from a security perspective none of the issues are any more then minor. I'm waiting for the same for openSUSE, unfortunately for SUSE Linux Enterprise i've had to backport a bunch

Re: [E-devel] [EGIT] [legacy/imlib2] master 01/01: Harden API and internals against overly large images

2016-04-21 Thread Simon Lees
cation -> heap > overflow scenarios. > --- > src/lib/api.c | 25 ++--- > src/lib/font_draw.c | 5 +++-- > src/lib/rend.c | 3 +++ > 3 files changed, 28 insertions(+), 5 deletions(-) -- Simon Lees (Simotek)

Re: [E-devel] [EGIT] [core/efl] master 01/01: Revert "edje: build again edje files needed for tests"

2016-04-21 Thread Simon Lees
On 04/22/2016 11:23 AM, Jean-Philippe André wrote: > On 22 April 2016 at 10:11, Jean-Philippe André wrote: > >> >> >> On 21 April 2016 at 19:10, Stefan Schmidt wrote: >> >>> Hello. >>> >>> On 21/04/16 09:28, Simon Lees wrote: &g

Re: [E-devel] PSA: Chromium

2016-04-21 Thread Simon Lees
ast. Maybe I can even use something other then firefox as my browser again. Cheers -- Simon Lees (Simotek)http://simotek.net Emergency Update Team keybase.io/simotek SUSE LinuxAdeliade Australia, UTC+9:30 GPG F

Re: [E-devel] [EGIT] [core/efl] master 01/01: Revert "edje: build again edje files needed for tests"

2016-04-21 Thread Simon Lees
stuff withotu doing eolian and eolian_gen and thus evas needed >> Eo.sh which >>> needed eo_base.eo.h ... which had not been generated. it just totally >> forgot >>> about dependencies of building eolian_gen and generating stuff with this >> one >>

Re: [E-devel] Building Elementary Example

2016-04-19 Thread Simon Lees
On 04/15/2016 09:30 AM, Cedric BAIL wrote: > On Tue, Apr 12, 2016 at 7:33 PM, Simon Lees wrote: >> On 04/12/2016 03:59 AM, Cedric BAIL wrote: >>> Damn, you have quite some trick up your sleeve. So with >>> 21ee8b83370f0878591106e5625fa2c0a18b4226 it should be fixed.

Re: [E-devel] [EGIT] [core/efl] master 02/11: evil: make it possible to build the library alone.

2016-04-15 Thread Simon Lees
iple >> tiers of >> your business applications. It resolves application problems quickly and >> reduces your MTTR. Get your free trial! >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >> ___ >> enlig

Re: [E-devel] Building Elementary Example

2016-04-12 Thread Simon Lees
ch correctly installs into the buildroot rather then "/usr", calling make install-examples DESTDIR="%buildroot" doesn't have the same result and instead tries to install into "/usr" Cheers -- Simon Lees (Simotek)http://simotek.net Em

Re: [E-devel] [imlib2] [PATCH] off-by-one OOB read in __imlib_MergeUpdate

2016-04-11 Thread Simon Lees
>> >> Debian-Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819818 >> >> > First patch (reversed condition) looks good to me - committed. > > Thanks :) > > /Kim > > > > -- > _______ > enlightenment-devel mailing list > enlightenment-devel

Re: [E-devel] [imlib2] integer divide by zero on 2x1 ellipse

2016-04-11 Thread Simon Lees
On 04/08/2016 03:56 AM, Kim Woelders wrote: > On 04/06/2016 03:12 AM, Simon Lees wrote: >> >> On 04/05/2016 06:48 AM, Yuriy M. Kaminskiy wrote: >>> As reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639414 >>> imlib_image_draw_ellipse(4,4,2,1) t

Re: [E-devel] [EGIT] [core/efl] master 04/04: CtxPopup: fix auto-hide property setting

2016-04-10 Thread Simon Lees
> 0 > anything else -> 1 > > :) it's good to do. Sounds like http://thedailywtf.com/articles/bidding-on-security > >>> >>>> if (sd->auto_hide == !disabled) return; >>>> sd->auto_hide = !disabled; >>>> } >>>>

Re: [E-devel] Building Elementary Example

2016-04-10 Thread Simon Lees
On 04/09/2016 08:36 AM, Cedric BAIL wrote: > On Fri, Apr 8, 2016 at 12:44 AM, Simon Lees wrote: >> Once, many moons ago one was able to build and install elementary >> examples using the flag --enable-install-examples. It seems that in this >> scary new world of unification

[E-devel] Building Elementary Example

2016-04-08 Thread Simon Lees
Once, many moons ago one was able to build and install elementary examples using the flag --enable-install-examples. It seems that in this scary new world of unification that no longer holds true. Would a brave knight kindly step forward to rectify this situation. -- Simon Lees (Simotek

Re: [E-devel] e20 on Raspberry Pi

2016-04-07 Thread Simon Lees
gt;>> >>>> http://tux-style.com/tmp/e_backtrace.log >>> >>> same problem there too. dest pixel buffer is NULL. thats why it >>> crashes. i don't know why it's null. evas_object_image_data_get() is >>> obviously returning NULL. why? is image

Re: [E-devel] [EGIT] [core/efl] master 01/02: elm_nstate: introduce nstate widget and inherit check from it

2016-04-07 Thread Simon Lees
On 04/08/2016 12:03 PM, Amitesh Singh wrote: > On Apr 8, 2016 07:51, "Simon Lees" wrote: >> >> >> >> On 04/07/2016 07:33 PM, Amitesh Singh wrote: >>> jpeg pushed a commit to branch master. >>> >>> > http://git.enlightenment.o

Re: [E-devel] [EGIT] [core/efl] master 01/02: elm_nstate: introduce nstate widget and inherit check from it

2016-04-07 Thread Simon Lees
On 04/07/2016 07:33 PM, Amitesh Singh wrote: > jpeg pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=56ab4359981baffbbc93102b098eede1ad79e47a > > commit 56ab4359981baffbbc93102b098eede1ad79e47a > Author: Amitesh Singh > Date: Thu Apr 7 18:25:59 2016

Re: [E-devel] (: From now on all EFL code will be happy... or else!

2016-04-06 Thread Simon Lees
On 04/07/2016 08:47 AM, Carsten Haitzler (The Rasterman) wrote: > On Wed, 6 Apr 2016 12:13:58 +0100 Tom Hacohen said: > >> On 06/04/16 11:51, Simon Lees wrote: >>> >>> >>> On 04/06/2016 07:04 PM, Carsten Haitzler (The Rasterman) wrote: >>>> On

Re: [E-devel] (: From now on all EFL code will be happy... or else!

2016-04-06 Thread Simon Lees
On 04/06/2016 07:04 PM, Carsten Haitzler (The Rasterman) wrote: > On Tue, 5 Apr 2016 19:54:06 -0300 Vinícius dos Santos Oliveira > said: > >> 2016-04-05 19:50 GMT-03:00 Simon Lees : >> >>> I don't like the idea of having opening brackets without close brack

Re: [E-devel] [PATCH] gif: fix oob reads w/bad colormaps

2016-04-05 Thread Simon Lees
} >>> *ptr++ = (0xff << 24) | (r << 16) | (g << 8) | b; >>> } >>> per += per_inc; >> >> > > Right, I was going to push Yuriys patches as they look a bit more &g

Re: [E-devel] [imlib2] integer divide by zero on 2x1 ellipse

2016-04-05 Thread Simon Lees
and were probably never going to draw that well anyway. Cheers -- Simon Lees (Simotek)http://simotek.net Emergency Update Team keybase.io/simotek SUSE LinuxAdeliade Australia, UTC+9:30 GPG Fingerprint: 5B87 DB9D 88

Re: [E-devel] (: From now on all EFL code will be happy... or else!

2016-04-05 Thread Simon Lees
x27;$()' ? Not a big fan of this > custom to EFL marker. $ sounds more used and understandable by > everyone I think. Its close to what Qt uses in there resource system which is :/ so ":/data/stuff/file.jpg" ":/downloads/stuff/file.jpg" I don't like the

Re: [E-devel] [imlib2] integer divide by zero on 2x1 ellipse

2016-04-04 Thread Simon Lees
maybe raster does. Cheers Simon > > > -- > > > > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- Simon Lees (Simotek)

Re: [E-devel] e20 on Raspberry Pi

2016-04-03 Thread Simon Lees
timisiations gcc will optimise away unnecessary variables and function calls into registers etc, often you don't need the values that are optimised out for debugging thats fine, if they are needed you need to rebuild giving gcc the -O0 flag which will disable all compiler optimi

Re: [E-devel] e20 on Raspberry Pi

2016-04-02 Thread Simon Lees
trictly required which some ubuntu versions do package without systemd, I don't remember which ones though. The requirement is based off needing to provide user access to display and input devices. > https://git.enlightenment.org/core/enlightenment.git/tree/README.wayland &

Re: [E-devel] packaging/debian

2016-04-01 Thread Simon Lees
o's areas arch could be an exception. I haven't checked the rpm spec files in the e git repos for a long time so I have no idea how close they are to correct. If you need a reference point, all openSUSE's are here https://build.opensuse.org/project/show/X11:Enlightenment:Factory y

Re: [E-devel] EFL 1.18 + maybe enlightenment LTS

2016-03-29 Thread Simon Lees
On 03/30/2016 07:52 AM, Martinx - ジェームズ wrote: > On 29 March 2016 at 10:02, Stefan Schmidt wrote: > >> Hello. >> >> On 29/03/16 04:04, Simon Lees wrote: >>> Hi All, >>> >>> Now that I have slightly more time on my hands and to make the n

Re: [E-devel] EFL 1.18 + maybe enlightenment LTS

2016-03-29 Thread Simon Lees
On 03/29/2016 11:32 PM, Stefan Schmidt wrote: > Hello. > > On 29/03/16 04:04, Simon Lees wrote: >> Hi All, >> >> Now that I have slightly more time on my hands and to make the next >> enlightenment release easier to manage I am proposing to volunteer to >>

[E-devel] EFL 1.18 + maybe enlightenment LTS

2016-03-28 Thread Simon Lees
orking together on this. There is also a chance that I'll do something similar with enlightenment releases but that will probably depend on the timing of releases and which release I decide to include in the next openSUSE release. Feel free to raise any concerns or issues here or on IRC

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas sw render: cutout rects may be used in multiple threads

2016-03-26 Thread Simon Lees
> fast and handy but we may use these from multiple threads. thats bad > mmmkay. so this fixes it the dirty way - makes them thread local. > :) > > this fixes T3348 - the crash mentioned by @zmike > Approximately how many efl versions does this go

Re: [E-devel] UI syntax, letter 2

2016-03-11 Thread Simon Lees
On 03/11/2016 12:35 AM, Carsten Haitzler (The Rasterman) wrote: > On Thu, 10 Mar 2016 17:39:58 + Tom Hacohen said: > >> On 09/03/16 06:39, Carsten Haitzler wrote: >>> On Tue, 08 Mar 2016 18:14:42 +0200 Yakov Goldberg >>> said: >>> Hello everyone, I had discussions with Tom and as

Re: [E-devel] Enlightenment DR 0.20.6 Release

2016-03-10 Thread Simon Lees
On 03/10/2016 10:04 AM, Vasiliy Tolstov wrote: > 2016-03-09 21:04 GMT+03:00 Mike Blumenkrantz : >> This bugfix release improves on the 0.20.5 release and resolves a number of >> issues. >> NOTE: Wayland >= 1.10 is now required for Wayland compositor support. >> >> TICKETS ADDRESSED >> https://pha

Re: [E-devel] UI syntax, letter 2

2016-03-09 Thread Simon Lees
On 03/10/2016 02:14 AM, Carsten Haitzler (The Rasterman) wrote: > On Wed, 9 Mar 2016 15:44:57 +0100 Simon Lees said: > >> >> >> On 03/09/2016 08:29 AM, Carsten Haitzler (The Rasterman) wrote: >>> On Wed, 9 Mar 2016 17:08:54 +1000 David Seikel said: >>&

Re: [E-devel] UI syntax, letter 2

2016-03-09 Thread Simon Lees
On 03/09/2016 04:03 PM, Tom Hacohen wrote: > On 09/03/16 14:44, Simon Lees wrote: >> >> >> On 03/09/2016 08:29 AM, Carsten Haitzler (The Rasterman) wrote: >>> On Wed, 9 Mar 2016 17:08:54 +1000 David Seikel said: >>> >>>> On Wed, 9 Mar

Re: [E-devel] UI syntax, letter 2

2016-03-09 Thread Simon Lees
On 03/09/2016 08:29 AM, Carsten Haitzler (The Rasterman) wrote: > On Wed, 9 Mar 2016 17:08:54 +1000 David Seikel said: > >> On Wed, 9 Mar 2016 15:39:45 +0900 Carsten Haitzler (The Rasterman) >> wrote: >> * fixed indentation (4 spaces) or not fixed >>> >>> i personally think 2 spaces is

Re: [E-devel] [EGIT] [core/efl] master 05/07: Eo: Remove more deprecated functions.

2016-03-07 Thread Simon Lees
On 03/07/2016 11:08 AM, Tom Hacohen wrote: > On 07/03/16 04:57, Jean-Philippe André wrote: >> Hi Tom & q66, >> >> >> Is there any chance we could get rid of the 2 in Eo_Event2 as well? >> >> I mean this, in Eo.h: >> >> /** XXX: Hack until fixed in Eolian */ >> typedef struct _Eo_Event Eo_Event2;

Re: [E-devel] 1.18 schedule proposal

2016-03-04 Thread Simon Lees
On 03/04/2016 09:41 AM, Stefan Schmidt wrote: > Hello. > > On 04/03/16 09:29, Simon Lees wrote: >> On 03/03/2016 11:41 AM, Stefan Schmidt wrote: >>> Hello. >>> >>> Some people might be wondering why there was no schedule for 1.18 yet >>> while

Re: [E-devel] 1.18 schedule proposal

2016-03-04 Thread Simon Lees
On 03/03/2016 11:41 AM, Stefan Schmidt wrote: > Hello. > > Some people might be wondering why there was no schedule for 1.18 yet > while we are already in the development phase of it after 1.17 was > released. The simple reason is that 1.18 will be different from the > normal 3 months rhythm we h

Re: [E-devel] Elementary Handling of Standard Icons for Applications

2016-02-27 Thread Simon Lees
Hi all, For what its worth the flattr dark icon theme has a comprehensive set of icons for use in applications as svg's that could pretty easily be recolored to blue and exported to png for anything missing. https://github.com/NitruxSA/flattr-icons/tree/master/Flattr%20Dark/actions/24 Cheers

Re: [E-devel] Elementary Handling of Standard Icons for Applications

2016-02-19 Thread Simon Lees
On 02/18/2016 11:44 PM, Andrew Williams wrote: > To summarise our discussion on IRC last night on this topic there was a > general agreement that we can get Elementary to match the FreeDesktop.org > standard for icon naming, allow the user to choose which icon theme to use > and also remove the t

Re: [E-devel] Elementary Handling of Standard Icons for Applications

2016-02-15 Thread Simon Lees
On 02/15/2016 04:54 PM, marcel-hollerb...@t-online.de wrote: > Hello, > > On Mon, Feb 15, 2016 at 11:45:59AM +0900, Carsten Haitzler wrote: >> On Thu, 11 Feb 2016 15:50:34 + Andrew Williams >> said: >> >>> Hi, >>> >>> Can we pick this up again please? if neither 1) nor 2) are likely to happ

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: e - restart window positioning - fix it

2016-02-15 Thread Simon Lees
On 02/11/2016 04:01 AM, Carsten Haitzler (The Rasterman) wrote: > On Mon, 08 Feb 2016 20:14:54 + Mike Blumenkrantz > said: > >> On Fri, Feb 5, 2016 at 9:34 PM Carsten Haitzler >> wrote: >> >>> raster pushed a commit to branch master. >>> >>> >>> http://git.enlightenment.org/core/enlightenme

Re: [E-devel] [EGIT] [games/etypers] master 03/03: support freedeskop launcher

2016-02-14 Thread Simon Lees
Hi Hermet, (And most other efl developers) On 02/13/2016 03:32 PM, Hermet Park wrote: > hermet pushed a commit to branch master. > > http://git.enlightenment.org/games/etypers.git/commit/?id=6690567e8b3ee3c63e4baefc68e38d57a85ba10e > > commit 6690567e8b3ee3c63e4baefc68e38d57a85ba10e > Author: Herm

Re: [E-devel] Python-EFL 1.17.0 release

2016-02-09 Thread Simon Lees
On 02/09/2016 05:50 AM, Davide Andreoli wrote: > 2016-02-08 10:53 GMT+01:00 Simon Lees : > >> >> On 02/08/2016 05:50 AM, Davide Andreoli wrote: >>> = Python-EFL 1.17.0 release= >>> >>> We are pleased to announce that **Python-EFL** 1.17.0 i

Re: [E-devel] Python-EFL 1.17.0 release

2016-02-08 Thread Simon Lees
On 02/08/2016 05:50 AM, Davide Andreoli wrote: > = Python-EFL 1.17.0 release= > > We are pleased to announce that **Python-EFL** 1.17.0 is now released and > available for download. > > Any thoughts on this Fedora 23 Error, https://build.opensuse.org/package/live_build_log/X11:Enlightenment:Fact

Re: [E-devel] [EGIT] [core/elementary] elementary-1.16 01/01: calendar.edc: fix typo in text style

2016-02-04 Thread Simon Lees
Should this also go into the 1.17 branch, it was backported to 1.16 after the 1.17 release On 02/03/2016 08:49 PM, Vitalii Vorobiov wrote: > furrymyad pushed a commit to branch elementary-1.16. > > http://git.enlightenment.org/core/elementary.git/commit/?id=9fe33f1db5be4e15746f5717ba7af2b593a0607

Re: [E-devel] Help porting an e17 theme to e19/20

2016-01-22 Thread Simon Lees
On 01/22/2016 08:11 PM, Martin Dietze wrote: > On 21 January 2016 at 20:20, Mike Blumenkrantz > wrote: >> No, elementary widget themes are separate so you'll need to write separate >> groups for all these widgets as well. > Thank you! > > Forgive me for asking once more - what do I need to know

Re: [E-devel] [EGIT] [core/efl] master 01/01: configure: Fail if opengl=full is used with EGL

2016-01-15 Thread Simon Lees
On 01/11/2016 05:18 PM, Jean-Philippe ANDRÉ wrote: > jpeg pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=1f7e8d4253cf5265cba5a8968fb43fa720dde934 > > commit 1f7e8d4253cf5265cba5a8968fb43fa720dde934 > Author: Jean-Philippe Andre > Date: Mon Jan 11 13:

Re: [E-devel] x32 (not x86 32 bit) builds are to be removed from our Jenkins

2016-01-14 Thread Simon Lees
On 01/14/2016 09:02 PM, Stefan Schmidt wrote: > Hello. > > We are going to remove the x32 builds from our Jenkins setup. This ABI > never really got flying for any users of EFL I heard about. Removing the > builds and the actual VM for it will free up resources we can user for > other tasks. If y

Re: [E-devel] Merging Efl and elementary

2016-01-13 Thread Simon Lees
On 01/13/2016 09:24 PM, David Seikel wrote: > On Wed, 13 Jan 2016 10:07:01 + Andrew Williams > wrote: > >> Hi, >> >> I agree with all your points and consider the merge a good thing. >> However I'm not sure why we're avoiding a --disable flag for those >> who specifically don't want it - is

Re: [E-devel] Merging Efl and elementary

2016-01-12 Thread Simon Lees
On 01/12/2016 09:41 PM, Stefan Schmidt wrote: > Hello. > > On 12/01/16 01:42, Cedric BAIL wrote: >> Hello, >> >> As we are moving forward with a stable API for binding, one of the >> main "weirdness" that is still exposed is that you need to actually >> require two differents library to use efl.

Re: [E-devel] Packaging Enlightenment + Wayland

2016-01-08 Thread Simon Lees
On 01/09/2016 11:03 AM, Michael Blumenkrantz wrote: > On Sat, 9 Jan 2016 10:48:12 +1030 > Simon Lees wrote: > >> Morning all, >> >> I'm currently trying to add "experimental" wayland support to my >> packages, I was reading in the README.wayla

[E-devel] Packaging Enlightenment + Wayland

2016-01-08 Thread Simon Lees
Morning all, I'm currently trying to add "experimental" wayland support to my packages, I was reading in the README.wayland file that if wayland support is built that will be tried first which is less then ideal, ideally i'd like to ship the following two files, /usr/share/xsessions/enlightenm

Re: [E-devel] Python vs C for E development?

2015-12-25 Thread Simon Lees
On 12/26/2015 06:25 AM, Stanislav Baiduzhyi wrote: > Hi All, > > So, I want to start writing yet another never finished project, fast > and simple twin-panel file manager this time, and recently I was very > inspired by Enlightenment, so I would like to try EFL+Elementary. > > And I've noticed th

Re: [E-devel] elm image file UNSET broken in 1.16

2015-12-20 Thread Simon Lees
On 12/21/2015 10:24 AM, Carsten Haitzler (The Rasterman) wrote: > On Mon, 21 Dec 2015 07:20:10 +1030 Simon Lees said: > >> >> On 12/21/2015 02:43 AM, Mike Blumenkrantz wrote: >>> I've resolved this with >>> https://git.enlight

Re: [E-devel] elm image file UNSET broken in 1.16

2015-12-20 Thread Simon Lees
On 12/21/2015 02:43 AM, Mike Blumenkrantz wrote: > I've resolved this with > https://git.enlightenment.org/core/elementary.git/commit/?id=36748107dabcebb148193548a31095cb8adfc9aa > > When pushing/reviewing patches that add null checks in the future, let's > try to be a bit more careful so that we

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl -break the "i really know what i'm doing" option to get attention

2015-12-14 Thread Simon Lees
Now waiting for the script that auto changes the flag whenever the gentoo wiki gets updated On 12/14/2015 08:00 PM, Daniel Juyung Seo wrote: > Hahaha you made my day! > > On Fri, Dec 11, 2015, 11:07 AM Carsten Haitzler > wrote: > >> raster pushed a commit to branch master. >> >> >> http://git.en

Re: [E-devel] Enlightenment DR 0.20.0 Release

2015-12-01 Thread Simon Lees
report issues with packaging to me via email or on freenode at #opensuse-e or #e Cheers Simon Lees openSUSE Enlightenment Maintainer openSUSE: http://download.opensuse.org/repositories/X11:/Enlightenment:/Factory/openSUSE_Leap_42.1/ fedora: http://download.opensuse.org/repositories/X11

Re: [E-devel] E20 Final

2015-11-24 Thread Simon Lees
On 11/24/2015 02:57 PM, Mike Blumenkrantz wrote: > On Mon, Nov 23, 2015 at 10:57 PM Carsten Haitzler > wrote: > >> On Wed, 18 Nov 2015 20:47:24 + Mike Blumenkrantz >> said: >> >>> Looking at the current list of reported bugs, there are no open tickets >>> which can be considered as release

Re: [E-devel] [EGIT] [apps/rage] master 01/01: rage albumart - use image files in saame dir as media file if there

2015-11-21 Thread Simon Lees
On 11/22/2015 12:22 PM, Carsten Haitzler (The Rasterman) wrote: > On Sat, 21 Nov 2015 13:40:50 +0100 Davide Andreoli > said: > >> You are not considering the case of a folder for each album? >> in this case there was "something-like-a-standard" that use >> >> dir/cover.jpg >> dir/front.jpg >> >>

[E-devel] cmake + jesus issues

2015-11-20 Thread Simon Lees
Hi All, I'm trying to build Jesus on openSUSE, if I build with "cmake ." everything is fine, but if I use my distro specific flags as below (taken from a rpm macro) I get issues. In some cases these are expected because the libs arn't specified but the curiosity starts around, src/lib/emous/mo

Re: [E-devel] Enlightenment Foundation Libraries 1.16 and Friends are Out

2015-11-18 Thread Simon Lees
On 11/19/2015 05:31 PM, Carsten Haitzler (The Rasterman) wrote: > On Thu, 19 Nov 2015 17:11:43 +1030 Simon Lees said: > >> >> On 11/19/2015 10:38 AM, Jeff Hoogland wrote: >>> I understand why this broke and I appreciate folks pointing out the fix. >>>

Re: [E-devel] Enlightenment Foundation Libraries 1.16 and Friends are Out

2015-11-18 Thread Simon Lees
t;> now stricter and actually fails when you do something wrong. >> >> i don't know, BUT i can say this. the toolbar icons are elm icon widgets. >> they >> are swallowed. unless they set a minimum size of their own - they will very >> likely size down to 0 unless the toolba

Re: [E-devel] Segfaults and Full Desktop Lock Ups with EFL 1.16 and E17

2015-11-15 Thread Simon Lees
On 11/15/2015 07:14 PM, Cedric BAIL wrote: > Le 15 nov. 2015 15:48, "Jeff Hoogland" a écrit : >> Don't suppose anyone other than me / Bodhi users are using the 1.16 >> bindings with the E17 code base? Switched to it from 1.15.1 this afternoon >> and now I am getting sporadic segfaults when chang

Re: [E-devel] Enlightenment Foundation Libraries 1.16 and Friends are Out

2015-11-14 Thread Simon Lees
On 11/15/2015 12:31 PM, Jeff Hoogland wrote: > This seems to be theme related, icons appear as expected in the default > theme on Elementary 1.16 > > Guess I'll open a bug report. I can confirm this on a older theme i have, the ones I merged with dark in the last month or so seem fine. > On Sat

Re: [E-devel] c++ hard dependency?

2015-11-12 Thread Simon Lees
On 11/12/2015 07:48 PM, Sylvain BERTRAND wrote: > Hi, > > I did disable the c++ bindings, but still, a c++ compiler was required to > configure the EFL (today's git). > > Is c++ now an hard dependency of enlightenment SDK, or is this a GNU autotools > mis-configuration? > > regards, > Its certain

Re: [E-devel] EFL sonames

2015-11-10 Thread Simon Lees
On 11/10/2015 04:46 AM, Andreas Metzler wrote: > Carsten Haitzler (The Rasterman) wrote: > [...] (unless of course you rely on api documented to be unstable - eg like eo. that we document to be experimental and we do break it). >>> Which means that we should not ship the eo API i

Re: [E-devel] EFL sonames

2015-11-07 Thread Simon Lees
On 11/08/2015 05:19 PM, Andreas Metzler wrote: > On 2015-11-07 Carsten Haitzler wrote: >> On Sat, 7 Nov 2015 08:18:55 +0100 Andreas Metzler said: > [...] >>> Jumping in, let me outline the question a little bit more extensively: >>> Let's assume I found that there is ABI breakage when upgrading

Re: [E-devel] Bug report: Framebuffer support is broken.

2015-09-28 Thread Simon Lees
On 09/27/2015 09:49 AM, vj wrote: > Hello, > > Is this the correct place for a bug report? phab.enlightenment.org is a better place because they will get tracked and remembered better there, and patches can be added and pushed easily, but often they get picked up here as well Cheers Simon > I

[E-devel] Enabling systray by default in e20 (and adding it to the shelf)

2015-09-05 Thread Simon Lees
Hi all, I'll start by saying the general consensus when we discussed this on IRC the other week is we should. Given that the app indicator based systray is now stable and pretty much bug free and that if you are using a decent distro 95% of apps that want to use a tray will work with it, its p

Re: [E-devel] logging into phab 401 (Missing oauth)

2015-08-25 Thread Simon Lees
:00, Bertrand Jacquin wrote: > >> Hi, >> >> This is known issue, we are working on this. >> >> Cheers >> >> On 24/08/2015 10:29, Simon Lees wrote: >> >>> Hi All, >>> >>> When trying to log into phab when using a google acc

[E-devel] logging into phab 401 (Missing oauth)

2015-08-24 Thread Simon Lees
Hi All, When trying to log into phab when using a google account from a machine that hasn't before, I get a 401 complaining about a missing oauth. If i log in with a machine I use regularly that stores my login it seems fine. Cheers Simon ---

Re: [E-devel] EPhoto Release?

2015-08-11 Thread Simon Lees
hat ./configure; make ; sudo make install successfully builds and install your app. You should also make sure you have the version set right in autotools, i'm sure someone will correct me if i missed anything. Cheers Simon > On Sun, Aug 9, 2015 at 9:30 PM, Simon Lees wrote: > >&g

Re: [E-devel] Elm 1.15 broke my popup with a table

2015-08-11 Thread Simon Lees
On 08/11/2015 09:38 AM, Carsten Haitzler (The Rasterman) wrote: > On Mon, 10 Aug 2015 08:15:05 -0500 Jeff Hoogland > said: > >> Apparently this issue is related to my Elm theme. >> >> Are we ever going to stop breaking the theme API? > we didn't break theme api. perhaps your theme was broken to

Re: [E-devel] Elementary Handling of Standard Icons for Applications

2015-08-11 Thread Simon Lees
On 08/11/2015 05:24 AM, Davide Andreoli wrote: > 2015-08-10 17:44 GMT+02:00 Stephen Houston : > >> Thanks Davide, got it working between elm_icon_order_lookup_set and >> elm_toolbar_icon_order_lookup_set ... However I think the point still >> stands that the default order should be FDO_THEME not

[E-devel] EPhoto Release?

2015-08-09 Thread Simon Lees
next openSUSE release, I have a policy of not shipping products without a release. Cheers Simon Lees openSUSE Enlightenment Maintainer -- ___ enlightenment-devel mailing

Re: [E-devel] Behavior break

2015-08-01 Thread Simon Lees
On 07/31/2015 07:03 PM, Stefan Schmidt wrote: > Hello. > > On 30/07/15 13:38, Simon Lees wrote: >> Hi All, >> >> I'm guessing this is maybe the reason why mouse clicks no longer work in >> the enlightenment-git wizard, created T2622 >> > This bug

Re: [E-devel] Behavior break

2015-07-30 Thread Simon Lees
Hi All, I'm guessing this is maybe the reason why mouse clicks no longer work in the enlightenment-git wizard, created T2622 Cheers Simon On 07/30/2015 02:50 PM, Jean-Philippe André wrote: > Hi, > > On Thu, Jul 30, 2015 at 9:09 AM, Dave wrote: > >> In the year 2015, of the month of July, on

Re: [E-devel] Emotion Media Center 1.1 first beta is out

2015-07-16 Thread Simon Lees
On 07/15/2015 04:10 AM, Davide Andreoli wrote: > 2015-07-14 14:35 GMT+02:00 Wolfgang Morawetz : > >> Uh big po file :) >> i start for the de translation (1/3 allready done). >> >> Great ! thanks >> >> >> cu >> wfx >> >> 2015-07-13 19:54 GMT+02:00 Davide Andreoli : >> >>> Hi all, >>> >>> the first

Re: [E-devel] Intent to freeze

2015-07-05 Thread Simon Lees
On 06/27/2015 10:35 PM, Christopher Michael wrote: > On 06/27/2015 01:14 AM, Carsten Haitzler wrote: >> On Fri, 26 Jun 2015 16:11:45 -0400 Mike Blumenkrantz >> said: >> >>> With a few minor exceptions in Wayland, all target features for the E20 >>> release have been met. As such, I am planning t

Re: [E-devel] Eo release plan

2015-06-01 Thread Simon Lees
On 06/01/2015 06:42 PM, Tom Hacohen wrote: > On 20/05/15 17:55, Tom Hacohen wrote: >> Hey, >> >> It is finally time to release Eo. >> >> Since the next EFL release is in August, this will only become official >> EFL API starting from then, however, I'm announcing this now, so >> developers who tr

<    1   2   3   4   5   6   >