Re: [E-devel] stringshare use in elementary

2011-09-11 Thread Tom Hacohen
On 10/09/11 20:01, Mike Blumenkrantz wrote: too late! check out what I did in 61735 :D 61735? That's not recent, are you sure that's the one? Btw, also, malloc is faster than stringshare, I guess that's also a reason why he opted for that (as I said, it's only a small number of strings, only

Re: [E-devel] stringshare use in elementary

2011-09-11 Thread Mike Blumenkrantz
On Sun, 11 Sep 2011 09:51:15 +0300 Tom Hacohen tom.haco...@partner.samsung.com wrote: On 10/09/11 20:01, Mike Blumenkrantz wrote: too late! check out what I did in 61735 :D 61735? That's not recent, are you sure that's the one? It's hard to misremember a function name like

Re: [E-devel] stringshare use in elementary

2011-09-11 Thread Tom Hacohen
On 11/09/11 10:54, Mike Blumenkrantz wrote: obviously, but when it's the case that your list is composed entirely of strings that you will be reusing, it makes a lot more sense to stringshare. Only if you assure the strings passed are stringshares, i.e if you do eina_stringshare_*REF* on all

[E-devel] ecore/evas key events

2011-09-11 Thread Youness Alaoui
Hi, While I'm working on adding keyboard support to ecore/ecore-evas for the ps3 engine, I noticed that there is no enum for the various keys, they are strings instead. I do not understand *why* this is done this way... first of all, doing strcmp is less efficient than a int comparison, secondly,

Re: [E-devel] ecore/evas key events

2011-09-11 Thread David Seikel
On Sun, 11 Sep 2011 04:25:57 -0400 Youness Alaoui kakar...@kakaroto.homelinux.net wrote: While I'm working on adding keyboard support to ecore/ecore-evas for the ps3 engine, I noticed that there is no enum for the various keys, they are strings instead. I do not understand *why* this is done

[E-devel] Ecore fd handler deletion.

2011-09-11 Thread David Seikel
From my reading of the ecore fd handler code, returning ECORE_CALLBACK_CANCEL from the handlers callback does the same as ecore_main_fd_handler_del(), which is to mark the handler for deletion, not actually do the deletion. The deletion actually happens at some later point. So it seems to be

Re: [E-devel] [PATCH] Document the existing gengrid longpressed signal

2011-09-11 Thread Daniel Juyung Seo
In SVN. Thanks! Daniel Juyung Seo (SeoZ) On Fri, Sep 9, 2011 at 4:18 PM, Benjamin Drucker benjamin.t.druc...@alum.mit.edu wrote: gengrid already emits longpressed signals, but it is not currently documented nor demonstrated in the examples.  See the attached patch, please.

Re: [E-devel] a bug fix for zoom-out in elm_map

2011-09-11 Thread Daniel Juyung Seo
Hello Yunhan, This is my test environment. Engines: Software Memory Buffer.: yes Software X11...: yes (Xlib: yes) (XCB: no) OpenGL X11.: yes (Xlib: yes) (XCB: no) (GLES: no) (SGX: no) (s3c6410: no) Software GDI...: no Software

[E-devel] Ofono in e17

2011-09-11 Thread evadim
Hello! I recently bought 3G/GPS modem (Ericsson F5521gw), which supported by ofono. I see modem via ofono test utils, can enable/disable, list networks and so on, but E17 module says No modem available Also, i see name of my GSM network in connman module. e_dbus_ofono_test

Re: [E-devel] Ecore fd handler deletion.

2011-09-11 Thread David Seikel
On Sun, 11 Sep 2011 21:53:11 +1000 David Seikel onef...@gmail.com wrote: From my reading of the ecore fd handler code, returning ECORE_CALLBACK_CANCEL from the handlers callback does the same as ecore_main_fd_handler_del(), which is to mark the handler for deletion, not actually do the

[E-devel] diskselector...

2011-09-11 Thread Mike Blumenkrantz
Hi, elm diskselector is unusable when finger size is very small. that's all. -- Mike Blumenkrantz Zentific: Coding in binary since '10. -- Doing More with Less: The Next Generation Virtual Desktop What are the key

Re: [E-devel] E SVN: kakaroto trunk/ecore/src/lib/ecore_sdl

2011-09-11 Thread Vincent Torri
On Sun, 11 Sep 2011, Enlightenment SVN wrote: Log: Ecore-sdl: remove unused events and fix semicolon typo and docs this is an API break Vincent Author: kakaroto Date: 2011-09-11 20:43:46 -0700 (Sun, 11 Sep 2011) New Revision: 63338 Trac: