[E-devel] [PATCH] elementary: Fix compilation error of elm_entry.c

2012-08-31 Thread Alex Wu
From 54dd1bb7a7e0e753d30a2458401d8d23a09f6b68 Mon Sep 17 00:00:00 2001 From: Alex Wu zhiwen...@linux.intel.com Date: Fri, 31 Aug 2012 14:13:12 +0800 Subject: [PATCH] elementary: Fix compilation error of elm_entry.c --- trunk/elementary/src/lib/elm_entry.c | 6 +++--- 1 file changed, 3

Re: [E-devel] Can't disable posix threads in eina 1.7.0

2012-08-31 Thread David Seikel
On Thu, 30 Aug 2012 23:45:13 +0200 Vincent Torri vincent.to...@gmail.com wrote: On Thu, Aug 30, 2012 at 7:42 PM, David Seikel onef...@gmail.com wrote: Yay! First bug report from the released tarballs. Edited highlights - eina$ ./configure --disable-posix-threads funny because that

Re: [E-devel] [PATCH] elementary: Fix compilation error of elm_entry.c

2012-08-31 Thread Chris Michael
Hi Alex, LOL, I just fixed this literally 2 seconds before you're email came in :) Cheers, Dh -Original Message- From: Alex Wu [mailto:zhiwen...@linux.intel.com] Sent: 31 August 2012 07:18 To: 'Enlightenment developer list' Cc: eduardo.de.barros.l...@intel.com; ras...@rasterman.com

Re: [E-devel] Can't disable posix threads in eina 1.7.0

2012-08-31 Thread Vincent Torri
On Fri, Aug 31, 2012 at 8:23 AM, David Seikel onef...@gmail.com wrote: On Thu, 30 Aug 2012 23:45:13 +0200 Vincent Torri vincent.to...@gmail.com wrote: On Thu, Aug 30, 2012 at 7:42 PM, David Seikel onef...@gmail.com wrote: Yay! First bug report from the released tarballs. Edited

Re: [E-devel] E SVN: cedric trunk/ecore/src/lib/ecore_con

2012-08-31 Thread Vincent Torri
it will not cmopile on Windows. Follow what is in Ecore_Con.h and the doc ? Vincent On Fri, Aug 31, 2012 at 8:39 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: ecore: add forgotten EAPI to Ecore_Con_Eet. Author: cedric Date: 2012-08-30 23:39:57 -0700 (Thu, 30

Re: [E-devel] Can't disable posix threads in eina 1.7.0

2012-08-31 Thread Cedric BAIL
On Fri, Aug 31, 2012 at 3:44 PM, Vincent Torri vincent.to...@gmail.com wrote: On Fri, Aug 31, 2012 at 8:23 AM, David Seikel onef...@gmail.com wrote: On Thu, 30 Aug 2012 23:45:13 +0200 Vincent Torri vincent.to...@gmail.com wrote: On Thu, Aug 30, 2012 at 7:42 PM, David Seikel onef...@gmail.com

Re: [E-devel] [patch] A function to rotate an evas map with a quaternion

2012-08-31 Thread The Rasterman
On Thu, 12 Jul 2012 05:24:31 +0900 Christophe Sadoine ch...@indefini.org said: ok - as promised. it's now in svn, after 1.7 release ready for 1.8 :) thansk muchly. added you to authors too. On 12 July 2012 03:24, Leandro Dorileo dori...@profusion.mobi wrote: Can you update the doc replacing

Re: [E-devel] Can't disable posix threads in eina 1.7.0

2012-08-31 Thread David Seikel
On Fri, 31 Aug 2012 16:00:24 +0900 Cedric BAIL cedric.b...@free.fr wrote: On Fri, Aug 31, 2012 at 3:44 PM, Vincent Torri vincent.to...@gmail.com wrote: On Fri, Aug 31, 2012 at 8:23 AM, David Seikel onef...@gmail.com wrote: On Thu, 30 Aug 2012 23:45:13 +0200 Vincent Torri

Re: [E-devel] Can't disable posix threads in eina 1.7.0

2012-08-31 Thread Vincent Torri
On Fri, Aug 31, 2012 at 9:33 AM, David Seikel onef...@gmail.com wrote: On Fri, 31 Aug 2012 16:00:24 +0900 Cedric BAIL cedric.b...@free.fr wrote: On Fri, Aug 31, 2012 at 3:44 PM, Vincent Torri vincent.to...@gmail.com wrote: On Fri, Aug 31, 2012 at 8:23 AM, David Seikel onef...@gmail.com

[E-devel] [E-Devel] Evas Textblock Bug

2012-08-31 Thread Bluezery
Hello, I have a problem when using TEXTBLOCK part in edje. Some tags are not seems to be applied when textblock style is chaned. I attach a simple test edc file for testing debugging. When mouse is over on text, text color is changed except letters which use match tag. One strange thing is that

[E-devel] [patch] change plug-in loading behavior in elm_map

2012-08-31 Thread Bluezery
Hello, Elm_map have 3 modules (Tile, Route, Name) for plug-in loading When elm_map is added, each 3 modules search plug-ins (elm_map does use eina_module, not elm_module because elm_map loads several modules. ) Previously, Each modules in elm_map search modules separately. So module init

Re: [E-devel] Can't disable posix threads in eina 1.7.0

2012-08-31 Thread The Rasterman
On Fri, 31 Aug 2012 09:47:48 +0200 Vincent Torri vincent.to...@gmail.com said: On Fri, Aug 31, 2012 at 9:33 AM, David Seikel onef...@gmail.com wrote: On Fri, 31 Aug 2012 16:00:24 +0900 Cedric BAIL cedric.b...@free.fr wrote: On Fri, Aug 31, 2012 at 3:44 PM, Vincent Torri

[E-devel] [PATCH] elementary_test: Don't set preferred engine in GLView and GLViewSimple

2012-08-31 Thread Alex Wu
From 324a9f3a3f2cef06b5bed8efda8d895750f9af27 Mon Sep 17 00:00:00 2001 From: Alex Wu zhiwen...@linux.intel.com Date: Fri, 31 Aug 2012 17:03:36 +0800 Subject: [PATCH] elementary_test: Don't set preferred engine in GLView and GLViewSimple. If the preferred engine set to opengl_x11 and we actully

Re: [E-devel] [PATCH] elementary_test: Don't set preferred engine in GLView and GLViewSimple

2012-08-31 Thread Chris Michael
Applied in svn: 75921. Thanks :) dh -Original Message- From: Alex Wu [mailto:zhiwen...@linux.intel.com] Sent: 31 August 2012 10:17 To: 'Enlightenment developer list' Cc: eduardo.de.barros.l...@intel.com Subject: [E-devel] [PATCH] elementary_test: Don't set preferred engine in GLView and

Re: [E-devel] Can't disable posix threads in eina 1.7.0

2012-08-31 Thread David Seikel
On Fri, 31 Aug 2012 18:11:09 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Fri, 31 Aug 2012 09:47:48 +0200 Vincent Torri vincent.to...@gmail.com said: On Fri, Aug 31, 2012 at 9:33 AM, David Seikel onef...@gmail.com wrote: On Fri, 31 Aug 2012 16:00:24 +0900

Re: [E-devel] Can't disable posix threads in eina 1.7.0

2012-08-31 Thread The Rasterman
On Fri, 31 Aug 2012 19:31:20 +1000 David Seikel onef...@gmail.com said: On Fri, 31 Aug 2012 18:11:09 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Fri, 31 Aug 2012 09:47:48 +0200 Vincent Torri vincent.to...@gmail.com said: On Fri, Aug 31, 2012 at 9:33 AM,

Re: [E-devel] Can't disable posix threads in eina 1.7.0

2012-08-31 Thread David Seikel
On Fri, 31 Aug 2012 18:42:32 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Fri, 31 Aug 2012 19:31:20 +1000 David Seikel onef...@gmail.com said: On Fri, 31 Aug 2012 18:11:09 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Fri, 31 Aug 2012

Re: [E-devel] _ecore_main_win32_select failed

2012-08-31 Thread HariHara Sudhan
This is the exact error messages. ERR:ecore ecore_main.c:1984 _ecore_main_win32_select() (6) ÿÿe handle is invalid. ERR:ecore ecore_main.c:1984 _ecore_main_win32_select() (6) ÿÿe handle is invalid. ERR:ecore ecore_main.c:1984 _ecore_main_win32_select() (6) ÿÿe handle is invalid.

Re: [E-devel] Can't disable posix threads in eina 1.7.0

2012-08-31 Thread Lucas De Marchi
On Fri, Aug 31, 2012 at 7:00 AM, David Seikel onef...@gmail.com wrote: On Fri, 31 Aug 2012 18:42:32 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Fri, 31 Aug 2012 19:31:20 +1000 David Seikel onef...@gmail.com said: On Fri, 31 Aug 2012 18:11:09 +0900 Carsten Haitzler

[E-devel] battery module

2012-08-31 Thread Massimo Maiurana
I've always had battery module working fine without any particular setting, just as it comes out of the box, hence with hardware=automatic. yesterday I've rebuilt all from svn (75815) and now the module isn't able anymore to fetch the correct battery level. well it actually fetch it at start, but

[E-devel] [patch] Fix minor documentation fix in genlist

2012-08-31 Thread Bluezery
Hello, This is minor fix (typo, nuance) for genlist documentation. Please review this patch Thanks. -- BRs, Kim. elm_genlist@fix_doc.patch Description: Binary data -- Live Security Virtual Conference Exclusive live

[E-devel] [patch]Fix reorder animator in genlist

2012-08-31 Thread Bluezery
Hello, Sometimes reorder animation ended incorrectly You can test see the problem when background color is black and genlist item color is white. I made the added value for animation as difference between old item position and new item position if difference is below predefined dy. (y = diff, if

Re: [E-devel] Can't disable posix threads in eina 1.7.0

2012-08-31 Thread The Rasterman
On Fri, 31 Aug 2012 20:00:52 +1000 David Seikel onef...@gmail.com said: On Fri, 31 Aug 2012 18:42:32 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Fri, 31 Aug 2012 19:31:20 +1000 David Seikel onef...@gmail.com said: On Fri, 31 Aug 2012 18:11:09 +0900 Carsten

Re: [E-devel] Can't disable posix threads in eina 1.7.0

2012-08-31 Thread David Seikel
On Fri, 31 Aug 2012 20:55:11 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Fri, 31 Aug 2012 20:00:52 +1000 David Seikel onef...@gmail.com said: On Fri, 31 Aug 2012 18:42:32 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Fri, 31 Aug 2012

[E-devel] [patch][elementary] access - add activate callback

2012-08-31 Thread Kim Shinwoo
dear all, hello. till now, accessibility has used ecore_x_mouse_*_send(). the patch has activate callback which takes place of the ecore_x_mouse_*_send() stuff. if the access module is enabled and 'double tap' is detected, elm_win will receive ECORE_X_ATOM_E_ILLUME_ACCESS_CONTROL message with

Re: [E-devel] [patch] Fix minor documentation fix in genlist

2012-08-31 Thread Jonas M. Gastal
On Friday 31 August 2012 20:01:11 Bluezery wrote: Hello, This is minor fix (typo, nuance) for genlist documentation. Please review this patch Thanks. In svn(r75922). Thanks. -- Live Security Virtual Conference

[E-devel] [Patch] [Elementary] elm_datetime widget bug fix: elm_datetime_field_limit_set() API is not working for min/max boundary conditions

2012-08-31 Thread Rajeev Ranjan
Hi, Please review the attached patch for fixing issue in API elm_datetime_field_limit_set() for boundary values. It has been created by Sumanth for datetime widget. [Issue Details]: elm_datetime_field_limit_set() API is not working well for boundary values. [ex: for date, we can't set

Re: [E-devel] E SVN: glima IN trunk/elementary: doc doc/img src/lib

2012-08-31 Thread Gustavo Lima Chaves
* Daniel Juyung Seo seojuyu...@gmail.com [2012-08-31 14:15:43 +0900]: Just a sec. What about elm_factory? Did you see Elementary.h.in? We don't build it. It's in the plans to fix it (moving it to use Eina_Model). Daniel Juyung Seo (SeoZ) On Fri, Aug 31, 2012 at 2:09 PM, Daniel Juyung Seo

[E-devel] Core Tiling Module

2012-08-31 Thread Jeff Hoogland
Is there a reason the current tiling module that is include in E's core (formerly e-tiling) was selected over the module simply called tiling in SVN? The tiling module offered a good deal more features that are expected from a basic tiling window manager. -- ~Jeff Hoogland

Re: [E-devel] battery module

2012-08-31 Thread Nicholas Hughart
On 08/31/2012 05:52 AM, Massimo Maiurana wrote: I've always had battery module working fine without any particular setting, just as it comes out of the box, hence with hardware=automatic. yesterday I've rebuilt all from svn (75815) and now the module isn't able anymore to fetch the correct

Re: [E-devel] Core Tiling Module

2012-08-31 Thread Boris Faure
On 12-08-31 13:41, Jeff Hoogland wrote: Is there a reason the current tiling module that is include in E's core (formerly e-tiling) was selected over the module simply called tiling in SVN? The tiling module offered a good deal more features that are expected from a basic tiling window

Re: [E-devel] Core Tiling Module

2012-08-31 Thread Jeff Hoogland
The main feature I am missing is that the old tiling module had the ability to set up hot keys to move windows in a specific direction. For instance I could setup bindings to move the currently active window up/down/left/right On Fri, Aug 31, 2012 at 2:18 PM, Boris Faure bo...@fau.re wrote: On

Re: [E-devel] Core Tiling Module

2012-08-31 Thread Boris Faure
On 12-08-31 14:29, Jeff Hoogland wrote: The main feature I am missing is that the old tiling module had the ability to set up hot keys to move windows in a specific direction. For instance I could setup bindings to move the currently active window up/down/left/right You can do that! It's

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-08-31 Thread Gustavo Sverzut Barbieri
On Wed, Aug 29, 2012 at 11:26 PM, Karol Lewandowski k.lewando...@samsung.com wrote: On 08/30/2012 01:22 AM, Gustavo Sverzut Barbieri wrote: I dislike this patch as the suggested approach by systemd is to get the header and implementation of sd-daemon into your project. See other

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

2012-08-31 Thread Eduardo Lima (Etrunko)
On Fri, Aug 31, 2012 at 3:20 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Elementary: Make entry compile again when using Wayland. NB: Hmmm, not sure if this got into the 1.7 release or not. Perhaps needs to be backported ? No need. Glima is to be spanked with his 'entry

Re: [E-devel] Core Tiling Module

2012-08-31 Thread Jeff Hoogland
Is there any way to get a movement done in a single hot key trigger? For instance before I had ctrl+right arrow to move a window right and then up/down/left in a similar manner. On Fri, Aug 31, 2012 at 2:38 PM, Boris Faure bo...@fau.re wrote: On 12-08-31 14:29, Jeff Hoogland wrote: The main

Re: [E-devel] Core Tiling Module

2012-08-31 Thread Boris Faure
On 12-08-31 14:43, Jeff Hoogland wrote: Is there any way to get a movement done in a single hot key trigger? For instance before I had ctrl+right arrow to move a window right and then up/down/left in a similar manner. I should find time to add that this week-end. -- Boris Faure Pointer

Re: [E-devel] Core Tiling Module

2012-08-31 Thread Jeff Hoogland
Fantastic! Thank you very much Boris. On Fri, Aug 31, 2012 at 2:47 PM, Boris Faure bo...@fau.re wrote: On 12-08-31 14:43, Jeff Hoogland wrote: Is there any way to get a movement done in a single hot key trigger? For instance before I had ctrl+right arrow to move a window right and then

[E-devel] Launching EFM as root?

2012-08-31 Thread Jeff Hoogland
I don't want to file a bug report about this just yet in case it is simply a configuration issue, but when I try to launch EFM with sudo or as root I get: jeff@eee17pc:~$ sudo enlightenment_filemanager [sudo] password for jeff: ERR4911:ecore_con ecore_con_dns.c:157 ecore_con_info_init()

Re: [E-devel] Launching EFM as root?

2012-08-31 Thread Eduardo Lima (Etrunko)
On Fri, Aug 31, 2012 at 6:16 PM, Jeff Hoogland jeffhoogl...@linux.com wrote: I don't want to file a bug report about this just yet in case it is simply a configuration issue, but when I try to launch EFM with sudo or as root I get: jeff@eee17pc:~$ sudo enlightenment_filemanager [sudo]

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

2012-08-31 Thread Gustavo Lima Chaves
* Eduardo Lima (Etrunko) ebl...@gmail.com [2012-08-31 16:41:04 -0300]: On Fri, Aug 31, 2012 at 3:20 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Elementary: Make entry compile again when using Wayland. NB: Hmmm, not sure if this got into the 1.7 release or not. Perhaps

Re: [E-devel] Launching EFM as root?

2012-08-31 Thread Gustavo Sverzut Barbieri
Yeah! This command is not an actual standalone GUI using EFL. Rather it will ask running E17 to open an EFM window. Then you need DBus session to do this request to your window manager. Note that E17 cannot inherit the sudo from your command! Also note that DBus session is per-user, then your

Re: [E-devel] [patch][elementary] access - add activate callback

2012-08-31 Thread Kim Shinwoo
dear all, hello again. i have attached another patch to support widget activation on the widget level not only accessibility level. it would be used not only accessibility - known as screen reader, voice over - but also others such as speech to text(control). so it would be better to use the

Re: [E-devel] Can't disable posix threads in eina 1.7.0

2012-08-31 Thread The Rasterman
On Fri, 31 Aug 2012 22:23:25 +1000 David Seikel onef...@gmail.com said: On Fri, 31 Aug 2012 20:55:11 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Fri, 31 Aug 2012 20:00:52 +1000 David Seikel onef...@gmail.com said: On Fri, 31 Aug 2012 18:42:32 +0900 Carsten

Re: [E-devel] Can't disable posix threads in eina 1.7.0

2012-08-31 Thread David Seikel
On Sat, 1 Sep 2012 12:54:00 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Fri, 31 Aug 2012 22:23:25 +1000 David Seikel onef...@gmail.com said: On Fri, 31 Aug 2012 20:55:11 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Fri, 31 Aug 2012