Re: [E-devel] Taking over as maintainer of ecrire

2017-05-16 Thread Guillaume Friloux
Hello ! I havent been able to read all of the mails, but the situation seems pretty similar to my case with EFL, just 4 or 5 years ago. I wish you best luck on all your projects. Dont forget about having fun! Le 2017/05/15 21:13, William L. Thomson Jr. a écrit : > At this point in time. I have no

Re: [E-devel] Work with Unicode on windows

2017-04-05 Thread Guillaume Friloux
Hello Tanya ! Le 2017/04/05 16:40, Tanya Naumenko a écrit : > Hello, all > > Fileselector in elementary test fails to open folder with Unicode name > (for example, "내 폴더") > From eina_file* it receives like "?" (key code "63") instead of > non-Latin characters. This is due to windows api to con

Re: [E-devel] edevelop.slack.com experiment

2017-03-30 Thread Guillaume Friloux
Le 2017/03/29 21:39, Thanatermesis a écrit : >> >> Since we often need to remember people of stuff: >> /remind [@person or #channel] [what] [when] >> /remind me to drink water at 3pm every day >> /remind me on June 1st to wish Linda happy birthday > > > If you want, I have a customized (with

[E-devel] Another EFL app (servers).

2016-09-22 Thread Guillaume Friloux
Hello everybody, I am here to let you know about another project using EFL : botman : https://github.com/gfriloux/botman. It actually depends on (evil) eina eet ecore eio and the maelstrom lib from zmike. This project is about managing servers over an XMPP network. I have always like the idea o

Re: [E-devel] ecore_dns: where does it looks to resolve addressess?

2015-04-15 Thread Guillaume Friloux
Hello, ecore_con uses dns.c : https://git.enlightenment.org/core/efl.git/tree/src/lib/ecore_con/dns.c It is a simple resolver but has a few bugs (broken on windows despite some #ifdef WIN32 inside the code). It sends UDP queries to your DNS server configured in /etc/resolv if you dont have the

[EGIT] [core/efl] master 15/27: ecore_con: fix use of FormatMessage for error reporting on windows.

2015-02-11 Thread Guillaume Friloux
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=388f8fbcaad7ead8b919ee256dfd195b404eef27 commit 388f8fbcaad7ead8b919ee256dfd195b404eef27 Author: Guillaume Friloux Date: Fri Jan 30 14:09:34 2015 +0100 ecore_con: fix use of FormatMessage for

[EGIT] [core/efl] master 14/27: ecore_con: silent warning with send() usage.

2015-02-11 Thread Guillaume Friloux
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d6f08ba032bcbfcb2d563992c8e4f43c19612d35 commit d6f08ba032bcbfcb2d563992c8e4f43c19612d35 Author: Guillaume Friloux Date: Fri Jan 30 14:11:56 2015 +0100 ecore_con: silent warning with send

[EGIT] [core/efl] master 08/27: ecore_con: use ioctlsocket() when building for windows.

2015-02-11 Thread Guillaume Friloux
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0e8e4b2728a2a90a3f781e4b8f69e305b9e19b61 commit 0e8e4b2728a2a90a3f781e4b8f69e305b9e19b61 Author: Guillaume Friloux Date: Fri Jan 30 10:51:52 2015 +0100 ecore_con: use ioctlsocket() when building

[EGIT] [core/efl] master 12/27: ecore_con: use recv() instead of read for better portability.

2015-02-11 Thread Guillaume Friloux
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8873bfeb2b2a5bb159853223a078194a45dd6a8e commit 8873bfeb2b2a5bb159853223a078194a45dd6a8e Author: Guillaume Friloux Date: Fri Jan 30 14:01:50 2015 +0100 ecore_con: use recv() instead of read for

[EGIT] [core/efl] master 17/27: ecore: add FD_CLOSE, FD_ACCEPT and FD_CONNECT for sockets on Windows.

2015-02-11 Thread Guillaume Friloux
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9cf31fc842361593a7ff4f48d70ce63ef3552a46 commit 9cf31fc842361593a7ff4f48d70ce63ef3552a46 Author: Guillaume Friloux Date: Fri Jan 30 14:18:37 2015 +0100 ecore: add FD_CLOSE, FD_ACCEPT and

[EGIT] [core/efl] master 11/27: ecore_con: fix _ecore_con_server_flush on Windows.

2015-02-11 Thread Guillaume Friloux
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e57c1d396e140e22d5d0213f863a66540a258c9d commit e57c1d396e140e22d5d0213f863a66540a258c9d Author: Guillaume Friloux Date: Fri Jan 30 11:21:03 2015 +0100 ecore_con: fix _ecore_con_server_flush on

[EGIT] [core/efl] master 20/27: ecore_con: EAGAIN is replaced by WSAEWOULDBLOCK on Windows.

2015-02-11 Thread Guillaume Friloux
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=797c921f10eaaecdd7d6a61bec5955e4295e727e commit 797c921f10eaaecdd7d6a61bec5955e4295e727e Author: Guillaume Friloux Date: Fri Jan 30 14:30:22 2015 +0100 ecore_con: EAGAIN is replaced by

[EGIT] [core/efl] master 19/27: ecore: improve network events handling on Windows.

2015-02-11 Thread Guillaume Friloux
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d0dabf8613f9a2a99c6e905af8a61d7814eba84c commit d0dabf8613f9a2a99c6e905af8a61d7814eba84c Author: Guillaume Friloux Date: Fri Jan 30 14:25:53 2015 +0100 ecore: improve network events handling on

[EGIT] [core/efl] master 09/27: ecore_con: use SOCKET and not int for socket descriptors on win32

2015-02-11 Thread Guillaume Friloux
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=f26977a1758dff88371206882daa2b63594c4368 commit f26977a1758dff88371206882daa2b63594c4368 Author: Guillaume Friloux Date: Fri Jan 30 11:03:00 2015 +0100 ecore_con: use SOCKET and not int for

[EGIT] [core/efl] master 18/27: ecore_con: do not load /etc/hosts on Windows.

2015-02-11 Thread Guillaume Friloux
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=83917a8c6430e57279c01de801356c69565169a7 commit 83917a8c6430e57279c01de801356c69565169a7 Author: Guillaume Friloux Date: Fri Jan 30 14:24:35 2015 +0100 ecore_con: do not load /etc/hosts on

[EGIT] [core/efl] master 13/27: ecore_con: use send() instead of write() for portability.

2015-02-11 Thread Guillaume Friloux
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c77c0107a22ce56b276298862aba273e1c27cd37 commit c77c0107a22ce56b276298862aba273e1c27cd37 Author: Guillaume Friloux Date: Fri Jan 30 14:06:47 2015 +0100 ecore_con: use send() instead of write

[EGIT] [core/efl] master 16/27: ecore_con: make disconnects work on Windows.

2015-02-11 Thread Guillaume Friloux
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=211d54dc8e11a00bb6d9652d1051cca5287a0e75 commit 211d54dc8e11a00bb6d9652d1051cca5287a0e75 Author: Guillaume Friloux Date: Fri Jan 30 14:16:59 2015 +0100 ecore_con: make disconnects work on

[EGIT] [core/efl] master 01/01: Fix a bug with using Eio_File handler in main callback.

2014-10-09 Thread Guillaume Friloux
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=73a23401ef007cd80297df6546484f3e8a065d2c commit 73a23401ef007cd80297df6546484f3e8a065d2c Author: Guillaume Friloux Date: Thu Oct 9 21:41:55 2014 +0200 Fix a bug with using Eio_File handler

[EGIT] [core/efl] master 01/01: ecore_con: Fix connect() handling

2014-10-08 Thread Guillaume Friloux
discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=101c13d582a38a8e3886c14032b2ae3fa92e8351 commit 101c13d582a38a8e3886c14032b2ae3fa92e8351 Author: Guillaume Friloux Date: Wed Oct 8 11:53:15 2014 +0200 ecore_con: Fix connect() handling

Re: [E-devel] BUG : cant give flash player a permission

2014-07-31 Thread Guillaume Friloux
This has strictly nothing to do with e. This is very well known bug. Just use google. exemple : http://askubuntu.com/questions/74332/cant-click-the-allow-button-in-flash On 14/08/01, Carsten Haitzler wrote: > On Fri, 1 Aug 2014 01:52:21 +0300 المسالم المسالمة > said: > > > as what i wrote in th

[EGIT] [libs/esskyuehl] master 03/03: Fix --disable-mysql and --disable-postgresql

2014-06-17 Thread Guillaume Friloux
discomfitor pushed a commit to branch master. http://git.enlightenment.org/libs/esskyuehl.git/commit/?id=87e29144f9e9db0f05c558b049c6ce083c9e1f2f commit 87e29144f9e9db0f05c558b049c6ce083c9e1f2f Author: Guillaume Friloux Date: Thu Jun 12 14:53:22 2014 +0200 Fix --disable-mysql and

[EGIT] [libs/esskyuehl] master 01/03: FreeBSD exposes alloca, no need to redefine it.

2014-06-17 Thread Guillaume Friloux
discomfitor pushed a commit to branch master. http://git.enlightenment.org/libs/esskyuehl.git/commit/?id=41796e595fdc493f807fbb5815765a3a7e16bd23 commit 41796e595fdc493f807fbb5815765a3a7e16bd23 Author: Guillaume Friloux Date: Fri Jun 6 11:55:41 2014 +0200 FreeBSD exposes alloca, no need

[EGIT] [libs/esskyuehl] master 02/03: Fix warnings with clang.

2014-06-17 Thread Guillaume Friloux
discomfitor pushed a commit to branch master. http://git.enlightenment.org/libs/esskyuehl.git/commit/?id=d0d92275a612b5592d2c96bc4a00e05414488713 commit d0d92275a612b5592d2c96bc4a00e05414488713 Author: Guillaume Friloux Date: Fri Jun 6 12:02:15 2014 +0200 Fix warnings with clang

Re: [E-devel] [EGIT] [core/efl] master 01/01: Add --disable-gui.

2014-06-11 Thread Guillaume Friloux
On 14/06/11, Daniel Kolesa wrote: > 2014-06-11 14:07 GMT+01:00 Guillaume Friloux : > > > On 14/06/11, Stefan Schmidt wrote: > > > Hello. > > > > > > I nobody screams I will revert it tomorrow. > > > > You can do it even now. > > Im off EFL.

Re: [E-devel] [EGIT] [core/efl] master 01/01: Add --disable-gui.

2014-06-11 Thread Guillaume Friloux
On 14/06/11, Stefan Schmidt wrote: > Hello. > > On Wed, 2014-06-11 at 15:07, Guillaume Friloux wrote: > > On 14/06/11, Stefan Schmidt wrote: > > > Hello. > > > > > > I nobody screams I will revert it tomorrow. > > > > You can do it even no

Re: [E-devel] [EGIT] [core/efl] master 01/01: Add --disable-gui.

2014-06-11 Thread Guillaume Friloux
On 14/06/11, Stefan Schmidt wrote: > Hello. > > I nobody screams I will revert it tomorrow. You can do it even now. Im off EFL. > > As for the longer term I have to say I'm skeptical if we find a middle > ground between complexity and usefullness here. Everyone that > complained about the merge

[EGIT] [admin/devs] master 01/01: .

2014-06-05 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=b19c8e0eb6523e4604bbe6351c65b1977db1f941 commit b19c8e0eb6523e4604bbe6351c65b1977db1f941 Author: Guillaume Friloux Date: Thu Jun 5 23:14:45 2014 +0200 . --- developers/kuri/icon-big.png | Bin

Re: [E-devel] [EGIT] [core/efl] master 01/01: Add --disable-gui.

2014-06-05 Thread Guillaume Friloux
optional or not. > > For now I'd say revert this commit until further discussion is done, > the patch may work but is not good (as above) and the method and names > are dubious. > > > > On Thu, Jun 5, 2014 at 8:42 AM, Guillaume Friloux > wrote: > >

[EGIT] [core/efl] master 01/01: Add --disable-gui.

2014-06-05 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3ed4f745907d3e842e64b341e2426c0c99cf3297 commit 3ed4f745907d3e842e64b341e2426c0c99cf3297 Author: Guillaume Friloux Date: Thu Jun 5 13:40:44 2014 +0200 Add --disable-gui. This allows

[EGIT] [core/efl] master 01/01: Fix gcc warning about uninitialized variable.

2014-06-03 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=732f1c2a1be8e9bf1e33c9543290f01bc3438242 commit 732f1c2a1be8e9bf1e33c9543290f01bc3438242 Author: Guillaume Friloux Date: Tue Jun 3 16:37:50 2014 +0200 Fix gcc warning about uninitialized variable

[EGIT] [core/efl] master 01/01: Dont install c++ headers of bindings when --disable-c++11 is used.

2014-06-02 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9bee17a0aa86380efcff84ed03f1c9cd6fd934a7 commit 9bee17a0aa86380efcff84ed03f1c9cd6fd934a7 Author: Guillaume Friloux Date: Mon Jun 2 15:54:06 2014 +0200 Dont install c++ headers of bindings when

[EGIT] [core/efl] master 01/01: Fix unused var warning in emotion.

2014-05-30 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4f7bab2134a6665a9ab7be9f48e38ca252d3baf5 commit 4f7bab2134a6665a9ab7be9f48e38ca252d3baf5 Author: Guillaume Friloux Date: Fri May 30 14:37:42 2014 +0200 Fix unused var warning in emotion. --- src

[EGIT] [core/efl] master 01/01: Fix unused var warning.

2014-05-30 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5d053c75499a4f8e1349f36671fede63b765adf9 commit 5d053c75499a4f8e1349f36671fede63b765adf9 Author: Guillaume Friloux Date: Fri May 30 14:34:13 2014 +0200 Fix unused var warning. --- src/modules

[EGIT] [core/efl] master 01/01: Fix unused var warning

2014-05-30 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=68e55258d197b9be0317190b6edcfdb1e671c74b commit 68e55258d197b9be0317190b6edcfdb1e671c74b Author: Guillaume Friloux Date: Fri May 30 14:26:55 2014 +0200 Fix unused var warning --- src/modules

[EGIT] [core/efl] master 01/01: Fix unused var warning.

2014-05-30 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e1c64380076f220e0e3961e2be13ef48512fa4b5 commit e1c64380076f220e0e3961e2be13ef48512fa4b5 Author: Guillaume Friloux Date: Fri May 30 14:24:42 2014 +0200 Fix unused var warning. --- src/modules

[EGIT] [core/efl] master 01/01: Fix warning with undefined ntohl().

2014-05-30 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=08a70a113ff095b732c36f5cc711535a6e8f3c03 commit 08a70a113ff095b732c36f5cc711535a6e8f3c03 Author: Guillaume Friloux Date: Fri May 30 14:15:27 2014 +0200 Fix warning with undefined ntohl(). --- src

[EGIT] [core/efl] master 01/01: Fix warnings with sig_atomic_t being a long on FreeBSD.

2014-05-30 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6d320cac20e050442b7a028cdedb622d3cf81df7 commit 6d320cac20e050442b7a028cdedb622d3cf81df7 Author: Guillaume Friloux Date: Fri May 30 14:02:36 2014 +0200 Fix warnings with sig_atomic_t being a long

[EGIT] [core/efl] master 01/01: Add prototype of evas_3d_mesh_aabb_add_to_frame for evas_3d_mesh_loader_md2.c

2014-05-30 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a3e58b7618ad72517f89fefe5a04491f04a68584 commit a3e58b7618ad72517f89fefe5a04491f04a68584 Author: Guillaume Friloux Date: Fri May 30 11:50:02 2014 +0200 Add prototype of

[EGIT] [core/efl] master 01/01: Fix warning with -Wincompatible-pointer-types-discards-qualifiers

2014-05-30 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=91afb45cd048b8eda1416aa4d77eac1281598eb3 commit 91afb45cd048b8eda1416aa4d77eac1281598eb3 Author: Guillaume Friloux Date: Fri May 30 10:43:54 2014 +0200 Fix warning with -Wincompatible-pointer

[EGIT] [core/efl] master 01/01: Fix unused param warning when building on non linux.

2014-05-30 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=949b51af24e716b756589aa2b8ab10722533c802 commit 949b51af24e716b756589aa2b8ab10722533c802 Author: Guillaume Friloux Date: Fri May 30 10:38:27 2014 +0200 Fix unused param warning when building on

[EGIT] [core/efl] master 01/01: Remove warning by adding eina_cpu.h which expose eina_cpu_page_size()

2014-05-30 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=619987bc2e74ecceed36f579840ead782f50529f commit 619987bc2e74ecceed36f579840ead782f50529f Author: Guillaume Friloux Date: Fri May 30 10:25:05 2014 +0200 Remove warning by adding eina_cpu.h which

[EGIT] [core/efl] master 01/01: Removed double inclusion of eina_thread.h

2014-05-30 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=88b3db4ccfef4029b37e997b1f66ccdfb014fa13 commit 88b3db4ccfef4029b37e997b1f66ccdfb014fa13 Author: Guillaume Friloux Date: Fri May 30 10:04:45 2014 +0200 Removed double inclusion of eina_thread.h

[EGIT] [core/efl] master 01/01: Fix warnings in eina_thread.c

2014-05-30 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a6240d98741c16ef8fc78cad92cf2a4112f62093 commit a6240d98741c16ef8fc78cad92cf2a4112f62093 Author: Guillaume Friloux Date: Fri May 30 10:01:42 2014 +0200 Fix warnings in eina_thread.c --- src/lib

[EGIT] [core/efl] master 01/01: Fix warnings on calls to iconv, on freebsd.

2014-05-30 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=19e0422adf6843200cfffaaad88aa86ad813d69e commit 19e0422adf6843200cfffaaad88aa86ad813d69e Author: Guillaume Friloux Date: Fri May 30 09:31:11 2014 +0200 Fix warnings on calls to iconv, on freebsd

[EGIT] [core/efl] master 01/01: Fix unused var warning when not building on linux.

2014-05-30 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3ab1b8afd843fd72676ccfd86376b239d766efe8 commit 3ab1b8afd843fd72676ccfd86376b239d766efe8 Author: Guillaume Friloux Date: Fri May 30 09:25:33 2014 +0200 Fix unused var warning when not building on

Re: [E-devel] You won at ruining my work.

2014-05-27 Thread Guillaume Friloux
Stripping quotes as it gets big. On 14/05/28, Carsten Haitzler wrote: > also ask stefan how much easier it is to do releases of efl now - having it > merged means we can release more often because its far less work. the problem > is you are ignoring all the upsides to what we did because it's diff

Re: [E-devel] You won at ruining my work.

2014-05-27 Thread Guillaume Friloux
binhprz6eFnnV.bin Description: application/pgp-encrypted msg.asc Description: Binary data -- Time is money. Stop wasting it! Get your web API in 5 minutes. www.restlet.com/download http://p.sf.net/sfu/restlet___

[E-devel] You won at ruining my work.

2014-05-27 Thread Guillaume Friloux
Congratulations, e devs, you won at ruining my work. Since 1.5 years, i am stuck with 1.7 branch due to your crazy ideas. Your first step as been to make me unable to disable the building of libs i dont need, when merging tree (ALL of the GUI libs). Then, some of you told me to make a 'server' p

[EGIT] [admin/devs] master 01/01: Update infos for user kuri.

2014-05-20 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=1aeeaffd8b023ea0ac5114fc475bb578c4c2c815 commit 1aeeaffd8b023ea0ac5114fc475bb578c4c2c815 Author: Guillaume Friloux Date: Tue May 20 15:27:15 2014 +0200 Update infos for user kuri

[EGIT] [admin/devs] master 01/01: Updated info.txt

2014-02-15 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=422ab66ff98dd4bf8e213bfc46c6ee159fd5ac9d commit 422ab66ff98dd4bf8e213bfc46c6ee159fd5ac9d Author: Guillaume Friloux Date: Sat Feb 15 15:45:28 2014 +0100 Updated info.txt Now host my own

Re: [E-devel] [EGIT] [apps/econnman] master 01/01: Added global declarations to the config-helper methods for the configs variable. This should fix the current error reported in T800.

2014-01-20 Thread Guillaume Friloux
On 20/01/2014 14:18, Daniel Haß wrote: > This should fix the current error reported in T800. > > I'll be back. -- Guillaume Friloux C Developer & Master of the arcanes www.aspfrance.com Twitter : @ASP_France Li

Re: [E-devel] Ecore_Con Example Error

2014-01-15 Thread Guillaume Friloux
Hello dh, This file is at src/examples/ecore/ecore_con_client_simple_example.c. in src/lib/ecore_con/Ecore_Con.h, the doxygen comments include this file by this line: * @li @ref ecore_con_client_simple_example_c Examples are declared in doc/, in this case in doc/ecore_examples.dox: /** * @exam

[EGIT] [core/efl] master 01/01: Fix ecore_con example file to call shutdown functions.

2014-01-15 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4ec00f8edc7b80d21ae7265820f68689660b586d commit 4ec00f8edc7b80d21ae7265820f68689660b586d Author: Guillaume Friloux Date: Wed Jan 15 20:42:50 2014 +0100 Fix ecore_con example file to call shutdown

Re: [E-devel] New Returning Developer

2014-01-09 Thread Guillaume Friloux
This is secret! On 09/01/2014 14:36, daniel.za...@samsung.com wrote: > Just don't tell me your E is in French too! Please don't tell! > > On 01/09/2014 03:33 PM, Guillaume Friloux wrote: >> Yeah i know im in extreme mode. >> >> On 09/01/2014 14:30, daniel.za..

Re: [E-devel] New Returning Developer

2014-01-09 Thread Guillaume Friloux
Yeah i know im in extreme mode. On 09/01/2014 14:30, daniel.za...@samsung.com wrote: > Your Arch is in FRENCH!!! > > On 01/09/2014 02:58 PM, Guillaume Friloux wrote: >> On 09/01/2014 13:53, Michael Blumenkrantz wrote: >>> Given the nature of his day, I thought toda

Re: [E-devel] New Returning Developer

2014-01-09 Thread Guillaume Friloux
ome-client dex: autostart your desktop files vicious: widgets for the Awesome window manager Okay, im ready ! -- Guillaume Friloux C Developer & Maste

[EGIT] [core/efl] master 01/03: ecore_audio - Fix doxygen command that does not exist.

2014-01-03 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=5ad2e0455f3c22437e9b2eed709c48566bdf8a68 commit 5ad2e0455f3c22437e9b2eed709c48566bdf8a68 Author: Guillaume Friloux Date: Fri Jan 3 19:07:03 2014 +0100 ecore_audio - Fix doxygen command that does

[EGIT] [core/efl] master 03/03: eina - Fix compilation warning in eina_log_print_cb_journald.

2014-01-03 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ec3d13d6c972448caae42d8da2f7d596d865479f commit ec3d13d6c972448caae42d8da2f7d596d865479f Author: Guillaume Friloux Date: Fri Jan 3 19:13:30 2014 +0100 eina - Fix compilation warning in

[EGIT] [core/efl] master 02/03: eina - Fix coding style madness.

2014-01-03 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1073bfcd44479049facdbbab1efbed26e1f0f7d7 commit 1073bfcd44479049facdbbab1efbed26e1f0f7d7 Author: Guillaume Friloux Date: Fri Jan 3 19:10:16 2014 +0100 eina - Fix coding style madness. --- src/lib

Re: [E-devel] [PATCH] Ecore con fix warning when using udp

2014-01-03 Thread Guillaume Friloux
On 03/01/2014 17:51, Nicolas Aguirre wrote: This patch fix a problem when using ecore_con with UDP Eina_bin_buf is called without calling eina_binbuf_new, resulting with the following warning : lib/eina/eina_binbuf_template_c.x:95 eina_binbuf_append_length() *** Eina Magic Check Failed !! SPANK

[EGIT] [admin/devs] master 01/01: Update my info.txt.

2014-01-02 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=1370337cb9741626c18e93e2a608d93bdb4a9345 commit 1370337cb9741626c18e93e2a608d93bdb4a9345 Author: Guillaume Friloux Date: Thu Jan 2 16:38:09 2014 +0100 Update my info.txt. --- developers/kuri

[EGIT] [core/efl] master 02/03: Fix documentation for efreet_desktop_environment_get().

2014-01-01 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=defc1d1b1a1272d4562dd6a62cbb7b105af3e126 commit defc1d1b1a1272d4562dd6a62cbb7b105af3e126 Author: Guillaume Friloux Date: Wed Jan 1 21:28:37 2014 +0100 Fix documentation for

[EGIT] [core/efl] master 01/03: Simplify code of efreet_desktop_environment_set().

2014-01-01 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=42c32b48a6c0170b0f125a1c73242064b670bd2e commit 42c32b48a6c0170b0f125a1c73242064b670bd2e Author: Guillaume Friloux Date: Wed Jan 1 21:27:19 2014 +0100 Simplify code of

[EGIT] [core/efl] master 03/03: Fix documentation for efreet_desktop_exec().

2014-01-01 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6ea95af025915a3fe20ef7aba5370b3f12dafd48 commit 6ea95af025915a3fe20ef7aba5370b3f12dafd48 Author: Guillaume Friloux Date: Wed Jan 1 21:39:14 2014 +0100 Fix documentation for efreet_desktop_exec

Re: [E-devel] @CEDRIC

2013-12-20 Thread Guillaume Friloux
On 20/12/2013 08:10, Carsten Haitzler (The Rasterman) wrote: > On Fri, 20 Dec 2013 07:46:52 +0100 Guillaume Friloux > said: > >> On 20/12/2013 06:43, Michael Blumenkrantz wrote: >>> of course you don't, because your editor shows them the same way it shows >

Re: [E-devel] @CEDRIC

2013-12-19 Thread Guillaume Friloux
On 20/12/2013 06:43, Michael Blumenkrantz wrote: > > of course you don't, because your editor shows them the same way it shows > spaces. I have no idea how to configure emacs (if that's what you're using) > for efl style, but whatever settings you have are not right. > > I have used emacs and jed

[EGIT] [core/efl] master 01/01: Fix coding style madness.

2013-12-19 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8937708e4363b16c8b26f9a8d7526d162ac94547 commit 8937708e4363b16c8b26f9a8d7526d162ac94547 Author: Guillaume Friloux Date: Thu Dec 19 11:12:46 2013 +0100 Fix coding style madness. --- .../evas

[EGIT] [core/efl] master 01/01: Fix leak + possible segfault in edje_edit.

2013-12-19 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=86d2983bf3034cd2c669f6f2efb8fb06a58bc0dd commit 86d2983bf3034cd2c669f6f2efb8fb06a58bc0dd Author: Guillaume Friloux Date: Thu Dec 19 11:04:07 2013 +0100 Fix leak + possible segfault in edje_edit

Re: [E-devel] Avahi and SSH

2013-12-01 Thread Guillaume Friloux
On 02/12/2013 05:25, David Seikel wrote: > Keep it all optional please. Every little extra non optional library > added just bloats things out more for people that don't use that > stuff. Sooner or later we'll be just as bloaty as GNOME or KDE. > > My embedded work particularly can do without eve

Re: [E-devel] Efl 1.7 (yeah, 1.7, not 1.8) release

2013-11-25 Thread Guillaume Friloux
On 25/11/2013 16:48, Tom Hacohen wrote: > Hey guys, > > Soon we'll have 1.8, which means (unless someone said otherwise and I've > missed that announcement) support for the 1.7 branch will stop. No more > backporting or anything for that branch. > > However, there are still some commits backported

Re: [E-devel] Ecore_con state and error management.

2013-11-07 Thread Guillaume Friloux
On 07/11/2013 15:13, Carsten Haitzler (The Rasterman) wrote: On Thu, 07 Nov 2013 13:00:59 +0100 Guillaume Friloux said: I am clearly speaking about breaking how it works. As far as i know, you always have to free yourself what you directly create (you dont bother about internal stuff). The

Re: [E-devel] Ecore_con state and error management.

2013-11-07 Thread Guillaume Friloux
On 07/11/2013 09:24, Carsten Haitzler (The Rasterman) wrote: On Wed, 06 Nov 2013 14:48:17 +0100 Guillaume Friloux said: Hello e devs. When fixing an issue (http://git.enlightenment.org/core/efl.git/commit/?id=838c3bed85535559713e57f6e523da1f73c0ca31), i saw that the error isnt held correctly

Re: [E-devel] [EGIT] [core/efl] master 01/02: Fixes a bug where when you try to connect to a server using an inexistant DNS, or having a DNS resolution error, there isnt any event generated for the ap

2013-11-06 Thread Guillaume Friloux
On 06/11/2013 15:18, Tom Hacohen wrote: On 06/11/13 14:17, Stefan Schmidt wrote: Hello. On Wed, 2013-11-06 at 13:35, Tom Hacohen wrote: SPANK + reminder. Hey guys, don't forget, the commit message format is: *** summary line rest of the commit message *** Please follow that

[EGIT] [legacy/ecore] ecore-1.7 01/02: Ecore_con send error event when dns error.

2013-11-06 Thread Guillaume Friloux
kuri pushed a commit to branch ecore-1.7. http://git.enlightenment.org/legacy/ecore.git/commit/?id=1b216cc108169c08633fd43f74fa0f4cc77f2e86 commit 1b216cc108169c08633fd43f74fa0f4cc77f2e86 Author: Guillaume Friloux Date: Wed Nov 6 15:05:49 2013 +0100 Ecore_con send error event when dns

[EGIT] [legacy/ecore] ecore-1.7 02/02: Adds a test case for the DNS error patch.

2013-11-06 Thread Guillaume Friloux
kuri pushed a commit to branch ecore-1.7. http://git.enlightenment.org/legacy/ecore.git/commit/?id=4e425d92bd49ad0aed7691ac88aadc96672c0de6 commit 4e425d92bd49ad0aed7691ac88aadc96672c0de6 Author: Guillaume Friloux Date: Wed Nov 6 15:10:28 2013 +0100 Adds a test case for the DNS error

[E-devel] Ecore_con state and error management.

2013-11-06 Thread Guillaume Friloux
Hello e devs. When fixing an issue (http://git.enlightenment.org/core/efl.git/commit/?id=838c3bed85535559713e57f6e523da1f73c0ca31), i saw that the error isnt held correctly in ecore. When everything is working, things are quite simple : - You call ecore_con_server_connect(), that will allocate

[EGIT] [core/efl] master 02/02: This adds the test case for the DNS error patch. Do not set the timeout value to something too low or you walk over another bug i discovered and that needs a lil talk.

2013-11-06 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=329c64621891f855955eab1794d2d0255c377fcc commit 329c64621891f855955eab1794d2d0255c377fcc Author: Guillaume Friloux Date: Wed Nov 6 14:30:54 2013 +0100 This adds the test case for the DNS error

[EGIT] [core/efl] master 01/02: Fixes a bug where when you try to connect to a server using an inexistant DNS, or having a DNS resolution error, there isnt any event generated for the application to k

2013-11-06 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=838c3bed85535559713e57f6e523da1f73c0ca31 commit 838c3bed85535559713e57f6e523da1f73c0ca31 Author: Guillaume Friloux Date: Wed Nov 6 14:13:40 2013 +0100 Fixes a bug where when you try to connect to

Re: [E-devel] admin/devs.git layout changes

2013-11-03 Thread Guillaume Friloux
On 02/11/2013 10:26, Chris Michael wrote: Na, old was not confusing. That's not what I said. I said perhaps it should be renamed to "ancient" (for those of us who have been around forever) :P dh Only white hairs and huge beard accepted <>---

[EGIT] [admin/devs] master 01/01: Adding an arrow to make icon look better on map.

2013-11-01 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=3e5f814fef2fef8af0e27108fa5226224d422ed9 commit 3e5f814fef2fef8af0e27108fa5226224d422ed9 Author: Guillaume Friloux Date: Fri Nov 1 23:31:38 2013 +0100 Adding an arrow to make icon look better on

[EGIT] [admin/devs] master 01/01: Update my info and add pictures of me xxx.

2013-11-01 Thread Guillaume Friloux
kuri pushed a commit to branch master. http://git.enlightenment.org/admin/devs.git/commit/?id=205a1a966ac861e550c1f317e1a83498f56b310f commit 205a1a966ac861e550c1f317e1a83498f56b310f Author: Guillaume Friloux Date: Fri Nov 1 22:31:03 2013 +0100 Update my info and add pictures of me xxx

Re: [E-devel] [EGIT] [misc/entrance] master 01/01: entrance: many improvment * improve pam login * fix some profile mistake when login an user * use EINA_UNUSED * code refactoring * remove session log

2013-10-30 Thread Guillaume Friloux
Hello guys, i dont put quotes as there would be too many things to quote and i want my mail to be short. Entrance is used by a bunch(maybe i should define 'bunch') of peoples, already using this git repo. The fact that yoz is the only active dev on it ATM doesnt makes it a personnal project. A

Re: [E-devel] Is there *real* documentation for edje?

2013-10-29 Thread Guillaume Friloux
Le 29/10/2013 20:14, Robert Heller a écrit : > I am trying to write an alternitive version of the Enlightenment's 'start > menu', where instead of a cascade menu it is a three column thingy (I am not > sure what this sort of menu is called), something like this (from Mint): > > ftp://ftp.deepsoft.c

Re: [E-devel] [RFC] configure options for maintainers

2013-10-29 Thread Guillaume Friloux
On 29/10/2013 00:58, Carsten Haitzler (The Rasterman) wrote: On Mon, 28 Oct 2013 11:49:20 +0100 Guillaume Friloux said: On 28/10/2013 03:49, Carsten Haitzler (The Rasterman) wrote: great.. but how do you EXTRACT this info then from the lib? :) it's a lib.. it can't execute on its

Re: [E-devel] [RFC] configure options for maintainers

2013-10-28 Thread Guillaume Friloux
On 28/10/2013 03:49, Carsten Haitzler (The Rasterman) wrote: great.. but how do you EXTRACT this info then from the lib? :) it's a lib.. it can't execute on its own... and printfing such strings on every fn call is just anti-social :) Its actually possible, but needs some hack. glibc does it :

Re: [E-devel] New emails for every b0rker

2013-09-17 Thread Guillaume Friloux
On 17/09/2013 12:03, Bertrand Jacquin wrote: What I can see it that guillaume.fril...@gmail.com send a mail to k...@enlightenment.org yesterday at 19:00 UTC (21:00 CEST) with subject "Test", that email have been forwarded back to guillaume.fril...@gmail.com. From guillaume.fril...@gmail.com to

Re: [E-devel] New emails for every b0rker

2013-09-17 Thread Guillaume Friloux
On 16/09/2013 19:51, Bertrand Jacquin wrote: Ladies, Everyone of you having commit access, also seems to be called developers does now have an email @enlightenment.org. Emails send to a developer is then forwarded to emails you have declared in the E-Mail: info.txt pattern. Only valid email ar

[E-devel] Fix for ecore_con_server_timeout_set()

2013-07-17 Thread Guillaume Friloux
Hello e developpers. I made a patch for legacy/ecore to fix ecore_con_server_timeout_set() that wasnt updating the timeout timer. Patch is here : http://git.enlightenment.org/legacy/ecore.git/commit/?id=4b885b9b24de9e188c861422d7d2738b49359d22 Can anybody port this patch to efl/ and test it wo

Re: [E-devel] Fix in ecore_con

2013-05-24 Thread Guillaume Friloux
I also fixed ecore_con_client_uptime_get() as reported in IRC. On 24/05/2013 12:35, Daniel Willmann wrote: On 24/05/13 11:00, Guillaume Friloux wrote: I sent another patch in ecore_con : http://git.enlightenment.org/legacy/ecore.git/commit/?id=d3d82c6f490e5ba1b 4c9a7c72c9ff42c3a7e70f6 Please

Re: [E-devel] Fix in ecore_con

2013-05-24 Thread Guillaume Friloux
i forgot one timer_reset in the case we only setted a timeout on server. http://git.enlightenment.org/legacy/ecore.git/commit/?id=940d63c4178f68d606f3d28fdba312ed05a2374f On 24/05/2013 12:35, Daniel Willmann wrote: On 24/05/13 11:00, Guillaume Friloux wrote: I sent another patch in ecore_con

Re: [E-devel] Fix in ecore_con

2013-05-24 Thread Guillaume Friloux
I sent another patch in ecore_con : http://git.enlightenment.org/legacy/ecore.git/commit/?id=d3d82c6f490e5ba1b4c9a7c72c9ff42c3a7e70f6 Please, add it to 1.8 and test it. On 24/05/2013 11:01, Guillaume Friloux wrote: Hello dear devs, I have committed a fix for ecore_con, in the legacy branch

[E-devel] Fix in ecore_con

2013-05-24 Thread Guillaume Friloux
Hello dear devs, I have committed a fix for ecore_con, in the legacy branch. This fix should also be applied to efl/ (1.8), but i am not going to do it as i dont use 1.8, and so wont test it. I need someone to take care of this. <>-

Re: [E-devel] SVN->Git Migration

2013-02-18 Thread Guillaume Friloux
On 18/02/2013 10:21, Tom Hacohen wrote: On 18/02/13 04:02, Daniel Juyung Seo wrote: And it'll be great if the title includes the first line of commit message. That should be way more useful. Thanks. Correct me if I'm wrong, but I'm starting to think you guys would like to see the whole diff in

Re: [E-devel] can we get a rid of this old fashion desktop look

2013-02-15 Thread Guillaume Friloux
On 15/02/2013 16:09, jose_...@juno.com wrote: Exactly, all those kinds of nuances should be doable... BUT, more importantly I'd say, is that the result ought to be an easily distributable bundle just as themes, inits, wallpapers are. Profiles are easy to create on your system, but imp

Re: [E-devel] Git repository for libefl is live

2013-02-15 Thread Guillaume Friloux
On 15/02/2013 13:11, Eduardo Lima (Etrunko) wrote: On Fri, Feb 15, 2013 at 10:07 AM, Guillaume Friloux wrote: On 15/02/2013 13:01, Tom Hacohen wrote: There are no branches/tags in EFL... Only in elementary/enlightement and the old separately released components of the EFL. What does that

Re: [E-devel] Git repository for libefl is live

2013-02-15 Thread Guillaume Friloux
On 15/02/2013 13:01, Tom Hacohen wrote: There are no branches/tags in EFL... Only in elementary/enlightement and the old separately released components of the EFL. What does that mean ? eina.git ecore.git etc are going to pop up ? <>

Re: [E-devel] E SVN: kuri trunk/PROTO/esskyuehl/src/modules/sqlite

2013-01-23 Thread Guillaume Friloux
I considered maybe too quickly that for strings it was working exactly like blobs. Which made me thinks that we were directly having a pointer to the string data from sqlite3 that was invalid while not yet freed, as sqlite3 only directly frees blobs. So the part for string is indeed unecessary

Re: [E-devel] E SVN: kuri trunk/PROTO/esskyuehl/src/modules/mysql

2013-01-23 Thread Guillaume Friloux
On 23/01/2013 15:34, Gustavo Sverzut Barbieri wrote: On Wed, Jan 23, 2013 at 12:31 PM, Guillaume Friloux wrote: On 23/01/2013 15:03, Gustavo Sverzut Barbieri wrote: On Wed, Jan 23, 2013 at 11:00 AM, Enlightenment SVN wrote: Log: Fix mysql backend to make blobs working

Re: [E-devel] E SVN: kuri trunk/PROTO/esskyuehl/src/modules/postgresql

2013-01-23 Thread Guillaume Friloux
On 23/01/2013 15:03, Gustavo Sverzut Barbieri wrote: On Wed, Jan 23, 2013 at 11:01 AM, Enlightenment SVN wrote: Log: Fix postgre backend so blobs work. I cant test it because i dont have postgre, so if anyone can. --- trunk/PROTO/esskyuehl/src/modules/postgresql/esql_postgresql_backend.c

Re: [E-devel] E SVN: kuri trunk/PROTO/esskyuehl/src/modules/sqlite

2013-01-23 Thread Guillaume Friloux
On 23/01/2013 15:02, Gustavo Sverzut Barbieri wrote: On Wed, Jan 23, 2013 at 10:29 AM, Enlightenment SVN wrote: + { +char *text; +text = strdup(sqlite3_column_text(res->e->backend.stmt, i)); +eina_value_setup(&inv, EINA_VALUE_TYPE_STRI

  1   2   >