Re: [E-devel] E SVN: raster trunk/web/www/p/about/e17

2012-12-19 Thread The Rasterman
On Thu, 20 Dec 2012 08:41:09 +0100 Vincent Torri said: > on http://enlightenment.org/p.php?p=about&l=en the Enesim link should > be changed to http://code.google.com/p/enesim/ umm.. there is no link to enesim.. no mention of it... well not on the e17 about page.. which is all i really have time

Re: [E-devel] E SVN: raster trunk/web/www/p/about/e17

2012-12-19 Thread Vincent Torri
on http://enlightenment.org/p.php?p=about&l=en the Enesim link should be changed to http://code.google.com/p/enesim/ Vincent On Thu, Dec 20, 2012 at 8:30 AM, Enlightenment SVN wrote: > Log: > moar textzt > > > > Author: raster > Date: 2012-12-19 23:30:14 -0800 (Wed, 19 Dec 2012

Re: [E-devel] mixer module segv patch

2012-12-19 Thread Jérémy Zurcher
rebased version, On Wednesday 19 December 2012 08:23, Jérémy Zurcher wrote : > Hi, > > - prevent segv while playing with controls when a card with empty channel > list is selected (ie webcam) > > regards > Jérémy > diff --git a/e/src/modules/mixer/app_mixer.c b/e/src/modules/mixer/app_mixer.c

Re: [E-devel] Evas* vs. Evas_Object*

2012-12-19 Thread Cedric BAIL
Hello, On Thu, Dec 20, 2012 at 6:24 AM, Andreas Volz wrote: > Times ago I wrote some Eflxx Evas Canvas wrapper. There are those > functions in Canvas.cpp/.h: > > Canvas *Canvas::wrap (Evas_Object *o) > { > return new Canvas (evas_object_evas_get (o)); > } > > Canvas *Canvas::wrap (Evas *evas) >

Re: [E-devel] E SVN: jihoon trunk/edje/src/lib

2012-12-19 Thread Cedric BAIL
On Thu, Dec 20, 2012 at 2:07 PM, Enlightenment SVN wrote: > Log: > edje_entry: check NULL parameter > Author: jihoon > Date: 2012-12-19 21:07:23 -0800 (Wed, 19 Dec 2012) > New Revision: 81418 > Trac: http://trac.enlightenment.org/e/changeset/81418 Shouldn't this patch be ba

Re: [E-devel] Evas* vs. Evas_Object*

2012-12-19 Thread The Rasterman
On Thu, 20 Dec 2012 00:04:33 -0200 Lucas De Marchi said: > On Wed, Dec 19, 2012 at 7:24 PM, Andreas Volz wrote: > > Hello, > > > > Times ago I wrote some Eflxx Evas Canvas wrapper. There are those > > functions in Canvas.cpp/.h: > > > > Canvas *Canvas::wrap (Evas_Object *o) > > { > > return ne

Re: [E-devel] Evas* vs. Evas_Object*

2012-12-19 Thread Lucas De Marchi
On Wed, Dec 19, 2012 at 7:24 PM, Andreas Volz wrote: > Hello, > > Times ago I wrote some Eflxx Evas Canvas wrapper. There are those > functions in Canvas.cpp/.h: > > Canvas *Canvas::wrap (Evas_Object *o) > { > return new Canvas (evas_object_evas_get (o)); > } > > Canvas *Canvas::wrap (Evas *evas

[E-devel] Evas* vs. Evas_Object*

2012-12-19 Thread Andreas Volz
Hello, Times ago I wrote some Eflxx Evas Canvas wrapper. There are those functions in Canvas.cpp/.h: Canvas *Canvas::wrap (Evas_Object *o) { return new Canvas (evas_object_evas_get (o)); } Canvas *Canvas::wrap (Evas *evas) { return new Canvas (evas); } One time it stopped compiling on Ubunt

Re: [E-devel] edje EXTERNAL part memory leak

2012-12-19 Thread Leandro Dorileo
fix in svn, rev 81403. On Fri, Dec 14, 2012 at 05:30:14PM -0200, Leandro Dorileo wrote: > Hi Guys, > > I've tested ephysics with valgrind seeking for memory leaks and found a > situation with edje EXTERNAL. > It obviously leaks externals parsed params data. But I'm not sure where the > fix sho

Re: [E-devel] E SVN: discomfitor IN trunk/e/src: bin modules/fileman modules/xkbswitch

2012-12-19 Thread Michael Blumenkrantz
On Wed, 19 Dec 2012 16:03:44 -0200 Gustavo Sverzut Barbieri wrote: > On Wed, Dec 19, 2012 at 3:00 PM, Enlightenment SVN < > no-re...@enlightenment.org> wrote: > > > Log: > > ahh never too late for an API/ABI break. e_icon_file_get now returns edje > > group, which fixes fileman border icons > >

Re: [E-devel] E SVN: discomfitor IN trunk/e/src: bin modules/fileman modules/xkbswitch

2012-12-19 Thread Gustavo Sverzut Barbieri
On Wed, Dec 19, 2012 at 3:00 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > ahh never too late for an API/ABI break. e_icon_file_get now returns edje > group, which fixes fileman border icons > ticket #rasternaggedme > it would be thousand times easier to create e_icon_file

Re: [E-devel] E SVN: lucas trunk/PROTO/shotgun/src/modules/sawed-off

2012-12-19 Thread Michael Blumenkrantz
On Wed, 19 Dec 2012 09:37:26 -0800 "Enlightenment SVN" wrote: > Log: > shotgun: Unref edbus object and proxies > > Patch by: Jos?\195?\169 Roberto de Souza > > > > Author: lucas > Date: 2012-12-19 09:37:25 -0800 (Wed, 19 Dec 2012) > New Revision: 81392 > Trac:

Re: [E-devel] Efl tree - detection of fribidichar size is broken

2012-12-19 Thread Tom Hacohen
Ok, so that explains why that specific detection, it depended on having FRIBIDI_CFLAGS. Thanks for your reply. Tom. On Wed, Dec 19, 2012 at 4:57 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Wed, Dec 19, 2012 at 2:48 PM, Tom Hacohen wrote: > > > Hey Vincent, > > > > I fi

Re: [E-devel] E SVN: cedric branches/edje-1.7

2012-12-19 Thread David Seikel
On Thu, 13 Dec 2012 00:02:46 -0600 Doug Newgard wrote: > > On Wed, 12 Dec 2012 21:24:02 -0800 "Enlightenment SVN" > > wrote: > > > > > Log: > > > edje: only compile edje from 1.7 branch with Lua 5.1. > > > > Why? > > > > I had earlier accepted a patch that let it work fine with Lua 5.2, > > whic

Re: [E-devel] Efl tree - detection of fribidichar size is broken

2012-12-19 Thread Gustavo Sverzut Barbieri
On Wed, Dec 19, 2012 at 2:48 PM, Tom Hacohen wrote: > Hey Vincent, > > I fixed it (with an hack). For some reason EFL_OPTIONAL_DEPEND_PKG doesn't > define FRIBIDI_CFLAGS as thus the next test fails (because it depends on > that one). Please see commit 81385. > Hi Tom, this is my macro. It doesn'

Re: [E-devel] Package 'elementary' requires 'elocation >= 1.7.99' but version of elocation is 0.1.0.81014

2012-12-19 Thread David Seikel
On Mon, 17 Dec 2012 12:11:42 -0200 Flávio Ceolin wrote: > Hi, > > On Sun, Dec 16, 2012 at 11:05 PM, David Seikel > wrote: > > On Mon, 17 Dec 2012 08:47:14 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > >> On Mon, 17 Dec 2012 01:41:09 +1000 David Seikel > >> said: > >> > >> > On Sat,

Re: [E-devel] [e] [PATCH] Small optimizations...

2012-12-19 Thread Gustavo Sverzut Barbieri
>From the patch it seems that the called "dangling" pointers shouldn't be used anymore, then it is correct to leave them like that. If you still use them, valgrind will warn. things like: + free(eth->file); + free(eth->key); free(eth); the fil

[E-devel] Efl tree - detection of fribidichar size is broken

2012-12-19 Thread Tom Hacohen
Hey Vincent, I fixed it (with an hack). For some reason EFL_OPTIONAL_DEPEND_PKG doesn't define FRIBIDI_CFLAGS as thus the next test fails (because it depends on that one). Please see commit 81385. Thanks, Tom. -- LogMeIn

Re: [E-devel] mixer module alsa input and mono patch

2012-12-19 Thread Jérémy Zurcher
never mind if it's not in, but how is it worse ? first point mimics alsamixer playback/capture split second shows me mono channels when they are mono I honestly only see improvement here. what about the other patch I sent this morning (mixer module segv patch) ? without the later it's pretty eas

Re: [E-devel] [e] [PATCH] Small optimizations...

2012-12-19 Thread Leandro Dorileo
On Wed, Dec 19, 2012 at 04:24:13PM +, Michael Blumenkrantz wrote: > On Wed, Dec 19, 2012 at 4:20 PM, Leandro Dorileo > wrote: > > > Hi Maxime, > > > > On Wed, Dec 19, 2012 at 03:07:13PM +0100, Maxime Villard wrote: > > > Hi, > > > here is a patch. > > > > > > 1. free() already null-checks the

Re: [E-devel] [e] [PATCH] Small optimizations...

2012-12-19 Thread Michael Blumenkrantz
On Wed, Dec 19, 2012 at 4:20 PM, Leandro Dorileo wrote: > Hi Maxime, > > On Wed, Dec 19, 2012 at 03:07:13PM +0100, Maxime Villard wrote: > > Hi, > > here is a patch. > > > > 1. free() already null-checks the passed argument, so it is not > >necessary to do 'if(x) free(x)'. > > > Isn't that rea

Re: [E-devel] [e] [PATCH] Small optimizations...

2012-12-19 Thread Leandro Dorileo
Hi Maxime, On Wed, Dec 19, 2012 at 03:07:13PM +0100, Maxime Villard wrote: > Hi, > here is a patch. > > 1. free() already null-checks the passed argument, so it is not >necessary to do 'if(x) free(x)'. Isn't that reasoneable to replace if (x) free(x) by E_FREE(x)? Regards. > > 2. Mo

Re: [E-devel] E SVN: raster trunk/elementary/src/lib

2012-12-19 Thread Lucas De Marchi
On Tue, Dec 18, 2012 at 11:08 PM, Enlightenment SVN wrote: > Log: > wake up. fix svn breakages. yay. :) Sorry, I forgot elementary Lucas De Marchi -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial

Re: [E-devel] Python-Evas make issue

2012-12-19 Thread Daniel Juyung Seo
Hello Jeff, As I told you on irc, please use Python EFL Bindings 1.7. http://www.enlightenment.org/p.php?p=news/show&l=en&news_id=56 Thanks. Daniel Juyung Seo (SeoZ) On Thu, Dec 20, 2012 at 12:01 AM, Jeff Hoogland wrote: > Using 1.7.3 tarballs for EFLs, getting this error when trying to make >

Re: [E-devel] About eina_simple_xml_parse

2012-12-19 Thread Gustavo Sverzut Barbieri
On Wed, Dec 19, 2012 at 2:44 AM, thomasg wrote: > On Wed, Dec 19, 2012 at 5:18 AM, Gustavo Sverzut Barbieri < > barbi...@profusion.mobi> wrote: > > > On Wednesday, December 19, 2012, thomasg wrote: > > > > > On Wed, Dec 19, 2012 at 4:38 AM, Gustavo Sverzut Barbieri < > > > barbi...@profusion.mobi

Re: [E-devel] mixer module alsa input and mono patch

2012-12-19 Thread The Rasterman
On Tue, 18 Dec 2012 15:31:36 +0100 Jérémy Zurcher said: > Hi, > > - fixes the input channel detection > - if channel is mono force right to 0, disable right slider and lock actually this makes the mixer worse.. i have to back these patches out... : ( sorry. not going to happen for e17 release i

Re: [E-devel] Efl tree - detection of Eina_Unicode's size is broken

2012-12-19 Thread Gustavo Sverzut Barbieri
On Wed, Dec 19, 2012 at 1:49 PM, Tom Hacohen wrote: > Hey Vincent, > > > http://build.enlightenment.fr/builders/full-linux/builds/905/steps/compile%20efl/logs/stdio > > Look at the detection of Eina_Unicode's size, it says it's 0. This should > be fixed. It actually shouldn't be detected now that

Re: [E-devel] E SVN: devilhorns trunk/elementary/src/lib

2012-12-19 Thread Christopher Michael
On 19/12/12 15:48, Gustavo Sverzut Barbieri wrote: > On Wed, Dec 19, 2012 at 12:41 PM, Enlightenment SVN < > no-re...@enlightenment.org> wrote: > >> Log: >> If elementary is built with wayland support (and X support), then we >>need to run an engine compare before trying to get wayland specific

[E-devel] Efl tree - detection of Eina_Unicode's size is broken

2012-12-19 Thread Tom Hacohen
Hey Vincent, http://build.enlightenment.fr/builders/full-linux/builds/905/steps/compile%20efl/logs/stdio Look at the detection of Eina_Unicode's size, it says it's 0. This should be fixed. It actually shouldn't be detected now that it's a single tree, but instead just use the value eina chooses (

Re: [E-devel] E SVN: devilhorns trunk/elementary/src/lib

2012-12-19 Thread Gustavo Sverzut Barbieri
On Wed, Dec 19, 2012 at 12:41 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > If elementary is built with wayland support (and X support), then we > need to run an engine compare before trying to get wayland specific > items (in this case, the ecore_evas window). > > NB:

[E-devel] Python-Evas make issue

2012-12-19 Thread Jeff Hoogland
Using 1.7.3 tarballs for EFLs, getting this error when trying to make python-evas -> http://paste.debian.net/217215/ Halp! -- ~Jeff Hoogland Thoughts on Technology , Tech Blog Bodhi Linux , Enlightenment for yo

Re: [E-devel] E SVN: barbieri trunk/efl/src/modules/ecore_evas/engines/buffer

2012-12-19 Thread Luis Felipe Strano Moraes
This one did not need any backporting because it was introduced recently. The other one has been backported. Cheers, --lf On Tue, Dec 18, 2012 at 6:59 PM, Enlightenment SVN wrote: > Log: > efl/ecore_evas_extn: don't leak bdata. > > PS: I cannot backport this to 1.7.x, could someone do this fo

Re: [E-devel] E SVN: lucas trunk/edbus/src/lib

2012-12-19 Thread Lucas De Marchi
On Wed, Dec 19, 2012 at 12:28 PM, Lucas De Marchi wrote: > On Wed, Dec 19, 2012 at 9:41 AM, Daniel Juyung Seo > wrote: >> Can you also fix elev8? > > Thanks for the prod. I'll let this to Mello (CC'ed here) oh... he already fixed in r81358. Lucas De Marchi --

Re: [E-devel] E SVN: lucas trunk/edbus/src/lib

2012-12-19 Thread Lucas De Marchi
On Wed, Dec 19, 2012 at 9:41 AM, Daniel Juyung Seo wrote: > Can you also fix elev8? Thanks for the prod. I'll let this to Mello (CC'ed here) Lucas De Marchi -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. F

Re: [E-devel] ecore-wayland: (version2) Fix monitoring ECORE_FD_WRITE defaultly on wayland display fd lead to 100% cpu usage

2012-12-19 Thread Christopher Michael
On 19/12/12 14:17, Eduardo Lima (Etrunko) wrote: > Can you backport this please? :) > I cannot currently because I do not have any of the 1.7 branch checked out ... If someone Does have those and some free time, then please do backport this :) dh > On Wed, Dec 19, 2012 at 12:00 PM, Christopher

Re: [E-devel] [e] [PATCH] Small optimizations...

2012-12-19 Thread Michael Blumenkrantz
in On Wed, Dec 19, 2012 at 2:07 PM, Maxime Villard wrote: > Hi, > here is a patch. > > 1. free() already null-checks the passed argument, so it is not >necessary to do 'if(x) free(x)'. > > 2. Moved some '{free(x); x = NULL}' to E_FREE. > > 3. In e_start_main.c, 'buf' is allocated with the si

Re: [E-devel] ecore-wayland: (version2) Fix monitoring ECORE_FD_WRITE defaultly on wayland display fd lead to 100% cpu usage

2012-12-19 Thread Eduardo Lima (Etrunko)
Can you backport this please? :) On Wed, Dec 19, 2012 at 12:00 PM, Christopher Michael wrote: > Hi Alex, > > I found a spare moment today (don't ask me how lol) to have a look at > this :) ... In svn it goes ;) > > Thanks :) > > dh > > On 18/12/12 09:09, Chris Michael wrote: >> Alex, >> >> Thank

[E-devel] [e] [PATCH] Small optimizations...

2012-12-19 Thread Maxime Villard
Hi, here is a patch. 1. free() already null-checks the passed argument, so it is not necessary to do 'if(x) free(x)'. 2. Moved some '{free(x); x = NULL}' to E_FREE. 3. In e_start_main.c, 'buf' is allocated with the size of the two arguments + '=', so we don't need to check for lenght; w

Re: [E-devel] ecore-wayland: (version2) Fix monitoring ECORE_FD_WRITE defaultly on wayland display fd lead to 100% cpu usage

2012-12-19 Thread Christopher Michael
Hi Alex, I found a spare moment today (don't ask me how lol) to have a look at this :) ... In svn it goes ;) Thanks :) dh On 18/12/12 09:09, Chris Michael wrote: > 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

Re: [E-devel] E SVN: yakov trunk/efl/src/examples/evas

2012-12-19 Thread Yakov Goldberg
I wanted to keep old example, so people could see the difference. And if we decide just change all examples to new API, I'll do it. *clipper_border duplication fixed. Thanks glima. On 12/19/2012 02:59 PM, Gustavo Lima Chaves wrote: > * Gustavo Sverzut Barbieri [2012-12-19 10:25:03 > -0200]: >

Re: [E-devel] E SVN: yakov trunk/efl/src/examples/evas

2012-12-19 Thread Gustavo Lima Chaves
* Gustavo Sverzut Barbieri [2012-12-19 10:25:03 -0200]: > Why dont you just replace the old? If we want to move to Eo we must get rid > of the old style. You also repeats clipper_border var assignment twice. > > On Wednesday, December 19, 2012, Enlightenment SVN wrote: > > > Log: > > evas: E

Re: [E-devel] E17 Crash with dual monitor setup

2012-12-19 Thread Michael Blumenkrantz
nevermind, this is fixed On Tue, Dec 18, 2012 at 9:48 PM, Edward Mann wrote: > > > I have 2 HP LA2405wg monitors my video card is as below > > VGA > compatible controller: nVidia Corporation G98 [Quadro NVS 295] (rev a1) > (prog-if 00 [VGA controller]) > Subsystem: nVidia Corporation Device > 0

Re: [E-devel] E SVN: yakov trunk/efl/src/examples/evas

2012-12-19 Thread Gustavo Sverzut Barbieri
Why dont you just replace the old? If we want to move to Eo we must get rid of the old style. On Wednesday, December 19, 2012, Enlightenment SVN wrote: > Log: > evas: Eo-styled Evas example added. > > Signed-off-by: Yakov Goldberg > > > Author: yakov > Date: 2012-12-19 01:13:08 -0

Re: [E-devel] E SVN: lucas trunk/edbus/src/lib

2012-12-19 Thread Daniel Juyung Seo
Can you also fix elev8? trunk/PROTO/elev8/src/modules/dbus/dbus-message.cc:99: EDBus_Message *msg = edbus_message_signal_new( Thanks. Daniel Juyung Seo (SeoZ) On Wed, Dec 19, 2012 at 6:38 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > edbus: unexport edbus_message_signal_

Re: [E-devel] E17 Crash with dual monitor setup

2012-12-19 Thread Michael Blumenkrantz
On Tue, Dec 18, 2012 at 10:57 PM, Leif Middelschulte < leif.middelschu...@gmail.com> wrote: > Am 18.12.2012 um 22:48 schrieb Edward Mann : > > > > > > > I have 2 HP LA2405wg monitors my video card is as below > > > > VGA > > compatible controller: nVidia Corporation G98 [Quadro NVS 295] (rev a1) >