[E-devel] [Patch] elm_notify - delete event callbacks when parent window is deleted

2012-05-22 Thread Sohyun Kim
Hi all. When I use elm_notify, I got a crash in the deleting routine. (you can test it in elementary_test > Video) When parent window of elm_notify is deleted, elm_notify set its parent to NULL. However, it doesn't delete event callbacks of the parent window. In the smart_del callback of elm_no

[E-devel] [Patch] emotion-gstreamer : add fimcconvert element on device

2012-06-05 Thread Sohyun Kim
Hi all. I've made a patch for emotion-gstreamer. When I tested video playing using emotion on the device, the frame rate was no good enough. So I added a filter using fimc to resize and convert color on the device. When the size of image object in the emotion object is smaller than 80% of video

[E-devel] [Patch][Emotion] It accesses to the freed data

2012-07-31 Thread Sohyun Kim
Hi I made patch for emotion-gstreamer. In the render() of gstreamer thread, it adds an asynchronous call to make a copy of buffer to evas_image. When application calls delete function for the emotion object during rendering, emotion deletes the gstreamer pipeline and the object. After that, the

[E-devel] [Patch][Emotion] fix priority set/get for gstreamer

2012-08-09 Thread Sohyun Kim
Hi. I made a patch for emotion - gstreamer module. When I call emotion_object_priority_set() after emotion_object_file_set(), xvimagesink is not created because gstreamer pipeline is already set up. So I added restart routine for the priority_set(). Also, when I call emotion_object_priority_get()

[E-devel] [Patch][Emotion] add capsfilter to limit format and size for fimc on device

2012-09-06 Thread Sohyun Kim
Hi. I made a patch for emotion using gstreamer. When using fimc on device, I want to add capsfilter to limit size and format based on the backend. If emotion is running on software backend, fimc converts colors to rgb. If emotion is running on gl backend, fimc converts colors to yuv. Also, fimc r

[E-devel] [Patch] make elm_genlist contatin multiline entries

2011-06-01 Thread Sohyun Kim
Hello, this is Sohyun. I made a patch for elm_genlist. Elm_genlist cannot contain multiline entries because the height of multiline entry is decided after calculating elm_genlist_item height. I added changed_size_hint event callback for elm_genlist icons. When an icon size is changed, elm_genlist

Re: [E-devel] [Patch] make elm_genlist contatin multiline entries

2011-06-17 Thread Sohyun Kim
y. If multiline entries can be added to genlist, it is good to use genlist functions like editing, reordering and expendables with entries. Thanks, -Original Message- From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com] Sent: Thursday, June 02, 2011 6:22 PM To: Sohyun Kim Cc

[E-devel] [Patch] elm_bubble theme patch

2010-12-21 Thread Sohyun Kim
Dear all, I'm Sohyun Kim. Nice to meet you. This is a patch for bubble theme. The bubble has a region for icon, label and info text. However, it has the region, if icon, label and info text are not set. I modified theme and added edje signals. 1. add edje signal for label and info text st

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

2010-12-22 Thread Sohyun Kim
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 Haitzler (The Rasterman) [mailto:ras...@rasterman.com] Sent: Tuesday, December 21, 2010 7:39 PM To: Sohyun Kim Cc

[E-devel] [Patch] elm_genlist patch regarding inlist

2011-01-21 Thread Sohyun Kim
Hi, I made a patch for elm_genlist. For getting genlist item from inlist, ELM_GENLIST_ITEM_FROM_INLIST macro should be used. Regards, Sohyun. Index: src/lib/elm_genlist.c === --- src/lib/elm_genlist.c (revision 56254) +++ src/

[E-devel] [Question][Ecore_Thread] active thread count is -1?

2012-03-26 Thread Sohyun Kim
Hi I have a question about Ecore_Thread. When I added Ecore_Thread using ecore_thread_feedback_run() while setting try_no_queue parameter to EINA_TRUE, I found active thread count is 0. However, after the thread is ended, the active count became -1. I think the thread should not be counted at all

[E-devel] [Patch][Evas] texture size issue for nv12 format

2012-10-10 Thread Sohyun Kim
Hi. I made a patch for evas regarding texture size issue. When the image has nv12 tiled format and is rendered by gl backend, the uv texture size is 2 times bigger than original size. I fixed nv12 shaders and codes a little. Please review the attahced patch. Regards, Sohyun evas_texture.patch De

[E-devel] [Patch][Emotion] Fix to call correct render functions

2012-10-11 Thread Sohyun Kim
Hi. I made a patch for emotion-gstreamer. When the image object is updated from video surface update function, it doesn't call right render function based on the format. Please check the attached patch. Regards, Sohyun emotion.patch Description: Binary data -

Re: [E-devel] E SVN: cedric IN trunk/devs: . sohyun

2012-10-15 Thread Sohyun Kim
Thanks, Cedric, Daniel and others. I'm really happy to join here as a committer. I'll do my best to make efl better. Please feel free to give me any feedback. Regards, Sohyun 2012년 10월 16일 화요일에 Daniel Juyung Seo님이 작성: > Great power comes with great responsibility! > -> With great power com

Re: [E-devel] E SVN: cedric IN trunk/devs: . sohyun

2012-10-16 Thread Sohyun Kim
I'm sorry but I cannot drink beer because i'm pregnant now. Let's have a coffee break on tomorrow afternoon :) 2012년 10월 16일 화요일에 Tom Hacohen님이 작성: > On 16/10/12 11:40, David Seikel wrote: > > On Tue, 16 Oct 2012 18:23:55 +0900 Cedric BAIL > > > > > > wrote: > > > >> On Tue, Oct 16, 2012 at 6:1

[E-devel] need advice for refactorying elc_multibuttonentry

2013-01-16 Thread Sohyun Kim
Hello, this is Sohyun Kim. I need your advice for refactorying the elc_multibuttonentry widget. When we used it in the tizen project, we found several fatal problems, and they were very complex to fix. Because multibuttonentry had structural weakness, as I fixed bugs, it increased the complexity

[EGIT] [core/efl] master 01/01: reset textblock cache when text_class is changed

2014-02-26 Thread Sohyun Kim
sohyun pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=85b2a8f5dc3ce5b89e2f95e55d96fe13d53ee947 commit 85b2a8f5dc3ce5b89e2f95e55d96fe13d53ee947 Author: Sohyun Kim Date: Thu Feb 27 13:31:42 2014 +0900 reset textblock cache when text_class is changed

[EGIT] [core/elementary] master 01/01: [elm_config] support color classes

2014-02-27 Thread Sohyun Kim
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=8a8c4c08c035389f445d9faee27257045c1c8673 commit 8a8c4c08c035389f445d9faee27257045c1c8673 Author: Sohyun Kim Date: Fri Feb 28 07:16:45 2014 +0900 [elm_config] support color classes

[E-devel] [Edje] Question about color_class

2014-03-09 Thread Sohyun Kim
Hi, this is Sohyun. I have a question about color_class. If color_class is set in the part's description, the object's color and color_class's color are multiplied in edje. I thought color_class would override the object's color like text_class, but for applying color_class, I should use only colo

[EGIT] [core/efl] master 01/03: edje: Add edje to text_class_member_hash properly.

2015-02-24 Thread Sohyun Kim
cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=78ddad3dafea60c13c00c8565acc896f913e0a70 commit 78ddad3dafea60c13c00c8565acc896f913e0a70 Author: Sohyun Kim Date: Tue Feb 24 18:26:18 2015 +0100 edje: Add edje to text_class_member_hash properly

[EGIT] [core/efl] master 01/01: edje: add text_class_get() APIs

2015-03-25 Thread Sohyun Kim
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=10670094c159b4779e259df0346c3951e67c3bdb commit 10670094c159b4779e259df0346c3951e67c3bdb Author: Sohyun Kim Date: Thu Mar 26 02:45:59 2015 +0900 edje: add text_class_get() APIs Summary