-Original Message-
From: Boris Faure [mailto:bill...@gmail.com]
Sent: 02 May 2012 09:11
To: undisclosed-recipients:
Cc: Enlightenment developer list
Subject: Re: [E-devel] [PATCH] Bring tiling module from EXTRAS into core
On Wed, May 2, 2012 at 10:06 AM, Tom Hacohen
wrote:
> On 02/05/1
-Original Message-
From: Boris Faure [mailto:bill...@gmail.com]
Sent: 02 May 2012 09:11
To: undisclosed-recipients:
Cc: Enlightenment developer list
Subject: Re: [E-devel] [PATCH] Bring tiling module from EXTRAS into core
On Wed, May 2, 2012 at 10:06 AM, Tom Hacohen
wrote:
> On 02/05/1
> -Original Message-
> From: Alex-P. Natsios [mailto:apnats...@gmail.com]
> Sent: 02 May 2012 09:58
> To: Enlightenment developer list
> Subject: Re: [E-devel] [PATCH] Bring tiling module from EXTRAS into
> core
>
> About "desktop experience" there is a viable way to present that.
>
> B
Well, it's not so much that it is an "E coding standard", or that it's even
enforced at all it's a matter of preference for the most part. When I
started coding on/with EFL 'unsigned int' was used instead of 'uint32_t' so I
just stuck with unsigned, and have since gotten used to it :) It's
> -Original Message-
> From: Cedric BAIL [mailto:cedric.b...@free.fr]
> Sent: 03 May 2012 09:48
> To: Enlightenment developer list
> Subject: Re: [E-devel] Container Patch
>
> On Thu, May 3, 2012 at 4:35 PM, wrote:
> > Would someone please apply this attached patch (almost immediately)
>
> -Original Message-
> From: Cedric BAIL [mailto:cedric.b...@free.fr]
> Sent: 03 May 2012 09:50
> To: Enlightenment developer list
> Subject: Re: [E-devel] Randr Patch
>
> On Thu, May 3, 2012 at 4:43 PM, wrote:
> > And here's another small patch to cleanup the long standing e_randr
> com
In svn now. Many thanks :)
Dh
> -Original Message-
> From: Bradford, Robert [mailto:robert.bradf...@intel.com]
> Sent: 15 May 2012 18:28
> To: Enlightenment developer list
> Subject: [E-devel] Wayland: Refactor out SHM pool creation
>
> Ecore (wayland): Refactor out SHM pool allocat
No worries :) All fixed now :)
dh
> -Original Message-
> From: Jihoon Kim [mailto:imfin...@gmail.com]
> Sent: 16 May 2012 14:00
> To: enlightenment-devel@lists.sourceforge.net
> Subject: Re: [E-devel] E SVN: devilhorns
> trunk/evas/src/modules/engines/gl_x11
>
> I'm sorry. It was my mist
Patch in svn now. I modified it slightly for efl formatting.
Thank You :)
Dh
> -Original Message-
> From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com]
> Sent: 21 May 2012 15:17
> To: enlightenment-devel@lists.sourceforge.net
> Subject: [E-devel] [PATCH] Wayland: Port eco
Fixed in EFL svn now, Thanks :)
Dh
> -Original Message-
> From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com]
> Sent: 23 May 2012 08:32
> To: enlightenment-devel@lists.sourceforge.net
> Cc: wayland-de...@lists.freedesktop.org
> Subject: [E-devel] [PATCH] Wayland: Fix not a
Hi Robert,
Would you mind a slight modification in the Ecore patch ?
+ if (!(!strcmp(ee->driver, "wayland_egl")) ||
+ !(!strcmp(ee->driver, "wayland_shm")))
+ return NULL;
Is easier to do:
If (!strncmp(ee->driver, "wayland", 7))
Thanks :)
Dh
> -Original Message-
> From: B
Cheers :)
I'll review these today and hopefully get them in.
Dh
> -Original Message-
> From: Bradford, Robert [mailto:robert.bradf...@intel.com]
> Sent: 28 May 2012 12:35
> To: Chris Michael
> Cc: Enlightenment developer list
> Subject: Re: [E-devel] Ecore/Elem
Robert,
Many thanks :) I am stuck knee deep in paperwork today, but I will review
these first thing tomorrow morning and get back to you. Again, thanks for
the hard work wrt this :)
Cheers,
Dh
> -Original Message-
> From: Bradford, Robert [mailto:robert.bradf...@intel.com]
> Sent: 30 Ma
Rob,
I have applied the first two patches (ecore & elm_win) however, the third
would not apply cleanly due to changes in elm_cursor. If you find some time,
would you mind resending the third patch after an svn update of efl ?
Cheers,
Dh
> -Original Message-
> From: Bradford, Robert [mai
In Svn. Thanks :)
Dh
> -Original Message-
> From: Bradford, Robert [mailto:robert.bradf...@intel.com]
> Sent: 06 June 2012 13:55
> To: Enlightenment developer list
> Subject: [E-devel] Ecore_Wayland: Keyboard input patch
>
> Attached is a patch that enhances the keyboard input a bit mor
- including ChangeLog rebases.
>
> Cheers,
>
> Rob
>
> On 6 June 2012 09:42, Chris Michael wrote:
> > Rob,
> >
> > I have applied the first two patches (ecore & elm_win) however, the
> > third would not apply cleanly due to changes in elm_cursor.
In Svn, thanks :)
Dh
> -Original Message-
> From: Bradford, Robert [mailto:robert.bradf...@intel.com]
> Sent: 06 June 2012 15:05
> To: Enlightenment developer list
> Subject: [E-devel] Ecore_Wayland: Update to reflect protocol change
>
> Axis events are now wl_fixed_t. We need to conver
> -Original Message-
> From: Michael Blumenkrantz [mailto:michael.blumenkra...@gmail.com]
> Sent: 07 June 2012 07:10
> To: Christopher Michael
> Cc: Enlightenment developer list
> Subject: Re: [E-devel] E SVN: discomfitor trunk/elementary
>
> On Wed, 06 Jun 2012 20:31:01 +0100
> Christop
t; wrote:
>
> > On Thu, Jun 7, 2012 at 8:21 AM, Chris Michael
> > wrote:
> >
> > >
> > >
> > > > -Original Message-
> > > > From: Michael Blumenkrantz
> [mailto:michael.blumenkra...@gmail.com]
> > > > Sent: 07 Ju
In svn. Many Thanks :)
Dh
> -Original Message-
> From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com]
> Sent: 26 June 2012 07:58
> To: enlightenment-devel@lists.sourceforge.net
> Subject: [E-devel] [PATCH] evas_engine: Fix "==" repo for wayland_egl
>
> From: Alex Wu
>
>
Hrm, compiled here earlier today just fine...svn up again maybe ?
Dh
> -Original Message-
> From: Jeff Hoogland [mailto:jeffhoogl...@linux.com]
> Sent: 29 June 2012 15:12
> To: e-devel
> Subject: [E-devel] E failing to compile
>
> E is failing to compile for me from a SVN pull from last
> -Original Message-
> From: Michael Blumenkrantz [mailto:michael.blumenkra...@gmail.com]
> Sent: 03 July 2012 09:40
> To: Enlightenment developer list
> Subject: Re: [E-devel] E SVN: devilhorns IN
> trunk/ecore/src/lib/ecore_x: . xcb xlib
>
> imo in ecore-x nobody cares. there have been
No, they are there in the news:
> > + - Add API functions to get/set an Ecore_Evas's profile.
What is missed ?
http://trac.enlightenment.org/e/changeset?reponame=&new=73206%40trunk%2Fecor
e%2Fsrc%2Flib%2Fecore_evas%2FEcore_Evas.h&old=71569%40trunk%2Fecore%2Fsrc%2F
lib%2Fecore_evas%2FEcore_Eva
uly 2012 13:01
> To: Enlightenment developer list
> Subject: Re: [E-devel] E SVN: devilhorns trunk/ecore
>
> On Tue, Jul 3, 2012 at 12:44 PM, Chris Michael
> wrote:
> > No, they are there in the news:
> >
> >> > + - Add API functions to get/set an Ecore_Evas'
Thanks Jihoon :)
Dh
> -Original Message-
> From: Jihoon Kim [mailto:imfin...@gmail.com]
> Sent: 03 July 2012 22:56
> To: Enlightenment developer list
> Subject: Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_imf
>
> I found this issue, so I fixed and committed about 7 hours
> -Original Message-
> From: Gustavo Sverzut Barbieri [mailto:barbi...@profusion.mobi]
> Sent: 05 July 2012 12:31
> To: Enlightenment developer list
> Subject: Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas
>
> On Thursday, July 5, 2012, Christopher Michael wrote:
>
> >
>
> -Original Message-
> From: David Seikel [mailto:onef...@gmail.com]
> Sent: 05 July 2012 12:46
> To: enlightenment-devel@lists.sourceforge.net
> Subject: Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas
>
> On Thu, 5 Jul 2012 08:31:29 -0300 Gustavo Sverzut Barbieri
> wrot
Rob,
Thanks for the patch :) In svn now.
Cheers,
Dh
> -Original Message-
> From: Bradford, Robert [mailto:robert.bradf...@intel.com]
> Sent: 10 July 2012 17:00
> To: Christopher Michael
> Cc: Enlightenment developer list
> Subject: [E-devel] Elm: Wayland: Fix crash when not running unde
Patience is a virtue ;) Check your inbox again
Dh
> -Original Message-
> From: Vincent Torri [mailto:vincent.to...@gmail.com]
> Sent: 11 July 2012 12:56
> To: enlightenment-devel@lists.sourceforge.net
> Subject: Re: [E-devel] E SVN: devilhorns trunk/elementary
>
> haha, it's the first t
[E-devel] E SVN: devilhorns trunk/elementary
>
> On Wed, Jul 11, 2012 at 1:59 PM, Chris Michael
> wrote:
> > Patience is a virtue ;) Check your inbox again
>
> yeah, i saw it before sending the mail, but i couldn't resist :)
>
> >
> > Dh
> >
You're welcome ;) :P
Dh
> -Original Message-
> From: Daniel Juyung Seo [mailto:seojuyu...@gmail.com]
> Sent: 19 July 2012 13:48
> To: Enlightenment developer list
> Subject: Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/shot
>
> thanks for the quick fix!
> On Jul 19, 2012 9:46 PM
Yes. You either have to pass --disable-elementary to E17 when building, OR
update and rebuild Elementary BEFORE doing E17.
Dh
> -Original Message-
> From: Andrea Suisani [mailto:sick...@opinioni.net]
> Sent: 19 July 2012 14:46
> To: enlightenment-devel@lists.sourceforge.net
> Subject: Re
Applied to svn (74330). Many thanks :)
Dh
> -Original Message-
> From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com]
> Sent: 23 July 2012 14:10
> To: enlightenment-devel@lists.sourceforge.net
> Cc: eduardo.de.barros.l...@intel.com
> Subject: [E-devel] [PATCH] evas/wayland_
Yes, this is a bug that needs fixing in efl wayland code. I am currently
looking into various methods of dealing with this.
Dh
> -Original Message-
> From: Juan Zhao [mailto:juan.j.z...@linux.intel.com]
> Sent: 24 July 2012 06:48
> To: Chris Michael
> Cc: enli
Thanks for the patches :) I will try to make time to review them this week.
Much appreciated :)
Cheers,
Dh
-Original Message-
From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com]
Sent: 26 July 2012 10:18
To: enlightenment-devel@lists.sourceforge.net
Cc: eduardo.de.barros.
This is fixed now with EFL revision 74566. I could not make use of these
patches tho :(, but thank you for the effort :)
Cheers,
Dh
-Original Message-
From: yan.w...@linux.intel.com [mailto:yan.w...@linux.intel.com]
Sent: 24 July 2012 06:08
To: enlightenment-devel@lists.sourceforge.net
-Original Message-
From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com]
Sent: 31 July 2012 07:45
To: Enlightenment developer list
Cc: support; enlightenm...@samsung.com
Subject: Re: [E-devel] [e-users] poll fyi
On Mon, 30 Jul 2012 21:08:26 -0400 Zoffix Znet said:
>
>
-Original Message-
From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com]
Sent: 31 July 2012 08:00
To: Enlightenment developer list
Cc: Chris Michael; 'support'; enlightenm...@samsung.com
Subject: Re: [E-devel] [e-users] poll fyi
On Tue, 31 Jul 2012 07:53:49 +
Good catch. Patch in svn. Thanks :)
Dh
-Original Message-
From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com]
Sent: 01 August 2012 15:04
To: enlightenment-devel@lists.sourceforge.net
Cc: eduardo.de.barros.l...@intel.com
Subject: [E-devel] [PATCH] evas/elementary: Fix hove
Apologies. I misquoted who the patch is from. It is actually from Alex Wu
-Original Message-
From: Enlightenment SVN [mailto:no-re...@enlightenment.org]
Sent: 01 August 2012 15:15
To: enlightenment-...@lists.sourceforge.net
Subject: E SVN: devilhorns trunk/evas/src/lib/canvas
Log:
Evas
Hahaha, sorry, I did not. Just caught it now in my build
Will fix.
-Original Message-
From: Gustavo Lima Chaves [mailto:gl...@profusion.mobi]
Sent: 01 August 2012 15:27
To: enlightenment-devel@lists.sourceforge.net
Cc: enlightenment-...@lists.sourceforge.net
Subject: Re: [E-devel] E SVN:
In Svn now. Thanks :)
Dh
-Original Message-
From: thomasg [mailto:tho...@gstaedtner.net]
Sent: 01 August 2012 19:49
To: enlightenment-devel@lists.sourceforge.net
Subject: Re: [E-devel] [PATCH] wallpaper2: implement close/apply buttons
On Wed, Aug 1, 2012 at 8:34 PM, thomasg wrote:
> O
In svn. Thanks Rob :)
Dh
-Original Message-
From: Bradford, Robert [mailto:robert.bradf...@intel.com]
Sent: 01 August 2012 19:21
To: Enlightenment developer list
Cc: Eduardo De Barros Lima
Subject: [E-devel] [PATCH][wayland] Fix bug in fullscreening
ChangeLog entry:
2012-08-01 Rob Br
Thank you Alex for the patches !! :)
I do not think I will have time to get to them today (and I know I have
delayed these patches all week) :( It's just that for something this
"large", it will take time to review, test, etc, etc...and I don't have that
time available today :( However, I will make
In svn now, thanks :)
Dh
-Original Message-
From: Bradford, Robert [mailto:robert.bradf...@intel.com]
Sent: 03 August 2012 14:10
To: Enlightenment developer list
Subject: [E-devel] [PATCH][wayland] Check for NULL surface/shell surface
pointers on events
2012-08-03 Rob Bradford
Alex,
Would you mind resending these patches as attachments, and not inline in the
message ?
Thanks :)
Dh
-Original Message-
From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com]
Sent: 03 August 2012 09:02
To: enlightenment-devel@lists.sourceforge.net
Cc: eduardo.de.barros.l
when the time comes :) I am
hoping that when the freeze is over, these will still apply cleanly but if they
should need to be rebased, would you be around to do that ?
Cheers,
Dh
-Original Message-
From: Alex Wu [mailto:zhiwen...@linux.intel.com]
Sent: 07 August 2012 02:24
To: Chris Michael
Alex,
Can you resend this (and any future patches) as attachment ?? My email
client likes to break things when they are inlined :(
Thanks ;)
dh
-Original Message-
From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com]
Sent: 08 August 2012 09:23
To: enlightenment-devel@lists.s
Jeff,
Hey !! I did not authorize releasing of that code ;) :P Just kidding ;)
dh
-Original Message-
From: Jeff Hoogland [mailto:jeffhoogl...@linux.com]
Sent: 09 August 2012 14:56
To: e-devel
Subject: [E-devel] Shutdown Module
This is a module DH wrote for Bodhi awhile back. Would there b
-Original Message-
From: Eduardo Lima (Etrunko) [mailto:ebl...@gmail.com]
Sent: 23 August 2012 13:36
To: Enlightenment developer list
Subject: Re: [E-devel] How to Clone from http://git.enlightenment.fr
On Thu, Aug 23, 2012 at 9:32 AM, Cedric BAIL wrote:
> On Thu, Aug 23, 2012 at 9:23
Hi Alex,
LOL, I just fixed this literally 2 seconds before you're email came in :)
Cheers,
Dh
-Original Message-
From: Alex Wu [mailto:zhiwen...@linux.intel.com]
Sent: 31 August 2012 07:18
To: 'Enlightenment developer list'
Cc: eduardo.de.barros.l...@intel.com; ras...@rasterman.com
Subje
Applied in svn: 75921.
Thanks :)
dh
-Original Message-
From: Alex Wu [mailto:zhiwen...@linux.intel.com]
Sent: 31 August 2012 10:17
To: 'Enlightenment developer list'
Cc: eduardo.de.barros.l...@intel.com
Subject: [E-devel] [PATCH] elementary_test: Don't set preferred engine in
GLView and G
Peaked at the ecore_x patch. Looks ok :)
dh
-Original Message-
From: Kim Shinwoo [mailto:kimcinoo@gmail.com]
Sent: 03 September 2012 09:34
To: Enlightenment developer list
Subject: [E-devel] [patch][access] add atoms for action up, down
dear all, hello
I have attached three patches
Functionally, the e_module patch looks ok too. Doesn't keep to E formatting,
but it's a minor infraction ;)
dh
-Original Message-
From: Kim Shinwoo [mailto:kimcinoo@gmail.com]
Sent: 03 September 2012 09:34
To: Enlightenment developer list
Subject: [E-devel] [patch][access] add atoms f
disturbing you.
2012/9/3 Chris Michael
> Functionally, the e_module patch looks ok too. Doesn't keep to E
> formatting, but it's a minor infraction ;) dh
>
> -Original Message-
> From: Kim Shinwoo [mailto:kimcinoo@gmail.com]
> Sent: 03 September 2012 09
Sorry, appears I made a mistake in this email. It was not "Unused Variables"
I meant to be referring to, but rather "Set-but-unused". Apologies for the
confusion.
Dh
-Original Message-
From: Chris Michael [mailto:cp.mich...@samsung.com]
Sent: 03 September 2012 10:3
Fixed.
-Original Message-
From: Vincent Torri [mailto:vincent.to...@gmail.com]
Sent: 03 September 2012 11:08
To: enlightenment-devel@lists.sourceforge.net
Subject: Re: [E-devel] E SVN: devilhorns trunk/evas/src/lib/canvas
changelog
Vincent
On Mon, Sep 3, 2012 at 11:41 AM, Enlightenment
Thank you Hermit !! :) I've been wanted to do that for a long time now ...
except if I would have done it, people would have complained, so thanks for
taking some initiative here :)
dh
-Original Message-
From: Enlightenment SVN [mailto:no-re...@enlightenment.org]
Sent: 04 September 2012 0
> Edje currently has an edje_color_class_list() function that exports a
> list of cc's the current process knows about (from any loaded edje
> objects). It *should* be possible to use this to generate the list in
> the color class dialog. We probably need some categorization though (maybe
> through
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=3de066469ae76c22e50e9f78b03f1841d81cd7cc
commit 3de066469ae76c22e50e9f78b03f1841d81cd7cc
Author: Chris Michael
Date: Mon May 9 11:01:30 2016 -0400
elput: Support sending of session activate
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=f9149c1699515c060d004225c6a2c5653cebe322
commit f9149c1699515c060d004225c6a2c5653cebe322
Author: Chris Michael
Date: Mon May 9 11:35:48 2016 -0400
elput: Add API function to switch to a
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=a96266c42272bd6b8d3a27d7fdd7575199772c85
commit a96266c42272bd6b8d3a27d7fdd7575199772c85
Author: Chris Michael
Date: Mon May 9 11:05:21 2016 -0400
elput: Remove erroneous debug print out
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=9ed2f42c08c5adffbd4c13043923a1d5683d0bf1
commit 9ed2f42c08c5adffbd4c13043923a1d5683d0bf1
Author: Chris Michael
Date: Mon May 9 10:40:23 2016 -0400
elput: Remove useless dbus argument
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=d734cd4cada136add5d66e126c659223897fe487
commit d734cd4cada136add5d66e126c659223897fe487
Author: Chris Michael
Date: Mon May 9 12:00:35 2016 -0400
elput: Add code to handle keybindings for
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=d40cd1dab21fec804f6c852a6b2dc94416907379
commit d40cd1dab21fec804f6c852a6b2dc94416907379
Author: Chris Michael
Date: Tue May 10 11:28:26 2016 -0400
ecore-drm: Fix potential segfault when
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=ba3a91a8b534b1ff9af095d3084a37031f15f974
commit ba3a91a8b534b1ff9af095d3084a37031f15f974
Author: Chris Michael
Date: Tue May 10 13:46:31 2016 -0400
elput: Add API function to return a list
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=be763a011c4d37edff48d8db99bf234514670cb6
commit be763a011c4d37edff48d8db99bf234514670cb6
Author: Chris Michael
Date: Tue May 10 13:49:38 2016 -0400
elput: Add API function to return a list
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=05a3cd62191b68ab0a47b9ee9149234175814f9a
commit 05a3cd62191b68ab0a47b9ee9149234175814f9a
Author: Chris Michael
Date: Tue May 10 14:26:01 2016 -0400
ecore-wl2: Remove need for including
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=3954aa5518b7cc05f4c8bc86683d349a00dffe47
commit 3954aa5518b7cc05f4c8bc86683d349a00dffe47
Author: Chris Michael
Date: Tue May 10 14:36:35 2016 -0400
elput: Fix issue of NULL seat named being
devilhorns pushed a commit to branch master.
http://git.enlightenment.org/core/efl.git/commit/?id=fa5abb2967ca1a14770c5270b13200412a0fd345
commit fa5abb2967ca1a14770c5270b13200412a0fd345
Author: Chris Michael
Date: Tue May 10 15:12:53 2016 -0400
elput: Add API function to set max allowed
Hi All,
I did some investigating into cserve2 support a couple weeks ago, only
to find out that it's broken :( It turns out that it's always had some
bugs and thus was never turned on. Seeing as how it is unlikely to ever
be bug-fixed, maintained, or even enabled I cannot see keeping this code
Hi All,
I did some investigating into cserve2 support today, only to find out
that it's broken :( It turns out that it's always had some bugs and thus
was never turned on. Seeing as how it is unlikely to ever be bug-fixed,
maintained, or even enabled I cannot see keeping this code around as it
Hi All,
I've enclosed some code that I've been messing with to create a tooltip
widget and smart object that may be used for tooltips. It DOES need some
work as the tips don't currently display, but I think with a little more
coding from a more experienced E dev this could be useful.
Cheers
Hello Moom, CodeWarrior,
As per my discussion with CodeWarrior, here is a diff for
etk_filechooser_widget which does the following:
***
-Adds 2 new properties: Select_Multiple and Show_Hidden.
-Adds a function to allow/disallow
-Original Message-
From: David Seikel [mailto:onef...@gmail.com]
Sent: 19 September 2012 02:35 PM
To: enlightenment-devel@lists.sourceforge.net
Subject: Re: [E-devel] Giving JackDanielZ commit access
On Wed, 19 Sep 2012 16:25:59 +0300 Tom Hacohen
wrote:
> I'm giving him now. If you have
Vincent,
I will add the NEWS and ChangeLog before I leave the office today. I did not
do it now because more fixes are coming.
Dh
-Original Message-
From: Enlightenment SVN [mailto:no-re...@enlightenment.org]
Sent: 21 September 2012 09:18 AM
To: enlightenment-...@lists.sourceforge.net
Su
Typo fixed in svn now, thanks :)
dh
-Original Message-
From: rustyBSD [mailto:rusty...@gmx.fr]
Sent: 09 November 2012 10:47 AM
To: Enlightenment developer list
Subject: [E-devel] [e] OpenBSD
Hi,
I just compiled e17 on OpenBSD, and when starting e I get this:
Enlightenment was started wi
Ohhh lol sorry about that, fat finger copy-paste L
I thought you were questioning if Zero is the proper value.
Dh
From: Gustavo Sverzut Barbieri [mailto:barbi...@profusion.mobi]
Sent: 12 November 2012 01:13 PM
To: Christopher Michael
Cc: Enlightenment developer list
Subject: Re
No worries. It was just the commit message did not give much detail as to
what the change(s) involved.
dh
-Original Message-
From: Rafael Antognolli [mailto:antogno...@gmail.com]
Sent: 23 November 2012 06:50 PM
To: Enlightenment developer list
Cc: Enlightenment SVN; enlightenment-...@lis
Alex,
Thank you for the patch :) Sadly I cannot take a look at it right now (busy
with some other things), but I will place it in my queue and get to it
probably after Christmas break.
Cheers,
dh
-Original Message-
From: Alex Wu [mailto:zhiwen...@linux.intel.com]
Sent: 17 December 2012
On 12/02/2013 04:32 PM, Nathan Baxter wrote:
> On 12/02/13 14:15, Christopher Michael wrote:
>> On 12/02/13 14:02, Nathan Baxter wrote:
>>> On 12/02/13 13:42, Carsten Haitzler (The Rasterman) wrote:
On Tue, 12 Feb 2013 12:09:35 + Nathan Baxter
said:
i would KILL for someone
On 21/02/2013 05:04 PM, Ulisses Furquim wrote:
> Hi Rafael,
>
> On Thu, Feb 21, 2013 at 1:46 PM, Rafael Antognolli
> wrote:
>> Hey Ulisses, thanks for answering!
>
> You're welcome, man.
>
>> On Thu, Feb 21, 2013 at 1:19 PM, Ulisses Furquim
>> wrote:
>>> Hi Rafael,
>>>
>>> On Thu, Feb 21, 2013
On 21/02/2013 05:58 PM, Ulisses Furquim wrote:
> Hi devilhorns,
>
> On Thu, Feb 21, 2013 at 2:55 PM, Chris Michael wrote:
>> On 21/02/2013 05:04 PM, Ulisses Furquim wrote:
>>>
>>> Hi Rafael,
>>>
>>> On Thu, Feb 21, 2013 at 1:46 PM, Rafael Antog
On 21/02/2013 08:45 PM, Ulisses Furquim wrote:
> Hi devilhorns,
>
>> Well, I don't see valgrind helping much in this situation as it is not a
>> leak or crash or anything like that ... but in the spirit of cooperation ;)
>> I will run it when I get back to the office on Monday.
>
> Well, yes, the i
On 21/02/2013 09:22 PM, Ulisses Furquim wrote:
> Hi,
>
> On Thu, Feb 21, 2013 at 6:13 PM, Chris Michael wrote:
>> On 21/02/2013 08:45 PM, Ulisses Furquim wrote:
>>>
>>> Hi devilhorns,
>>>
>>>> Well, I don't see valgrind helping much in t
On 21/02/2013 09:51 PM, Ulisses Furquim wrote:
> Hi devilhorns,
>
> On Thu, Feb 21, 2013 at 6:47 PM, Chris Michael wrote:
>> On 21/02/2013 09:22 PM, Ulisses Furquim wrote:
>>>
>>> Hi,
>>>
>>> On Thu, Feb 21, 2013 at 6:13 PM, Chris Michael
&
On 14/04/13 09:44, Carsten Haitzler (The Rasterman) wrote:
> On Sun, 14 Apr 2013 10:56:35 +0300 "daniel.za...@samsung.com"
> said:
>
>> On 04/14/2013 10:57 AM, Carsten Haitzler (The Rasterman) wrote:
>>> On Sun, 14 Apr 2013 11:52:16 +0900 Carsten Haitzler (The Rasterman)
>>> said:
>>>
On Sun
On 14/04/13 10:51, Carsten Haitzler (The Rasterman) wrote:
> On Sun, 14 Apr 2013 10:30:32 +0100 Chris Michael
> said:
>
>> On 14/04/13 09:44, Carsten Haitzler (The Rasterman) wrote:
>>> On Sun, 14 Apr 2013 10:56:35 +0300 "daniel.za...@samsung.com"
>>
Hi Jan,
Thanks for the efforts here :)
After a quick review, this seems ok. Some of the formatting is wrong
(ie: not EFL style), however that is just a minor thing. One thing that
does concern me here tho is why:
+ wl_display_roundtrip(display);
is being called in the im_module_init ? That
Also, you could use ecore_wl_registry_get instead of
wl_display_get_registry.
And ecore_wl_display_iterate instead of wl_display_dispatch.
dh
On 19/04/13 10:53, Chris Michael wrote:
> Hi Jan,
>
> Thanks for the efforts here :)
>
> After a quick review, this seems ok. Some of th
On 26/04/13 16:51, Rafael Antognolli wrote:
> Hey devilhorns,
>
> On Fri, Apr 26, 2013 at 3:23 AM, Chris Michael - Enlightenment Git
> wrote:
>> devilhorns pushed a commit to branch master.
>>
>> commit 8235272ec053eb4bfcb040d7c9c20b61c55ffb61
>> Author: Chris
On 16/05/13 16:31, Rafael Antognolli wrote:
> On Thu, May 16, 2013 at 10:45 AM, Christopher Michael
> wrote:
>> On 16/05/13 14:43, Daniel Juyung Seo wrote:
>>> On Thu, May 16, 2013 at 7:00 PM, Tom Hacohen
>>> wrote:
On 16/05/13 14:24, Christopher Michael wrote:
> On 16/05/13 14:19, Tom
On 16/05/13 16:58, Tom Hacohen wrote:
> On 16/05/13 16:31, Rafael Antognolli wrote:
>> On Thu, May 16, 2013 at 10:45 AM, Christopher Michael
>> wrote:
>>> On 16/05/13 14:43, Daniel Juyung Seo wrote:
On Thu, May 16, 2013 at 7:00 PM, Tom Hacohen
wrote:
> On 16/05/13 14:24, Christophe
On 16/05/13 17:29, Tom Hacohen wrote:
> On 16/05/13 17:17, Chris Michael wrote:
>> On 16/05/13 16:58, Tom Hacohen wrote:
>>> On 16/05/13 16:31, Rafael Antognolli wrote:
>>>> On Thu, May 16, 2013 at 10:45 AM, Christopher Michael
>>>> wrote:
>&g
On 16/05/13 19:08, Jérémy Zurcher wrote:
> On Thursday 16 May 2013 17:37, Chris Michael wrote :
>> On 16/05/13 17:29, Tom Hacohen wrote:
>>> On 16/05/13 17:17, Chris Michael wrote:
>>>> On 16/05/13 16:58, Tom Hacohen wrote:
>>>>> On 16/05/13 16:31, R
On 18/05/13 09:41, Cedric BAIL wrote:
> Hello,
>
> On Thu, May 16, 2013 at 3:08 PM, Massimo Maiurana wrote:
>> Cedric BAIL, il 15/05/2013 02:44, ha scritto:
>>> The backtrace are not useful as it seems to be a memory corruption.
>>> Could you try by running enlightenment_start -valgrind and tell u
On 18/05/13 12:15, Massimo Maiurana wrote:
> Chris Michael, il 18/05/2013 13:01, ha scritto:
>
>> Hmmm, this must be an older EFL ?? because these line numbers are not
>> matching up with what I have from git...
> It's a 1 week old git version, so those lines could ha
Spankies !!!
This broke build when --with-opengl=es
GL_DRAW_FRAMEBUFFER_BINDING undefined
dh
On 18/05/13 00:40, Rafael Antognolli - Enlightenment Git wrote:
> antognolli pushed a commit to branch master.
>
> commit 8254bbc5e3c84b8ad2f20f1ce4685146de70ef51
> Author: Rafael Antognolli
> Date:
On 18/05/13 18:40, discomfitor - Enlightenment Git wrote:
> discomfitor pushed a commit to branch master.
>
> commit 9ef130a6da838dc9b396ad1e2aea53c3d1945c59
> Author: discomfitor
> Date: Sat May 18 19:39:01 2013 +0100
>
> ibar now conceals a terrible power. the first person who can figure
On 18/05/13 21:36, Massimo Maiurana wrote:
> Chris Michael, il 18/05/2013 13:40, ha scritto:
>> On 18/05/13 12:15, Massimo Maiurana wrote:
>>> Chris Michael, il 18/05/2013 13:01, ha scritto:
>>>
>>>> Hmmm, this must be an older EFL ?? because these line numbe
1 - 100 of 489 matches
Mail list logo