Re: [E-devel] eolian c++ build break...

2017-06-02 Thread Eduardo Lima (Etrunko)
Is it really fixed? It is still failing for me as of today. On Wed, May 31, 2017 at 8:26 PM, Daniel Kolesa wrote: > On Thu, Jun 1, 2017, at 01:13, Carsten Haitzler wrote: > > On Wed, 31 May 2017 14:44:44 -0300 Felipe Magno de Almeida > > said:

Re: [E-devel] Fwd: EET Python Bindings

2017-02-14 Thread Eduardo Lima (Etrunko)
Not so long ago, I implemented a I-wanna-be-a-dconf-system-on-top-of-eet for weekeyboard [1], and it worked well. You were given generic key:value pairs via d-bus and it translated to the equivalent on Eet data structures. Not sure how complex it would be for Enlightenment to do this, but it

[EGIT] [themes/klok] master 01/01: Specify text.elipsis to avoid letters being replaced with '...'

2016-10-28 Thread Eduardo Lima (Etrunko)
etrunko pushed a commit to branch master. http://git.enlightenment.org/themes/klok.git/commit/?id=a31ac694b0636861fb7835780ae7f8f9766e7c91 commit a31ac694b0636861fb7835780ae7f8f9766e7c91 Author: Eduardo Lima (Etrunko) <ebl...@gmail.com> Date: Fri Oct 28 10:23:56 2016 -0200 S

Re: [E-devel] E17 Theme Text Sizing Issue with EFL 1.18

2016-10-28 Thread Eduardo Lima (Etrunko)
On Thu, Oct 27, 2016 at 9:24 PM, Simon Lees <sfl...@suse.de> wrote: > > > On 10/28/2016 04:37 AM, Eduardo Lima (Etrunko) wrote: > > Hmm, maybe it is related to the issue I reported these days, can you > please > > try the steps I and see what you got? > > >

Re: [E-devel] E17 Theme Text Sizing Issue with EFL 1.18

2016-10-27 Thread Eduardo Lima (Etrunko)
Hmm, maybe it is related to the issue I reported these days, can you please try the steps I and see what you got? https://phab.enlightenment.org/T4730 On Thu, Oct 27, 2016 at 11:44 AM, Jeff Hoogland wrote: > Finally getting with the times and upgrading to the latest

Re: [E-devel] [EGIT] [core/efl] master 02/04: elm: Remove some eo files from installation

2016-10-26 Thread Eduardo Lima (Etrunko)
This commit broke terminology build bad. I think you need to adjust something in Elementary.h.in, because it ends up indirectly including some files that are not being installed anymore. In file included from /usr/include/elementary-1/elc_fileselector_button.h:68:0, from

Re: [E-devel] [EGIT] [core/efl] master 01/01: elm: Add support for Efl.Model in Elm.Fileselector

2016-06-06 Thread Eduardo Lima (Etrunko)
Because of these additions, build of apps like terminology are broken. In file included from options_colors.c:1:0: /usr/include/elementary-1/Elementary.h:86:23: fatal error: eio_model.h: No such file or directory compilation terminated. Makefile:869: recipe for target

Re: [E-devel] [EGIT] [core/efl] master 01/01: elm: Add support for Efl.Model in Elm.Fileselector

2016-06-06 Thread Eduardo Lima (Etrunko)
Because of these additions, build of apps like terminology are broken. In file included from options_colors.c:1:0: /usr/include/elementary-1/Elementary.h:86:23: fatal error: eio_model.h: No such file or directory compilation terminated. Makefile:869: recipe for target

Re: [E-devel] [EGIT] [core/efl] master 01/04: autotools: we can't destroy this files as it break a make clean all cycle.

2016-06-03 Thread Eduardo Lima (Etrunko)
Put them under DISTCLEANFILES= On Fri, Jun 3, 2016 at 7:18 AM, Stefan Schmidt wrote: > Hello. > > Give me another solution in this case. > > ERROR: files left in build directory after distclean: > ./src/lib/efl/Efl_Config.h > ./src/lib/eina/eina_config.h >

Re: [E-devel] [EGIT] [apps/rage] master 01/01: dnd: Recurse into directories

2015-02-26 Thread Eduardo Lima (Etrunko)
If someone has the time, please take a look on my eio branch, I pushed the code to use eio and get the files list ordered as expected. On Wed, Sep 10, 2014 at 11:22 AM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: Yes, I have plans to change this function to use eio, but I still did not have

[EGIT] [themes/klok] master 02/02: Add indicators for minutes other than 5

2015-02-22 Thread Eduardo Lima (Etrunko)
etrunko pushed a commit to branch master. http://git.enlightenment.org/themes/klok.git/commit/?id=84e40245b989ed8e5ec8ae97072e1c7b9719f32d commit 84e40245b989ed8e5ec8ae97072e1c7b9719f32d Author: Eduardo Lima (Etrunko) ebl...@gmail.com Date: Tue Feb 10 19:10:08 2015 -0200 Add indicators

[EGIT] [themes/klok] master 01/02: oclock - o'clock

2015-02-22 Thread Eduardo Lima (Etrunko)
etrunko pushed a commit to branch master. http://git.enlightenment.org/themes/klok.git/commit/?id=65153abf6fc0505931d4a3058eff3265cd9d1d56 commit 65153abf6fc0505931d4a3058eff3265cd9d1d56 Author: Eduardo Lima (Etrunko) ebl...@gmail.com Date: Tue Feb 10 19:07:23 2015 -0200 oclock - o'clock

Re: [E-devel] [EGIT] [core/efl] efl-1.9 01/01: evas_gl_x11: Fix build after lastest break by Cedric

2014-10-20 Thread Eduardo Lima (Etrunko)
:19, Eduardo Lima (Etrunko) wrote: Just saw that raster actually reverted this in master and 1.11 branches, my guess is that this should be done for all others, right? Yes. I talked to cedric and he wanted to have a look at what branches it was not revert and revert it. it should

Re: [E-devel] [EGIT] [core/efl] efl-1.9 01/01: evas_gl_x11: Fix build after lastest break by Cedric

2014-10-17 Thread Eduardo Lima (Etrunko)
/efl.git/commit/?id=5a4ac4e7ca3452709d8011cff8216b7ff1faf443 commit 5a4ac4e7ca3452709d8011cff8216b7ff1faf443 Author: Eduardo Lima (Etrunko) eduardo.l...@intel.com Date: Fri Oct 17 16:10:44 2014 -0300 evas_gl_x11: Fix build after lastest break by Cedric modules/evas/engines/gl_x11

Re: [E-devel] [EGIT] [apps/rage] master 01/01: dnd: Recurse into directories

2014-09-10 Thread Eduardo Lima (Etrunko)
. Usually eina file operation do consume less memory and do more efficient syscall. Cedric On 09/09/2014 10:17 PM, Eduardo Lima (Etrunko) wrote: etrunko pushed a commit to branch master. http://git.enlightenment.org/apps/rage.git/commit/?id=7c80b9a131b729bd244b40c194dc36bf24dde661 commit

[EGIT] [apps/rage] master 01/01: dnd: Recurse into directories

2014-09-09 Thread Eduardo Lima (Etrunko)
etrunko pushed a commit to branch master. http://git.enlightenment.org/apps/rage.git/commit/?id=7c80b9a131b729bd244b40c194dc36bf24dde661 commit 7c80b9a131b729bd244b40c194dc36bf24dde661 Author: Eduardo Lima (Etrunko) ebl...@gmail.com Date: Mon Aug 25 15:36:44 2014 -0300 dnd: Recurse

Re: [E-devel] [e-users] Rage 0.1.0 Release

2014-08-26 Thread Eduardo Lima (Etrunko)
On Mon, Aug 25, 2014 at 8:16 AM, Carsten Haitzler ras...@rasterman.com wrote: i didnt really see the point of an open file dialog... as u can dnd onto rage from your fm... :) multiple files accepted. :) Multiple files yes, so I have extended this functionality to recurse into directories:

Re: [E-devel] [e-users] Rage 0.1.0 Release

2014-08-26 Thread Eduardo Lima (Etrunko)
Updated patch with fix to a mem leak. https://git.enlightenment.org/apps/rage.git/commit/?h=devs/etrunko/dndid=82ca11bfcc51e2b031b74174f8fd879b0e2d0611 On Tue, Aug 26, 2014 at 11:41 AM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: On Mon, Aug 25, 2014 at 8:16 AM, Carsten Haitzler ras

Re: [E-devel] [e-users] Rage 0.1.0 Release

2014-08-26 Thread Eduardo Lima (Etrunko)
On Tue, Aug 26, 2014 at 1:54 PM, Cedric BAIL cedric.b...@free.fr wrote: On Tue, Aug 26, 2014 at 5:24 PM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: Updated patch with fix to a mem leak. https://git.enlightenment.org/apps/rage.git/commit/?h=devs/etrunko/dndid

Re: [E-devel] [e-users] Rage 0.1.0 Release

2014-08-26 Thread Eduardo Lima (Etrunko)
On Tue, Aug 26, 2014 at 2:19 PM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: On Tue, Aug 26, 2014 at 1:54 PM, Cedric BAIL cedric.b...@free.fr wrote: On Tue, Aug 26, 2014 at 5:24 PM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: Updated patch with fix to a mem leak. https

Re: [E-devel] 1.9.0-alpha1 Pre-release: EFL, Elementary, Evas_Generic_Loaders, Emotion_Generic_Players

2014-02-13 Thread Eduardo Lima (Etrunko)
On Thu, Feb 13, 2014 at 5:05 PM, Thomas Sachau to...@gentoo.org wrote: Jeff Hoogland schrieb: Can I make a request that once the 1.9.x branch makes it to a stable release we keep all components at the same version number like had been done for 1.7.x in the past? Having 1.8.x at three

Re: [E-devel] [PRE-RELEASE] Enlightenment 0.17.6 and EFL 1.7.10

2013-12-19 Thread Eduardo Lima (Etrunko)
Since this first announcement, I have uploaded new versions for evas, ecore and enlightenment. I will make it official tomorrow if there are no more objections. On Thu, Dec 12, 2013 at 12:08 PM, Eduardo Lima (Etrunko) ebl...@gmail.comwrote: It is time for the last release of the stable EFL 1.7

[E-devel] [PRE-RELEASE] Enlightenment 0.17.6 and EFL 1.7.10

2013-12-12 Thread Eduardo Lima (Etrunko)
f6a20722c5dd010a862f8e6561e9c417a0a266de type commit tag v0.17.6 tagger Eduardo Lima (Etrunko) eduardo.l...@intel.com 1386850836 -0200 AUTHORS |1 + ChangeLog | 17 +- NEWS|2 + configure.ac| 25

Re: [E-devel] [EGIT] [core/efl] efl-1.8 01/01: Add code to deal with min, max, step, aspect, and base sizes. Properly fix efl wayland elm window resize problem.

2013-12-05 Thread Eduardo Lima (Etrunko)
You backported this one, but I guess you missed the other two that enable this feature. Is it on purpose? On Thu, Dec 5, 2013 at 10:04 AM, Christopher Michael devilho...@comcast.net wrote: devilhorns pushed a commit to branch efl-1.8.

Re: [E-devel] [e-users] EFL 1.8 Alpha 1 + Enlightenment 0.18 Alpha1 Terminology 0.4 Alpha1

2013-11-07 Thread Eduardo Lima (Etrunko)
On Thu, Nov 7, 2013 at 6:30 AM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 5 Nov 2013 12:09:42 -0200 Eduardo Lima (Etrunko) ebl...@gmail.com said: (Note, I'm replying to e-devel only, on purpose) Now that you're in the release mood too, what about organizing the release folder

Re: [E-devel] Development distro.

2013-11-07 Thread Eduardo Lima (Etrunko)
On Thu, Nov 7, 2013 at 3:38 PM, Jonathan Aquilina jaquil...@eagleeyet.net wrote: For a first time contributor what would be a recommended distro to use. Also to view the wiki one needs a phabricator account People here are very distro-agnostic, basically none of them has official support for

Re: [E-devel] [e-users] EFL 1.8 Alpha 1 + Enlightenment 0.18 Alpha1 Terminology 0.4 Alpha1

2013-11-05 Thread Eduardo Lima (Etrunko)
(Note, I'm replying to e-devel only, on purpose) Now that you're in the release mood too, what about organizing the release folder a bit? Just take a look at the directory listing: http://download.enlightenment.org/releases/ We could keep to the minor level, such as E 0.18, EFL 1.8 and don't

[E-devel] EFL 1.7.9 Stable Series and Enlightenment 0.17.5

2013-11-05 Thread Eduardo Lima (Etrunko)
The Enlightenment Release Team is happy to announce a new stable release of the EFL libraries, and of the Enlightenment window manager. Please read the ChangeLog and NEWS files from each specific tarball in order to get more information about what has been fixed. Following are the links for

Re: [E-devel] [EGIT] [core/enlightenment] enlightenment-0.17 02/02: 0.17.5 release

2013-11-05 Thread Eduardo Lima (Etrunko)
(Etrunko) wrote: etrunko pushed a commit to branch enlightenment-0.17. http://git.enlightenment.org/core/enlightenment.git/commit/?id=d9415c9a74f3b8d6e9e243e25aa82be810df0669 commit d9415c9a74f3b8d6e9e243e25aa82be810df0669 Author: Eduardo Lima (Etrunko) eduardo.l...@intel.com Date: Tue Sep 10 17

Re: [E-devel] [e-users] EFL + Elementary 1.8

2013-11-04 Thread Eduardo Lima (Etrunko)
On Sun, Nov 3, 2013 at 1:12 PM, Cedric BAIL moa.blueb...@gmail.com wrote: And sorry for the mail,I am on my phone and the mail compositor is so crappy... You should get yourself an iPhone :) -- Android is increasing

Re: [E-devel] [Enlightenment-release] Releases pending

2013-10-31 Thread Eduardo Lima (Etrunko)
On Sun, Oct 13, 2013 at 6:52 AM, Thomas Sachau to...@gentoo.org wrote: Thomas Sachau schrieb: Eduardo Lima (Etrunko) schrieb: Fresh new Enlightenment and Elementary. Also, not so new Ecore which was not sent to the ML. The black screen with old config still exists. Also attached a bt full

Re: [E-devel] [Enlightenment-release] Releases pending

2013-10-31 Thread Eduardo Lima (Etrunko)
On Thu, Oct 31, 2013 at 10:24 PM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: On Sun, Oct 13, 2013 at 6:52 AM, Thomas Sachau to...@gentoo.org wrote: Thomas Sachau schrieb: Eduardo Lima (Etrunko) schrieb: Fresh new Enlightenment and Elementary. Also, not so new Ecore which was not sent

Re: [E-devel] Is there *real* documentation for edje?

2013-10-30 Thread Eduardo Lima (Etrunko)
On Wed, Oct 30, 2013 at 7:44 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 30 Oct 2013 09:07:29 + Andrew F andrewfriedman...@gmail.com said: ftp://ftp.deepsoft.com/pub/deepwoods/Other/RibbonMenu.png is working. not here - not when i have to go via a squid proxy... Good guy

Re: [E-devel] [EGIT] [core/enlightenment] enlightenment-0.17 01/01: probably fix menu clicks which I broke a couple commits ago...

2013-10-03 Thread Eduardo Lima (Etrunko)
http://eelslap.com 2013/10/3 Mike Blumenkrantz m.blumenk...@samsung.com: discomfitor pushed a commit to branch enlightenment-0.17. http://git.enlightenment.org/core/enlightenment.git/commit/?id=0e5d2c0ccfb685d27e91b176e15c63c18e8d63a4 commit 0e5d2c0ccfb685d27e91b176e15c63c18e8d63a4 Author:

Re: [E-devel] [Enlightenment-release] Releases pending

2013-10-03 Thread Eduardo Lima (Etrunko)
.tar.bz2 7250d4f3f9b52e730d07f14521b131fd272f5a20cd3811ca76ace9f4c3233e39 enlightenment-0.17.5.tar.gz 2013/9/23 Eduardo Lima (Etrunko) ebl...@gmail.com: I have just uploaded new Evas tarballs which include latest texblock fixes from Tom. ae00f5eda9d9d2c7fc287b12babfc87b evas-1.7.9.tar.bz2

Re: [E-devel] Legacy eina pull request

2013-09-23 Thread Eduardo Lima (Etrunko)
Hi Turran, Since these patches are adding new API, shoudn't they be pushed to the 1.8 tree? We are holding ourselves from pushing any new features the 1.7 series, and should drop the support for them as soon as the new version is released (which I was told it should still happen this year).

Re: [E-devel] [Enlightenment-release] Releases pending

2013-09-23 Thread Eduardo Lima (Etrunko)
e12f92acd344d5854f0b215cbc8740f1feef7e822ef87bfa8419fe012a25b164 evas-1.7.9.tar.gz Regards, Eduardo. 2013/9/18 Eduardo Lima (Etrunko) ebl...@gmail.com: 2013/9/18 Thomas Sachau to...@gentoo.org: Carsten Haitzler (The Rasterman) schrieb: On Fri, 13 Sep 2013 14:57:33 -0300 Eduardo Lima (Etrunko) ebl...@gmail.com

Re: [E-devel] [EGIT] [core/elementary] elementary-1.7 02/02: Gesture layer: Updated changelog according to 935d7b24d041.

2013-09-19 Thread Eduardo Lima (Etrunko)
2013/9/19 Tom Hacohen tom.haco...@samsung.com: On 18/09/13 21:00, Eduardo Lima (Etrunko) wrote: These patches have been picked up for 1.7.9. By the way, the ChangeLog is all messed up, but don't worry, I've fixed if for you in the release commit. I don't see any additional commits. Btw, I

Re: [E-devel] [EGIT] [core/enlightenment] origin/enlightenment-0.17 01/01: s/edbus/eldbus/g

2013-09-19 Thread Eduardo Lima (Etrunko)
2013/9/19 Jose Souza zehortig...@profusion.mobi: But I think that e17 don't use eldbus, it uses edbus v1. On Thu, Sep 19, 2013 at 3:30 PM, discomfitor michael.blumenkra...@gmail.com wrote: discomfitor pushed a commit to branch origin/enlightenment-0.17.

Re: [E-devel] [Enlightenment-release] Releases pending

2013-09-18 Thread Eduardo Lima (Etrunko)
2013/9/18 Thomas Sachau to...@gentoo.org: Carsten Haitzler (The Rasterman) schrieb: On Fri, 13 Sep 2013 14:57:33 -0300 Eduardo Lima (Etrunko) ebl...@gmail.com said: It is already Friday the 13th, and I have not yet heard any feedbacks. Can we get this official release out of the doors

Re: [E-devel] [EGIT] [core/elementary] elementary-1.7 02/02: Gesture layer: Updated changelog according to 935d7b24d041.

2013-09-18 Thread Eduardo Lima (Etrunko)
These patches have been picked up for 1.7.9. By the way, the ChangeLog is all messed up, but don't worry, I've fixed if for you in the release commit. 2013/9/18 Tom Hacohen t...@stosb.com: tasn pushed a commit to branch elementary-1.7.

Re: [E-devel] [Enlightenment-release] Releases pending

2013-09-13 Thread Eduardo Lima (Etrunko)
, Sep 11, 2013 at 6:11 PM, Bertrand Jacquin be...@meleeweb.net wrote: On 2013-09-11 17:03, Eduardo Lima (Etrunko) wrote: 2013/9/11 Bertrand Jacquin be...@meleeweb.net: Hi, On 2013-09-11 00:36, Eduardo Lima (Etrunko) wrote: We now have tarballs up for testing in under the new pre-releases

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_imf: Fix memory leak in scim immodule

2013-09-12 Thread Eduardo Lima (Etrunko)
Does this one needs to be backported? If so, there is still time before the final release. :) 2013/9/11 Jihoon Kim - Enlightenment Git no-re...@enlightenment.org: jihoon pushed a commit to branch master. commit 6ff49dbc706f7896960227d18fe35b1d743cc359 Author: Jihoon Kim

Re: [E-devel] [EGIT] [core/efl] master 01/02: evil: fix compilation for Windows = Vista and gcc 4.8.1.

2013-09-12 Thread Eduardo Lima (Etrunko)
I have pushed this one to the stable branch for you ;) 2013/9/11 Cedric Bail - Enlightenment Git no-re...@enlightenment.org: cedric pushed a commit to branch master. commit 766d1d178884c8f33c14170ff0c14cefbb2ae31d Author: Cedric Bail cedric.b...@samsung.com Date: Mon Sep 2 05:40:45 2013

Re: [E-devel] [Enlightenment-release] Releases pending

2013-09-11 Thread Eduardo Lima (Etrunko)
2013/9/11 Jeff Hoogland jeffhoogl...@linux.com: I'll shove these updates in the Bodhi testing repo tomorrow night. They should get some good testing there. Are you all just skipping a 1.7.8 release for efls then? 1.7.8 was released together with E 0.17.4 last month:

Re: [E-devel] Releases pending

2013-09-11 Thread Eduardo Lima (Etrunko)
2013/9/10 Simon si...@simotek.net: On 09/11/2013 02:19 AM, Michael Blumenkrantz wrote: EFL 1.7.9 and E17.5 are currently pending. Standby for bugs and explosions, and remember to blame antognolli for anything that goes wrong. Has anyone tested if the splash screen issue in E17.4 got fixed?

Re: [E-devel] [Enlightenment-release] Releases pending

2013-09-11 Thread Eduardo Lima (Etrunko)
2013/9/11 Bertrand Jacquin be...@meleeweb.net: Hi, On 2013-09-11 00:36, Eduardo Lima (Etrunko) wrote: We now have tarballs up for testing in under the new pre-releases directory: http://download.enlightenment.org/pre-releases/efl-1.7.9/ http://download.enlightenment.org/pre-releases

Re: [E-devel] [Enlightenment-release] Releases pending

2013-09-10 Thread Eduardo Lima (Etrunko)
We now have tarballs up for testing in under the new pre-releases directory: http://download.enlightenment.org/pre-releases/efl-1.7.9/ http://download.enlightenment.org/pre-releases/enlightenment-0.17.5/ Please test them and report any issues you may find. Regards, Etrunko 2013/9/10 Michael

Re: [E-devel] Release tarballs for testing - EFL 1.7.8 and Enlightenment 0.17.4

2013-08-02 Thread Eduardo Lima (Etrunko)
I got those too, it is ready to go now. On Fri, Aug 2, 2013 at 1:53 PM, Deon Thomas princeamd.el...@gmail.com wrote: hope i am not too late but i did some backport just now that fixes up conf_randr pretty good, hope it makes it into 0.17.4 thanks On Thu, Aug 1, 2013 at 1:07 PM, Martin

[E-devel] ANNOUNCE: EFL 1.7.8 Stable Series and Enlightenment 0.17.4

2013-08-02 Thread Eduardo Lima (Etrunko)
: 139ca23 :: Remove ecore_x_randr.h file from Make. Not needed anymore. updated NEWS to reflect devilhorns changes updated changelog fixed building with --disable-ecore-xrandr Eduardo Lima (Etrunko) (2): ecore_wl: Handle ECORE_WL_WINDOW_TYPE_NONE correctly 1.7.8 release Guillaume

Re: [E-devel] Release tarballs for testing - EFL 1.7.8 and Enlightenment 0.17.4

2013-08-01 Thread Eduardo Lima (Etrunko)
Thanks for the all your efforts guys. Tha plan stays the same: roll out the final tarballs by the end of the day. I still have some stuff to backport to Ecore Wayland and that should be it. Anyone else has pending patches? Speak now of forever hold your peace. On Thu, Aug 1, 2013 at 11:30 AM,

Re: [E-devel] Release tarballs for testing - EFL 1.7.8 and Enlightenment 0.17.4

2013-07-31 Thread Eduardo Lima (Etrunko)
the ChangeLogs. I can provide it in a git-shortlog format. Regards, Etrunko 2013/7/30 Chris Michael devilho...@comcast.net On 07/30/13 19:26, Michael Blumenkrantz wrote: On Tue, 30 Jul 2013 19:21:20 +0100 Chris Michael devilho...@comcast.net wrote: On 07/30/13 18:16, Eduardo Lima (Etrunko) wrote

Re: [E-devel] Release tarballs for testing - EFL 1.7.8 and Enlightenment 0.17.4

2013-07-31 Thread Eduardo Lima (Etrunko)
On Tue, Jul 30, 2013 at 7:31 PM, Igor Murzov intergalactic.anonym...@gmail.com wrote: On Tue, 30 Jul 2013 14:16:51 -0300 Eduardo Lima (Etrunko) ebl...@gmail.com wrote: Thanks Rafael, the idea is to build the final tarballs by Thursday the end of the day. So this is a call for backports Can

Re: [E-devel] Release tarballs for testing - EFL 1.7.8 and Enlightenment 0.17.4

2013-07-31 Thread Eduardo Lima (Etrunko)
On Tue, Jul 30, 2013 at 3:32 PM, Chris Michael devilho...@comcast.net wrote: On 07/30/13 19:26, Michael Blumenkrantz wrote: On Tue, 30 Jul 2013 19:21:20 +0100 Chris Michael devilho...@comcast.net wrote: On 07/30/13 18:16, Eduardo Lima (Etrunko) wrote: Thanks Rafael, the idea is to build

Re: [E-devel] [Enlightenment-release] Release tarballs for testing - EFL 1.7.8 and Enlightenment 0.17.4

2013-07-31 Thread Eduardo Lima (Etrunko)
On Wed, Jul 31, 2013 at 3:44 AM, Cedric BAIL cedric.b...@free.fr wrote: On Wed, Jul 31, 2013 at 8:13 AM, Daniel Juyung Seo seojuyu...@gmail.com wrote: Thanks for the effort. Most of the packages look fine. expedite and enlightenment are missing autogen.sh. I used autoreconf, configure

Re: [E-devel] Error building emotion-1.7.7 under Debian 7

2013-07-31 Thread Eduardo Lima (Etrunko)
On Wed, Jul 31, 2013 at 1:57 PM, Robert Heller hel...@deepsoft.com wrote: I am in the process of building E17 from source under Debian and I have encounted an error while building emotion (1.7.7): make all-recursive make[1]: Entering directory `/home/heller/E17Src/BUILD64Deb/emotion-1.7.7'

Re: [E-devel] Error building emotion-1.7.7 under Debian 7

2013-07-31 Thread Eduardo Lima (Etrunko)
Good to know, FYI, there were no changes in from emotion 1.7.7 to 1.7.8. We just bump version numbers to make our life easier :) On Wed, Jul 31, 2013 at 5:08 PM, Robert Heller hel...@deepsoft.com wrote: At Wed, 31 Jul 2013 16:27:25 -0300 Enlightenment developer list

Re: [E-devel] Release tarballs for testing - EFL 1.7.8 and Enlightenment 0.17.4

2013-07-30 Thread Eduardo Lima (Etrunko)
Thanks Rafael, the idea is to build the final tarballs by Thursday the end of the day. So this is a call for backports and tests especially on Evil and Enlightenment. Yes, I'm looking at you Devilhorns, don't hide your randr patches. :) Regards, Etrunko On Tue, Jul 30, 2013 at 1:46 PM, Rafael

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: When we are re-enabling a monitor, do not free the mode info from the smart data's list of modes. This will get freed when the dialog closes.

2013-07-26 Thread Eduardo Lima (Etrunko)
On Fri, Jul 26, 2013 at 12:36 PM, Chris Michael - Enlightenment Git no-re...@enlightenment.org wrote: devilhorns pushed a commit to branch master. commit 7f6285d9fd3359c0ead3cb079e7f01da6400fd19 Author: Chris Michael devilho...@comcast.net Date: Fri Jul 26 16:35:23 2013 +0100 When we

Re: [E-devel] [EGIT] [themes/dark] master 01/01: theme/dark - added font color macros

2013-07-25 Thread Eduardo Lima (Etrunko)
s/HILIGHT/HIGHLIGHT/g On Thu, Jul 25, 2013 at 7:16 AM, ChunEon Park - Enlightenment Git no-re...@enlightenment.org wrote: hermet pushed a commit to branch master. commit 71ed19b7154dee9cb51a07ca514314642af4e813 Author: ChunEon Park chuneon.p...@samsung.com Date: Thu Jul 25 19:15:40 2013

Re: [E-devel] [EGIT] [core/elementary] master 02/02: elm_player: now really dont self-event-feed on user drag + chg slider.

2013-07-18 Thread Eduardo Lima (Etrunko)
On Thu, Jul 18, 2013 at 5:19 AM, Carsten Haitzler - Enlightenment Git no-re...@enlightenment.org wrote: raster pushed a commit to branch master. commit d4faa01681ba0af17736c104ac972b4c3f3ecd6b Author: Carsten Haitzler (Rasterman) ras...@rasterman.com Date: Thu Jul 18 17:19:13 2013 +0900

Re: [E-devel] E-MODULES-EXTRA migration to git

2013-07-15 Thread Eduardo Lima (Etrunko)
On Mon, Jul 15, 2013 at 4:29 AM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 12 Jul 2013 18:20:07 -0300 Eduardo Lima (Etrunko) ebl...@gmail.com said: Can you try the attached patch and comment? I think it makes sense to have the icon above the selection. well i think it looks ok

Re: [E-devel] E-MODULES-EXTRA migration to git

2013-07-12 Thread Eduardo Lima (Etrunko)
On Fri, Jul 12, 2013 at 3:48 AM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 17 Jun 2013 20:20:19 -0300 Eduardo Lima (Etrunko) ebl...@gmail.com said: On Mon, Jun 17, 2013 at 5:45 AM, Tom Hacohen tom.haco...@samsung.com wrote: On 14/06/13 15:43, Eduardo Lima (Etrunko) wrote: I vote

Re: [E-devel] E-MODULES-EXTRA migration to git

2013-07-12 Thread Eduardo Lima (Etrunko)
[image: Inline image 1] On Fri, Jul 12, 2013 at 12:13 PM, Carsten Haitzler ras...@rasterman.com wrote: Now that you told, I wonder if it is because of the size of the shelf. I use 24px because of this crappy screen resolution that lenovo ships. hmmm... it might be... i think i used offsts to

Re: [E-devel] E-MODULES-EXTRA migration to git

2013-07-12 Thread Eduardo Lima (Etrunko)
Can you try the attached patch and comment? I think it makes sense to have the icon above the selection. On Fri, Jul 12, 2013 at 5:17 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Fri, 12 Jul 2013 16:47:13 -0300 Eduardo Lima (Etrunko) ebl...@gmail.com wrote: [image

Re: [E-devel] Eo: potential improvements

2013-07-08 Thread Eduardo Lima (Etrunko)
On Mon, Jul 8, 2013 at 4:58 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: forgot to git-daemon-export-ok? http://git.enlightenment.org/devs/tasn/eo2.git = no repositories found You can find it on the core efl repository in devs/tasn/eo2 branch. On Mon, Jul 8, 2013 at 2:00 PM,

Re: [E-devel] Commit access for Jean-Philippe Andre

2013-07-02 Thread Eduardo Lima (Etrunko)
Already started breaking build, this might well be on the fastest b0rker ever seen :) Keep up with the good work! On Tue, Jul 2, 2013 at 9:55 AM, Cedric BAIL cedric.b...@free.fr wrote: On Tue, Jul 2, 2013 at 2:46 PM, ChunEon Park her...@naver.com wrote: without iceream?! He bother me already

Re: [E-devel] Commit access for Jean-Philippe Andre

2013-07-02 Thread Eduardo Lima (Etrunko)
Forgot to attach the build log On Tue, Jul 2, 2013 at 10:59 AM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: Already started breaking build, this might well be on the fastest b0rker ever seen :) Keep up with the good work! On Tue, Jul 2, 2013 at 9:55 AM, Cedric BAIL cedric.b...@free.fr

Re: [E-devel] Commit access for Jean-Philippe Andre

2013-07-02 Thread Eduardo Lima (Etrunko)
On Tue, Jul 2, 2013 at 1:54 PM, Tom Hacohen tom.haco...@samsung.com wrote: On 02/07/13 17:48, Doug Newgard wrote: There's even a note in the makefile: # FIXME: Problem here, forcing link to png12. Adding a new dep is just a FIXME now? I take back my support, and I recommend revoking

Re: [E-devel] [EGIT] [core/efl] master 01/02: WIP

2013-06-26 Thread Eduardo Lima (Etrunko)
2d84a8a8fbe8c9bcac625351b845b517e0d0f9bf Author: Eduardo Lima (Etrunko) eduardo.l...@intel.com Date: Wed Jun 26 10:55:14 2013 -0300 WIP Signed-off-by: Eduardo Lima (Etrunko) eduardo.l...@intel.com --- src/modules/ecore_imf/wayland/wayland_module.c | 36 -- 1

Re: [E-devel] [EGIT] [core/efl] master 01/02: WIP

2013-06-26 Thread Eduardo Lima (Etrunko)
/13 15:41, Eduardo Lima - Enlightenment Git (Etrunko) wrote: etrunko pushed a commit to branch master. commit 2d84a8a8fbe8c9bcac625351b845b517e0d0f9bf Author: Eduardo Lima (Etrunko) eduardo.l...@intel.com Date: Wed Jun 26 10:55:14 2013 -0300 WIP Signed-off-by: Eduardo Lima

Re: [E-devel] [EGIT] [core/efl] master 01/02: Add missing safety checks for valid proxy objects before trying to call functions on the object

2013-06-25 Thread Eduardo Lima (Etrunko)
This is auto generated by wayland scanner, do you think we should include the xml files and generate the source files instead of including them? On Tue, Jun 25, 2013 at 10:14 AM, Chris Michael - Enlightenment Git no-re...@enlightenment.org wrote: devilhorns pushed a commit to branch master.

Re: [E-devel] [PATCH] ecore_imf: Add support for wayland

2013-06-24 Thread Eduardo Lima (Etrunko)
I pushed this patch with the suggested changes, plese let me know if there is anything else needed to change. Regards, Etrunko On Fri, Apr 19, 2013 at 11:05 AM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: On Fri, Apr 19, 2013 at 10:54 AM, Rafael Antognolli antogno...@gmail.com wrote

Re: [E-devel] E18 CFBugs #2

2013-06-20 Thread Eduardo Lima (Etrunko)
On Tue, Jun 18, 2013 at 10:18 AM, Chris Michael devilho...@comcast.net wrote: On 18/06/13 00:29, Eduardo Lima (Etrunko) wrote: Laptop with external display monitor connected - disconnect monitor - PrtSrc The preview shows monitor screeen as if it was connected. Preview ?? The Screenshot

Re: [E-devel] E-MODULES-EXTRA migration to git

2013-06-17 Thread Eduardo Lima (Etrunko)
On Mon, Jun 17, 2013 at 5:45 AM, Tom Hacohen tom.haco...@samsung.com wrote: On 14/06/13 15:43, Eduardo Lima (Etrunko) wrote: I vote for the taskbar module. Does it provide any extra benefit over the existing tasks module? H... I wonder why I have not enabled the Tasks module. But you

Re: [E-devel] E18 CFBugs #2

2013-06-17 Thread Eduardo Lima (Etrunko)
Laptop with external display monitor connected - disconnect monitor - PrtSrc The preview shows monitor screeen as if it was connected. On Tue, Jun 11, 2013 at 6:55 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: The old thread was too long for me to see if I fixed everything, so

Re: [E-devel] E-MODULES-EXTRA migration to git

2013-06-14 Thread Eduardo Lima (Etrunko)
I vote for the taskbar module. On Fri, Jun 14, 2013 at 2:17 AM, David Seikel onef...@gmail.com wrote: On Fri, 14 Jun 2013 11:14:19 +0800 P Purkayastha ppu...@gmail.com wrote: On 06/14/2013 07:07 AM, Daniel Juyung Seo wrote: I vote for comp-scale and engage. They are very good showcase.

Re: [E-devel] [EGIT] [core/efl] master 01/01: Split .gitignore into multiple files

2013-06-12 Thread Eduardo Lima (Etrunko)
-- Tom. On 11/06/13 22:21, Eduardo Lima - Enlightenment Git (Etrunko) wrote: etrunko pushed a commit to branch master. commit d3292a7ae96479c0cb98f3dd74365d8b1faa26a0 Author: Eduardo Lima (Etrunko) eduardo.l...@intel.com Date: Tue Jun 11 16:44:31 2013 -0300 Split .gitignore

Re: [E-devel] [EGIT] [core/efl] master 01/01: Split .gitignore into multiple files

2013-06-12 Thread Eduardo Lima (Etrunko)
On Wed, Jun 12, 2013 at 11:48 AM, Tom Hacohen tom.haco...@samsung.com wrote: On 12/06/13 15:37, Eduardo Lima (Etrunko) wrote: On Wed, Jun 12, 2013 at 7:16 AM, Tom Hacohen tom.haco...@samsung.com wrote: Hey, Any specific reason for that? Yes, I was bored and with nothing else to do

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje_cc: Add -dd/--data_dir option

2013-06-04 Thread Eduardo Lima (Etrunko)
to branch master. commit a346c834c127577e74ae28e6089effd7853a220c Author: Eduardo Lima (Etrunko) eduardo.l...@intel.com Date: Tue Jun 4 13:09:56 2013 -0300 edje_cc: Add -dd/--data_dir option Used for specifying the path of files specified in 'data.file' section Signed-off

[E-devel] Help with edje_file_data_get()

2013-05-29 Thread Eduardo Lima (Etrunko)
I'm having trouble using edje_file_data_get(), it always returns NULL. I am especially interested on the data.file entry, and it can not be used inside a group block, so I assume it is to be declared at toplevel. See the attached example. Any clues? Thanks much! -- Eduardo de Barros Lima ◤✠◢

Re: [E-devel] Help with edje_file_data_get()

2013-05-29 Thread Eduardo Lima (Etrunko)
On Wed, May 29, 2013 at 3:05 PM, Davide Andreoli d...@gurumeditation.it wrote: 2013/5/29 Eduardo Lima (Etrunko) ebl...@gmail.com I'm having trouble using edje_file_data_get(), it always returns NULL. I am especially interested on the data.file entry, and it can not be used inside a group

Re: [E-devel] E18 CFBugs

2013-05-21 Thread Eduardo Lima (Etrunko)
On Tue, May 21, 2013 at 4:21 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: Not to be confused with last year's Call For Beards, this is an open call for people to submit any outstanding bug reports for E18. Whenever I log out, the laptop screen is dimmed to the minimum value.

Re: [E-devel] E18 CFBugs

2013-05-21 Thread Eduardo Lima (Etrunko)
On Tue, May 21, 2013 at 8:10 AM, Daniel Willmann d.willm...@samsung.com wrote: On 21/05/13 11:53, Stefan Schmidt wrote: Hello. On 05/21/2013 11:45 AM, Michael Blumenkrantz wrote: On Tue, May 21, 2013 at 11:42 AM, David Seikel onef...@gmail.com wrote: On Tue, 21 May 2013 05:33:58 -0500 Doug

Re: [E-devel] [PATCH] evas/wayland-egl: Don't crash when re-win is NULL

2013-05-16 Thread Eduardo Lima (Etrunko)
be checked. Regards, Etrunko dh On 15/05/13 20:56, Eduardo Lima (Etrunko) wrote: From: Eduardo Lima (Etrunko) eduardo.l...@intel.com Hi Devilhorns, I wanted to send this email to the mailing list before commiting because I am a bit confused of why this is crashing. Take a look

[E-devel] [PATCH] evas/wayland-egl: Don't crash when re-win is NULL

2013-05-15 Thread Eduardo Lima (Etrunko)
From: Eduardo Lima (Etrunko) eduardo.l...@intel.com Hi Devilhorns, I wanted to send this email to the mailing list before commiting because I am a bit confused of why this is crashing. Take a look on this backtrace http://fpaste.org/12383/64474713/ The scenario is basically the normal

Re: [E-devel] EFL 1.7.7

2013-05-13 Thread Eduardo Lima (Etrunko)
Looking at the recent commits i assume that you have rolled out the release right? Can we get something on the website? Thank you for this effort. On Fri, May 10, 2013 at 9:58 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: no, enlightenment-announce is only for announcements.

Re: [E-devel] EFL 1.7.7

2013-05-13 Thread Eduardo Lima (Etrunko)
sending them out). After sending them out, I'll make the release tags, announcements, and so. Ah, no worries, just put any amount of test you feel necessary, I was only curious if the release had been made or not. Regards, Etrunko On Mon, May 13, 2013 at 11:48 AM, Eduardo Lima (Etrunko) ebl

Re: [E-devel] E is being super slow because of EFL changes.

2013-05-03 Thread Eduardo Lima (Etrunko)
http://devopsreactions.tumblr.com/post/48919199787 On Fri, May 3, 2013 at 11:40 AM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 3 May 2013 21:05:07 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: On Fri, May 3, 2013 at 7:38 PM, Carsten Haitzler ras...@rasterman.com wrote: On

Re: [E-devel] efl build is broken by ecore_audio

2013-05-03 Thread Eduardo Lima (Etrunko)
Yes, jenkins warned about it earlier today on IRC, but it seems everyone had already left. efl-jenkins Project changely_efl_trigger build #309:FAILURE in 2 min 42 sec: https://build.enlightenment.org/job/changely_efl_trigger/309/ efl-jenkins * Daniel Willmann: ecore_audio: Add alsa support

Re: [E-devel] [PATCH] ecore_imf: Add support for wayland

2013-04-19 Thread Eduardo Lima (Etrunko)
On Fri, Apr 19, 2013 at 10:54 AM, Rafael Antognolli antogno...@gmail.com wrote: On Fri, Apr 19, 2013 at 6:56 AM, Chris Michael devilho...@comcast.net wrote: Also, you could use ecore_wl_registry_get instead of wl_display_get_registry. And ecore_wl_display_iterate instead of

Re: [E-devel] git, the too dumb SCM

2013-04-01 Thread Eduardo Lima (Etrunko)
LOL for commit author :D On Mon, Apr 1, 2013 at 10:15 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: happy April's foo :-D On Mon, Apr 1, 2013 at 9:21 AM, Bertrand Jacquin be...@meleeweb.net wrote: Hi ho sailor, git is there for about 2 months, and is now prouved to be too

Re: [E-devel] [EGIT] [core/efl] master 01/01: Ecore_Wayland: Add ecore_wl_window_surface_create() API

2013-03-27 Thread Eduardo Lima (Etrunko)
... in that there is no @since added for this function :/ dh On 26/03/13 18:51, Eduardo Lima - Enlightenment Git (Etrunko) wrote: etrunko pushed a commit to branch master. commit 19561c611250352df5bc571e0ec2fa88972e4bdd Author: Eduardo Lima (Etrunko) eduardo.l...@intel.com Date: Tue Mar 26 15

Re: [E-devel] [EGIT] [core/efl] master 01/01: Ecore_Wayland: Add ecore_wl_window_surface_create() API

2013-03-27 Thread Eduardo Lima (Etrunko)
By the way, this is something other toolkits also identified. See this patch for Gtk+: https://bugzilla.gnome.org/show_bug.cgi?id=695861 https://bug695861.bugzilla-attachments.gnome.org/attachment.cgi?id=239493 Regards, Etrunko On Wed, Mar 27, 2013 at 8:54 AM, Eduardo Lima (Etrunko) ebl

Re: [E-devel] [EGIT] [legacy/ecore] devs/antognolli/backport 01/01: Backport r83642.

2013-03-01 Thread Eduardo Lima (Etrunko)
On Thu, Feb 28, 2013 at 6:17 PM, Rafael Antognolli - Enlightenment Git no-re...@enlightenment.org wrote: antognolli pushed a commit to branch devs/antognolli/backport. commit 21ef489d00dbc56238d967f9b1a0874c490aae1f Author: Rafael Antognolli rafael.antogno...@linux.intel.com Now with git you

Re: [E-devel] [EGIT] [core/elementary] master 02/02: Merge branch 'master' of ssh://git.enlightenment.org/core/elementary

2013-02-27 Thread Eduardo Lima (Etrunko)
On Wed, Feb 27, 2013 at 11:13 AM, Rafael Antognolli antogno...@gmail.com wrote: Is it possible to prevent pushes of patches that include a merge commit? Or at least require a push -f? Don't do that, as said, sometimes a merge is actually a good idea. But should not be the standard. What we

Re: [E-devel] [EGIT] [core/efl] 14/15: ecore_evas/wayland_shm: Fixed window resize.

2013-02-20 Thread Eduardo Lima (Etrunko)
This case makes clear that we actually want to see the commits made from other person to appear on the mailing list. There were 13 from devilhorns that missed the ML because it was Antognolli who pushed them. Please fix the hook script. In the case that someone has a dirty tree, I mean, some

Re: [E-devel] [EGIT] [core/efl] 14/15: ecore_evas/wayland_shm: Fixed window resize.

2013-02-20 Thread Eduardo Lima (Etrunko)
is 5526a29417d7fd57be69f079256e9511a5c41037..8be4940bb356838c28b72553c277762d581206c6. On Wed, Feb 20, 2013 at 3:37 PM, Daniel Willmann d.willm...@samsung.comwrote: On 20/02/13 15:20, Eduardo Lima (Etrunko) wrote: This case makes clear that we actually want to see the commits made from other person to appear

Re: [E-devel] [EGIT] [core/efl] 14/15: ecore_evas/wayland_shm: Fixed window resize.

2013-02-20 Thread Eduardo Lima (Etrunko)
there was a confusion some days ago with cedric pushing commits from someone else. Thanks, Etrunko On Wed, Feb 20, 2013 at 3:50 PM, Eduardo Lima (Etrunko) ebl...@gmail.comwrote: On Wed, Feb 20, 2013 at 12:41 PM, Tom Hacohen t...@stosb.com wrote: I don't understand the problem you are describing. Why would

Re: [E-devel] Git repository for libefl is live

2013-02-15 Thread Eduardo Lima (Etrunko)
On Fri, Feb 15, 2013 at 9:01 AM, Daniel Willmann d.willm...@samsung.com wrote: Hello, everything was migrated to git and should be working now. If you have problems, speak now. Awesome! The only things missing are the branches and tags you mentioned on previous emails, or are they hidden

  1   2   3   >