Re: [E-devel] stringshare use in elementary

2011-09-11 Thread Mike Blumenkrantz
On Sun, 11 Sep 2011 09:51:15 +0300 Tom Hacohen 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 elm_gengrid_item_tooltip_size_restrict_disab

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 al

[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, i

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

2011-09-11 Thread David Seikel
On Sun, 11 Sep 2011 04:25:57 -0400 Youness Alaoui 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 this > way... first of all, do

[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 safe

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 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 DirectDraw...

[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 http

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

2011-09-11 Thread David Seikel
On Sun, 11 Sep 2011 21:53:11 +1000 David Seikel 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 deletion. The delet

[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 obsta

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: http://trac.enlight

Re: [E-devel] E SVN: discomfitor IN trunk/PROTO/azy/src: include lib tests/identi.ca tests/rss

2011-09-11 Thread Mike Blumenkrantz
On Sun, 11 Sep 2011 23:20:56 -0700 "Enlightenment SVN" wrote: > Log: > add AZY_EVENT_DOWNLOAD_STATUS, related type Azy_Event_Download_Status, docs, > and examples > > Author: discomfitor > Date: 2011-09-11 23:20:56 -0700 (Sun, 11 Sep 2011) > New Revision: 63343 > Trac: http

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

2011-09-11 Thread The Rasterman
On Mon, 12 Sep 2011 07:41:18 +0200 (CEST) Vincent Torri said: > > > 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 actually ecore_sdl was already broken - it had the extern ints defined but