Re: [E-devel] [patch] elm_genlist - add edit_mode feature (3/3)

2012-02-22 Thread The Rasterman
On Wed, 22 Feb 2012 21:12:48 +0900 Hyoyoung Chang said: > Dear all. > > As we discussed in 2011 May ( > http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg32498.html > ). > I post edit_mode patch. > > It almost made by Seunggyun Kim. I fixed some bugs and complaint to > cu

Re: [E-devel] [patch] elm_gengrid - add item class management api (1/3)

2012-02-22 Thread The Rasterman
On Wed, 22 Feb 2012 20:51:38 +0900 Hyoyoung Chang said: in svn! tnx! :) > Dear all. > > As like genlist item class management api, I added 4 apis to elm_gengrid. > > +EAPI Elm_Gengrid_Item_Class *elm_gengrid_item_class_new(void); > +EAPI void elm_gengrid_item_class_free(Elm_Gengrid_Item_Class

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

2012-02-22 Thread Vincent Torri
On Thu, Feb 23, 2012 at 7:48 AM, Jihoon Kim wrote: > I got it. > I've reverted. > > I will send patch in this e-mail thread for reviewing again. also, if you add a function, at least, update ChangeLog, and better update also NEWS Vincent > > On Thursday, February 23, 2012, Vincent Torri wrote:

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

2012-02-22 Thread Jihoon Kim
I got it. I've reverted. I will send patch in this e-mail thread for reviewing again. On Thursday, February 23, 2012, Vincent Torri wrote: > On Thu, Feb 23, 2012 at 7:32 AM, David Seikel > > > wrote: > > On Thu, 23 Feb 2012 07:27:52 +0100 Vincent Torri > > > wrote: > > > >> On Thu, Feb 23, 2012

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

2012-02-22 Thread Vincent Torri
On Thu, Feb 23, 2012 at 7:32 AM, David Seikel wrote: > On Thu, 23 Feb 2012 07:27:52 +0100 Vincent Torri > wrote: > >> On Thu, Feb 23, 2012 at 7:25 AM, Vincent Torri >> wrote: >> > On Thu, Feb 23, 2012 at 7:15 AM, Enlightenment SVN >> > wrote: >> >> Log: >> >> Add edje_object_part_text_imf_conte

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

2012-02-22 Thread David Seikel
On Thu, 23 Feb 2012 07:27:52 +0100 Vincent Torri wrote: > On Thu, Feb 23, 2012 at 7:25 AM, Vincent Torri > wrote: > > On Thu, Feb 23, 2012 at 7:15 AM, Enlightenment SVN > > wrote: > >> Log: > >> Add edje_object_part_text_imf_context_get API > >>  This API can be used to get the input method con

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

2012-02-22 Thread Vincent Torri
On Thu, Feb 23, 2012 at 7:25 AM, Vincent Torri wrote: > On Thu, Feb 23, 2012 at 7:15 AM, Enlightenment SVN > wrote: >> Log: >> Add edje_object_part_text_imf_context_get API >>  This API can be used to get the input method context in entry. >> >> >> Author:       jihoon >> Date:         2012-02-22

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

2012-02-22 Thread Vincent Torri
On Thu, Feb 23, 2012 at 7:15 AM, Enlightenment SVN wrote: > Log: > Add edje_object_part_text_imf_context_get API >  This API can be used to get the input method context in entry. > > > Author:       jihoon > Date:         2012-02-22 22:15:12 -0800 (Wed, 22 Feb 2012) > New Revision: 68306 > Trac:  

Re: [E-devel] elm focus still broken

2012-02-22 Thread ChunEon Park
... So now, I can crawl out from the shadow. :) -Regards, Hermet- -Original Message- From: "Carsten Haitzler" To: "Enlightenment developer list" Cc: Sent: 12-02-23(목) 13:22:22 Subject:

Re: [E-devel] elm_object_signal apis do nothing

2012-02-22 Thread ChunEon Park
Some widgets we missed to hook but some widget(if it's base object is not a edje object, i,e... elm_flip ? ) wound not work neither. So we need to list up the available common APIs in each widget doc. like the below... * Supported elm_object common APIs. * @li elm_object_signal_emit * @li elm_o

Re: [E-devel] evas cache crash

2012-02-22 Thread The Rasterman
On Wed, 22 Feb 2012 20:53:01 -0500 Michael Blumenkrantz said: either something scribbled over the image struct and set cache to 1 or... its accessing a freed image and mem has been recycled. need valgrind! > not sure if this is useful or not, but here we go anyway: > > #0 0x42dc4288 in evas_ca

Re: [E-devel] elm focus still broken

2012-02-22 Thread The Rasterman
On Wed, 22 Feb 2012 11:06:34 -0200 Gustavo Chaves said: > > > > > haven't tested with other widgets, but entry focus is barely functional. > > base > > > entry test sets focus on the entry to start, focus is not present. this > > is > > > probably caused by the same thing that causes the rest of

Re: [E-devel] elm focus still broken

2012-02-22 Thread The Rasterman
On Wed, 22 Feb 2012 11:06:34 -0200 Gustavo Chaves said: > > > > > haven't tested with other widgets, but entry focus is barely functional. > > base > > > entry test sets focus on the entry to start, focus is not present. this > > is > > > probably caused by the same thing that causes the rest of

Re: [E-devel] elm focus still broken

2012-02-22 Thread The Rasterman
On Wed, 22 Feb 2012 11:06:34 -0200 Gustavo Chaves said: > > > > > haven't tested with other widgets, but entry focus is barely functional. > > base > > > entry test sets focus on the entry to start, focus is not present. this > > is > > > probably caused by the same thing that causes the rest of

Re: [E-devel] elm_object_signal apis do nothing

2012-02-22 Thread The Rasterman
On Wed, 22 Feb 2012 15:45:52 -0500 Michael Blumenkrantz said: > On Wed, 22 Feb 2012 18:42:51 -0200 > Bruno Dilly wrote: > > > On Wed, Feb 22, 2012 at 6:40 PM, Michael Blumenkrantz > > wrote: > > > On Wed, 22 Feb 2012 18:34:02 -0200 > > > Bruno Dilly wrote: > > > > > >> On Wed, Feb 22, 2012 at

Re: [E-devel] genlist tooltips

2012-02-22 Thread The Rasterman
On Wed, 22 Feb 2012 10:42:41 -0200 Gustavo Sverzut Barbieri said: > On Wednesday, February 22, 2012, Carsten Haitzler wrote: > > > On Mon, 20 Feb 2012 13:02:42 -0500 Michael Blumenkrantz > > > said: > > > > > so I ran across this oddity recently: > > > > > > * create genlist item > > > * try to

Re: [E-devel] [patch] elm_genlist - move mode_item_style to item_class (2/3)

2012-02-22 Thread Daniel Juyung Seo
Yes mode_item_style should be in Elm_Genlist_Item_Class. Reviewed. Thanks in SVN. Daniel Juyung Seo. On Wed, Feb 22, 2012 at 8:55 PM, Hyoyoung Chang wrote: > Dear all. > > genlist item class had mode_item_style. > it used for mode styling (such as sweep mode). > one genlist can have multiple mod

[E-devel] evas cache crash

2012-02-22 Thread Michael Blumenkrantz
not sure if this is useful or not, but here we go anyway: #0 0x42dc4288 in evas_cache_image_flush (cache=0x1) at evas_cache_image.c:1349 #1 0x42dc3436 in evas_cache_image_drop (im=0x8a78938) at evas_cache_image.c:916 #2 0xb7b4ad24 in evas_gl_common_image_free (im=0x85ccdd0) at evas_

Re: [E-devel] elm focus still broken

2012-02-22 Thread Michael Blumenkrantz
On Wed, 22 Feb 2012 11:06:34 -0200 Gustavo Chaves wrote: > > > > > haven't tested with other widgets, but entry focus is barely functional. > > base > > > entry test sets focus on the entry to start, focus is not present. this > > is > > > probably caused by the same thing that causes the rest of

Re: [E-devel] elm_object_signal apis do nothing

2012-02-22 Thread Michael Blumenkrantz
On Wed, 22 Feb 2012 18:42:51 -0200 Bruno Dilly wrote: > On Wed, Feb 22, 2012 at 6:40 PM, Michael Blumenkrantz > wrote: > > On Wed, 22 Feb 2012 18:34:02 -0200 > > Bruno Dilly wrote: > > > >> On Wed, Feb 22, 2012 at 6:07 PM, Michael Blumenkrantz > >> wrote: > >> > On Wed, 22 Feb 2012 16:41:44 -0

Re: [E-devel] elm_object_signal apis do nothing

2012-02-22 Thread Bruno Dilly
On Wed, Feb 22, 2012 at 6:40 PM, Michael Blumenkrantz wrote: > On Wed, 22 Feb 2012 18:34:02 -0200 > Bruno Dilly wrote: > >> On Wed, Feb 22, 2012 at 6:07 PM, Michael Blumenkrantz >> wrote: >> > On Wed, 22 Feb 2012 16:41:44 -0200 >> > Rafael Antognolli wrote: >> > >> >> On Wed, Feb 22, 2012 at 7:

Re: [E-devel] elm_object_signal apis do nothing

2012-02-22 Thread Michael Blumenkrantz
On Wed, 22 Feb 2012 18:34:02 -0200 Bruno Dilly wrote: > On Wed, Feb 22, 2012 at 6:07 PM, Michael Blumenkrantz > wrote: > > On Wed, 22 Feb 2012 16:41:44 -0200 > > Rafael Antognolli wrote: > > > >> On Wed, Feb 22, 2012 at 7:23 AM, Michael Blumenkrantz > >> wrote: > >> > probably worth re-evaluat

Re: [E-devel] elm_object_signal apis do nothing

2012-02-22 Thread Bruno Dilly
On Wed, Feb 22, 2012 at 6:07 PM, Michael Blumenkrantz wrote: > On Wed, 22 Feb 2012 16:41:44 -0200 > Rafael Antognolli wrote: > >> On Wed, Feb 22, 2012 at 7:23 AM, Michael Blumenkrantz >> wrote: >> > probably worth re-evaluating >> >> You mean that it is just a wrapper around edje_object_signal a

Re: [E-devel] elm toolbar vertical mode broken

2012-02-22 Thread Michael Blumenkrantz
On Wed, 22 Feb 2012 21:17:31 +0900 Carsten Haitzler (The Rasterman) wrote: > On Mon, 20 Feb 2012 13:56:31 -0500 Michael Blumenkrantz > said: > > > this used to work okay, seems to be broken now. see toolbar test 6 for > > details. > > fixed now, after much wailing and gnashing of teeth. :) >

Re: [E-devel] genlist tooltips

2012-02-22 Thread Michael Blumenkrantz
On Wed, 22 Feb 2012 21:30:14 +0900 Carsten Haitzler (The Rasterman) wrote: > On Mon, 20 Feb 2012 13:02:42 -0500 Michael Blumenkrantz > said: > > > so I ran across this oddity recently: > > > > * create genlist item > > * try to elm_object_item_tooltip_content_cb_set > > * error: VIEW(it) is NU

Re: [E-devel] elm_object_signal apis do nothing

2012-02-22 Thread Michael Blumenkrantz
On Wed, 22 Feb 2012 16:41:44 -0200 Rafael Antognolli wrote: > On Wed, Feb 22, 2012 at 7:23 AM, Michael Blumenkrantz > wrote: > > probably worth re-evaluating > > You mean that it is just a wrapper around edje_object_signal api? > > If so, I guess that it's only to avoid doing elm_layout_edje_g

Re: [E-devel] [Patch] Elementary: New custom widget Popup

2012-02-22 Thread Michael Blumenkrantz
On Wed, 22 Feb 2012 11:38:39 + (GMT) Rajeev Ranjan wrote: > Hi, >Can someone provide review comments on the newly proposed widget "Popup". > Please consider my previous responses while doing so. > Thanks. > Regards, > Rajeev > > == > Date:

Re: [E-devel] [Patch][ecore_con] Fix invalid curl handle removal by valgrind

2012-02-22 Thread Michael Blumenkrantz
On Wed, 22 Feb 2012 19:57:36 +0900 Bluezery wrote: > Hello, > > discomfitor reports bugs by valigrind. I checked it with valgrid and > I found the clues > curl_multi_remove_handle() should not be called when multi handles > being performed. So I removed curl_multi_remove_handle() code from > _e

Re: [E-devel] elm_object_signal apis do nothing

2012-02-22 Thread michael bouchaud
This is really usefull! If you want extend the widget, but the design of the toolkit don't match your design. You don't need to recode the widget. You can extend it, with elm_object_part_text_set, elm_object_signal_emit and elm_object_part_content_set. Simple case can be a frame or a progressbar fo

Re: [E-devel] elm_object_signal apis do nothing

2012-02-22 Thread Bruno Dilly
On Wed, Feb 22, 2012 at 4:41 PM, Rafael Antognolli wrote: > On Wed, Feb 22, 2012 at 7:23 AM, Michael Blumenkrantz > wrote: >> probably worth re-evaluating > > You mean that it is just a wrapper around edje_object_signal api? > > If so, I guess that it's only to avoid doing elm_layout_edje_get() >

Re: [E-devel] elm_object_signal apis do nothing

2012-02-22 Thread Rafael Antognolli
On Wed, Feb 22, 2012 at 7:23 AM, Michael Blumenkrantz wrote: > probably worth re-evaluating You mean that it is just a wrapper around edje_object_signal api? If so, I guess that it's only to avoid doing elm_layout_edje_get() then edje_object_signal_* on this edje. However, you have no way to do

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

2012-02-22 Thread mh
Hi Leif, File attached. Thanks! /etc/gdm/Xsession: Beginning session setup... localuser:michael being added to access control list ESTART: 0.0 [0.0] - Begin Startup ESTART: 0.6 [0.6] - Signal Trap ESTART: 0.7 [0.1] - Signal Trap Done ESTART: 0.00590 [0.00583] - Eina Init E

Re: [E-devel] elm focus still broken

2012-02-22 Thread Gustavo Chaves
> > > haven't tested with other widgets, but entry focus is barely functional. > base > > entry test sets focus on the entry to start, focus is not present. this > is > > probably caused by the same thing that causes the rest of entry focus > > problems. > > no - this was something special. fixed n

Re: [E-devel] genlist tooltips

2012-02-22 Thread Gustavo Sverzut Barbieri
On Wednesday, February 22, 2012, Carsten Haitzler wrote: > On Mon, 20 Feb 2012 13:02:42 -0500 Michael Blumenkrantz > > said: > > > so I ran across this oddity recently: > > > > * create genlist item > > * try to elm_object_item_tooltip_content_cb_set > > * error: VIEW(it) is NULL > > > > the worka

Re: [E-devel] [Patch][ecore_con] Fix invalid curl handle removal by valgrind

2012-02-22 Thread The Rasterman
On Wed, 22 Feb 2012 19:57:36 +0900 Bluezery said: > Hello, > > discomfitor reports bugs by valigrind. I checked it with valgrid and > I found the clues > curl_multi_remove_handle() should not be called when multi handles > being performed. So I removed curl_multi_remove_handle() code from > _ec

Re: [E-devel] [Patch][elementary_test] test_box

2012-02-22 Thread The Rasterman
On Wed, 22 Feb 2012 18:10:16 +0900 cnook said: > Dear All, Hi~ > > Please review the attached patch and give any feedbacks. Thanks. in svn! tnx! -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com -

Re: [E-devel] genlist tooltips

2012-02-22 Thread The Rasterman
On Mon, 20 Feb 2012 13:02:42 -0500 Michael Blumenkrantz said: > so I ran across this oddity recently: > > * create genlist item > * try to elm_object_item_tooltip_content_cb_set > * error: VIEW(it) is NULL > > the workaround for this is obviously to hook the "realized" smart cb and set > it the

Re: [E-devel] request for edc checking: elm toolbar

2012-02-22 Thread The Rasterman
On Tue, 21 Feb 2012 14:53:51 -0500 Michael Blumenkrantz said: > some time ago I added a horizontal style to toolbar items (default theme) > trying to utilize the new group inheritence, but it's buggy and 1) does not > look consistent 2) throws an error for #1 > > if someone could check this out

Re: [E-devel] [Patch] Elementary: New custom widget Popup

2012-02-22 Thread The Rasterman
On Wed, 22 Feb 2012 11:38:39 + (GMT) Rajeev Ranjan said: i have it on my todo list, unfortunately there's a lot on it. > Hi, >Can someone provide review comments on the newly proposed widget "Popup". > Please consider my previous responses while doing so. > Thanks. > Regards, > Rajeev >

Re: [E-devel] E SVN: raoul IN trunk/EXAMPLES/elementary: . volume_knob_slider volume_knob_slider/images

2012-02-22 Thread The Rasterman
On Wed, 22 Feb 2012 11:00:56 +0100 Vincent Torri said: > On Wed, Feb 22, 2012 at 10:55 AM, Carsten Haitzler > wrote: > > On Wed, 22 Feb 2012 09:09:58 +0900 Daniel Juyung Seo > > said: > > > > ooh knobs! > > and with enesim in evas, no such big number of images would have been > needed :p

Re: [E-devel] elm toolbar vertical mode broken

2012-02-22 Thread The Rasterman
On Mon, 20 Feb 2012 13:56:31 -0500 Michael Blumenkrantz said: > this used to work okay, seems to be broken now. see toolbar test 6 for > details. fixed now, after much wailing and gnashing of teeth. :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (C

[E-devel] [patch] elm_genlist - move mode_item_style to item_class (2/3)

2012-02-22 Thread Hyoyoung Chang
Dear all. genlist item class had mode_item_style. it used for mode styling (such as sweep mode). one genlist can have multiple mode style. And mode_item_style's an item's attribute. So it's better to move to item class from widget_data. Thank you. From 8975c9d0f06be21a1aa35a8f8f82307e9737d0eb Mo

[E-devel] [patch] elm_gengrid - add item class management api (1/3)

2012-02-22 Thread Hyoyoung Chang
Dear all. As like genlist item class management api, I added 4 apis to elm_gengrid. +EAPI Elm_Gengrid_Item_Class *elm_gengrid_item_class_new(void); +EAPI void elm_gengrid_item_class_free(Elm_Gengrid_Item_Class *itc); +EAPI void elm_gengrid_item_class_ref(Elm_Gengrid_Item_Class *itc); +EAPI void e

Re: [E-devel] [Patch] Elementary: New custom widget Popup

2012-02-22 Thread Rajeev Ranjan
Hi, Can someone provide review comments on the newly proposed widget "Popup". Please consider my previous responses while doing so. Thanks. Regards, Rajeev == Date: Mon, 20 Feb 2012 20:07:24 +0900 From: woohyun Subject: Re: [E-devel] [Patch] Elem

Re: [E-devel] [Patch](resend) Add new API in Index widget ( elm_index_button_image_invisible_set())

2012-02-22 Thread ChunEon Park
Thank you for your patch. But I think this feature looks no need to be in svn. -Regards, Hermet- -Original Message- From: "Daniel Juyung Seo" To: "Enlightenment developer list" Cc: Sen

[E-devel] [Patch][ecore_con] Fix invalid curl handle removal by valgrind

2012-02-22 Thread Bluezery
Hello, discomfitor reports bugs by valigrind. I checked it with valgrid and I found the clues curl_multi_remove_handle() should not be called when multi handles being performed. So I removed curl_multi_remove_handle() code from _ecore_con_url_info_read() Now, curl_multi_remove_handle() is only ca

Re: [E-devel] [Patch](resend) Add new API in Index widget ( elm_index_button_image_invisible_set())

2012-02-22 Thread Daniel Juyung Seo
no description at all? On Feb 22, 2012 7:15 PM, "GoUn Lee" wrote: > > > -- > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on

[E-devel] [Patch](resend) Add new API in Index widget ( elm_index_button_image_invisible_set())

2012-02-22 Thread GoUn Lee
<<201202221914641_BEI0XT4N.gif>> elm_index.patch Description: Binary data -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allo

Re: [E-devel] [Patch][Evil] evil_util.c and build errors

2012-02-22 Thread Vincent Torri
On Tue, Feb 21, 2012 at 2:55 AM, cnook wrote: > Dear All, Hello~ > > #include Evil.h is removed 3days before. > and there is no #include limints.h (for ULONG_MAX) instead of removing. > So I have added as attached... Please review the patch and give any feedbacks. > > And.. build errors > in evil_

Re: [E-devel] E SVN: raoul IN trunk/EXAMPLES/elementary: . volume_knob_slider volume_knob_slider/images

2012-02-22 Thread Raoul Hecky
crazy french knob ! ;-) Le Mercredi 22 Février 2012 18:55:36 Carsten Haitzler a écrit : > On Wed, 22 Feb 2012 09:09:58 +0900 Daniel Juyung Seo > said: > > ooh knobs! > > > This is Cool! > > Good job! I like it but I see some unexpected behavior when I move my > > mouse to the bottom between

Re: [E-devel] E SVN: raoul IN trunk/EXAMPLES/elementary: . volume_knob_slider volume_knob_slider/images

2012-02-22 Thread Raoul Hecky
Thanks :) I know for the strange behavior between min/max, I need somehow to block the slider at min/max value... Le Mercredi 22 Février 2012 09:09:58 Daniel Juyung Seo a écrit : > This is Cool! > Good job! I like it but I see some unexpected behavior when I move my > mouse to the bottom between

[E-devel] [Patch] Add new API in Index widget ( elm_index_button_image_invisible_set())

2012-02-22 Thread GoUn Lee
<<201202221901266_44YDXKW4.gif>> elm_index.patch Description: Binary data -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allo

Re: [E-devel] evas deadlock on last elm window close

2012-02-22 Thread Michael Blumenkrantz
On Wed, 22 Feb 2012 18:59:10 +0900 Carsten Haitzler (The Rasterman) wrote: > On Tue, 21 Feb 2012 13:06:31 -0500 Michael Blumenkrantz > said: > > ugh no. thats a pita to find. :( if u can make a reproduction case.. that'd be > awsome... :) > > > gotten this once or twice recently, not sure how.

Re: [E-devel] E SVN: raoul IN trunk/EXAMPLES/elementary: . volume_knob_slider volume_knob_slider/images

2012-02-22 Thread Vincent Torri
On Wed, Feb 22, 2012 at 10:55 AM, Carsten Haitzler wrote: > On Wed, 22 Feb 2012 09:09:58 +0900 Daniel Juyung Seo > said: > > ooh knobs! and with enesim in evas, no such big number of images would have been needed :p Vincent > > >> This is Cool! >> Good job! I like it but I see some unexpec

Re: [E-devel] evas deadlock on last elm window close

2012-02-22 Thread The Rasterman
On Tue, 21 Feb 2012 13:06:31 -0500 Michael Blumenkrantz said: ugh no. thats a pita to find. :( if u can make a reproduction case.. that'd be awsome... :) > gotten this once or twice recently, not sure how. maybe someone will spot a > bug from the bt: > > #0 0xb7fff424 in __kernel_vsyscall () >

Re: [E-devel] [Qustion][Windows] Cannot execute elementary_test.exe

2012-02-22 Thread Vincent Torri
On Wed, Feb 22, 2012 at 10:42 AM, Carsten Haitzler wrote: > On Wed, 22 Feb 2012 09:29:29 +0900 Kim Shinwoo said: > > fuxxed in svn now :) tnx! :) kim, can you try with edje_player, please ? Vincent -- Virtualization &

Re: [E-devel] E SVN: raoul IN trunk/EXAMPLES/elementary: . volume_knob_slider volume_knob_slider/images

2012-02-22 Thread The Rasterman
On Wed, 22 Feb 2012 09:09:58 +0900 Daniel Juyung Seo said: ooh knobs! > This is Cool! > Good job! I like it but I see some unexpected behavior when I move my > mouse to the bottom between Min and Max. > Anyhow, nice example :) > Thanks. > > Daniel Juyung Seo (SeoZ) > > On Wed, Feb 22, 201

Re: [E-devel] [Qustion][Windows] Cannot execute elementary_test.exe

2012-02-22 Thread The Rasterman
On Wed, 22 Feb 2012 09:29:29 +0900 Kim Shinwoo said: fuxxed in svn now :) tnx! :) > Thanks for your response. > Here is more detailed information. > > (gdb) b eina_share_common.c:542 > Breakpoint 1 at 0x6f9b213a: file eina_share_common.c, line 542. > (gdb) r > Starting program: C:\MinGW\msys\1.

[E-devel] elm_object_signal apis do nothing

2012-02-22 Thread Michael Blumenkrantz
probably worth re-evaluating -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service.

Re: [E-devel] [Patch][elementary_test] test_box

2012-02-22 Thread cnook
Sorry, its for entry not box. 2012/2/22 cnook : > Dear All, Hi~ > > Please review the attached patch and give any feedbacks. Thanks. > > Sincerely, > Shinwoo Kim. -- Virtualization & Cloud Management Using Capacity Planni

[E-devel] [Patch][elementary_test] test_box

2012-02-22 Thread cnook
Dear All, Hi~ Please review the attached patch and give any feedbacks. Thanks. Sincerely, Shinwoo Kim. Index: src/bin/test.c === --- src/bin/test.c (revision 68250) +++ src/bin/test.c (working copy) @@ -43,6 +43,7 @@ void test_entry3