Re: [E-devel] [PATCH] e16-epplets: fix build with must

2022-08-01 Thread Kim Woelders
On 8/1/22 12:05, Andrew Savchenko wrote: Hi! The following patch fixes a small problem with building e16-epplets on musl: due to missing header struct `fd_set` gets undefined. Looks like this header is indirectly included by other mentioned headers in glibc, but not in musl. This patch is for

Re: [E-devel] [PATCH] e16: support user fonts

2021-01-19 Thread Kim Woelders
On 1/19/21 5:55 PM, Kim Woelders wrote: On 1/17/21 2:35 PM, Andrew Savchenko wrote: Hello! The following patch allows users to provide custom fonts via ~/.e16/fonts/ This patch is already used for years in Gentoo and it would be nice to have it upstream. I use it for user-side theme modificati

Re: [E-devel] [PATCH] e16: support user fonts

2021-01-19 Thread Kim Woelders
On 1/17/21 2:35 PM, Andrew Savchenko wrote: Hello! The following patch allows users to provide custom fonts via ~/.e16/fonts/ This patch is already used for years in Gentoo and it would be nice to have it upstream. I use it for user-side theme modification (winter in my case), because my eyes p

Re: [E-devel] [PATCH] imlib2-loaders: fix eet loader build failure

2021-01-18 Thread Kim Woelders
On 1/17/21 11:55 AM, Andrew Savchenko wrote: Hello! I found that eet loader from imlib2-loaders-1.7.1 fails to build (with gcc-10.2.0 and efl-1.25.1, full build log is attached): loader_eet.c:384:5: error: invalid use of incomplete typedef �~@~XImlibLoader�~@~Y {aka �~@~Xstruct _imlibloader�~@

Re: [E-devel] [PATCH] libunibreak: add missing __has_attribute definitions for old compilers

2019-04-17 Thread Romain Naour
Hi, Le 16/04/2019 à 22:23, Vincent Torri a écrit : > can you open a ticket on phab ? Done: https://phab.enlightenment.org/T7818 Best regards, Romain > > Vincent > > On Tue, Apr 16, 2019 at 10:10 PM Romain Naour wrote: >> >> __has_attribute has been introduced with gcc 5 [1]. >> >> [1] https:

Re: [E-devel] [PATCH] libunibreak: add missing __has_attribute definitions for old compilers

2019-04-16 Thread Vincent Torri
can you open a ticket on phab ? Vincent On Tue, Apr 16, 2019 at 10:10 PM Romain Naour wrote: > > __has_attribute has been introduced with gcc 5 [1]. > > [1] https://www.gnu.org/software/gcc/gcc-5/changes.html > > Fixes: > http://autobuild.buildroot.net/results/64ab825048fac1654b0d0698740ddf857fc

Re: [E-devel] Patch Review: Improving Community Interaction

2018-05-24 Thread Hermet Park
I agree on it. Anyone can see and try to review patches but I believe the point must be "lack of willing of review". :) EFL should appoint the REAL maintainer and REAL reviewers per project/module in order to make people have a responsibility for review. We could list up maintainers and reviewers

Re: [E-devel] Patch Review: Improving Community Interaction

2018-05-24 Thread Mike Blumenkrantz
By majority vote, those with commit access are now added to cc for all efl patch submissions. On Tue, May 1, 2018 at 3:31 PM Mike Blumenkrantz < [email protected]> wrote: > Something which has been brought up time and again is that the process for > submitting and getting a patch rev

Re: [E-devel] PATCH: imlib2: loader_tga: fix regression in RLE raw byte handling

2018-05-02 Thread Kim Woelders
Hello Ralph, I actually sent two replies to your patch sent to me on April 17: -- #1 - April 19: Thanks, I'll be looking into this shortly. It would be very helpful if you could send me one or more images that demonstrate the problem that I can use for testing. /Kim -

Re: [E-devel] [PATCH] e_main.c, env var QT_QPA_PLATFORMTHEME

2017-05-10 Thread PaulTT
remember it ;) (the situation about qt5 is getting worser..) On Tue, Oct 11, 2016 at 3:44 AM, Simon Lees wrote: > > > On 10/11/2016 01:03 AM, PaulTT wrote: > > 'cause it's no polite at all, to change and force user environment > > variables, without any option ti change them > > > > added a

Re: [E-devel] patch for Evil

2017-04-03 Thread Stefan Schmidt
Hello. On 04/03/2017 06:22 AM, Vincent Torri wrote: > better patch > > On Sat, Apr 1, 2017 at 7:08 PM, Vincent Torri wrote: >> On Sat, Apr 1, 2017 at 5:42 PM, Vincent Torri >> wrote: >>> >>> This patch fixes fcntl in Evil when used in ecore_con >> >> ha, no, problem with eet, now, with that pat

Re: [E-devel] patch for Evil

2017-04-02 Thread Vincent Torri
better patch On Sat, Apr 1, 2017 at 7:08 PM, Vincent Torri wrote: > On Sat, Apr 1, 2017 at 5:42 PM, Vincent Torri wrote: >> >> This patch fixes fcntl in Evil when used in ecore_con > > ha, no, problem with eet, now, with that patch, if fd is really a fd. > I have to improve it and check when the

Re: [E-devel] patch for Evil

2017-04-01 Thread Vincent Torri
On Sat, Apr 1, 2017 at 5:42 PM, Vincent Torri wrote: > > This patch fixes fcntl in Evil when used in ecore_con ha, no, problem with eet, now, with that patch, if fd is really a fd. I have to improve it and check when the "fd" passed to fcntl is a socket or just a fd (as of returned by open) Vinc

Re: [E-devel] [PATCH] e_main.c, env var QT_QPA_PLATFORMTHEME

2016-10-10 Thread Simon Lees
On 10/11/2016 01:03 AM, PaulTT wrote: > 'cause it's no polite at all, to change and force user environment > variables, without any option ti change them > > added a check about env var already present > > > (plus Env vars done message was out of sequence) > > (and btw 'gtk2' i think is n

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

2016-04-07 Thread Kim Woelders
On 04/06/2016 03:25 AM, Simon Lees wrote: > > > On 04/06/2016 10:44 AM, Kim Woelders wrote: >> On 04/02/2016 08:26 PM, Yuriy M. Kaminskiy wrote: >>> Mike Frysinger writes: >>> >>> This does not cover out-of-bound SBackGroundColor (giflib does not >>> verify if it is less than ColorCount). >>> I've

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

2016-04-05 Thread Simon Lees
On 04/06/2016 10:44 AM, Kim Woelders wrote: > On 04/02/2016 08:26 PM, Yuriy M. Kaminskiy wrote: >> Mike Frysinger writes: >> >> This does not cover out-of-bound SBackGroundColor (giflib does not >> verify if it is less than ColorCount). >> I've just sent *better* patch that fixes this problem: >

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

2016-04-05 Thread Kim Woelders
On 04/02/2016 08:26 PM, Yuriy M. Kaminskiy wrote: > Mike Frysinger writes: > > This does not cover out-of-bound SBackGroundColor (giflib does not > verify if it is less than ColorCount). > I've just sent *better* patch that fixes this problem: > http://permalink.gmane.org/gmane.comp.window-manager

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

2016-04-02 Thread Yuriy M. Kaminskiy
Mike Frysinger writes: This does not cover out-of-bound SBackGroundColor (giflib does not verify if it is less than ColorCount). I've just sent *better* patch that fixes this problem: http://permalink.gmane.org/gmane.comp.window-managers.enlightenment.devel/64001 (with wrong bug link) > From: Be

Re: [E-devel] [PATCH] eina_list: Documentation fixes

2015-10-20 Thread Stefan Schmidt
Hello. On 22/09/15 21:41, Thomas Gstädtner wrote: > For this function it makes no sense, that the top list node would be > required. > --- > src/lib/eina/eina_list.h | 12 > 1 file changed, 12 deletions(-) > > diff --git a/src/lib/eina/eina_list.h b/src/lib/eina/eina_list.h > index

Re: [E-devel] [PATCH] use SDL2 everywhere

2015-08-07 Thread Mike Frysinger
On 07 Aug 2015 13:55, Romain Naour wrote: > Le 06/08/2015 06:42, Mike Frysinger a écrit : > > Some files were still including SDL-1 headers even though we only link > > against SDL2 libs. > > > > URL: https://bugs.gentoo.org/551882 > > Reported-by: Barnaby > > --- > > I've also reported this iss

Re: [E-devel] [PATCH] use SDL2 everywhere

2015-08-07 Thread Romain Naour
Hi Mike, Le 06/08/2015 06:42, Mike Frysinger a écrit : > Some files were still including SDL-1 headers even though we only link > against SDL2 libs. > > URL: https://bugs.gentoo.org/551882 > Reported-by: Barnaby > --- I've also reported this issue some weeks ago: http://sourceforge.net/p/enligh

Re: [E-devel] [PATCH 2/2] pkg-config: prefix eolian_flags with sysrootdir when crosscompiling

2015-04-24 Thread Romain Naour
Hi Jean-Philippe, Le 24/04/2015 09:58, Jean-Philippe André a écrit : > Hi again :) > > On Fri, Apr 24, 2015 at 10:39 AM, Jean-Philippe André > wrote: > >> Hi Romain, >> >> Please use Phabricator and Arcanist to share your patches. >> See: >> https://phab.enlightenment.org/w/arcanist/ >> >> > To

Re: [E-devel] [PATCH 2/2] pkg-config: prefix eolian_flags with sysrootdir when crosscompiling

2015-04-24 Thread Jean-Philippe André
Hi again :) On Fri, Apr 24, 2015 at 10:39 AM, Jean-Philippe André wrote: > Hi Romain, > > Please use Phabricator and Arcanist to share your patches. > See: > https://phab.enlightenment.org/w/arcanist/ > > Tom pointed out that it's absolutely fine to share patches by email. We want to encourage a

Re: [E-devel] [PATCH 2/2] pkg-config: prefix eolian_flags with sysrootdir when crosscompiling

2015-04-23 Thread Jean-Philippe André
Hi Romain, Please use Phabricator and Arcanist to share your patches. See: https://phab.enlightenment.org/w/arcanist/ Thanks, On Fri, Apr 24, 2015 at 6:17 AM, Romain Naour wrote: > Otherwise, the elementary build is brocken while crosscompiling since > "pkg-config --variable=eolian_flags eo e

Re: [E-devel] PATCH: duplicated XDG_DATA_DIRS fix

2015-01-05 Thread Thanatermesis
As: http://www.enlightenment.org/ss/e-54aa94e4da9742.14698270.jpg Where the real bug happens is where my patch is, but after that there's hardcoded /usr/share and /usr/local/share in the case that we dont have XDG_DATA_DIRS set (which the default dirs are these ones, so having them hardcoded looks

Re: [E-devel] PATCH: duplicated XDG_DATA_DIRS fix

2015-01-03 Thread Sebastian Dransfeld
> Den Jan 2, 2015 kl. 22:18 skrev Davide Andreoli : > > 2014-12-31 19:31 GMT+01:00 Thanatermesis : > >> Right, there's also the case of /usr/local which i have not considered >> (only /usr and /usr/local), so this updated patch fixes it: >> >> http://pastebin.com/1Nn4rETD >> >> by other side t

Re: [E-devel] PATCH: duplicated XDG_DATA_DIRS fix

2015-01-02 Thread Davide Andreoli
2014-12-31 19:31 GMT+01:00 Thanatermesis : > Right, there's also the case of /usr/local which i have not considered > (only /usr and /usr/local), so this updated patch fixes it: > > http://pastebin.com/1Nn4rETD > > by other side these trailing slashes seems like to be made wrongly by your > OS cre

Re: [E-devel] PATCH: duplicated XDG_DATA_DIRS fix

2014-12-31 Thread Thanatermesis
Right, there's also the case of /usr/local which i have not considered (only /usr and /usr/local), so this updated patch fixes it: http://pastebin.com/1Nn4rETD by other side these trailing slashes seems like to be made wrongly by your OS creating the XDG_DATA_DIRS variable, they should not includ

Re: [E-devel] PATCH: duplicated XDG_DATA_DIRS fix

2014-12-30 Thread Jean-Philippe André
Hi, On Wed, Dec 31, 2014 at 3:04 AM, Davide Andreoli wrote: > 2014-12-30 16:57 GMT+01:00 Thanatermesis : > > > Back from some holidays (more or less) > > > > My previous patch was wrong, since strcmp returns the inverse of what I > > expected (zero if success), so this is the correct one: > > >

Re: [E-devel] PATCH: duplicated XDG_DATA_DIRS fix

2014-12-30 Thread Davide Andreoli
2014-12-30 16:57 GMT+01:00 Thanatermesis : > Back from some holidays (more or less) > > My previous patch was wrong, since strcmp returns the inverse of what I > expected (zero if success), so this is the correct one: > > http://pastebin.com/xDj755cL > > Should I push it to master? > This patch s

Re: [E-devel] PATCH: duplicated XDG_DATA_DIRS fix

2014-12-30 Thread Thanatermesis
Back from some holidays (more or less) My previous patch was wrong, since strcmp returns the inverse of what I expected (zero if success), so this is the correct one: http://pastebin.com/xDj755cL Should I push it to master? 2014-12-24 13:34 GMT+01:00 Thanatermesis : > > Not sure how you got /

Re: [E-devel] PATCH: duplicated XDG_DATA_DIRS fix

2014-12-24 Thread Thanatermesis
> Not sure how you got /usr/share to be duplicated, it is not the case here... That's exactly what my patch does :), as: > % echo $XDG_DATA_DIRS | tr ':' '\n' | sort > /opt/e/share > /opt/e/share/enlightenment > /usr/local/share > /usr/share for your case, since you don't have /usr as default pr

Re: [E-devel] PATCH: duplicated XDG_DATA_DIRS fix

2014-12-23 Thread Jean-Philippe André
Hi, Not sure how you got /usr/share to be duplicated, it is not the case here... On Wed, Dec 24, 2014 at 1:13 AM, Thanatermesis wrote: > If you run: > > echo $XDG_DATA_DIRS | tr ':' '\n' | sort > > you will see that you have a duplicated one > % echo $XDG_DATA_DIRS | tr ':' '\n' | sort /o

Re: [E-devel] [Patch] E: randr: Don't match DP as LID

2014-12-15 Thread Bruno Prémont
> Commit 074779b460ccb5ef529b2504c54e2ab4778685ca > > On my intel laptop DP are my DisplayPort connections, not LID. > > diff --git a/src/bin/e_randr.c b/src/bin/e_randr.c > index 6ca78b6..c2042fe 100644 > --- a/src/bin/e_randr.c > +++ b/src/bin/e_randr.c > @@ -1209,8 +1209,10 @@ _e_randr_is_lid(E_

Re: [E-devel] [PATCH] Do not use the non-existent ELM_SCALE_SIZE macro in test_notify.c for elementary-1.11

2014-11-11 Thread Daniel Juyung Seo
Hi, thanks for the patch. It was cherry-picked without a deep consideration by me. I just pushed your patch but modified a little bit. We still need to use elm_config_scale_get(). https://git.enlightenment.org/core/elementary.git/commit/?h=elementary-1.11&id=0d3026cd8c7620cbe899a52ef088f7fb8cf7b363

Re: [E-devel] [PATCH] [core/efl] autotools: do not link with libGL if we have "wayland-egl" without "gl"

2014-08-19 Thread Chris Michael
On 08/19/2014 07:51 AM, Manuel Bachmann wrote: > Hello folks, > > Please consider the attached patch, which applies to latest master of > "core/efl.git" and avoids linking with libGL if we do not need it > (wayland-egl, no "gl" engine). > > Applied in master. Thank You :) Cheers, dh ---

Re: [E-devel] [PATCH]: Kill my (extremely) old email address.

2014-04-26 Thread Brett Nash
Indeed, I've been in other strange lands. Finally got E back on my desktop, so may be time to clean up some of my old messes and make some more. ;-) On 26/04/14 22:49, Daniel Juyung Seo wrote: > Done! > Thanks Brett Nash. > How are you? It's been so long to see you here. > > Daniel Juyung Seo (S

Re: [E-devel] [PATCH]: Kill my (extremely) old email address.

2014-04-26 Thread Daniel Juyung Seo
Done! Thanks Brett Nash. How are you? It's been so long to see you here. Daniel Juyung Seo (SeoZ) On Sat, Apr 26, 2014 at 9:01 PM, Brett Nash wrote: > Just a minor update to authors. > > > -- > Start Your Social Networ

Re: [E-devel] Patch to build mpdule with e19

2014-03-30 Thread Boris Faure
Thank you. I've applied it and it works nicely. -- Boris Faure Pointer Arithmetician signature.asc Description: Digital signature -- ___ enlightenment-devel mailing list enligh

Re: [E-devel] Patch to build mpdule with e19

2014-03-29 Thread Luca Galli
On Sat, 29 Mar 2014 20:59:52 +0100 Luca Galli wrote: > Hello, > I just copied the patch made by Wido for net module. > I like this module, maybe there is someone else out there beside me who use > it :) Oops it was a wrong patch.. This is the right onediff --git a/src/e_mod_config.c b/src/e_mod

Re: [E-devel] [PATCH] evas/op_blend: remove duplicated function _op_blend_pan_mas_dp

2014-02-09 Thread The Rasterman
On Sat, 8 Feb 2014 13:50:58 +0100 Albin Tonnerre said: in. thanks! :) > _op_blend_pan_mas_dp is just a duplication of the code in > _op_blend_pas_mas_dp. Remove the extra copy of the code and use a define > instead; this is what the SSE3 code already does. > --- > Hi, > > I tried submitting th

Re: [E-devel] [PATCH] evas/op_blend: remove duplicated function _op_blend_pan_mas_dp

2014-02-08 Thread Albin Tonnerre
As requested, here's the patch as an attachement -- Albin On Sat, Feb 8, 2014 at 1:50 PM, Albin Tonnerre wrote: > _op_blend_pan_mas_dp is just a duplication of the code in > _op_blend_pas_mas_dp. Remove the extra copy of the code and use a define > instead; this is what the SSE3 code already doe

Re: [E-devel] [PATCH] Ecore con fix warning when using udp

2014-01-06 Thread Tom Hacohen
On 06/01/14 10:15, Nicolas Aguirre wrote: > 2014/1/4 Cedric BAIL : >> On Sat, Jan 4, 2014 at 3:05 AM, Guillaume Friloux >> wrote: >>> On 03/01/2014 17:51, Nicolas Aguirre wrote: This patch fix a problem when using ecore_con with UDP Eina_bin_buf is called without calling eina_b

Re: [E-devel] [PATCH] Ecore con fix warning when using udp

2014-01-06 Thread Nicolas Aguirre
2014/1/4 Cedric BAIL : > On Sat, Jan 4, 2014 at 3:05 AM, Guillaume Friloux > wrote: >> On 03/01/2014 17:51, Nicolas Aguirre wrote: >>> >>> This patch fix a problem when using ecore_con with UDP >>> >>> Eina_bin_buf is called without calling eina_binbuf_new, resulting with >>> the following warning

Re: [E-devel] [PATCH] Ecore con fix warning when using udp

2014-01-03 Thread Cedric BAIL
On Sat, Jan 4, 2014 at 3:05 AM, Guillaume Friloux wrote: > On 03/01/2014 17:51, Nicolas Aguirre wrote: >> >> This patch fix a problem when using ecore_con with UDP >> >> Eina_bin_buf is called without calling eina_binbuf_new, resulting with >> the following warning : >> lib/eina/eina_binbuf_templa

Re: [E-devel] [PATCH] Ecore con fix warning when using udp

2014-01-03 Thread Guillaume Friloux
On 03/01/2014 17:51, Nicolas Aguirre wrote: This patch fix a problem when using ecore_con with UDP Eina_bin_buf is called without calling eina_binbuf_new, resulting with the following warning : lib/eina/eina_binbuf_template_c.x:95 eina_binbuf_append_length() *** Eina Magic Check Failed !! SPANK

Re: [E-devel] [PATCH] Restore gravity data in settings dialog of Physics

2013-11-30 Thread Olaf Conradi
On Sat, Nov 30, 2013 at 12:18 AM, Michael Blumenkrantz < [email protected]> wrote: > in. > Thanks. > > send future patches as text attachments. > I sent it using git send-email Is there a setting in git send-mail I can use differently? Or shouldn't I use that at all? -Olaf --

Re: [E-devel] [PATCH] Restore gravity data in settings dialog of Physics

2013-11-29 Thread Michael Blumenkrantz
in. send future patches as text attachments. On Fri, 29 Nov 2013 22:40:00 +0100 Olaf Conradi wrote: > When changing the gravity setting, one cannot reset it to 0, as the setting is > not properly shown when reopening the dialog. It's always shown as 0 and > therefore not saveable. > > --- > s

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread The Rasterman
On Fri, 29 Nov 2013 09:55:00 +0400 Stanislav Vorobiov said: > Hi, just wanted to make sure > > > anyway - this is in upstream! merged. it'll be out in 1.8. > You mean it's merged in you local branch and will be merged to upstream with > 1.8 release ? Because I can't find it in master. i havent

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread Stanislav Vorobiov
Hi, just wanted to make sure > anyway - this is in upstream! merged. it'll be out in 1.8. You mean it's merged in you local branch and will be merged to upstream with 1.8 release ? Because I can't find it in master. On 11/28/2013 03:23 PM, Carsten Haitzler (The Rasterman) wrote: > On Thu, 28 Nov

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread The Rasterman
On Thu, 28 Nov 2013 15:58:22 +0400 Stanislav Vorobiov said: > Well, yes, if you put it this way, then it's a bug :) > IMHO that glShaderBinary thing is not something to make "standard" conformant > GLESv2 impl., it's like a recommendation - "if you don't support glsl and > have your own tool to c

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread Stanislav Vorobiov
Well, yes, if you put it this way, then it's a bug :) IMHO that glShaderBinary thing is not something to make "standard" conformant GLESv2 impl., it's like a recommendation - "if you don't support glsl and have your own tool to compile shaders, then at least provide this function to load them". T

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread The Rasterman
On Thu, 28 Nov 2013 15:34:47 +0400 Stanislav Vorobiov said: > > yeah.. i've hit those before. gles2's "runtime glsl compiler is optional" > > thing imho is a major standard bug. > IMHO it's not a bug, since there's glShaderBinary call. We can assume that > there's some performance critical GLESv2

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread Stanislav Vorobiov
> yeah.. i've hit those before. gles2's "runtime glsl compiler is optional" > thing > imho is a major standard bug. IMHO it's not a bug, since there's glShaderBinary call. We can assume that there's some performance critical GLESv2 implementation that doesn't allow one to compile shaders "online

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread The Rasterman
On Thu, 28 Nov 2013 15:01:02 +0400 Stanislav Vorobiov said: yeah.. i've hit those before. gles2's "runtime glsl compiler is optional" thing imho is a major standard bug. anyway - this is in upstream! merged. it'll be out in 1.8. my mulling over if it was a bug or not was to determine if it goes

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread Stanislav Vorobiov
IMHO it's a standard bug, but nobody cares :) On 11/28/2013 02:53 PM, Carsten Haitzler (The Rasterman) wrote: > On Thu, 28 Nov 2013 13:33:42 +0400 Stanislav Vorobiov > said: > >> Yes, I think it's more of a bugfix. After all, there's no EGL standard that >> strictly defines how should textures t

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread The Rasterman
On Thu, 28 Nov 2013 13:33:42 +0400 Stanislav Vorobiov said: > Yes, I think it's more of a bugfix. After all, there's no EGL standard that > strictly defines how should textures that are derived from pixmaps behave, > thus, application code shouldn't assume anything either. BUT... it requires an

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread Stanislav Vorobiov
Yes, I think it's more of a bugfix. After all, there's no EGL standard that strictly defines how should textures that are derived from pixmaps behave, thus, application code shouldn't assume anything either. On 11/28/2013 01:20 PM, Carsten Haitzler (The Rasterman) wrote: > On Thu, 28 Nov 2013 12

Re: [E-devel] [PATCH v3] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread The Rasterman
On Thu, 28 Nov 2013 12:02:36 +0400 Stanislav Vorobiov said: and that looks great! well done! :) now the question is... is this a new feature.. or a bug fix... hmm i guess it's a bug fix as it makes something work given specific drivers and setup that didn't work before, BUT needs an extension to

Re: [E-devel] [PATCH] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-28 Thread Stanislav Vorobiov
That's all reasonable, I'll make patch v3 then On 11/28/2013 11:44 AM, Carsten Haitzler (The Rasterman) wrote: > On Thu, 28 Nov 2013 09:59:41 +0400 Stanislav Vorobiov > said: > >>> the patch itself... why the #ifdef? when checking for extensions, we look >>> for strings, and not defined macros.

Re: [E-devel] [PATCH] evas - use EGL_NOK_texture_from_pixmap to get yinvert value

2013-11-27 Thread The Rasterman
;> Sent: Thursday, November 28, 2013 1:09 PM > >> To: Enlightenment developer list > >> Cc: Stanislav Vorobiov; [email protected]; [email protected] > >> Subject: Re: [E-devel] [PATCH] evas - use EGL_NOK_texture_from_pixmap to > >> get yinvert v

Re: [E-devel] [PATCH v2] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-27 Thread The Rasterman
On Thu, 28 Nov 2013 10:23:45 +0400 Stanislav Vorobiov said: > Instead of hardcoding yinvert=1 we should query for > EGL_NOK_texture_from_pixmap extension and if it's present > use EGL_Y_INVERTED_NOK value see my other email about the #define of EGL_Y_INVERTED_NOK :) > --- > src/modules/evas/en

Re: [E-devel] [PATCH] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-27 Thread The Rasterman
On Thu, 28 Nov 2013 09:59:41 +0400 Stanislav Vorobiov said: > > the patch itself... why the #ifdef? when checking for extensions, we look > > for strings, and not defined macros. > I think #ifdef is needed because token EGL_Y_INVERTED_NOK might not be > declared in EGL headers and then compilatio

Re: [E-devel] [PATCH] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-27 Thread Stanislav Vorobiov
> the patch itself... why the #ifdef? when checking for extensions, we look for > strings, and not defined macros. I think #ifdef is needed because token EGL_Y_INVERTED_NOK might not be declared in EGL headers and then compilation will fail > also extension checks are done in gl_extn_veto > () (w

Re: [E-devel] [PATCH] evas - use EGL_NOK_texture_from_pixmap to get yinvert value

2013-11-27 Thread Stanislav Vorobiov
vember 28, 2013 1:09 PM >> To: Enlightenment developer list >> Cc: Stanislav Vorobiov; [email protected]; [email protected] >> Subject: Re: [E-devel] [PATCH] evas - use EGL_NOK_texture_from_pixmap to >> get yinvert value >> >> On Wed, 27 Nov 2013 15:39:0

Re: [E-devel] [PATCH] evas - use EGL_NOK_texture_from_pixmap to get yinvert value when possible

2013-11-27 Thread The Rasterman
On Wed, 27 Nov 2013 15:39:06 +0400 Stanislav Vorobiov said: the patch itself... why the #ifdef? when checking for extensions, we look for strings, and not defined macros. also extension checks are done in gl_extn_veto () (which lets us go assume an extension is there then veto it if its not and s

Re: [E-devel] [PATCH] evas - use EGL_NOK_texture_from_pixmap to get yinvert value

2013-11-27 Thread The Rasterman
On Wed, 27 Nov 2013 15:39:05 +0400 Stanislav Vorobiov said: i'm curious. when did you run into a pixmap NOT being inverted? > Hi everyone, > > This patch makes texture_from_pixmap evas feature more robust > when running with EGL. In case of GLX evas uses > GLX_Y_INVERTED_EXT to find out if text

Re: [E-devel] [PATCH] test_calendar.c: fix a typo

2013-09-30 Thread Mariusz Bialonczyk
On 09/30/2013 04:33 PM, Daniel Juyung Seo wrote: > I just like arcanist :) > You can keep using ml. I don't care. I just wanted him to know what efl's > contribution process is. got it! maybe i'll give it a try next time, thanks :) regards, -- Mariusz Białończyk | xmpp/e-mail: [email protected] h

Re: [E-devel] [PATCH] test_calendar.c: fix a typo

2013-09-30 Thread Mariusz Bialonczyk
On 09/30/2013 02:30 PM, Stefan Schmidt wrote: > Hello. > > The change summary is a bit weak. Its not really a typo fix but a fix > for the wrong numbers of seconds a day. I changed it to: > > test_calendar: Fix number of seconds per day. > > Hope you don't mind. of course :) thanks! regards, -

Re: [E-devel] [PATCH] test_calendar.c: fix a typo

2013-09-30 Thread Daniel Juyung Seo
Well this might be a personal preference. I am used to accept new things very well and easily. But I also agree with the fact that there is a high starting curve such as installing this and that. However once people do the initial setup, they will find it's super great and easy. Just see how peop

Re: [E-devel] [PATCH] test_calendar.c: fix a typo

2013-09-30 Thread Michael Blumenkrantz
I agree. Arcanist is awful, and I definitely prefer to just get patches by mail since it saves me a considerable amount of time. On Mon, Sep 30, 2013 at 2:19 PM, Stefan Schmidt wrote: > On 09/30/2013 02:10 PM, Daniel Juyung Seo wrote: > > Thanks Mariusz Bialonczyk for your patch. > > As Stefan m

Re: [E-devel] [PATCH] test_calendar.c: fix a typo

2013-09-30 Thread Stefan Schmidt
On 09/30/2013 02:10 PM, Daniel Juyung Seo wrote: > Thanks Mariusz Bialonczyk for your patch. > As Stefan mentioned it's not a typo fix. Thanks Stefan for the fix. > > Btw Mariusz, can you raise a patch with phabricator + arcanist next time? > https://phab.enlightenment.org/w/arcanist/ It was me w

Re: [E-devel] [PATCH] test_calendar.c: fix a typo

2013-09-30 Thread Daniel Juyung Seo
Thanks Mariusz Bialonczyk for your patch. As Stefan mentioned it's not a typo fix. Thanks Stefan for the fix. Btw Mariusz, can you raise a patch with phabricator + arcanist next time? https://phab.enlightenment.org/w/arcanist/ It's easy and quick to submit a patch than writing an email. You can ge

Re: [E-devel] [PATCH] test_calendar.c: fix a typo

2013-09-30 Thread Stefan Schmidt
Hello. The change summary is a bit weak. Its not really a typo fix but a fix for the wrong numbers of seconds a day. I changed it to: test_calendar: Fix number of seconds per day. Hope you don't mind. On 09/30/2013 11:39 AM, Mariusz Bialonczyk wrote: > Previous seconds value for a day was 84600

Re: [E-devel] patch for EFL to update to automake 1.13+

2013-08-22 Thread Michael Blumenkrantz
in On Thu, Aug 22, 2013 at 11:15 AM, Dan Mashal wrote: > enjoy > > shoutout to zmike > > > -- > Introducing Performance Central, a new site from SourceForge and > AppDynamics. Performance Central is your source for news

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-15 Thread Gustavo Sverzut Barbieri
The efm_open source in src/bin --Gustavo Sent from my iPhone On 15/08/2013, at 01:26, Kai Huuhko wrote: > 14.08.2013 21:33, Gustavo Sverzut Barbieri kirjoitti: >> the patch is super simple if one wants to backport from 1.8, just copy >> the svn file, it should be almost the same with that as t

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-14 Thread Kai Huuhko
14.08.2013 21:33, Gustavo Sverzut Barbieri kirjoitti: > the patch is super simple if one wants to backport from 1.8, just copy > the svn file, it should be almost the same with that as the only > difference Which file is that? In efreet? Or e_fm? > > On Wed, Aug 14, 2013 at 2:50 PM, Kai Huuhko w

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-14 Thread Gustavo Sverzut Barbieri
the patch is super simple if one wants to backport from 1.8, just copy the svn file, it should be almost the same with that as the only difference On Wed, Aug 14, 2013 at 2:50 PM, Kai Huuhko wrote: > 11.08.2013 16:09, Kai Huuhko kirjoitti: >> 11.08.2013 15:00, Gustavo Sverzut Barbieri kirjoitti:

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-14 Thread Kai Huuhko
11.08.2013 16:09, Kai Huuhko kirjoitti: > 11.08.2013 15:00, Gustavo Sverzut Barbieri kirjoitti: >> i guess I had that, easy to add... with efreet before decoding it. are >> you sure it's not there? > > Looks like EFM in E18 already handles it, I was testing in E17 where it > doesn't. > Further, it

Re: [E-devel] [PATCH] terminology appmenu support

2013-08-12 Thread David Seikel
On Tue, 13 Aug 2013 08:37:38 +0900 Carsten Haitzler (The Rasterman) wrote: > On Mon, 12 Aug 2013 10:32:28 +0200 Boris Faure said: > > > On 13-08-10 13:02, Carsten Haitzler wrote: > > […] > > > once menus look good in elm by default - i'm willing to have it > > > on by default (for #3). :) > >

Re: [E-devel] [PATCH] terminology appmenu support

2013-08-12 Thread The Rasterman
On Mon, 12 Aug 2013 10:32:28 +0200 Boris Faure said: > On 13-08-10 13:02, Carsten Haitzler wrote: > […] > > once menus look good in elm by default - i'm willing to have it on by > > default (for #3). :) > > And keep it configurable, please. of course. i sure don't want them on for me... i'd wan

Re: [E-devel] [PATCH] terminology appmenu support

2013-08-12 Thread Boris Faure
On 13-08-10 13:02, Carsten Haitzler wrote: […] > once menus look good in elm by default - i'm willing to have it on by default > (for #3). :) And keep it configurable, please. -- Boris Faure Pointer Arithmetician -- Get

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-11 Thread The Rasterman
On Mon, 12 Aug 2013 03:14:34 +0300 Kai Huuhko said: > 12.08.2013 01:31, Carsten Haitzler (The Rasterman) kirjoitti: > > On Sun, 11 Aug 2013 17:00:45 +0300 Kai Huuhko said: > > > >> 11.08.2013 16:27, Carsten Haitzler (The Rasterman) kirjoitti: > >>> On Sun, 11 Aug 2013 16:09:02 +0300 Kai Huuhko

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-11 Thread Kai Huuhko
12.08.2013 01:31, Carsten Haitzler (The Rasterman) kirjoitti: > On Sun, 11 Aug 2013 17:00:45 +0300 Kai Huuhko said: > >> 11.08.2013 16:27, Carsten Haitzler (The Rasterman) kirjoitti: >>> On Sun, 11 Aug 2013 16:09:02 +0300 Kai Huuhko said: >>> 11.08.2013 15:00, Gustavo Sverzut Barbieri kirjoi

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-11 Thread Cedric BAIL
On Mon, Aug 12, 2013 at 12:31 AM, Carsten Haitzler wrote: > On Sun, 11 Aug 2013 17:00:45 +0300 Kai Huuhko said: >> 11.08.2013 16:27, Carsten Haitzler (The Rasterman) kirjoitti: >> > On Sun, 11 Aug 2013 16:09:02 +0300 Kai Huuhko said: >> > >> >> 11.08.2013 15:00, Gustavo Sverzut Barbieri kirjoitt

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-11 Thread The Rasterman
On Sun, 11 Aug 2013 17:00:45 +0300 Kai Huuhko said: > 11.08.2013 16:27, Carsten Haitzler (The Rasterman) kirjoitti: > > On Sun, 11 Aug 2013 16:09:02 +0300 Kai Huuhko said: > > > >> 11.08.2013 15:00, Gustavo Sverzut Barbieri kirjoitti: > >>> i guess I had that, easy to add... with efreet before d

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-11 Thread Kai Huuhko
11.08.2013 16:27, Carsten Haitzler (The Rasterman) kirjoitti: > On Sun, 11 Aug 2013 16:09:02 +0300 Kai Huuhko said: > >> 11.08.2013 15:00, Gustavo Sverzut Barbieri kirjoitti: >>> i guess I had that, easy to add... with efreet before decoding it. are >>> you sure it's not there? >> Looks like EFM i

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-11 Thread The Rasterman
On Sun, 11 Aug 2013 16:09:02 +0300 Kai Huuhko said: > 11.08.2013 15:00, Gustavo Sverzut Barbieri kirjoitti: > > i guess I had that, easy to add... with efreet before decoding it. are > > you sure it's not there? > > Looks like EFM in E18 already handles it, I was testing in E17 where it > doesn

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-11 Thread Kai Huuhko
11.08.2013 15:00, Gustavo Sverzut Barbieri kirjoitti: > i guess I had that, easy to add... with efreet before decoding it. are > you sure it's not there? Looks like EFM in E18 already handles it, I was testing in E17 where it doesn't. Another thing that I couldn't get to work in either version

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-11 Thread Gustavo Sverzut Barbieri
i guess I had that, easy to add... with efreet before decoding it. are you sure it's not there? On Sun, Aug 11, 2013 at 7:04 AM, Kai Huuhko wrote: > 16.07.2013 01:32, Igor Murzov kirjoitti: >>> a read of that patch says to me that that looks good. :) submit it! >> Done. https://bugs.freedesktop.o

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-11 Thread Kai Huuhko
16.07.2013 01:32, Igor Murzov kirjoitti: >> a read of that patch says to me that that looks good. :) submit it! > Done. https://bugs.freedesktop.org/show_bug.cgi?id=66944 Hmm, I got xdg-utils updated, now the problem is that enlightenment_filemanager doesn't support file:// URI's discomfitor, a

Re: [E-devel] [PATCH] terminology appmenu support

2013-08-09 Thread The Rasterman
On Fri, 9 Aug 2013 23:57:28 -0300 Gustavo Sverzut Barbieri said: in principle i don't have a problem with this... but the patch as it stands does have several issues that i'd say a "no" to right now. 1. terminal sizing is wrong. the standard 80x24 term doesnt come up at 80x24.. if the menu is CO

Re: [E-devel] [PATCH] terminology appmenu support

2013-08-09 Thread Cedric BAIL
Hello, On Sat, Aug 10, 2013 at 4:57 AM, Gustavo Sverzut Barbieri wrote: > Since Elementary makes it easy to add an application menu and E18 > supports the "external dbus menu" protocol to have it outside of the > screen I've implemented that in terminology. > > It shows "Terminology" entry with "

Re: [E-devel] [PATCH] systemd: change from simple e18 service to target

2013-07-31 Thread Cedric BAIL
On Wed, Jul 31, 2013 at 6:47 PM, thomasg wrote: > On Wed, Jul 31, 2013 at 5:13 AM, Cedric BAIL wrote: >> On Tue, Jul 23, 2013 at 6:37 PM, thomasg wrote: >>> On Tue, Jul 23, 2013 at 2:31 PM, Leif Middelschulte >>> wrote: Hello everyone, If this lands, https://phab.enlightenm

Re: [E-devel] [PATCH] systemd: change from simple e18 service to target

2013-07-31 Thread thomasg
On Wed, Jul 31, 2013 at 5:13 AM, Cedric BAIL wrote: > Hello, > > On Tue, Jul 23, 2013 at 6:37 PM, thomasg wrote: >> On Tue, Jul 23, 2013 at 2:31 PM, Leif Middelschulte >> wrote: >>> Hello everyone, >>> >>> If this lands, >>> https://phab.enlightenment.org/w/e18_with_systemd_user_session/ should

Re: [E-devel] [PATCH] systemd: change from simple e18 service to target

2013-07-30 Thread Cedric BAIL
Hello, On Tue, Jul 23, 2013 at 6:37 PM, thomasg wrote: > On Tue, Jul 23, 2013 at 2:31 PM, Leif Middelschulte > wrote: >> Hello everyone, >> >> If this lands, >> https://phab.enlightenment.org/w/e18_with_systemd_user_session/ should be >> updated. > > I will do that once it is in. I talked to C

Re: [E-devel] [PATCH] configure.ac: add EFL_CRYPTO_DEPEND only when build_crypto!=none

2013-07-29 Thread Tom Hacohen
On 29/07/13 13:25, Tom Hacohen wrote: > In. > > https://phab.enlightenment.org/D198 Oh and btw, thanks! Already thanked him on IRC, but I guess he deserves more than that. -- Tom. -- See everything from the browser to

Re: [E-devel] [PATCH] configure.ac: add EFL_CRYPTO_DEPEND only when build_crypto!=none

2013-07-29 Thread Tom Hacohen
In. https://phab.enlightenment.org/D198 -- Tom. On 28/07/13 13:00, Adrian Negreanu wrote: > EFL_CRYPTO_DEPEND macro appends the crypto libraries > to an EFL dependency list. > In case the EFL dependency list and the build_crypto are both empty > the resulting list only contain " ". > > confi

Re: [E-devel] [PATCH] systemd: change from simple e18 service to target

2013-07-23 Thread thomasg
On Tue, Jul 23, 2013 at 2:31 PM, Leif Middelschulte wrote: > Hello everyone, > > If this lands, > https://phab.enlightenment.org/w/e18_with_systemd_user_session/ should be > updated. > > -- > Leif > I will do that once it is in. I talked to Cedric already and am waiting until he gets his system

Re: [E-devel] [PATCH] systemd: change from simple e18 service to target

2013-07-23 Thread Leif Middelschulte
Hello everyone, If this lands, https://phab.enlightenment.org/w/e18_with_systemd_user_session/ should be updated. -- Leif Am Samstag, 20. Juli 2013 um 16:50 schrieb Thomas Gstädtner: > > This has a few advantages over the current approach: > - only depends on user-session-units, not the

  1   2   3   4   5   6   7   8   9   10   >