Re: [e-users] E on Wayland build options

2017-12-11 Thread Carsten Haitzler
On Tue, 12 Dec 2017 13:27:04 +1100 Daniel Kasak said: > Sorry to partially hijack, but can I ask ... is README.wayland up to date > after the move to meson? I can build E for X fine. I'm having difficulty > figuring out how to pass the options in the README.wayland file into meson. it isn't up t

Re: [e-users] Lost in EFL doc...

2017-12-11 Thread Pierre Couderc
On 12/12/2017 02:35 AM, Carsten Haitzler wrote: On Sat, 9 Dec 2017 12:10:54 +0100 Pierre Couderc said: A few questions : 1- where are introduced and defined Eva_Coord ? Evas_Coord ... in headers. it's just typedef'd to an int. grep for typedef and Evas_Coord in evas's public header files.

Re: [e-users] Is it possible to use page up/down in generic lists in efl?

2017-12-11 Thread Pierre Couderc
On 12/12/2017 02:41 AM, Carsten Haitzler wrote: On Mon, 11 Dec 2017 10:18:17 +0100 Pierre Couderc said: Hi, yes. run elementary_test. use pgup/down. it works. Mmm, more or less. Maybe it could be considered as a bug. It works AFTER you have clicked in it. I am using Window focus "window und

Re: [e-users] E on Wayland build options

2017-12-11 Thread Daniel Kasak
Sorry to partially hijack, but can I ask ... is README.wayland up to date after the move to meson? I can build E for X fine. I'm having difficulty figuring out how to pass the options in the README.wayland file into meson. Dan On Tue, Dec 12, 2017 at 12:37 PM, Carsten Haitzler wrote: > On Sat,

Re: [e-users] More help with meson please ...

2017-12-11 Thread Carsten Haitzler
On Mon, 11 Dec 2017 12:35:03 +0100 Massimo Maiurana said: > Carsten Haitzler ha scritto il 11/12/2017 alle 01:00: > > On Sun, 10 Dec 2017 17:43:55 +0100 Massimo Maiurana > > said: > > > >> marcel-hollerb...@t-online.de ha scritto il 10/12/2017 alle 11:30: > >>> Hello, > >>> > >>> On Sun, Dec 10

Re: [e-users] E on Wayland build options

2017-12-11 Thread Carsten Haitzler
On Sat, 2 Dec 2017 15:01:56 -0800 Ross Vandegrift said: > Hi all, > > I'm confused about what options are best for desktop wayland support for > Enlightenment. EFL's README.wayland says that hardware acceleration > requires --enable-gl-drm, but that wants GL ES, EGL, etc. Is that okay > for de

Re: [e-users] More help with meson please ...

2017-12-11 Thread Carsten Haitzler
On Mon, 11 Dec 2017 15:11:26 +0100 Massimo Maiurana said: > mh ha scritto il 11/12/2017 alle 13:52: > > On 12/11/17 6:35 AM, Massimo Maiurana wrote: > >> Carsten Haitzler ha scritto il 11/12/2017 alle 01:00: > >>> On Sun, 10 Dec 2017 17:43:55 +0100 Massimo Maiurana > >>> said: > >>> > marce

Re: [e-users] Lost in EFL doc...

2017-12-11 Thread Carsten Haitzler
On Sat, 9 Dec 2017 12:10:54 +0100 Pierre Couderc said: > A few questions : > > 1- where are introduced and defined Eva_Coord ? Evas_Coord ... in headers. it's just typedef'd to an int. grep for typedef and Evas_Coord in evas's public header files. my first port of call always for such kind of

Re: [e-users] Is it possible to use page up/down in generic lists in efl?

2017-12-11 Thread Carsten Haitzler
On Mon, 11 Dec 2017 10:18:17 +0100 Pierre Couderc said: > Hi, yes. run elementary_test. use pgup/down. it works. > ... and particularly in e in "IBar Applications" box ? that doesnt use elm widgets... so it's not genlist. it's the old internal widgets in e that we want to drop. > Thanks > >

Re: [e-users] More help with meson please ...

2017-12-11 Thread mh
On 12/11/17 9:11 AM, Massimo Maiurana wrote: mh ha scritto il 11/12/2017 alle 13:52: On 12/11/17 6:35 AM, Massimo Maiurana wrote: Carsten Haitzler ha scritto il 11/12/2017 alle 01:00: On Sun, 10 Dec 2017 17:43:55 +0100 Massimo Maiurana said: marcel-hollerb...@t-online.de ha scritto il 10/12

Re: [e-users] More help with meson please ...

2017-12-11 Thread Massimo Maiurana
mh ha scritto il 11/12/2017 alle 13:52: > On 12/11/17 6:35 AM, Massimo Maiurana wrote: >> Carsten Haitzler ha scritto il 11/12/2017 alle 01:00: >>> On Sun, 10 Dec 2017 17:43:55 +0100 Massimo Maiurana >>> said: >>> marcel-hollerb...@t-online.de ha scritto il 10/12/2017 alle 11:30: > Hello,

Re: [e-users] More help with meson please ...

2017-12-11 Thread mh
On 12/11/17 6:35 AM, Massimo Maiurana wrote: Carsten Haitzler ha scritto il 11/12/2017 alle 01:00: On Sun, 10 Dec 2017 17:43:55 +0100 Massimo Maiurana said: marcel-hollerb...@t-online.de ha scritto il 10/12/2017 alle 11:30: Hello, On Sun, Dec 10, 2017 at 10:20:22AM +0100, Massimo Maiurana w

Re: [e-users] More help with meson please ...

2017-12-11 Thread Massimo Maiurana
Carsten Haitzler ha scritto il 11/12/2017 alle 01:00: > On Sun, 10 Dec 2017 17:43:55 +0100 Massimo Maiurana said: > >> marcel-hollerb...@t-online.de ha scritto il 10/12/2017 alle 11:30: >>> Hello, >>> >>> On Sun, Dec 10, 2017 at 10:20:22AM +0100, Massimo Maiurana wrote: Massimo Maiurana ha s

Re: [e-users] More help with meson please ...

2017-12-11 Thread Massimo Maiurana
Ross Vandegrift ha scritto il 10/12/2017 alle 20:14: > On Sun, Dec 10, 2017 at 05:43:55PM +0100, Massimo Maiurana wrote: >> Looks like they do it in order to avoid conflict in multiarch systems, >> see here: https://wiki.debian.org/Multiarch/Implementation >> >> Maybe $prefix/lib/ should be include

[e-users] Is it possible to use page up/down in generic lists in efl?

2017-12-11 Thread Pierre Couderc
Hi, ... and particularly in e in "IBar Applications" box ? Thanks PC -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot