Re: [E-devel] FOSDEM 2012

2011-12-20 Thread Tom Hacohen
On 20/12/11 09:28, Philippe Caseiro wrote: I have proposed a talk called How a newbee start and success application dev with EFL (god or the force or gandalf help me). It seems that LOTR quotes are getting really popular in mailing lists. Please give an heads up before you actually make the

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

2011-12-20 Thread Michael Blumenkrantz
On Fri, 16 Dec 2011 17:14:23 +0900 Hyoyoung Chang hyoyo...@gmail.com wrote: 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

Re: [E-devel] [Patch][elm_config] Add pinch rotate enable configuration

2011-12-20 Thread Tom Hacohen
On 20/12/11 06:25, Bluezery wrote: Hi, In addition to pinch zoom configuration, I have added pinch rotation configuration. It's default behavior is disabled as well as pinch zoom configuration. I need Tom's help again :p... Please review this patch. Good and clean patch. :) I reviewed and

Re: [E-devel] [PATCH] support to get style attribute of XIM module

2011-12-20 Thread The Rasterman
On Thu, 15 Dec 2011 13:59:26 +0900 Jihoon Kim imfin...@gmail.com said: Hi, EFL developers. ATM, edje entry doesn't display the style of preedit string such as underline, reverse, and Highlight. It's because XIM module doesn't provide the style attribute. This patch is made for providing

[E-devel] [patch] elm_cnp_helper - bugfix mixing with ecore selection set apis

2011-12-20 Thread Hyoyoung Chang
Dear all When ecore selection set apis(such as ecore_x_selection_clipboard_set) used in elementary, Some data is not pasted to elementary widgets. It's due to mix ecore selection with elementary selection apis. Data which by ecore doesn't have TARGETS information, so elementary make it up with

Re: [E-devel] [Patch][elm_config] Add pinch zoom enable configuration

2011-12-20 Thread The Rasterman
On Thu, 15 Dec 2011 15:11:11 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: Overall idea looks good. 1) wrap 80 chars evas_object_event_callback_add(wd-rect, EVAS_CALLBACK_RESIZE, _rect_resize_cb, obj); This is too long. EFL sources are written based on 80 chars per line policy.

Re: [E-devel] [Patch][elm_config] Add pinch zoom enable configuration

2011-12-20 Thread The Rasterman
On Fri, 16 Dec 2011 17:35:16 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: On Thu, Dec 15, 2011 at 11:59 PM, Tom Hacohen tom.haco...@partner.samsung.com wrote: On 15/12/11 16:34, Bluezery wrote: I reflected Daniel's comments.  I added setter/getter APIs for all gesture

Re: [E-devel] E SVN: leif trunk/e/src/bin

2011-12-20 Thread Leif Middelschulte
Am 20.12.2011 um 06:58 schrieb Carsten Haitzler (The Rasterman) ras...@rasterman.com : On Wed, 14 Dec 2011 19:52:42 +0100 Leif Middelschulte leif.middelschu...@gmail.com said: mh - over on the e-users list is reporting black screen problems as a result of this... :( did you see? No,

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

2011-12-20 Thread The Rasterman
On Mon, 19 Dec 2011 18:07:10 +0900 Bluezery ohpo...@gmail.com said: ecore_con_url_proxy_set() should return Eina_Bool (EINA_TRUE for success, EINA_FALSE for failure). Hi, I merged with recent revision. Please review this :p. 2011/12/16 Bluezery ohpo...@gmail.com: I fixed doc ChangeLog

Re: [E-devel] E SVN: leif trunk/e/src/bin

2011-12-20 Thread The Rasterman
On Tue, 20 Dec 2011 11:52:48 +0100 Leif Middelschulte leif.middelschu...@gmail.com said: Am 20.12.2011 um 06:58 schrieb Carsten Haitzler (The Rasterman) ras...@rasterman.com : On Wed, 14 Dec 2011 19:52:42 +0100 Leif Middelschulte leif.middelschu...@gmail.com said: mh - over on the

Re: [E-devel] [Patch][elm_config] Add pinch zoom enable configuration

2011-12-20 Thread David Seikel
On Tue, 20 Dec 2011 19:27:34 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Fri, 16 Dec 2011 17:35:16 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: On Thu, Dec 15, 2011 at 11:59 PM, Tom Hacohen tom.haco...@partner.samsung.com wrote: On 15/12/11 16:34,

Re: [E-devel] [Patch][elm_config] Add pinch zoom enable configuration

2011-12-20 Thread Tom Hacohen
On 20/12/11 12:27, Carsten Haitzler (The Rasterman) wrote: agreed. programmer should simply try and use pinch gestures and if he doesnt get any either its not possible (no multi-touch device) or, no emulated gesture/input is being used (he really is looking at zoom not pinch so you can emulate

Re: [E-devel] ecore_main_loop_glib_integrate (leak)

2011-12-20 Thread Guilherme Silveira
Hi, Yes, in blackfin the problem was fixed, any leak occurs in our little test.. I saw your commit and I have the same opinion about static_mutext, it's not clear in the documentation.. Thanks man!! Regards, 2011/12/20 Carsten Haitzler ras...@rasterman.com On Thu, 15 Dec 2011 13:30:07 -0200

Re: [E-devel] ecore_main_loop_glib_integrate (leak)

2011-12-20 Thread The Rasterman
On Tue, 20 Dec 2011 10:03:16 -0200 Guilherme Silveira xgu...@gmail.com said: Hi, Yes, in blackfin the problem was fixed, any leak occurs in our little test.. I saw your commit and I have the same opinion about static_mutext, it's not clear in the documentation.. cool. will backport :)

[E-devel] Possible leak in e_connman

2011-12-20 Thread Guillaume Friloux
Hello e people. I think i got a memory leak using e_connman. Everytime i plug/unplug a network cable on one of my network cards, dbus sends messages about it. But everytime its done, it seems to leak some bytes. How to reproduce : - go to trunk/e_dbus/src/bin/ - run e_dbus_connman0_7x_test -

Re: [E-devel] Possible leak in e_connman

2011-12-20 Thread Gustavo Sverzut Barbieri
2011/12/20 Guillaume Friloux guillaume.fril...@asp64.com: Hello e people. I think i got a memory leak using e_connman. Everytime i plug/unplug a network cable on one of my network cards, dbus sends messages about it. But everytime its done, it seems to leak some bytes. How to reproduce :

Re: [E-devel] E SVN: leif trunk/e/src/bin

2011-12-20 Thread Leif Middelschulte
Hi Andrea, sorry to hear you're facing issues. Am 20.12.2011 um 12:52 schrieb Andrea Suisani sick...@opinioni.net: Hi all, On 12/20/2011 11:52 AM, Leif Middelschulte wrote: Am 20.12.2011 um 06:58 schrieb Carsten Haitzler (The Rasterman)ras...@rasterman.com : On Wed, 14 Dec 2011

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

2011-12-20 Thread Daniel Juyung Seo
Spank, spank spank!!! eddrrriiiccc Where's eio_map.c? I temporarily removed eio_map.c from build. Please add it. Daniel Juyung Seo (SeoZ) On Wed, Dec 21, 2011 at 2:35 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: eio: add API for eina_file_open

Re: [E-devel] [Patch][elm_config] Add pinch zoom enable configuration

2011-12-20 Thread Bluezery
2011/12/20 Tom Hacohen tom.haco...@partner.samsung.com: On 20/12/11 12:27, Carsten Haitzler (The Rasterman) wrote: agreed. programmer should simply try and use pinch gestures and if he doesnt get any either its not possible (no multi-touch device) or, no emulated gesture/input is being used

Re: [E-devel] [patch] elm_cnp_helper - bugfix mixing with ecore selection set apis

2011-12-20 Thread Michael Blumenkrantz
On Tue, 20 Dec 2011 18:57:25 +0900 Hyoyoung Chang hyoyo...@gmail.com wrote: Dear all When ecore selection set apis(such as ecore_x_selection_clipboard_set) used in elementary, Some data is not pasted to elementary widgets. It's due to mix ecore selection with elementary selection apis.

Re: [E-devel] [Patch][elm_config] Add pinch zoom enable configuration

2011-12-20 Thread The Rasterman
On Wed, 21 Dec 2011 11:44:29 +0900 Bluezery ohpo...@gmail.com said: 2011/12/20 Tom Hacohen tom.haco...@partner.samsung.com: On 20/12/11 12:27, Carsten Haitzler (The Rasterman) wrote: agreed. programmer should simply try and use pinch gestures and if he doesnt get any either its not

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

2011-12-20 Thread Bluezery
2011/12/20 Carsten Haitzler ras...@rasterman.com: On Mon, 19 Dec 2011 18:07:10 +0900 Bluezery ohpo...@gmail.com said: ecore_con_url_proxy_set() should return Eina_Bool (EINA_TRUE for success, EINA_FALSE for failure). I implemented ecore_con_url_proxy_set() similar to

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

2011-12-20 Thread The Rasterman
On Fri, 16 Dec 2011 19:28:04 +0900 Jihoon Kim imfin...@gmail.com said: 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

[E-devel] [patch] elc_multibuttonentry - delayed reset string

2011-12-20 Thread Hyoyoung Chang
Dear all. I was sent email about elc_multibuttonentry's bug. It reviewed by seoz. And he found some path can make segfault. So I changed reset string position in the widget. I patched resetting internal entry's position, before that some label are broken by too early resetting. Thank you.

Re: [E-devel] [Patch][elm_config] Add pinch zoom enable configuration

2011-12-20 Thread Bluezery
2011/12/21 Carsten Haitzler ras...@rasterman.com: On Wed, 21 Dec 2011 11:44:29 +0900 Bluezery ohpo...@gmail.com said: 2011/12/20 Tom Hacohen tom.haco...@partner.samsung.com: On 20/12/11 12:27, Carsten Haitzler (The Rasterman) wrote: agreed. programmer should simply try and use pinch

Re: [E-devel] NSIS installer for the EFL 1.1.0 on Windows

2011-12-20 Thread The Rasterman
On Mon, 19 Dec 2011 19:53:28 +0100 Vincent Torri vincent.to...@gmail.com said: wow. that installs... nice... even has an uninstall. slick. :) hey for those who want to try it, here is the installer: http://dev.enlightenment.fr/~doursse/NSIS/Efl-1.1.0.exe the available EFL are up to

Re: [E-devel] [Patch][elm_config] Add pinch zoom enable configuration

2011-12-20 Thread The Rasterman
On Wed, 21 Dec 2011 14:06:27 +0900 Bluezery ohpo...@gmail.com said: 2011/12/21 Carsten Haitzler ras...@rasterman.com: On Wed, 21 Dec 2011 11:44:29 +0900 Bluezery ohpo...@gmail.com said: 2011/12/20 Tom Hacohen tom.haco...@partner.samsung.com: On 20/12/11 12:27, Carsten Haitzler (The

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

2011-12-20 Thread The Rasterman
On Wed, 21 Dec 2011 13:46:18 +0900 Bluezery ohpo...@gmail.com said: 2011/12/20 Carsten Haitzler ras...@rasterman.com: On Mon, 19 Dec 2011 18:07:10 +0900 Bluezery ohpo...@gmail.com said: ecore_con_url_proxy_set() should return Eina_Bool (EINA_TRUE for success, EINA_FALSE for failure).

Re: [E-devel] [Patch] elc_ctxpopup, add restacking feature

2011-12-20 Thread The Rasterman
On Tue, 20 Dec 2011 10:27:46 +0900 cnook kimci...@gmail.com said: in! :) Dear All, Hello I have attached two files, one is the patch(*.diff) for adding restacking feature to the ctxpopup. The other is test example(*.TEST_EXAMPLE). You can test on the elementary_test ctxpopup Ctxpopup

[E-devel] Google Code-in : open task in the VLC project

2011-12-20 Thread Vincent Torri
Hey Just FYI : http://www.google-melange.com/gci/task/view/google/gci2011/7129305 if a student is interested in working on that task... feel free to forward that mail to e-users Vincent -- Write once. Port to many.

Re: [E-devel] Google Code-in : open task in the VLC project

2011-12-20 Thread Michael Blumenkrantz
On Wed, 21 Dec 2011 07:41:28 +0100 Vincent Torri vincent.to...@gmail.com wrote: Hey Just FYI : http://www.google-melange.com/gci/task/view/google/gci2011/7129305 if a student is interested in working on that task... feel free to forward that mail to e-users Vincent JEAN-BAPTISTE!

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

2011-12-20 Thread Jihoon Kim
Hi, Raster. Highlighting feature will be provided by woohyun's patch. He will contribute edc and edje_entry.c patch code. Yes, scim is based on C++ and scim.h uses STL, so its client should have to use c++ compiler. I will send the patch according to your suggestion. Thanks. On Wednesday,