Re: [E-devel] Reusing the EFL Tizen documentation on e.org

2015-04-14 Thread The Rasterman
On Mon, 13 Apr 2015 21:27:49 +0200 Adrien Nader said: sorry - not addressing the below.. but i have now got a local dokuwiki patch that extends geshi (the code syntax hilighter) to teach it new keywords. the awesome bit - the keywords are just a text file in the wiki! http://www.enlightenment.or

Re: [E-devel] [EGIT] [core/efl] master 03/10: eolian_cxx: Add protected methods and events to C++ wrappers and fixes

2015-04-14 Thread Stefan Schmidt
Hello. On 14/04/15 06:08, Vitor Sousa wrote: > felipealmeida pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=d53038989886a85b75c81a395269f6f349d7d78f > > commit d53038989886a85b75c81a395269f6f349d7d78f > Author: Vitor Sousa > Date: Mon Jan 12 12:00:59

Re: [E-devel] [EGIT] [core/efl] master 03/10: eolian_cxx: Add protected methods and events to C++ wrappers and fixes

2015-04-14 Thread Felipe Magno de Almeida
Em 14/04/2015 05:46, "Stefan Schmidt" escreveu: > > Hello. Hello, > On 14/04/15 06:08, Vitor Sousa wrote: > > felipealmeida pushed a commit to branch master. > > > > http://git.enlightenment.org/core/efl.git/commit/?id=d53038989886a85b75c81a395269f6f349d7d78f > > > > commit d53038989886a85b75c81

Re: [E-devel] [EGIT] [core/efl] master 03/10: eolian_cxx: Add protected methods and events to C++ wrappers and fixes

2015-04-14 Thread The Rasterman
On Tue, 14 Apr 2015 10:44:42 +0200 Stefan Schmidt said: > Hello. > > On 14/04/15 06:08, Vitor Sousa wrote: > > felipealmeida pushed a commit to branch master. > > > > http://git.enlightenment.org/core/efl.git/commit/?id=d53038989886a85b75c81a395269f6f349d7d78f > > > > commit d53038989886a85b75c8

Re: [E-devel] [EGIT] [core/efl] master 03/10: eolian_cxx: Add protected methods and events to C++ wrappers and fixes

2015-04-14 Thread Stefan Schmidt
Hello. On 14/04/15 11:04, Felipe Magno de Almeida wrote: > Em 14/04/2015 05:46, "Stefan Schmidt" escreveu: >> Hello. > Hello, > >> On 14/04/15 06:08, Vitor Sousa wrote: >>> felipealmeida pushed a commit to branch master. >>> >>> http://git.enlightenment.org/core/efl.git/commit/?id=d53038989886a85

[E-devel] libtiff: mandatory -> optional?

2015-04-14 Thread Leif Middelschulte
Hi, while packaging efl and friends for Mac OS, I noticed that it depends on libtiff, mandatorily. Does that still make sense? Cheers, Leif -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your ow

[E-devel] elm_object_focus_next does not loop around

2015-04-14 Thread Olliver Schinagl
Hey list, I use elm_object_focus_next(object, ELM_FOCUS_NEXT)); on a callback to loop through items (like the tab-key would). However when reaching the end of the chain, the focus does not return to the beginning (it also doesn't for the tab key for that matter) Wheras the documentation clearl

[E-devel] Handling Z axis of input devices

2015-04-14 Thread Olliver Schinagl
Hey list, I was playing with EVAS_CALLBACK_AXIS_UPDATE to get data from my REL_Z input device. Unfortunatly, i never received a single callback from elm/evas. Changing my input device to the type of MOUSE_WHEEL made it all magically work. So my input device did get picked up properly that time

[E-devel] EAPI considered harmful

2015-04-14 Thread Adrien Nader
Hi, Let's get this straight: the title of this mail was only to trick you into reading what's below and "considered harmful" should never be used. I'm updating win-builds.org with EFL git and ephysics failed building because too many things use the EAPI define. EAPI is useful because some platfor

Re: [E-devel] EAPI considered harmful

2015-04-14 Thread Adrien Nader
FWIW, I'm getting a similar problem with Emotion. Not exactly the same and probably more annoying to fix but still a variation on the same theme. -- Adrien Nader -- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1P

Re: [E-devel] Handling Z axis of input devices

2015-04-14 Thread The Rasterman
On Tue, 14 Apr 2015 16:28:48 +0200 Olliver Schinagl said: > Hey list, > > I was playing with EVAS_CALLBACK_AXIS_UPDATE to get data from my REL_Z > input device. Unfortunatly, i never received a single callback from > elm/Eva's. ummm... that event is for pen devices... eg - the tilt of a pen.

Re: [E-devel] libtiff: mandatory -> optional?

2015-04-14 Thread The Rasterman
On Tue, 14 Apr 2015 16:22:57 +0200 Leif Middelschulte said: > Hi, > > while packaging efl and friends for Mac OS, I noticed that it depends on > libtiff, mandatorily. Does that still make sense? yes. to load tiff files. libtiff is very common as a dependency (you find it in most places without

Re: [E-devel] elm_object_focus_next does not loop around

2015-04-14 Thread The Rasterman
On Tue, 14 Apr 2015 16:31:06 +0200 Olliver Schinagl said: > Hey list, > > I use elm_object_focus_next(object, ELM_FOCUS_NEXT)); on a callback to > loop through items (like the tab-key would). However when reaching the > end of the chain, the focus does not return to the beginning (it also > d

Re: [E-devel] EAPI considered harmful

2015-04-14 Thread The Rasterman
On Tue, 14 Apr 2015 21:50:01 +0200 Adrien Nader said: > Hi, > > Let's get this straight: the title of this mail was only to trick you > into reading what's below and "considered harmful" should never be used. > > I'm updating win-builds.org with EFL git and ephysics failed building > because to

Re: [E-devel] EAPI considered harmful

2015-04-14 Thread David Seikel
On Tue, 14 Apr 2015 21:50:01 +0200 Adrien Nader wrote: > "considered harmful" should never be used. "Considered harmful" is considered harmful? -- A big old stinking pile of genius that no one wants coz there are too many silver coated monkeys in the world. signature.asc Description: PGP sig

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm image - stop repeating events by default - wrong

2015-04-14 Thread The Rasterman
On Mon, 13 Apr 2015 22:16:04 +0200 Davide Andreoli said: > 2015-04-08 2:55 GMT+02:00 Carsten Haitzler : > > > raster pushed a commit to branch master. > > > > > > http://git.enlightenment.org/core/elementary.git/commit/?id=2d64175722db124b1e4be6c735503f29e4453015 > > > > commit 2d64175722db124b1

Re: [E-devel] Option to grab pane anywhere? (not just the center)

2015-04-14 Thread The Rasterman
On Sat, 21 Mar 2015 13:26:36 -0500 Jeff Hoogland said: > Is there an option to allow panes to be clickable anywhere along the break > instead of just in the very center? I have some panes that are very large > and would prefer if the user didn't have to scroll down/up to change the > size. it ca

Re: [E-devel] Option to grab pane anywhere? (not just the center)

2015-04-14 Thread Jeff Hoogland
Leaving something like this to the theme is frustrating and creates an inconsistent user experience. On Tue, Apr 14, 2015 at 9:48 PM, Carsten Haitzler wrote: > On Sat, 21 Mar 2015 13:26:36 -0500 Jeff Hoogland > said: > > > Is there an option to allow panes to be clickable anywhere along the > b

Re: [E-devel] Option to grab pane anywhere? (not just the center)

2015-04-14 Thread The Rasterman
On Wed, 15 Apr 2015 00:06:52 -0500 Jeff Hoogland said: > Leaving something like this to the theme is frustrating and creates an > inconsistent user experience. leaving it to the programmer is worse. :) the theme is meant to come from a ui designer who has decided what ui is nice/good - it's then

Re: [E-devel] elm_object_focus_next does not loop around

2015-04-14 Thread Olliver Schinagl
Hey Raster, On 15-04-15 00:26, Carsten Haitzler (The Rasterman) wrote: > On Tue, 14 Apr 2015 16:31:06 +0200 Olliver Schinagl > said: > >> Hey list, >> >> I use elm_object_focus_next(object, ELM_FOCUS_NEXT)); on a callback to >> loop through items (like the tab-key would). However when reaching th

Re: [E-devel] Handling Z axis of input devices

2015-04-14 Thread Olliver Schinagl
Hey raster, On 15-04-15 00:49, Carsten Haitzler (The Rasterman) wrote: > On Tue, 14 Apr 2015 16:28:48 +0200 Olliver Schinagl > said: > >> Hey list, >> >> I was playing with EVAS_CALLBACK_AXIS_UPDATE to get data from my REL_Z >> input device. Unfortunatly, i never received a single callback from >

Re: [E-devel] [EGIT] [core/efl] master 01/01: eo: add eo_error_get

2015-04-14 Thread Stefan Schmidt
Hello. You realize we are in freeze for 1.14? This is adding a new EAPI without even having a user for it. If you want to keep this in I would need to hear a good justification for it. regards Stefan Schmidt On 15/04/15 06:58, Jaehwan Kim wrote: > jaehwan pushed a commit to branch master. > >

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Add missing file_get legacy definition for Video and Layout

2015-04-14 Thread Stefan Schmidt
Hello. On 14/04/15 22:57, Dave Andreoli wrote: > davemds pushed a commit to branch master. > > http://git.enlightenment.org/core/elementary.git/commit/?id=d021b7e36d001ecdeb3767bb6a67cc361d0f7ee9 > > commit d021b7e36d001ecdeb3767bb6a67cc361d0f7ee9 > Author: Dave Andreoli > Date: Tue Apr 14 22:1

Re: [E-devel] [EGIT] [core/efl] master 01/01: eo_gdb.py: fix syntax error

2015-04-14 Thread Stefan Schmidt
Hello. On 15/04/15 01:56, Mike Blumenkrantz wrote: > discomfitor pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=03ed82704db55ab328335686788289feb37a3825 > > commit 03ed82704db55ab328335686788289feb37a3825 > Author: Mike Blumenkrantz > Date: Tue Apr 14

Re: [E-devel] [EGIT] [core/efl] master 01/01: eo: add eo_error_get

2015-04-14 Thread Jean-Philippe André
Hi, On Wed, Apr 15, 2015 at 3:19 PM, Stefan Schmidt wrote: > Hello. > > You realize we are in freeze for 1.14? > > This is adding a new EAPI without even having a user for it. > > If you want to keep this in I would need to hear a good justification > for it. > Yep. I already spoke to him about