Re: [E-devel] Change the title bar Height

2012-11-28 Thread The Rasterman
On Wed, 28 Nov 2012 12:12:31 +0530 HariHara Sudhan h...@emo2.com said: That helps. Now i have a bigger title bar and borders around. But The window title bar is slightly a round rect(shaped). I uncommented the data.item shaped to get the transparency. But i get to see only black pixel around

[E-devel] [EVAS] [PATCH] evas_object_textblock_valign_set documentation improvement

2012-11-28 Thread Zbigniew Kosinski
Hello, Right now function evas_object_textblock_valign_set sets 1.0 on values greater than 1.0 and 0.0 on values less than 0.0. I described that case in documentation. Please take a look at attached patch. BR, Zbigniew Kosinski 0001-Improve-doc-for-evas_object_textblock_valign_set.patch

Re: [E-devel] [EVAS] [PATCH] evas_object_textblock_valign_set documentation improvement

2012-11-28 Thread Cedric BAIL
On Wed, Nov 28, 2012 at 7:05 PM, Zbigniew Kosinski z.kosin...@samsung.com wrote: Right now function evas_object_textblock_valign_set sets 1.0 on values greater than 1.0 and 0.0 on values less than 0.0. I described that case in documentation. I put it in, but I am not sure it's really useful

Re: [E-devel] [EVAS] [PATCH] evas_object_textblock_valign_set documentation improvement

2012-11-28 Thread Tom Hacohen
Please revert the patch. The valid range is 0.0-1.0, anything outside if it is reserved for future use. Describing what happens in this invalid state prevents us from using the rest of the range in the future. If people bother with reading the docs, they should actually comply to what the docs

Re: [E-devel] E SVN: discomfitor trunk/e

2012-11-28 Thread sd
Log: argh it was only connman that was broken and I am the breaker So connman wont work with efl 1.7.x, which is the version distributions should use? @@ -805,7 +805,7 @@ AM_CONDITIONAL(HAVE_DUMMY, false) define([CHECK_MODULE_CONNMAN], [ - AC_E_CHECK_PKG(ECONNMAN, [ edbus = 1.7.0 ],

Re: [E-devel] E SVN: discomfitor trunk/e

2012-11-28 Thread Michael Blumenkrantz
On Wed, 28 Nov 2012 12:16:18 +0100 s...@tango.flipp.net wrote: Log: argh it was only connman that was broken and I am the breaker So connman wont work with efl 1.7.x, which is the version distributions should use? @@ -805,7 +805,7 @@ AM_CONDITIONAL(HAVE_DUMMY, false)

Re: [E-devel] E SVN: discomfitor trunk/e

2012-11-28 Thread Bruno Dilly
On Wed, Nov 28, 2012 at 9:25 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Wed, 28 Nov 2012 12:16:18 +0100 s...@tango.flipp.net wrote: Log: argh it was only connman that was broken and I am the breaker So connman wont work with efl 1.7.x, which is the version

Re: [E-devel] E SVN: seoz trunk/elementary/src/bin

2012-11-28 Thread Eduardo Lima (Etrunko)
On Tue, Nov 27, 2012 at 11:12 PM, Daniel Juyung Seo seojuyu...@gmail.com wrote: fixed. I exported _elm_min_set() but I need to discuss this more. It looks like each test files(test_xxx.c) should have no dependency on other files because it is a sample app. But writing the same function here

Re: [E-devel] EPhysics status

2012-11-28 Thread Bruno Dilly
On Tue, Nov 27, 2012 at 6:37 AM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 26 Nov 2012 21:34:13 -0200 Bruno Dilly bdi...@profusion.mobi said: Hi, I've just posted about it. http://brunodilly.org/blog/ephysics_update/ Raster, I would be glad if you could take a look. I know you

Re: [E-devel] EPhysics status

2012-11-28 Thread The Rasterman
On Wed, 28 Nov 2012 10:18:20 -0200 Bruno Dilly bdi...@profusion.mobi said: On Tue, Nov 27, 2012 at 6:37 AM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 26 Nov 2012 21:34:13 -0200 Bruno Dilly bdi...@profusion.mobi said: Hi, I've just posted about it.

Re: [E-devel] PROPOSAL: Support physics on Edje

2012-11-28 Thread Bruno Dilly
On Mon, Nov 26, 2012 at 10:59 PM, David Seikel onef...@gmail.com wrote: On Mon, 26 Nov 2012 14:55:26 -0200 Bruno Dilly bdi...@profusion.mobi wrote: Hi David, On Mon, Nov 26, 2012 at 1:36 PM, David Seikel onef...@gmail.com wrote: On Mon, 26 Nov 2012 12:47:16 -0200 Bruno Dilly

Re: [E-devel] EPhysics status

2012-11-28 Thread Bruno Dilly
On Wed, Nov 28, 2012 at 10:46 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 28 Nov 2012 10:18:20 -0200 Bruno Dilly bdi...@profusion.mobi said: On Tue, Nov 27, 2012 at 6:37 AM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 26 Nov 2012 21:34:13 -0200 Bruno Dilly

Re: [E-devel] E SVN: discomfitor trunk/e

2012-11-28 Thread Gustavo Sverzut Barbieri
It is simple to change, just uses the basic to integrate python's DBus into EFL main loop On Wednesday, November 28, 2012, Bruno Dilly wrote: On Wed, Nov 28, 2012 at 9:25 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com javascript:; wrote: On Wed, 28 Nov 2012 12:16:18 +0100

Re: [E-devel] PROPOSAL: Support physics on Edje

2012-11-28 Thread David Seikel
On Wed, 28 Nov 2012 10:46:00 -0200 Bruno Dilly bdi...@profusion.mobi wrote: On Mon, Nov 26, 2012 at 10:59 PM, David Seikel onef...@gmail.com wrote: On Mon, 26 Nov 2012 14:55:26 -0200 Bruno Dilly bdi...@profusion.mobi wrote: Hi David, On Mon, Nov 26, 2012 at 1:36 PM, David Seikel

Re: [E-devel] E SVN: discomfitor trunk/e

2012-11-28 Thread Eduardo Lima (Etrunko)
On Wed, Nov 28, 2012 at 9:55 AM, Bruno Dilly bdi...@profusion.mobi wrote: On Wed, Nov 28, 2012 at 9:25 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Wed, 28 Nov 2012 12:16:18 +0100 s...@tango.flipp.net wrote: Log: argh it was only connman that was broken and I am the

Re: [E-devel] PROPOSAL: Support physics on Edje

2012-11-28 Thread Bruno Dilly
On Wed, Nov 28, 2012 at 11:30 AM, David Seikel onef...@gmail.com wrote: On Wed, 28 Nov 2012 10:46:00 -0200 Bruno Dilly bdi...@profusion.mobi wrote: On Mon, Nov 26, 2012 at 10:59 PM, David Seikel onef...@gmail.com wrote: On Mon, 26 Nov 2012 14:55:26 -0200 Bruno Dilly bdi...@profusion.mobi

[E-devel] Calendar Location

2012-11-28 Thread Jeff Hoogland
I didn't want to file a bug report because I wasn't sure if this was intentional or not - but regardless of where my shelf with the clock is located my calendar popup displays in the lower right and corner of my screen in alpha6 - http://www.enlightenment.org/ss/e-50b62a84dd59a8.69057938.jpg

Re: [E-devel] Calendar Location

2012-11-28 Thread Michael Blumenkrantz
On Wed, 28 Nov 2012 09:17:54 -0600 Jeff Hoogland jeffhoogl...@linux.com wrote: I didn't want to file a bug report because I wasn't sure if this was intentional or not - but regardless of where my shelf with the clock is located my calendar popup displays in the lower right and corner of my

Re: [E-devel] Change the title bar Height

2012-11-28 Thread HariHara Sudhan
Well i wanted to create opengl window for the border with argb. is it possible. When i tried to create opengl windows for the e canvas, argb_get() returns 0. On Wed, Nov 28, 2012 at 2:59 PM, Carsten Haitzler ras...@rasterman.comwrote: On Wed, 28 Nov 2012 12:12:31 +0530 HariHara Sudhan

Re: [E-devel] E SVN: discomfitor trunk/e

2012-11-28 Thread Lucas De Marchi
On Wed, Nov 28, 2012 at 8:24 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: argh it was only connman that was broken and I am the breaker Author: discomfitor Date: 2012-11-28 02:24:25 -0800 (Wed, 28 Nov 2012) New Revision: 79776 Trac:

Re: [E-devel] E SVN: barbieri trunk/efl/src/lib/evas/common

2012-11-28 Thread Gustavo Sverzut Barbieri
On Wed, Nov 28, 2012 at 5:17 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: evas/rectangle: Refactor common code for rectangle drawing This patch refactors common code for rectangle draws - so that it can be used by other engines and *threaded* X11. This patch that saves

Re: [E-devel] E SVN: kakaroto trunk/edje/src/bin

2012-11-28 Thread Youness Alaoui
Hello again, So I looked at the 1.7 branch and the code there is very different so the bug wasn't in it. The trunk uses a hash table with a free function that frees the Part_Lookup structure, and the bug was that it was manually freeing one item without removing it from the hash table. In 1.7,

Re: [E-devel] E SVN: davemds trunk/e/src/modules/fileman_opinfo

2012-11-28 Thread Davide Andreoli
2012/11/28 Gustavo Sverzut Barbieri barbi...@profusion.mobi On Tue, Nov 27, 2012 at 8:11 PM, Davide Andreoli d...@gurumeditation.it wrote: 2012/11/27 Gustavo Sverzut Barbieri barbi...@profusion.mobi Hi Dave, Would you change the per-fileman window opinfo to just show the info

[E-devel] e17 Connman module not finding EConnman

2012-11-28 Thread Simon
I am not sure if this is a bug or a problem with my setup so i will post here rather then creating a trac ticket straight away. Whenever i go to settings from the connman module i get the Error This module wants to execute an external application EConnMan that does not exist. Please install.

Re: [E-devel] E SVN: kakaroto trunk/edje/src/bin

2012-11-28 Thread The Rasterman
On Wed, 28 Nov 2012 15:07:17 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net said: Hello again, So I looked at the 1.7 branch and the code there is very different so the bug wasn't in it. The trunk uses a hash table with a free function that frees the Part_Lookup structure, and the bug

Re: [E-devel] Change the title bar Height

2012-11-28 Thread The Rasterman
On Wed, 28 Nov 2012 21:47:29 +0530 HariHara Sudhan h...@emo2.com said: Well i wanted to create opengl window for the border with argb. is it possible. When i tried to create opengl windows for the e canvas, argb_get() returns 0. what... now you're not talking theme anymore? On Wed, Nov 28,

Re: [E-devel] E SVN: davemds trunk/e/src/modules/fileman_opinfo

2012-11-28 Thread Gustavo Sverzut Barbieri
On Wed, Nov 28, 2012 at 6:51 PM, Davide Andreoli d...@gurumeditation.it wrote: 2012/11/28 Gustavo Sverzut Barbieri barbi...@profusion.mobi On Tue, Nov 27, 2012 at 8:11 PM, Davide Andreoli d...@gurumeditation.it wrote: 2012/11/27 Gustavo Sverzut Barbieri barbi...@profusion.mobi Hi Dave,

Re: [E-devel] e17 Connman module not finding EConnman

2012-11-28 Thread Gustavo Sverzut Barbieri
If you install applications to a directory that is not the standard XDG applications, then you must fix that with the variable XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/opt/e17/share if you install to /opt/e17. See

Re: [E-devel] E SVN: davemds trunk/e/src/modules/fileman_opinfo

2012-11-28 Thread Davide Andreoli
2012/11/28 Gustavo Sverzut Barbieri barbi...@profusion.mobi On Wed, Nov 28, 2012 at 6:51 PM, Davide Andreoli d...@gurumeditation.it wrote: 2012/11/28 Gustavo Sverzut Barbieri barbi...@profusion.mobi On Tue, Nov 27, 2012 at 8:11 PM, Davide Andreoli d...@gurumeditation.it wrote:

Re: [E-devel] [e][patch] iconify/uniconify bug?

2012-11-28 Thread 강도연
Dear Sebasian, Yes, I knew that e_border_hide() increase await_hide_event . But, e_border_hide() is called in e_border_iconify() also. So i said that e_border_iconify() increase await_hide_event. ;) I found this issue from my sample. It tests to create/show/hide/destroy

Re: [E-devel] e17 Connman module not finding EConnman

2012-11-28 Thread Simon Lees
Date: Wed, 28 Nov 2012 20:37:16 -0200 From: Gustavo Sverzut Barbieri barbi...@profusion.mobi Subject: Re: [E-devel] e17 Connman module not finding EConnman To: Enlightenment developer list enlightenment-devel@lists.sourceforge.net Message-ID:

Re: [E-devel] E SVN: barbieri trunk/efl/src/lib/evas/common

2012-11-28 Thread Cedric BAIL
On Thu, Nov 29, 2012 at 4:24 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Nov 28, 2012 at 5:17 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: evas/rectangle: Refactor common code for rectangle drawing This patch refactors common code for rectangle

[E-devel] [PATCH] ecore_evas_wayland: Fix incorrect handling of touch down event.

2012-11-28 Thread zhiwen . wu
From: Alex Wu zhiwen...@linux.intel.com Every touch down event should be converted into mouse in + mouse button. So we should let every mouse in event go in the _ecore_evas_wl_common_cb_mouse_in(), instead of preventing it by if (!ee-in). Besides that, the coordinates carried by mouse in event

Re: [E-devel] E SVN: discomfitor IN trunk/e: . src/modules src/modules/birthday

2012-11-28 Thread Daniel Juyung Seo
Yay happy birthday raster! Daniel Juyung Seo (SeoZ) On Thu, Nov 29, 2012 at 11:30 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: for the next 24 hours, E17 is in BIRTHDAY MODE! HAPPY BIRTHDAY RASTER! Author: discomfitor Date: 2012-11-28

Re: [E-devel] E SVN: barbieri trunk/efl/src/lib/evas/common

2012-11-28 Thread Paulo Alcantara
Hi Cedric, Cedric BAIL cedric.b...@free.fr writes: I don't know your intended use for evas_common_rectangle_draw_cb, but be careful if you want to use it in a thread. It use a static variable and his clearly not thread safe. evas_common_rectangle_draw_do is intended to be thread safe and

Re: [E-devel] E SVN: discomfitor IN trunk/e: . src/modules src/modules/birthday

2012-11-28 Thread Brian 'morlenxus' Miculcy
Happy birthday, old man! :) On 11/29/2012 04:26 AM, Daniel Juyung Seo wrote: Yay happy birthday raster! Daniel Juyung Seo (SeoZ) On Thu, Nov 29, 2012 at 11:30 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: for the next 24 hours, E17 is in BIRTHDAY MODE!

Re: [E-devel] [Announce] Enlightenment DR 0.17-alpha2

2012-11-28 Thread gpl4all
Too bad, alpha6 just exit aster few mInutes running, no error msg or anything unusual run on top of it. It happened twice already, and I don't have time to gdb etc, so quickly revert back to alpha5, using same .e and it runs smoothly. -Original Message- From: s...@tango.flipp.net Date:

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

2012-11-28 Thread ChunEon Park
JaeHwan, please check elementary_test -gt; launcher. -Regards, Hermet- -Original Message- From: Gustavo Sverzut Barbierilt;barbi...@profusion.mobigt; To: enlightenment-devel@lists.sourceforge.netlt;enlightenment-devel@lists.sourceforge.netgt;;

Re: [E-devel] Change the title bar Height

2012-11-28 Thread HariHara Sudhan
Still the theme only. The window border aren't rendering smoothly when resizing. And compositing or animation smoothness i'm not getting in software_x11. Thats why.. On Thu, Nov 29, 2012 at 3:43 AM, Carsten Haitzler ras...@rasterman.comwrote: On Wed, 28 Nov 2012 21:47:29 +0530 HariHara Sudhan

Re: [E-devel] [Patch] [Elementary] [Entry] Clear selection when entry loses focus

2012-11-28 Thread thiep ha
I updated it. Could you please check it? Best Regards, Thiep Ha --- Original Message --- Sender : Cedric BAILcedric.b...@free.fr Date : Nov 28, 2012 14:58 (GMT+09:00) Title : Re: [E-devel] [Patch] [Elementary] [Entry] Clear selection when entry loses focus On Wed, Nov 7, 2012 at

Re: [E-devel] [PATCH] ecore_evas_wayland: Fix incorrect handling of touch down event.

2012-11-28 Thread Christopher Michael
On 29/11/12 03:11, zhiwen...@linux.intel.com wrote: From: Alex Wuzhiwen...@linux.intel.com Every touch down event should be converted into mouse in + mouse button. So we should let every mouse in event go in the _ecore_evas_wl_common_cb_mouse_in(), instead of preventing it by if (!ee-in).