Re: [E-devel] [patch] elm_cnp_helper - add type checking for non-elm cnp datas

2011-12-16 Thread Hyoyoung Chang
Oops i omitted file attaching. sorry. On Fri, Dec 16, 2011 at 5:09 PM, Hyoyoung Chang hyoyo...@gmail.com wrote: Dear developers elm_cnp_helper supports rich types for copying pasting. but it doesn't extend like x11 way. this patch introduces to reduce mismatch for checking selection type

[E-devel] [Patch][ecore_con_url] Add proxy timeout set API

2011-12-16 Thread Bluezery
Dear all, There existed two problems when using ecore_con_url. We cannot set proxy and set timeout. So, I added two APIs for solving these problems. Proxy can be set by setting libcurl option. Timeout also can be set but It need to add handler for Linux alarm signal. (Please refer:

Re: [E-devel] [Patch][ecore_con_url] Add proxy timeout set API

2011-12-16 Thread The Rasterman
On Fri, 16 Dec 2011 17:48:42 +0900 Bluezery ohpo...@gmail.com said: Dear all, why do we need to set proxy - curl inherits $http_proxy and $https_proxy env vars so it will use the system proxy settings... ? There existed two problems when using ecore_con_url. We cannot set proxy and set

[E-devel] how about to move elm_selection_{set/get} to public header?

2011-12-16 Thread Hyoyoung Chang
Dear all, Elementary has facility of copyingpasting. Its name is elm_cnp_helper. elm_cnp_helper supports all CP functionality. But sadly, elm_selection_{set/get} live in private header (elm_widget.h) So apps can't use elm selection api directly. Some application use ecore selection api. 1. I

[E-devel] [PATCH] scim-EFL immodule

2011-12-16 Thread Jihoon Kim
Hi, EFL developers. I'd like to contribute EFL-scim immodule. It will be useful to users who wants to input Chinese, Japanese, Korean, and a variety of languages that SCIM provides. You can build this module according to the below steps: # sudo apt-get install scim-dev # tar xvfz

Re: [E-devel] [Patch][ecore_con_url] Add proxy timeout set API

2011-12-16 Thread Bluezery
2011/12/16 Carsten Haitzler ras...@rasterman.com: why do we need to set proxy - curl inherits $http_proxy and $https_proxy env vars so it will use the system proxy settings... ? Yes, environment value can do that in normal environment. But each application may want to use it's own proxy. For

Re: [E-devel] [Patch][ecore_con_url] Add proxy timeout set API

2011-12-16 Thread The Rasterman
On Fri, 16 Dec 2011 19:41:21 +0900 Bluezery ohpo...@gmail.com said: 2011/12/16 Carsten Haitzler ras...@rasterman.com: why do we need to set proxy - curl inherits $http_proxy and $https_proxy env vars so it will use the system proxy settings... ? Yes, environment value can do that in

Re: [E-devel] [Patch][ecore_con_url] Add proxy timeout set API

2011-12-16 Thread Bluezery
I fixed doc ChangeLog News. 2011/12/16 Carsten Haitzler ras...@rasterman.com: if they want to dynamically adjust the feature should be in ecore_con to track the changes and adjust automatically :) -- BRs, Kim. Index: src/lib/ecore_con/ecore_con_url.c

Re: [E-devel] [PATCH] scim-EFL immodule

2011-12-16 Thread Sachiel
2011/12/16 Jihoon Kim imfin...@gmail.com: Hi, EFL developers. I'd like to contribute EFL-scim immodule. It will be useful to users who wants to input Chinese, Japanese, Korean, and a variety of languages that SCIM provides. You can build this module according to the below steps: # sudo

[E-devel] Little patch for E_Connman.h

2011-12-16 Thread Guillaume Friloux
Hello e people, There is two missing declarations in E_Connman.h : - e_connman_service_nameservers_configuration_get() - e_connman_service_nameservers_configuration_set() Without e_connman_service_nameservers_configuration_set() you cant specify any nameserver in “manual” method I attached a

[E-devel] [PATCH] scim-EFL immodule

2011-12-16 Thread Jihoon Kim
According to scim official site ( http://www.scim-im.org/wiki/documentation/installation_and_configuration/all/system_configuration ), it describes the disadvantages of XIM like below : Because the XIM protocol has a lot of limitations (for example, it may freeze your entire X when something goes

Re: [E-devel] [PATCH] scim-EFL immodule

2011-12-16 Thread Sachiel
2011/12/16 Jihoon Kim imfin...@gmail.com: According to scim official site ( http://www.scim-im.org/wiki/documentation/installation_and_configuration/all/system_configuration ), it describes the disadvantages of XIM like below : Because the XIM protocol has a lot of limitations (for example,

Re: [E-devel] [PATCH] scim-EFL immodule

2011-12-16 Thread Jihoon Kim
yes, it connects with scim daemon through unix domain socket directly. 2011. 12. 16. 오후 10:21에 Iván Briano (Sachiel) sachi...@gmail.com님이 작성: 2011/12/16 Jihoon Kim imfin...@gmail.com: According to scim official site (

Re: [E-devel] [PATCH] scim-EFL immodule

2011-12-16 Thread Sachiel
2011/12/16 Jihoon Kim imfin...@gmail.com: yes, it connects with scim daemon through unix domain socket directly. Ah, fine then. Changing subject, the candidate list is still done by SCIM or it's possible to fetch the candidate to show ourselves?

Re: [E-devel] [PATCH] scim-EFL immodule

2011-12-16 Thread Jihoon Kim
scim panel process shows the candidate list itself. These candidate data is provided by scim imengines. Those engine is running in scim-laucher process. In ecore_imf or gtk_imcotext, there is no API to fetch the cadidate. 2011. 12. 16. 오후 11:01에 Iván Briano (Sachiel) sachi...@gmail.com님이 작성:

Re: [E-devel] [PATCH] scim-EFL immodule

2011-12-16 Thread Sachiel
2011/12/16 Jihoon Kim imfin...@gmail.com: scim panel process shows the candidate list itself. These candidate data is provided by scim imengines. Those engine is running in scim-laucher process. In ecore_imf or gtk_imcotext, there is no API to fetch the cadidate. Thought so, didn't see

Re: [E-devel] E SVN: raster IN trunk/evas: . src/lib src/lib/canvas src/lib/include

2011-12-16 Thread Vincent Torri
no NEWS update ? (same for ecore_evas extn) Vincent On Fri, Dec 16, 2011 at 10:24 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Add new api to set and get default event flags. Author:       raster Date:         2011-12-16 01:24:18 -0800 (Fri, 16 Dec 2011) New Revision: