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

2011-01-05 Thread P Purkayastha
On Wed, 05 Jan 2011 15:26:11 +0800, Vincent Torri vto...@univ-evry.fr wrote: On Wed, 5 Jan 2011, Mike Blumenkrantz wrote: On Mon, 03 Jan 2011 12:48:38 -0500 Christopher Michael cpmicha...@comcast.net wrote: On 01/03/2011 12:43 PM, Carsten Haitzler (The Rasterman) wrote: On Mon, 3 Jan

Re: [E-devel] How to stack internal smart members of a smart object correctly against any other Evas Object

2011-01-05 Thread The Rasterman
On Fri, 31 Dec 2010 08:55:23 + (GMT) RAJEEV RANJAN rajee...@samsung.com said: evas_object_raise() evas_object_lower() evas_object_stack_above() evas_object_stack_below() :) note - you cant stack above/blow another obj unless they are in the same layer AND inside (direct children of) the same

Re: [E-devel] [Patch] elm_bubble theme patch

2011-01-05 Thread The Rasterman
On Wed, 22 Dec 2010 18:59:05 +0900 Sohyun Kim anna1014@samsung.com said: better! thanks! in svn it goes. :) Thanks for your advice. I added visible: 0/1 to each part and moved text features to visible state. What do you think about this? -Original Message- From: Carsten

Re: [E-devel] Small notice

2011-01-05 Thread The Rasterman
On Fri, 24 Dec 2010 09:28:17 +0100 Lionel Orry lionel.o...@gmail.com said: thanks very muchly. appreciated the comments :) merry xmas, happy new year and so on to you too! :) Dear Enlightenment developers, I'm a bit early for that but I won't be able to do it later, and I don't want to miss

Re: [E-devel] another crazy idea from the crazy idea guy

2011-01-05 Thread The Rasterman
On Sat, 25 Dec 2010 03:21:39 -0500 Mike Blumenkrantz m...@zentific.com said: as per irc - as long as its all at runtime (detecting hal vs udev) i'm happy :) as for network fs's - i wasnt thinking of being that ambitious for e17 - e18 maybe? (same as image mounting). Over the next week I'll

Re: [E-devel] elm_map patch for supporting keyboard input

2011-01-05 Thread The Rasterman
On Tue, 21 Dec 2010 20:04:54 +0900 Jihoon Kim jihoon48@samsung.com said: happy! patch looks decent. in svn! :) tnx! Hi, All. Most of elementary widgets can process keyboard input, but elm_map widget has not. This patch makes elm_map be able to process keyboard input such as Left,

Re: [E-devel] [Patch] (resend) elm_map pinch zoom

2011-01-05 Thread The Rasterman
On Wed, 5 Jan 2011 14:20:05 +0900 sangho park gouach...@gmail.com said: did you get my email yesterday? pls review this patch. On Wed, Dec 22, 2010 at 5:14 PM, sangho park gouach...@gmail.com wrote: Dear all, This is a patch for elm_map pinch zoom. you can zoom in/out using two

Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2011-01-05 Thread The Rasterman
On Mon, 03 Jan 2011 17:23:14 +0900 Jeonghyun Yun jh0506@samsung.com said: you're going to hate this... you didnt hook up the multi down/up/move callbacks to anything... how will they ever get called? :) Hello. I re-attached elm_genlist multi-touch smart callbacks patch.

Re: [E-devel] [Patch] small patch for elm_gengrid.c

2011-01-05 Thread The Rasterman
On Mon, 27 Dec 2010 12:37:54 +0900 Jeonghyun Yun jh0506@samsung.com said: thanks! indeed a bug there! in svn! Hello I found one small bug in elm_gengrid.c item is used after free(item) in elm_gengrid_item_del() function. Can anybody check about this ? Thanks. --

Re: [E-devel] e17 ko.po patch

2011-01-05 Thread The Rasterman
On Fri, 31 Dec 2010 23:51:36 +0900 김지훈 imfin...@gmail.com said: Hi, EFL developers. I translate some string in ko.po in e17. Please apply in svn If it is ok. no patch attached (:() (:{) (:[) -- - Codito, ergo sum - I code, therefore I am -- The Rasterman (Carsten

Re: [E-devel] e17 problem when using darktable

2011-01-05 Thread The Rasterman
On Sat, 25 Dec 2010 17:30:44 +1100 Jochen Schröder cycoma...@gmail.com said: Hi all, I've encountered a weird bug when using darktable (a raw photography workflow program). It's a bit difficult to explain. A number of the tools in darktable don't work properly when using in e17, but they

Re: [E-devel] [PATCH] elm_photocam patch for supporting keyboard input

2011-01-05 Thread The Rasterman
On Fri, 24 Dec 2010 14:36:47 +0900 김지훈 imfin...@gmail.com said: indeed thanks! in svn it goes! :) Hi, All. elm_photocam widget does not support keyboard input. This patch makes elm_photocam be able to process keyboard input such as Left, Right, Up, Down, PgDn, and PgUp key. In addition,

Re: [E-devel] alloca question

2011-01-05 Thread The Rasterman
On Wed, 05 Jan 2011 08:51:01 +0100 Sebastian Dransfeld s...@tango.flipp.net said: On 01/04/2011 11:03 PM, Gustavo Sverzut Barbieri wrote: On Tue, Jan 4, 2011 at 7:53 PM, Vincent Torrivto...@univ-evry.fr wrote: On Tue, 4 Jan 2011, Mike Blumenkrantz wrote: In my efm hacking, I've found a

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

2011-01-05 Thread The Rasterman
On Mon, 03 Jan 2011 12:48:38 -0500 Christopher Michael cpmicha...@comcast.net said: On 01/03/2011 12:43 PM, Carsten Haitzler (The Rasterman) wrote: On Mon, 3 Jan 2011 18:42:35 +0100 (CET) Vincent Torrivto...@univ-evry.fr said: On Tue, 4 Jan 2011, Carsten Haitzler (The Rasterman)

Re: [E-devel] how to update windows/canvas within ecore's mainloop?

2011-01-05 Thread The Rasterman
On Sat, 1 Jan 2011 14:16:47 +0100 Michael Taubert mich...@arachnodroid.de said: Hi all! I'm trying to draw an evas text object within an ecore_evas_gl_x11_new(). As stated in the Evas/Ecore docs, there should be no need to update it manually, except for updating the content within an

Re: [E-devel] [Patch] elm_actionslider feature patch for elementary.

2011-01-05 Thread The Rasterman
On Sun, 02 Jan 2011 16:40:50 +0900 Daniel Juyung Seo juyung@samsung.com said: Hello, This patch is for elementary elm_actionslider. Mr. Sumanth created this patch. I reviewed it and fixed some. This patch includes below features. - Indicator label Set/Get APIs. - _del_hook fix for

Re: [E-devel] question about edje_message_queue

2011-01-05 Thread The Rasterman
On Thu, 23 Dec 2010 23:04:59 +0900 ChunEon Park chuneon.p...@samsung.com said: aaagh is the same signal literally processed twice? that shouldnt happen. if the callback from the signal calls the process queue call - it should continue processing there at that point but remove every message from

Re: [E-devel] [PATCH] elm_tansit

2011-01-05 Thread The Rasterman
On Mon, 27 Dec 2010 12:22:35 +0900 ChunEon Park chuneon.p...@samsung.com said: look good to me - both in svn now. tnx! :) Hi, This is Hermet. Here is elm_transit patch. Please consider then apply it. 001_elm_transit.c. : fixed elementary_test resizing / zoom effect bug.

Re: [E-devel] elm_label patch(bugfix)

2011-01-05 Thread The Rasterman
On Thu, 30 Dec 2010 19:12:40 +0900 Hyoyoung Chang hyoyoung.ch...@samsung.com said: ok- in svn... but i fixed your ()'s - like: while (*replocater *replocater != ' ' *replocater != '') use ()'s to group operations to make sure you dont make order-of-operation errors and you describe the

Re: [E-devel] [Patch] Tree support for elm_genlist_item_insert_before/after() APIs

2011-01-05 Thread The Rasterman
On Thu, 30 Dec 2010 14:04:00 +0900 Daniel Juyung Seo juyung@samsung.com said: thanks! in svn! Hello, I added tree feature support to elm_genlist_item_insert_before/after() APIs. This patch assumes that the previous patch, '[E-devel] [Patch] Tree support for elm_genlist_item_prepend()

Re: [E-devel] [Patch] Tree support for elm_genlist_item_prepend() API.

2011-01-05 Thread The Rasterman
On Thu, 30 Dec 2010 09:57:00 +0900 Daniel Juyung Seo juyung@samsung.com said: tnx! in svn! :) Hello, I added tree feature support to elm_genlist_item_prepend() API. (elm_genlist_item_append() already supports tree.) This patch is tested with elementary_test - Genlist Tree. Please review

Re: [E-devel] [Patch] elm_map pinch zoom

2011-01-05 Thread The Rasterman
On Wed, 22 Dec 2010 17:14:14 +0900 sangho park gouach...@gmail.com said: Dear all, This is a patch for elm_map pinch zoom. you can zoom in/out using two fingers. - add event handler for multi touch. hmm other than some formatting things - like use ()'s in ifs if (((a + b) c) (c == d)

Re: [E-devel] Proposed new EFL Manual (and some wiki updates)

2011-01-05 Thread The Rasterman
On Tue, 28 Dec 2010 12:44:06 +0100 Lionel Orry lionel.o...@gmail.com said: On Tue, Dec 28, 2010 at 11:03 AM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 28 Dec 2010 09:59:54 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: that leads to #1. as such developers do hate having

Re: [E-devel] how to update windows/canvas within ecore's mainloop?

2011-01-05 Thread Michael Taubert
Am 05.01.2011 um 08:31 schrieb Carsten Haitzler (The Rasterman): On Sat, 1 Jan 2011 14:16:47 +0100 Michael Taubert mich...@arachnodroid.de said: Hi all! I'm trying to draw an evas text object within an ecore_evas_gl_x11_new(). As stated in the Evas/Ecore docs, there should be no need

Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2011-01-05 Thread Jeonghyun Yun
Oh. I mistake when I made patch. Sorry~ I tested my code in my target device. I attach a patch again. Thanks. -Original Message- From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com] Sent: Tuesday, January 04, 2011 5:34 PM To: Jeonghyun Yun Cc:

Re: [E-devel] [Patch] elm_actionslider feature patch for elementary.

2011-01-05 Thread Daniel Juyung Seo
Hi Raster, I just checked it. That was my mistake. Thanks. Daniel Juyung Seo (SeoZ) On Wed, Jan 5, 2011 at 4:48 PM, Carsten Haitzler ras...@rasterman.com wrote: On Sun, 02 Jan 2011 16:40:50 +0900 Daniel Juyung Seo juyung@samsung.com said: Hello, This patch is for elementary

Re: [E-devel] elm_map patch for supporting keyboard input

2011-01-05 Thread Atton Jonathan
We c'ant implement rigt/left/up/down in the scroller ? 2011/1/4 Carsten Haitzler ras...@rasterman.com On Tue, 21 Dec 2010 20:04:54 +0900 Jihoon Kim jihoon48@samsung.com said: happy! patch looks decent. in svn! :) tnx! Hi, All. Most of elementary widgets can process keyboard input,

Re: [E-devel] how to update windows/canvas within ecore's mainloop?

2011-01-05 Thread The Rasterman
On Wed, 5 Jan 2011 09:41:51 +0100 Michael Taubert mich...@arachnodroid.de said: Am 05.01.2011 um 08:31 schrieb Carsten Haitzler (The Rasterman): On Sat, 1 Jan 2011 14:16:47 +0100 Michael Taubert mich...@arachnodroid.de said: Hi all! I'm trying to draw an evas text object within

Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2011-01-05 Thread The Rasterman
On Wed, 05 Jan 2011 17:50:05 +0900 Jeonghyun Yun jh0506@samsung.com said: and now.. in.. svn! :) tnx! Oh. I mistake when I made patch. Sorry~ I tested my code in my target device. I attach a patch again. Thanks. -Original Message- From: Carsten Haitzler (The Rasterman)

Re: [E-devel] [Patch] Tree support for elm_genlist_item_insert_before/after() APIs

2011-01-05 Thread Gustavo Lima Chaves
Commited, thanks. * Daniel Juyung Seo juyung@samsung.com [2011-01-05 22:50:37 +0900]: Hello, I fixed a bug for elm_genlist_item_insert_before/after() declarations. (Thanks glima.) I should have modified EINA_ARG_NONNULL() when I added a new parameter. 1st and 5th parameter should not

[E-devel] [PATCH] elm_transit

2011-01-05 Thread ChunEon Park
Good day, this is Hermet. Here is elm_transit patch. - Modified elm_transit_add(double duration) to elm_transit_add() - Added elm_transit_duration_set() / elm_transit_duration_get() APIs - Added elm_transit_go API Please consider then apply it. Thanks. Regards. Index: src/lib/elm_transit.c

Re: [E-devel] [PATCH] elm_transit

2011-01-05 Thread Gustavo Sverzut Barbieri
On Wed, Jan 5, 2011 at 12:27 PM, ChunEon Park chuneon.p...@samsung.com wrote: Good day, this is Hermet. Here is elm_transit patch. - Modified elm_transit_add(double duration) to elm_transit_add() - Added elm_transit_duration_set() / elm_transit_duration_get() APIs - Added elm_transit_go API

[E-devel] Gesture Recognizers (was: E SVN: raster IN trunk/TMP/st/elementary: . src/lib)

2011-01-05 Thread Michael 'Mickey' Lauer
Am Mittwoch, den 05.01.2011, 02:28 -0800 schrieb Enlightenment SVN: Log: From: Jeonghyun Yun jh0506@samsung.com Subject: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added I added 6 multi-touch smart callbacks in elm_genlist, please refer to below.

Re: [E-devel] [PATCH] elm_transit

2011-01-05 Thread The Rasterman
On Wed, 5 Jan 2011 12:48:05 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Jan 5, 2011 at 12:27 PM, ChunEon Park chuneon.p...@samsung.com wrote: Good day, this is Hermet. Here is elm_transit patch. - Modified elm_transit_add(double duration) to elm_transit_add()

Re: [E-devel] Gesture Recognizers (was: E SVN: raster IN trunk/TMP/st/elementary: . src/lib)

2011-01-05 Thread The Rasterman
On Wed, 05 Jan 2011 16:06:15 +0100 Michael 'Mickey' Lauer mic...@vanille-media.de said: Am Mittwoch, den 05.01.2011, 02:28 -0800 schrieb Enlightenment SVN: Log: From: Jeonghyun Yun jh0506@samsung.com Subject: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added

Re: [E-devel] Gesture Recognizers (was: E SVN: raster IN trunk/TMP/st/elementary: . src/lib)

2011-01-05 Thread Tom Hacohen
OOPS, forgot about the list :P (sent it a couple of hours back, sorry). On Wed, 2011-01-05 at 16:06 +0100, Michael 'Mickey' Lauer wrote: While that is pretty cool per se, I wonder whether the right way to do that would be to either add support for that on the Elm.Window object or (even better)

Re: [E-devel] [PATCH] elm_transit

2011-01-05 Thread Gustavo Sverzut Barbieri
On Wed, Jan 5, 2011 at 2:36 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 5 Jan 2011 12:48:05 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Jan 5, 2011 at 12:27 PM, ChunEon Park chuneon.p...@samsung.com wrote: Good day, this is Hermet. Here is

Re: [E-devel] [PATCH] elm_transit

2011-01-05 Thread The Rasterman
On Wed, 5 Jan 2011 15:14:25 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Jan 5, 2011 at 2:36 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 5 Jan 2011 12:48:05 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Jan 5, 2011 at 12:27 PM,

Re: [E-devel] E SVN: discomfitor IN trunk/e/src/modules: battery bluez clock comp conf conf_acpibindings conf_applications conf_borders conf_clientlist conf_colors conf_desk conf_desklock conf_desks c

2011-01-05 Thread Mike Blumenkrantz
On Wed, 5 Jan 2011 09:50:05 -0800 Enlightenment SVN no-re...@enlightenment.org wrote: Log: fix include paths for all these makefiles to add $top_builddir/src/bin instead of $top_srcdir/src/lib Author: discomfitor Date: 2011-01-05 09:50:05 -0800 (Wed, 05 Jan 2011) New

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

2011-01-05 Thread Atton Jonathan
This patch broke everything. If the signal is o*bj[id]:signal*. Elementary is waiting *[id]:signal* and this patch provides *signal *which is not enough. Elm need the* id.* I do not know what cedric was trying to do and he is at holidays for 2 weeks. I think we should revert it. 2010/11/30

[E-devel] elm_entry

2011-01-05 Thread Christopher Michael
Hi all, Just writing because I found a weird elm_entry issue. Apparently, you cannot use bitmap fonts too well w/ elm_entry. Here is a screenshot of the elm_entry test when using a bitmap font. As you can see, something is up w/ the text placement of some lines. Not sure why or what, but just

[E-devel] valgrind errors from evas/e

2011-01-05 Thread Mike Blumenkrantz
Got the following while restarting E today: E17: Begin shutdown procedure! ==29783== Invalid read of size 4 ==29783==at 0x4253B73: evas_object_del (evas_object_main.c:355) ==29783==by 0x8140165: _e_smart_del (e_widget.c:499) ==29783==by 0x425DDFB: evas_object_smart_del

Re: [E-devel] E SVN: discomfitor trunk/eeze/src/lib

2011-01-05 Thread Lucas De Marchi
On Wed, Jan 5, 2011 at 4:42 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: on feedback from kay sievers, use open() to check for removable media presence Author: discomfitor Date: 2011-01-05 10:42:49 -0800 (Wed, 05 Jan 2011) New Revision: 55895 Trac:

Re: [E-devel] E SVN: discomfitor trunk/eeze/src/lib

2011-01-05 Thread Mike Blumenkrantz
On Wed, 5 Jan 2011 18:18:03 -0200 Lucas De Marchi lucas.demar...@profusion.mobi wrote: On Wed, Jan 5, 2011 at 4:42 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: on feedback from kay sievers, use open() to check for removable media presence Author: discomfitor

[E-devel] FOSDEM 2011

2011-01-05 Thread Vincent Torri
Hey, This year, we will have a booth (the french people will be there) and some talks. There is official in the FOSDEM web site, though. I have created a page in the wiki: http://trac.enlightenment.org/e/wiki/FOSDEM2011 feel free to fill it if necessary Vincent

Re: [E-devel] e17 problem when using darktable

2011-01-05 Thread Jochen Schröder
On 04/01/11 21:15, Carsten Haitzler (The Rasterman) wrote: On Sat, 25 Dec 2010 17:30:44 +1100 Jochen Schrödercycoma...@gmail.com said: Hi all, I've encountered a weird bug when using darktable (a raw photography workflow program). It's a bit difficult to explain. A number of the tools in

Re: [E-devel] another crazy idea from the crazy idea guy

2011-01-05 Thread Cedric BAIL
On Sat, Dec 25, 2010 at 8:21 PM, Mike Blumenkrantz m...@zentific.com wrote: Over the next week I'll finally get around to finishing the implementation of eeze mount support (from the 1.1 branch) in e17 that I've been working on irregularly for some time.  Given that eeze mounting is quite a bit

Re: [E-devel] [Patch] elm_map pinch zoom

2011-01-05 Thread sangho park
thanks for your comments. I revised and patched again. On Tue, Jan 4, 2011 at 6:54 PM, Carsten Haitzler ras...@rasterman.comwrote: On Wed, 22 Dec 2010 17:14:14 +0900 sangho park gouach...@gmail.com said: Dear all, This is a patch for elm_map pinch zoom. you can zoom in/out using two

Re: [E-devel] E SVN: discomfitor IN trunk/e/src/bin: . e_fm

2011-01-05 Thread Mike Blumenkrantz
On Wed, 5 Jan 2011 17:35:41 -0800 Enlightenment SVN no-re...@enlightenment.org wrote: Log: with this commit, udisks mounting is now fully functional (wfm!) and has a number of benefits over the HAL backend, such as being able to automount media that's in your fstab dev notes: changes to efm

Re: [E-devel] another crazy idea from the crazy idea guy

2011-01-05 Thread Mike Blumenkrantz
On Thu, 6 Jan 2011 13:26:47 +1200 Cedric BAIL cedric.b...@free.fr wrote: On Sat, Dec 25, 2010 at 8:21 PM, Mike Blumenkrantz m...@zentific.com wrote: Over the next week I'll finally get around to finishing the implementation of eeze mount support (from the 1.1 branch) in e17 that I've been

Re: [E-devel] e17 problem when using darktable

2011-01-05 Thread The Rasterman
On Thu, 06 Jan 2011 10:40:01 +1100 Jochen Schröder cycoma...@gmail.com said: On 04/01/11 21:15, Carsten Haitzler (The Rasterman) wrote: On Sat, 25 Dec 2010 17:30:44 +1100 Jochen Schrödercycoma...@gmail.com said: Hi all, I've encountered a weird bug when using darktable (a raw

Re: [E-devel] [Patch] elm_map pinch zoom

2011-01-05 Thread The Rasterman
On Thu, 6 Jan 2011 10:29:41 +0900 sangho park gouach...@gmail.com said: ok in svn - with one fix. TOUCH_HOLD_RANGE should really use finger size - i changed it to use elm_finger_size_get(). thanks for your comments. I revised and patched again. On Tue, Jan 4, 2011 at 6:54 PM, Carsten

Re: [E-devel] elm_entry

2011-01-05 Thread The Rasterman
On Wed, 05 Jan 2011 14:09:57 -0500 Christopher Michael cpmicha...@comcast.net said: wtf... looks like the ascent/descent of the font is 0 height. it shouldn't be - even with a bitmap font. a bitmap font should still have an ascent+descent. check using regular text objects and get ascent/descent

Re: [E-devel] [Patch] Group index support

2011-01-05 Thread The Rasterman
On Fri, 31 Dec 2010 09:49:44 +0900 Daniel Juyung Seo juyung@samsung.com said: unfortunately by making them .txt they have become corrupt. just send them to me directly and i can save them - they wont get filtered by df.net's mailing lists. Dear all, I attached image files for Seunggyun

Re: [E-devel] elm_entry

2011-01-05 Thread Christopher Michael
On 01/05/2011 11:30 PM, Carsten Haitzler (The Rasterman) wrote: On Wed, 05 Jan 2011 22:55:59 -0500 Christopher Michaelcpmicha...@comcast.net said: On 01/05/2011 10:42 PM, Carsten Haitzler (The Rasterman) wrote: On Wed, 05 Jan 2011 14:09:57 -0500 Christopher Michaelcpmicha...@comcast.net

Re: [E-devel] [Patch] Group index support

2011-01-05 Thread 김승균
Hi~ I attached image files. - group_index.png : Put this file to elementary/data/themes/ - Genlist_Group_Tree.png, Genlist_Group.png : elementary_test screenshots Thanks. --- Original Message --- Sender : Carsten Haitzlerras...@rasterman.com Date :

Re: [E-devel] [Patch] Group index support

2011-01-05 Thread The Rasterman
On Thu, 30 Dec 2010 21:31:40 +0900 Seunggyun Kim sgyun@samsung.com said: looks ok to me. in svn! :) Hello, I added group index feature. This feature support to show item indicates group index. I attached capture images showing group index. As you can see attached png images, Group

Re: [E-devel] [Patch] Group index support

2011-01-05 Thread Daniel Juyung Seo
Hello Raster, Thanks. I added a small patch for Genlist Group. I missed one. Thanks Govi! Can you review this and apply it to upstream? Thanks. Daniel Juyung Seo (SeoZ) -Original Message- From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com] Sent: Thursday, January 06,

Re: [E-devel] E SVN: discomfitor trunk/eeze/src/lib

2011-01-05 Thread Sebastian Dransfeld
On 01/05/2011 09:18 PM, Lucas De Marchi wrote: + if (errno) This is bad... you have to either zero errno before calling open() or check the return value before. Since open() will not zero errno in case of succees, doing like you did you're actually carrying whatever value errno

Re: [E-devel] [PATCH] elm_transit

2011-01-05 Thread ChunEon Park
Hi. Even it looks somewhat alien elm, I hope EFL supports basic effect by using c and edc. In some cases, it is useful for app developers. They want to use effects easily and quickly as Other F/W does providing. Here is patch again. Added two lines for elm_transit_duration_set exception

Re: [E-devel] E SVN: discomfitor trunk/eeze/src/lib

2011-01-05 Thread Mike Blumenkrantz
On Thu, 06 Jan 2011 07:21:18 +0100 Sebastian Dransfeld s...@tango.flipp.net wrote: On 01/05/2011 09:18 PM, Lucas De Marchi wrote: + if (errno) This is bad... you have to either zero errno before calling open() or check the return value before. Since open() will not zero

Re: [E-devel] how to do ecore_con_url POSTs?

2011-01-05 Thread The Rasterman
On Tue, 28 Dec 2010 15:39:41 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com said: http://trac.enlightenment.org/e/changeset/55926 comments? On Mon, 20 Dec 2010 09:38:21 -0200 Raphael Kubo da Costa k...@profusion.mobi said: You're not supposed to. If you're doing http, you

Re: [E-devel] E SVN: discomfitor trunk/eeze/src/lib

2011-01-05 Thread Cedric BAIL
On Thu, Jan 6, 2011 at 6:33 PM, Mike Blumenkrantz m...@zentific.com wrote: On Thu, 06 Jan 2011 07:21:18 +0100 Sebastian Dransfeld s...@tango.flipp.net wrote: On 01/05/2011 09:18 PM, Lucas De Marchi wrote: +              if (errno) This is bad... you have to either zero errno before

Re: [E-devel] E SVN: discomfitor trunk/eeze/src/lib

2011-01-05 Thread Mike Blumenkrantz
On Thu, 6 Jan 2011 18:44:51 +1200 Cedric BAIL cedric.b...@free.fr wrote: On Thu, Jan 6, 2011 at 6:33 PM, Mike Blumenkrantz m...@zentific.com wrote: On Thu, 06 Jan 2011 07:21:18 +0100 Sebastian Dransfeld s...@tango.flipp.net wrote: On 01/05/2011 09:18 PM, Lucas De Marchi wrote: +      

Re: [E-devel] E SVN: discomfitor trunk/eeze/src/lib

2011-01-05 Thread The Rasterman
On Thu, 6 Jan 2011 18:44:51 +1200 Cedric BAIL cedric.b...@free.fr said: On Thu, Jan 6, 2011 at 6:33 PM, Mike Blumenkrantz m...@zentific.com wrote: On Thu, 06 Jan 2011 07:21:18 +0100 Sebastian Dransfeld s...@tango.flipp.net wrote: On 01/05/2011 09:18 PM, Lucas De Marchi wrote: +