Re: [E-devel] on whitespaces

2011-12-26 Thread Christopher Michael
On 12/26/11 00:17, Michael Blumenkrantz wrote: can we have a rule that there will be ZERO whitespace-related commits from now on? Good luck with that :P It's just something that DOES happen...if on purpose (or not), it still Does happen. Have to deal w/ it. After 10-15 years of trying to keep

[E-devel] [Patch][elm_map] Bug fix for elm_map_geo_region_get()

2011-12-26 Thread Bluezery
Dear all, I have found a bug that calculation fails when view port size is bigger than map size. For example, if map size is 256x256 but view port size is 798x798 (when zoom level is a 1), center longitude latitude is out bound from normal longitude latitude. I have fixed it. Please review

Re: [E-devel] on whitespaces

2011-12-26 Thread Michael Blumenkrantz
On Mon, 26 Dec 2011 03:27:17 -0500 Christopher Michael cpmicha...@comcast.net wrote: On 12/26/11 00:17, Michael Blumenkrantz wrote: can we have a rule that there will be ZERO whitespace-related commits from now on? Good luck with that :P It's just something that DOES happen...if on

Re: [E-devel] [Patch][elm_map] Bug fix for elm_map_geo_region_get()

2011-12-26 Thread ChunEon Park
in. 66526 -Regards, Hermet- -Original Message- From: Bluezerylt;ohpo...@gmail.comgt; To: Enlightenment developer listlt;enlightenment-devel@lists.sourceforge.netgt; Cc: Sent: 11-12-26(월) 18:31:46 Subject: [E-devel] [Patch][elm_map] Bug fix for

[E-devel] scim-EFL immodule doesn't compile

2011-12-26 Thread Jérôme Pinot
Hi, The new scim-EFL immodule doesn't want to compile on my box: Making all in scim make[6]: Entering directory `/tmp/ecore/src/modules/immodules/scim' CXXscim_la-scim_module.lo CXXscim_la-scim_imcontext.lo scim_imcontext.cpp: In function 'void

Re: [E-devel] compilation of eina

2011-12-26 Thread Guillaume Friloux
On 23/12/2011 18:40, Philippe Reynes wrote: Hi, I try to compile eina-1.1 from svn stable branch. But it fails when I run the configure. First, I run autogen.sh, and I have some warning. [trem@localhost eina]$ NOCONFIGURE=1 ./autogen.sh Running aclocal... Running autoheader... Running

Re: [E-devel] scim-EFL immodule doesn't compile

2011-12-26 Thread Jihoon Kim
Hello, Jérôme. I guess you may use 64 bits compiler. I am just using 32 bits compiler, so I couldn't compile on 64 bits compiler. I attached the patch file, would you please apply and compile again? On Mon, Dec 26, 2011 at 8:50 PM, Jérôme Pinot wrote: Hi, The new scim-EFL immodule doesn't

Re: [E-devel] scim-EFL immodule doesn't compile

2011-12-26 Thread Jérôme Pinot
On 12/26/11 21:33, Jihoon Kim wrote: Hello, Jérôme. I guess you may use 64 bits compiler. Exactly. I am just using 32 bits compiler, so I couldn't compile on 64 bits compiler. I attached the patch file, would you please apply and compile again? On Mon, Dec 26, 2011

Re: [E-devel] compilation of eina

2011-12-26 Thread Guillaume Friloux
It doesnt look like a problem with a new version of thoses, because here is my logs about updates : $ cat /var/log/pacman.log | grep -e libtool -e autoconf -e automake [2011-09-12 16:51] installed autoconf (2.68-1) [2011-09-12 16:51] installed automake (1.11.1-2) [2011-09-12 16:51] installed

Re: [E-devel] scim-EFL immodule doesn't compile

2011-12-26 Thread Sachiel
2011/12/26 Jérôme Pinot ngc...@gmail.com: On 12/26/11 21:33, Jihoon Kim wrote:    Hello, Jérôme.    I guess you may use 64 bits compiler. Exactly.    I am just using 32 bits compiler, so I couldn't compile on 64 bits    compiler.    I attached the patch file, would you please apply and

Re: [E-devel] compilation of eina

2011-12-26 Thread Rafael Fonseca
The attached patch solves that issue but I don't know whether I can commit because of possible side effects (vtorri?). It is based in the following discussion: http://lists.gnu.org/archive/html/coreutils/2011-06/msg00044.html Best regards. -- Rafael Fonseca Index: src/examples/Makefile.am

Re: [E-devel] compilation of eina

2011-12-26 Thread Guillaume Friloux
On 26/12/2011 14:02, Rafael Fonseca wrote: The attached patch solves that issue but I don't know whether I can commit because of possible side effects (vtorri?). It is based in the following discussion: http://lists.gnu.org/archive/html/coreutils/2011-06/msg00044.html Thanks, i myself saw that

[E-devel] Check existence of evas_image_loader

2011-12-26 Thread Guillaume Friloux
Hello e people. If evas cant find the type of a file, it will try to use evas_image_loader, but not everyone has it. This will not block anything or crash, because the error is handled, but it is somehow ugly because you spend time building the command line and gets ugly messages to stderr.

Re: [E-devel] Check existence of evas_image_loader

2011-12-26 Thread Guillaume Friloux
On 26/12/2011 16:05, Guillaume Friloux wrote: Hello e people. If evas cant find the type of a file, it will try to use evas_image_loader, but not everyone has it. This will not block anything or crash, because the error is handled, but it is somehow ugly because you spend time building the

Re: [E-devel] Check existence of evas_image_loader

2011-12-26 Thread Michael Blumenkrantz
On Mon, 26 Dec 2011 16:21:57 +0100 Guillaume Friloux guillaume.fril...@asp64.com wrote: On 26/12/2011 16:05, Guillaume Friloux wrote: Hello e people. If evas cant find the type of a file, it will try to use evas_image_loader, but not everyone has it. This will not block anything or

Re: [E-devel] Check existence of evas_image_loader

2011-12-26 Thread David Seikel
On Mon, 26 Dec 2011 10:28:07 -0500 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Mon, 26 Dec 2011 16:21:57 +0100 Guillaume Friloux guillaume.fril...@asp64.com wrote: On 26/12/2011 16:05, Guillaume Friloux wrote: Hello e people. If evas cant find the type of a file,

[E-devel] Re : compilation of eina

2011-12-26 Thread Philippe Reynes
Hi, I've done a little patch to fix the compilation with new automake. Index: eina/src/examples/Makefile.am === --- eina.orig/src/examples/Makefile.am +++ eina/src/examples/Makefile.am @@ -39,7 +39,7 @@ SRCS = \    

Re: [E-devel] Re : compilation of eina

2011-12-26 Thread Vincent Torri
On Mon, Dec 26, 2011 at 5:35 PM, Philippe Reynes trem...@yahoo.fr wrote: Hi, I've done a little patch to fix the compilation with new automake. does it install the examples in the correct directory ? Vincent Index: eina/src/examples/Makefile.am

[E-devel] Re : Re : compilation of eina

2011-12-26 Thread Philippe Reynes
Hi, I've done a little patch to fix the compilation with new automake. does it install the examples in the correct directory ? I don't know what is the correct directory, I don't package it. I've enabled both option : --enable-build-examples --enable-install-examples and I have :

Re: [E-devel] on whitespaces

2011-12-26 Thread Christopher Michael
On 12/26/11 05:22, Michael Blumenkrantz wrote: On Mon, 26 Dec 2011 03:27:17 -0500 Christopher Michaelcpmicha...@comcast.net wrote: On 12/26/11 00:17, Michael Blumenkrantz wrote: can we have a rule that there will be ZERO whitespace-related commits from now on? Good luck with that :P It's

Re: [E-devel] on whitespaces

2011-12-26 Thread Cedric BAIL
On Mon, Dec 26, 2011 at 8:53 PM, Christopher Michael cpmicha...@comcast.net wrote: On 12/26/11 05:22, Michael Blumenkrantz wrote: On Mon, 26 Dec 2011 03:27:17 -0500 Christopher Michaelcpmicha...@comcast.net  wrote: On 12/26/11 00:17, Michael Blumenkrantz wrote: can we have a rule that there

[E-devel] Unofficial Ubuntu PPA

2011-12-26 Thread Andreas Volz
Hello together, in the last days I build an unofficial Ubuntu PPA for EFL 1.1.0: https://launchpad.net/~tux-style/+archive/efl I didn't test it on a system beside building daily builds from EFLxx: https://launchpad.net/~tux-style/+archive/eflxx Project: https://launchpad.net/eflxx Most

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

2011-12-26 Thread Vincent Torri
doc, @since, ChangeLog, NEWS how is it possible that someone still forget about that Vincent On Tue, Dec 27, 2011 at 12:08 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Evas: Add functions to get/set if an object is a 'frame object'. Author:       devilhorns Date:

Re: [E-devel] E SVN: devilhorns IN trunk/ecore: . src/lib src/lib/ecore_evas src/lib/ecore_wayland

2011-12-26 Thread Vincent Torri
same than my previous mail : doc, @since, ChangeLog, NEWS Vincent On Tue, Dec 27, 2011 at 12:27 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Ecore: Add Ecore_Wayland (Wayland backend like ecore_x).  Ecore_Evas: Add 'drame_frame' functions.  Add ecore_evas_wayland code (for

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

2011-12-26 Thread Christopher Michael
Docs will come after the code has been flushed out and is ready. Things may change between now and then (functions/params/etc/etc) so docs will have to wait. dh On 12/26/11 18:32, Vincent Torri wrote: doc, @since, ChangeLog, NEWS how is it possible that someone still forget about that

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

2011-12-26 Thread Vincent Torri
how is it possible that those 2 functions will change in the future ? you return a bool, you set a bool... Vincent On Tue, Dec 27, 2011 at 12:39 AM, Christopher Michael cpmicha...@comcast.net wrote: Docs will come after the code has been flushed out and is ready. Things may change between now

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

2011-12-26 Thread Christopher Michael
Function names may change, The functions them selves may prove to be 'not needed', OR may need extra parameters, etc, etc, etc. dh On 12/26/11 18:41, Vincent Torri wrote: how is it possible that those 2 functions will change in the future ? you return a bool, you set a bool... Vincent On

Re: [E-devel] E SVN: devilhorns IN trunk/evas: . m4 src/modules/engines src/modules/engines/wayland_egl

2011-12-26 Thread Daniel Juyung Seo
No evas-wayland-egl.pc.in. Please add it. configure.ac:1876: required file `evas-wayland-egl.pc.in' not found Thanks. Daniel Juyung Seo (SeoZ) On Tue, Dec 27, 2011 at 8:13 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Evas: Add Wayland EGL engine (still experimental).

Re: [E-devel] E SVN: devilhorns IN trunk/evas: . m4 src/modules/engines src/modules/engines/wayland_egl

2011-12-26 Thread Christopher Michael
On 12/26/11 19:41, Daniel Juyung Seo wrote: No evas-wayland-egl.pc.in. Please add it. configure.ac:1876: required file `evas-wayland-egl.pc.in' not found Thanks. Daniel Juyung Seo (SeoZ) On Tue, Dec 27, 2011 at 8:13 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Evas:

[E-devel] [Patch][elm_map] Pause progressbar animator when map is paused

2011-12-26 Thread Bluezery
Hi, When map is paused by using elm_map_paused_set(), all existing animations is stopped. (ref: http://docs.enlightenment.org/auto/elementary/group__Map.html#ga6ab43ef6429140f8cccbd3669c5ed52e) But progress bar can be still running before all download requests are completed. It is equal to user

Re: [E-devel] E SVN: devilhorns trunk/ecore

2011-12-26 Thread Vincent Torri
On Tue, Dec 27, 2011 at 12:47 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Ecore: Add news changelog entries (for people who actually read  these things). you are not alone on this earth. Example why NEWS or ChangeLog are important (for me and the autotools, as KainX can not

[E-devel] [PATCH] fix build warning in scim-immodule

2011-12-26 Thread Jihoon Kim
Hi, Here are two simple patches. 'fix_warning_scim_imcontext.patch' is for fixing build warning 'warning: unused parameter' in scim-immodule. 'fix_indent_Makefile.patch' is for fixing indentation of Makefile.am in immodules/scim directory. Would you please apply in svn? Index: