Re: [E-devel] New git URL/SSH locations, phasing out phab (and gitolite)

2022-10-12 Thread cnook
Hello! I got that I have no permission to merge a PR. Would you please let us(kimcinoo, jsuya) in collaborators? I am not sure if it is too late to ask this. Thank you in adavance. Sincerely, Shinwoo Kim. 2022년 6월 1일 (수) 오후 9:02, Massimo Maiurana 님이 작성: > Vincent Torri ha scritto il 01/06/22 al

Re: [E-devel] Committer access proposal: ali.alzyod (Ali Alzyod)

2020-03-18 Thread cnook
+1 Yes he is. I actually got valuable opinions regarding color related thing. Thank you. 2020년 3월 17일 (화) 오후 3:12, Hermet Park 님이 작성: > +1 > > On Tue, Mar 17, 2020 at 2:11 PM woohyun wrote: > > > Hello. Everyone here :) > > > > I would like to promote Ali to become a committer. > > > > He has b

Re: [E-devel] Character '<' display issue when using edje_object_part_text_set

2019-10-16 Thread cnook
+ chenjing...@126.com 2019년 10월 17일 (목) 오후 12:28, cnook 님이 작성: > Hi. You could use < for <. I found it from > > > https://www.webstandards.org/learn/reference/charts/entities/markup_entities/index.html > > 2019년 10월 17일 (목) 오전 11:49, Jing 님이 작성: > >> Hi Car

Re: [E-devel] Character '<' display issue when using edje_object_part_text_set

2019-10-16 Thread cnook
Hi. You could use < for <. I found it from https://www.webstandards.org/learn/reference/charts/entities/markup_entities/index.html 2019년 10월 17일 (목) 오전 11:49, Jing 님이 작성: > Hi Carsten, > So there is no way I can display character '<' in a TEXTBLOCK part ?? > Is there any other way I can displa

Re: [E-devel] Developer access suggestion for lauromoura

2019-09-05 Thread cnook
+1 2019년 9월 5일 (목) 오후 10:22, Christopher Michael 님이 작성: >+1 from me also. Seems to be doing good work on this bindings. > >dh > >On 9/5/19 9:11 AM, Mike Blumenkrantz wrote: > > +1 > > On Thu, Sep 5, 2019 at 7:08 AM Hermet Park [1] > wrote: > > > ++ > > On Thu, Sep 5, 2019 at 7:23 PM C

Re: [E-devel] Developer access suggestion for yohoho and jsuya

2019-09-02 Thread cnook
+1024 2019년 9월 3일 (화) 오전 10:38, Hermet Park 님이 작성: > Hi, > > I'd like to give developer access two developers, Yohoho and Jsuya. > Until now, I checked their activities, I think they contributed a lot of > good patches many times. > Specifically, Yohoho is good at efl ui, interfaces and Jsuya are

Re: [E-devel] Fwd: [EGIT] [admin/devs] master 01/01: + two probies - bowonryu, akanad

2019-04-24 Thread cnook
+1 [clap and applause] 2019년 4월 24일 (수) 오후 4:53, Stefan Schmidt 님이 작성: > Hello > > On 04.04.19 12:50, Hermet Park wrote: > > Hi. guys. > > > > Recently, I added new four probies, > > > > Bowon Ryu (wonrst) > > Junsu Choi (jsuya) > > Yeongjong Lee (yohoho) > > Wonki Kim (akanad) > > > > They are a

Re: [E-devel] [EGIT] [core/efl] master 01/01: Revert "edje_calc: make INTP use TO_INT_ROUND"

2019-04-21 Thread cnook
Yeap it would be hard to figure out what was going on from the commit messages. Both commits (abandoned and reverted) could solve the incorrect calculation problem which is too hard to reproduce on my desktop. It might be possible to get what the incorrect calculation from the attached file EdjeCal

Re: [E-devel] Goodbye

2019-02-18 Thread cnook
Hey I am sorry for losing chance working with you any more. I have loved your elegant words and lines in the EFL world. Thank you for having that kind of delight. I hope you find your own great way leading to happiness. Good luck and God bless you! Sincerely Shinwoo Kim 2019년 2월 19일 (화) 오전 11:2

Re: [E-devel] Off

2018-06-02 Thread cnook
Oops!!! Sorry... I created a task and assigned it to you Cedric. Have a nice time!!! 2018년 6월 2일 (토) 오후 7:25, Amitesh Singh 님이 작성: > On Wed, May 30, 2018 at 9:01 AM, Cedric Bail wrote: > > > Hello, > > > > It has been quite exhausting over the past months to deal with the major > > change and >

Re: [E-devel] [EGIT] [core/efl] master 01/01: Fix static analysis result

2018-04-05 Thread cnook
Hello Stefan :-] Sure why not. I thougth it was one "dereference after null check" problem like keeping coding rule which could occur in different library parts. But yes, it would be different. When I have this kind of issue, I will create separate patches. Thank you for your updates. Sincerely, S

Re: [E-devel] EFL_UI_BG_WIDGET_DATA_GET_OR_RETURN

2018-01-31 Thread cnook
With great help of jpeg, I got that the efl_data_scope_get is checking if the obj_id is NULL or not using EO_OBJ_POINTER_RETURN_VAL. So, I would like to change CRI to ERR for this. Thank you very much. (please do not go jpeg~ hehe) Sincerely, Shinwoo Kim. 2018. 2. 1. 오전 11:34에 "cnook&q

[E-devel] EFL_UI_BG_WIDGET_DATA_GET_OR_RETURN

2018-01-31 Thread cnook
Dear all, Hello! As you konw, we have macro EFL_UI_GB_WIDGET_DATA_GET_OR_RETURN and we can find similar MACROs. As you probably do not know, the Tizen is maintaing test suite including negative test cases. One of TCs is calling elm_bg_load_size_set with NULL obj parameter. In this case, CRI messag

[E-devel] What is the best way to get device name

2017-01-25 Thread cnook
Dear All, Hello. I got following snippet to get device name from fd. +char name[128]; +if (ioctl(fd, JSIOCGNAME(sizeof(name)), name) < 0) + strncpy(name, "Unknown", sizeof(name)); +printf("Name: %s\n", name); I would like to add an API to get device name using this snippet. But it s

[E-devel] [Patch][elm_menu] remove crash issue on improper usage of elm_menu_item_separator_add(), [test_menu] fill the hole.

2012-05-07 Thread cnook
Hi! All, [elm_menu] If you use elm_menu_item_separator_add() with parent item which does not have any children, then a segment fault occurs. So the patch comes. I have attached patch for the backport also. [test_menu] I have added test code for following APIs, even though Elementary 1.0 is releas

[E-devel] [Patch][elementary] elm_menu, fix improper indentation.

2012-05-03 Thread cnook
Hi! I have just modified the elm_menu.c because there are some improper indentation. That's it... Thanks. Sincerely, Shinwoo Kim. elm.menu.indentation.patch Description: Binary data -- Live Security Virtual Conference E

[E-devel] [Patch][elementary] accessibility for mobile device.

2012-05-03 Thread cnook
Dear All, Hello. I would like to add accessibility feature for the mobile device. The mobile device environment is different with desktop environment. On the desktop environment, you can make MOUSE_IN event without previous MOUSE_DOWN event. but.. on the mobile device environment, you should start

Re: [E-devel] [Patch] elm_diskselector, set icon to added item

2012-04-26 Thread cnook
skselector needs to be rewritten a lot. > > > > Daniel Juyung Seo (SeoZ) > > > > On Mon, Oct 10, 2011 at 6:45 PM, Carsten Haitzler > > wrote: > > > On Thu, 22 Sep 2011 18:39:53 +0900 cnook said: > > > > > >> Dear All, Hello! > > >>

Re: [E-devel] [Patch] evas_ojbect_textblock, ellipsis handling

2012-04-23 Thread cnook
a lot. Sincerely, Shinwoo Kim. 2011/11/21 Tom Hacohen > On 21/11/11 16:04, cnook wrote: > >> Dear Mr. Tom, >> >> The issue comes again with different example. >> So I have attached previous patch for resolving. (Actually I have made >> from the latest version) &g

[E-devel] [Patch][elementary_test] test_list

2012-04-16 Thread cnook
Dear All, Hello. I had added test code for the elementary. but I made a pause it because of some reasons and just started again. Today I have attached a patch for the elm_list which does not have test code for the API elm_list_item_prev(); Please review the attached patch and give any feedbacks. I

[E-devel] [Patch][elm_diskselector] resolving a segmentation fault

2012-04-16 Thread cnook
Dear All, Hello. If the diskselector item has only icon and does not have label, it makes a segmentation fault. Because the diskselector uses strcmp() to indicate selected item even though the item does not have label - NULL with strcmp(). Then, please review the attached patch and give any feedba

Re: [E-devel] [Patch][Ecore][Win32] Checking control character

2012-04-15 Thread cnook
Thanks for your response! I missed the updating WinCE. and.. Mr. Vincent Torri enlighten me about ChangeLog and NEWS also. Thanks! Sincerely, Shinwoo Kim. 2012/4/15 Carsten Haitzler > On Fri, 13 Apr 2012 18:15:41 +0900 cnook said: > > > Dear All, Hello. > > > > Th

[E-devel] [Patch][Ecore][Win32] Checking control character

2012-04-13 Thread cnook
Dear All, Hello. The control characters are generated by holding down the Control key while you strike another letter or symbol key. Because of this reason, The Evas_Event_Key_Down in the EVAS_CALLBACK_KEY_DOWN callback does not have proper keyname. So I have shifted the control character to print

[E-devel] [Patch][elementary] elc_popup.c - add hide callback

2012-04-08 Thread cnook
Dear all, hello. The evas_object_hide(popup) could not hide the popup. So, I added callback to hide the popup. That's it. Ah.. with the test code. :) Sincerely, Shinwoo Kim. Draw Something ID: kimcinoo elc_popup.diff.add.hide.callback Description: Binary data ---

[E-devel] [patch][elementary] elc_popup, restack issue

2012-03-26 Thread cnook
Dear All, Hello. The elc_popup does not raise to the top of its layer even though evas_object_raise() is called with the popup object. Because the elm_widget_resize_object_set(); makes notify object which is internally used in the popup have a smart parent. Ultimately, the callback function for EV

Re: [E-devel] [Question][Windows] Shift/Alt/Ctrl key press operation

2012-03-25 Thread cnook
occur once even though you hold down Shift/Ctrl/Alt key, If you keep the patch. Sincerely, Shinwoo Kim. 2012/3/21 Carsten Haitzler > On Wed, 21 Mar 2012 19:53:30 +0900 cnook said: > > > Dear All, Hello. > > > > I have a question about shift/alt/ctrl key press operatio

[E-devel] [Question][Windows] Shift/Alt/Ctrl key press operation

2012-03-21 Thread cnook
Dear All, Hello. I have a question about shift/alt/ctrl key press operation. On the X environment, shift/alt/ctrl key press event(EVAS_CALLBACK_KEY_DOWN) does not occur repeatedly . But on the Windows, shift/alt/ctrl key press event occurs repeatedly. Now let's suppose you have an application whi

[E-devel] [Patch][elementary] elc_ctxpopup using elm_list internally.

2012-03-21 Thread cnook
Dear All, Hello. The patch is for using elm_list as a item controller of elc_ctxpopup. I have learned that there was an opinion to change the internal structure of ctxpopup using the list. It would be able to match up to your expectation. but it is just a draft version of using list in ctxpopup. S

[E-devel] [Patch][elm_list] bug fix: crash occurs when container which contains the elm_list is deleted on the "elm_list item clicked" callback

2012-03-21 Thread cnook
Dear All, Hello. I have resolved the elm_list issue(goto ELM_LIST_CRASH_ISSUE_MAIL below, I sent mail but I cannot find the previous mail -_-;). It would be related with double free issue. In the "sub-obejct-del" callback which name is _sub_del() sets item->icon to NULL. And in the EVAS_CALLBACK_M

[E-devel] [Patch][elementary] elm_list.c - item_content_set() related.

2012-03-19 Thread cnook
Dear All, Hello. The Eina_Bool item->dummy_icon and item->dummy_end of Elm_List_Item indicate whether the content has REAL object or not. - "not" means.. if elm_object_item_part_content_set(); is called with NULL content, the Elm_List set the swallow part with rectangle which has alpha value 0 and

[E-devel] [Patch][elementary_test] test_layout

2012-03-09 Thread cnook
Dear All, Hello. I have attached a patch for test_layout. Please review this and give any feedbacks. Thanks. Sincerely, Shinwoo Kim. Index: src/bin/test.c === --- src/bin/test.c (revision 69071) +++ src/bin/test.c (working copy) @@ -

[E-devel] [Patch][Eina] eina_file_win32 - using eina_file_statat();

2012-03-08 Thread cnook
Dear All. Hello! On windows, Elementary gives build error. cause.. The elm_config.c uses eina_file_statat(); but It is not in the eina_file_win32.c So the attached patch comes. Please keep the patch in the up stream. Thanks. Sincerely, Shinwoo kim. Index: src/lib/eina_file_win32.c ===

[E-devel] [Patch][Evas][Edje][Elementary] typo issue

2012-03-07 Thread cnook
Dear All, Hello. _els_smart_icon_preload_set() and evas_object_image_preload() are ambiguous. Actually they disable and cancel the preload. So I have changed each names as attached patches. Please review patches and give any feedbacks. Thanks. Sincerely, Shinwoo Kim. Index: src/lib/canvas/evas_ob

[E-devel] [Patch][elementary_test] test_label

2012-03-06 Thread cnook
Dear All, Hello! I have attached a patch for test_label. Please review the patch and give any feedbacks. Thanks. Sincerely, Shinwoo Kim. Index: src/bin/test_label.c === --- src/bin/test_label.c (revision 68862) +++ src/bin/test_label

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

2012-03-06 Thread cnook
Oops, The patch.. was kidnapped. :( 2012/3/7 cnook : > Dear All, Hello. > > I have attached patch for test_index. Please review the patch and give > any feedbacks. Thanks. > > Sincerely, > Shinwoo Kim. Index:

[E-devel] [Patch][elementary_test] test_index

2012-03-06 Thread cnook
Dear All, Hello. I have attached patch for test_index. Please review the patch and give any feedbacks. Thanks. Sincerely, Shinwoo Kim. -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes us

[E-devel] [Patch][Elementary] elm_image

2012-03-06 Thread cnook
Dear All, Hello. There was no API for preload cancel. simple Sincerely, Shinwoo Kim. Index: src/lib/elm_image.h === --- src/lib/elm_image.h (revision 68862) +++ src/lib/elm_image.h (working copy) @@ -238,6 +238,15 @@ EAPI void

[E-devel] [Patch][Eina] eina_file_win32

2012-03-06 Thread cnook
Dear All, Hello. eina_lock_release() should be called before return. simple. Sincerely, Shinwoo Kim. Index: src/lib/eina_file_win32.c === --- src/lib/eina_file_win32.c (revision 68866) +++ src/lib/eina_file_win32.c (working copy) @@

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

2012-03-06 Thread cnook
Please ignore the patch. elm_icon_preload_set() is weird.. elm_icon_pleload_set() should be elm_icon_preload_disable_se() I 2012/3/6 cnook : > I have refined the previous patch again. The patch is for test_icon > and test_image. Thanks. > > Sincerely, > Shinwoo Kim. >

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

2012-03-06 Thread cnook
I have refined the previous patch again. The patch is for test_icon and test_image. Thanks. Sincerely, Shinwoo Kim. 2012/3/6 cnook : > Sorry, The modification of test.c was omitted. I have refined previous > path and attached. > Please give any feedbacks. Thanks. > > Sincerely

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

2012-03-05 Thread cnook
Sorry, The modification of test.c was omitted. I have refined previous path and attached. Please give any feedbacks. Thanks. Sincerely, Shinwoo Kim. 2012/3/6 cnook : > Dear All, Hello. > > I have attached a patch for test_icon. please review the patch and > give any feedb

[E-devel] [Patch][elementary_test] test_icon

2012-03-05 Thread cnook
Dear All, Hello. I have attached a patch for test_icon. please review the patch and give any feedbacks. Thanks. Sincerely, Shinwoo Kim. Index: src/bin/test_icon.c === --- src/bin/test_icon.c (revision 68676) +++ src/bin/test_icon.c (

[E-devel] [Patch][elementary_test] test_hover

2012-03-04 Thread cnook
Dear All, Hello. I have attached a patch for test_hover. Please review the patch and give any feedbacks. Thanks. Sincerely, Shinwoo kim. Index: src/bin/test_hover.c === --- src/bin/test_hover.c (revision 68675) +++ src/bin/test_hover

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

2012-03-04 Thread cnook
Hey, please ignore previous path which used a deprecated API. :p I have newly attached a path for test_gengrid. Please review this and give any feedback. Thanks. 2012/3/5 cnook : > Dear All, Hello. > > I have attached a patch for test_gengrid. Please review this and give > a

[E-devel] [Patch][elementary_test] test_gengrid

2012-03-04 Thread cnook
Dear All, Hello. I have attached a patch for test_gengrid. Please review this and give any feedbacks Sincerely, Shinwoo Kim. Index: src/bin/test_gengrid.c === --- src/bin/test_gengrid.c (revision 68675) +++ src/bin/test_gengrid.c (wo

[E-devel] [Patch][elementary_test] test_focus

2012-02-27 Thread cnook
Dear All, Hello~ I have attached a patch which is for test_focus. Please review this and give any feedbacks. Thanks. Sincerely, Shinwoo Kim. Index: src/bin/test.c === --- src/bin/test.c (revision 68459) +++ src/bin/test.c (working co

[E-devel] [Patch][elementary_test] test_flipselector

2012-02-24 Thread cnook
Dear All, Hello~ I have attached a patch for test_flipselecotr. Please review this and give any feedbacks. Thanks. Sincerely, Shinwoo Kim. Index: src/bin/test_flipselector.c === --- src/bin/test_flipselector.c (revision 68289) +++ sr

[E-devel] [Patch][elementary_test] test_entry

2012-02-23 Thread cnook
Dear All, Hello. I have attached a patch for test_entry. Please check this and give any feedbacks. Thank you. Sincerely, Shinwoo Kim. Index: src/bin/test.c === --- src/bin/test.c (revision 68289) +++ src/bin/test.c (working copy) @@

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 Man

[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

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

2012-02-20 Thread cnook
Dear All, I have a problem as following. You guys have any idea? Would you kindly ENLIGHTEN me on this question? I tested using r68179. $ ELM_ENGINE=gdi elementary_test.exe CRI: eina_share_common.c:542 _eina_share_common_node_from_str() *** Eina Magic Check Failed !!! Input handle is wrong t

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

2012-02-20 Thread cnook
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_printa.c, __mingw_strtold, __mingw_strtof make build error I

[E-devel] [Patch][elm_win] elm_win_title_set(); can make a crash with NULL

2012-02-20 Thread cnook
Dear All, Have ever try to call elm_win_title_set(win, NULL)? Then try... :-] It makes "Segmentation Fault". Yeah, we can add patch in the Ecore side, but we can prevent the segmentation fault before go inside. Please check the patch and give any feedbacks. Thanks a lot. Sincerely, Shinwoo Kim. I

[E-devel] [Patch][elementary_test] test_cnp

2012-02-20 Thread cnook
Dear All, The attachment is a patch to enhance the test_cnp in elementary_test. You can check how to use elm_cnp_selection_clear() through the patch. Thanks. Shinwoo Kim. Index: src/bin/test_cnp.c === --- src/bin/test_cnp.c (revision

[E-devel] [Patch][elementary_test] test_check, test_clock

2012-02-19 Thread cnook
Dear All, Hello~ I have attached patch for elementary_test as following. - test_check: using elm_check_state_pointer_set(); - test_clock: using elm_clock_interval_set(); Please review this. Thanks always. Shinwoo Kim. Index: src/bin/test_check.c =

[E-devel] [Patch][elementary_test] test_actionslider, test_bg, test_box

2012-02-15 Thread cnook
Dear All, Hello~ As you guess, the patch is for the elementary_test. Please review the patch and give any feedbacks. The test_actionslider patch is mainly for elm_actionslider_xxx_get() APIs. It would not be a good idea to add test code for such APIs. So I have planed to add test code except elm_

[E-devel] [Patch] eina_inline_lock_win32

2012-01-18 Thread cnook
Hello All. I have got a build error as following. ../../src/include/eina_inline_lock_win32.x:496:30: error: 'ev' undeclared (first use in this function) So I have changed ev->shared->lock to *sem. That's all. Please review the patch. Sincerely, Shinwoo Kim. Index: src/include/eina_inline_lock_

[E-devel] [Patch][Notify] Remove Unnecessary Code

2012-01-09 Thread cnook
Dear All, Hello~ I have attached a patch for removing unnecessary code in the elm_notify. There is no swallow area for the parent In the notify.edc also. Even if the removed line is necessary, then it will cause an improper result. So it should be removed definitely and absolutely! Please review t

[E-devel] [Patch] Removing content resize callback before the ctxpopup is deleted.

2012-01-02 Thread cnook
Dear All, Hello! Sometimes, widget data is referred after ctxpopup is deleted. So before the ctxpopup is deleted, the content resize callback should be removed. Please review the attached patch. Thanks Sincerely, Shinwoo Kim. Index: src/lib/elc_ctxpopup.c =

[E-devel] [Patch] elc_ctxpopup, using elm_smart_scroller_freeze_set() not elm_object_scroll_freeze_push(), pop()

2011-12-27 Thread cnook
Dear All, Hello~ The ctxpopup had used elm_ojbect_scroll_freeze_push(), pop() for the scroll-freeze-on,of callback. If user calls elm_object_scroll_freeze_pop() only after elm_ojbect_scroll_freeze_push(), then it will be fine. But sometimes user calls elm_object_scroll_freeze_pop() two times in a

[E-devel] [Patch] elc_ctxpopup, add restacking feature

2011-12-19 Thread cnook
Dear All, Hello I have attached two files, one is the patch(*.diff) for adding restacking feature to the ctxpopup. The other is test example(*.TEST_EXAMPLE). You can test on the elementary_test > ctxpopup > "Ctxpopup with user content" And click the button which is labeled "Enlightenment". Then la

[E-devel] [Patch] elc_ctxpopup: using calculated value, getting size from the style also.

2011-12-04 Thread cnook
Dear All, Hello! As the title, attached patch has followings. 1) Using Calculated Value: The _update_arrow(); had used evas_object_geometry_get(); internally for getting its base size. But the _calc_base_geometry(); already got the base size which is more accurate. 2) Getting Size From

[E-devel] [Patch][Ecore][Win32] Some Issues

2011-11-23 Thread cnook
Dear All, Hello~ There are some issues as following 1) Key combination like Ctrl + a, Alt +a does not work properly. 2) event->keyname: should be lower case 3) event->modifiers: should be handled -> This is used on the Entry of elementary_test. EX: Ctrl+A should work for selecting all 4) ecore_wi

Re: [E-devel] [Patch] evas_ojbect_textblock, ellipsis handling

2011-11-21 Thread cnook
e proper way. Sincerely, Shinwoo Kim. 2011년 8월 18일 오후 2:40, Tom Hacohen 님의 말: > On 18/08/11 08:09, cnook wrote: >> Dear Mr. Tom, >> >> I have checked with latest evas (evas_object_textblock, and some dependent >> files evas_font_dir and so on) >> The problem nev

[E-devel] [Patch][Ecore][Win32] Resolving the issue of "mouse-down inside and mouse-up outside"

2011-11-16 Thread cnook
Dear All, Hello~ I think you (especially Mr. Vincent, Raster) know this issue. If user mouse-down on the one of items in elementary_test, move(drag) the mouse to the outside of window, and mouse-up, Then.. it works improperly.. For example.. You can scroll the list of elementary_test without mo

[E-devel] Fwd: [Patch][Ecore][Win32][Wince] Add some window messages and virtual keys for Shift, Ctrl, Alt

2011-11-10 Thread cnook
Sorry I overlooked wince again. Jihoon Kim who is having eagle eyes told me. Thanks! TGIF!! -- Forwarded message -- From: cnook Date: 2011/11/11 Subject: [Patch][Ecore][Win32] Add some window messages and virtual keys for Shift,Ctrl,Alt To: EFL Dear All(maybe not All but Mr

[E-devel] [Patch][Ecore][Win32] Add some window messages and virtual keys for Shift, Ctrl, Alt

2011-11-10 Thread cnook
Dear All(maybe not All but Mr. Vincent 8-] ), Hello~ I have attached patch as subject of this mail. That's all. Please check the patch and let me know your opinions. Thanks always. Shinwoo Kim. Index: src/lib/ecore_win32/ecore_win32.c ==

Re: [E-devel] [Patch] ecore_evas_win32, window focus-in/out event callback

2011-11-09 Thread cnook
Dear Mr. Vincent Torri, Hi~ I have attached refined patch based on your comments include wince related also. Thanks a lot! Sincerely, Shinwoo Kim. 2011/11/9 cnook : > Dear All, Hello~ > > There were unimplemented callback for window focus in/out event on Win32. > I have add

[E-devel] [Patch] ecore_evas_win32, window focus-in/out event callback

2011-11-09 Thread cnook
Dear All, Hello~ There were unimplemented callback for window focus in/out event on Win32. I have added these two callbacks. Please review the attached patch. Sincerely, Shinwoo Kim. Index: src/lib/ecore_evas/ecore_evas_win32.c ===

[E-devel] [Build on Windows] edje_cc problem

2011-11-03 Thread cnook
Dear All, Hello! When I tried to "make install" for elementary, some errors occurred as following C:\MinGW\msys\1.0\local\share/edje/include/edje.inc(166) : error 070: rational number support was not enabled ... C:/Users/???/AppData/Local/Temp/edje_cc.sma-tmp-Q1Jpia(31) : error 017: undefined sym

[E-devel] [Question][elementary] notify related

2011-11-02 Thread cnook
Dear All, Hello~ I have a query on the notify. There are 9 modes for notify (BOTTOM, CENTER, TOP, LEFT/RIGHT for Each). Anyhow, if user use BOTTOM and set content of notify bigger than its parent, then notify gets its size bigger than parent. It is fine, but.. Sometimes user want to make not

[E-devel] [Patch] elm_diskselector, using parent width

2011-10-20 Thread cnook
Hello, This patch will make elm_diskselector to use its parent width for its minimum width value. Please review the attached patch. Sincerely, Shinwoo Kim Index: src/lib/elm_diskselector.c === --- src/lib/elm_diskselector.c (revision

[E-devel] [Patch] elc_ctxpopup, arrow direction problem.

2011-10-13 Thread cnook
Dear All, Hello. The arrow of ctxpopup is swallowed in one of 4 swallow parts(left, right, top, bottom) of base group. If user REuses ctxpopup which is already displayed with different direction, then the arrow will be swallowed in previous position. So the attached patch will unswallow arrow from

[E-devel] [Patch] Evil, Configure.ac and Question.

2011-10-07 Thread cnook
Dear All, Hello! [Patch] The current configure.ac reset $win32-libs. This patch will append additional value without reset. Please review this and give any feedback. [Question] I have got a build error from ecore_con.c as following. undefined reference to: inet_ntop(); In the Evil, inet_ntop

Re: [E-devel] [Patch] elm_diskselector, set icon to added item

2011-10-06 Thread cnook
Please review this patch. Thanks. 2011/9/22 cnook : > Dear All, Hello! > > If the diskselector is round mode, the scroller of diskselector has > additional items for its rounding(carousel) effect. > Previously, elm_diskselector_item_icon_set(); did not care about > these

[E-devel] [Patch] elc_ctxpopup, compress item

2011-10-06 Thread cnook
Dear All, Hi! If the ctxpopup is vertical mode and it has too long text item to display, then the text item is not compressed and the ctxpopup has vertical scrollbar, horizontal scrollbar both. User can scroll both sides and diagonally(?) also. So, the attached patch will compress text item, when

[E-devel] [Patch] elm_diskselector, set icon to added item

2011-09-22 Thread cnook
Dear All, Hello! If the diskselector is round mode, the scroller of diskselector has additional items for its rounding(carousel) effect. Previously, elm_diskselector_item_icon_set(); did not care about theses additional items. Please review the attached patch that will care. Thanks. Sincerely, Sh

[E-devel] [Patch] elm_diskselector (ticket #853)

2011-09-07 Thread cnook
Dear All, Hello~ The attached patch for resolving the ticket #853. (http://trac.enlightenment.org/e/ticket/853) There is an issue when it comes to rounded item. Anyhow, I will fix it also. Sincerely, Shinwoo Kim Index: src/lib/elm_diskselector.c ==

Re: [E-devel] [Patch][Evil] add some variables on evil_langinfo

2011-09-07 Thread cnook
when he/she try to build the module Evil. Because of multiple definition. For building module Evil, the clean(ie, just installed) MinGW environment is necessary. How about your opinion? Is there any solution for this(multiple definition error) Sincerely, Shinwoo Kim. 2011/6/22 cnook : > Head

[E-devel] [Patch] Build on Windows - Build Error

2011-09-01 Thread cnook
Dear All, Hello! I have tried to build EFL on Windows 7 and met a problem when I had build evas_ddraw_buffer.cpp evas_ddraw_buffer.cpp includes its evas_engine.h And evas_engine.h includes evas_common_soft16.h that includes evas_private.h finally. (evas_ddraw_buffer.cpp -> evas_engine.h -> evas_c

Re: [E-devel] [Patch] for Build on Windows XP

2011-08-29 Thread cnook
f had been removed with comment > "Unnecessary..." > Would you please let me know, if there is any thing for building on evil > Windows without this. i have fixed Evil so that this patch is not necessary anymore (last time I compiled with MinGW). Do you still need it ?

Re: [E-devel] [Patch] elc_ctxpopup, add transition

2011-08-23 Thread cnook
object_signal_emit(wd->base, "elm,state,show", "elm"); in the _ctxpopup_show function looks useless call. doesnt' it?* -> edje_object_signal_emit(); should be there. The clip part does not come properly without this. Sincerely, Shinwoo Kim. 2011/8/22 cnook > Dear A

Re: [E-devel] [Patch] test_ctxpopup

2011-08-22 Thread cnook
Sure, definitely... thanks for your response. 2011/8/22 Carsten Haitzler > On Mon, 22 Aug 2011 14:08:03 +0900 cnook said: > > hmm thats what i was about to say. i'm staring at it.. with a proper > size... > shall i forget the patch for now? :) > > > Sorry for

Re: [E-devel] [Patch] test_ctxpopup

2011-08-21 Thread cnook
Sorry for inconveniences. Now it comes properly without the patch.. tuk tuk tuk.. ;_; 2011/8/22 cnook > Thanks for your response. > When I try to open the ctxpopup from elementary_test, > it does not show properly. Only a little of window area displays. > > > 2011/8/2

Re: [E-devel] [Patch] test_ctxpopup

2011-08-21 Thread cnook
Thanks for your response. When I try to open the ctxpopup from elementary_test, it does not show properly. Only a little of window area displays. 2011/8/22 Carsten Haitzler > On Fri, 19 Aug 2011 21:31:51 +0900 cnook said: > > could you describe the bug you are trying to fix in mo

[E-devel] [Patch] elc_ctxpopup, add transition

2011-08-21 Thread cnook
Dear All, Hello! The transition effect is added to the ctxpopup when it comes. Please review the attached patch. Thanks always! Sincerely, Shinwoo Kim. Index: data/themes/widgets/ctxpopup.edc === --- data/themes/widgets/ctxpopup.edc

[E-devel] [Patch] test_ctxpopup

2011-08-19 Thread cnook
Dear All, Hello! The window of test_ctxpopup was not able to get its size. I have added elm_box for this as others. Thanks. Sincerely, Shinwoo Kim. Index: src/bin/test_ctxpopup.c === --- src/bin/test_ctxpopup.c (revision 62587) +++ s

Re: [E-devel] [Patch] evas_ojbect_textblock, ellipsis handling

2011-08-17 Thread cnook
Dear Mr. Tom, I have checked with latest evas (evas_object_textblock, and some dependent files evas_font_dir and so on) The problem never comes again. Thanks. Sincerely, Shinwoo Kim. 2011년 8월 16일 오후 3:09, cnook 님의 말: > Dear Mr. Tom, > > Thanks for your response. > I'll

[E-devel] [Patch] elm_diskselector, modify improper code

2011-08-11 Thread cnook
Dear All, Hi! There were come codes in _del_pre_hook() that just don't make sense. Please refer to the attached patch. Sincerely, Shinwoo Kim. Index: src/lib/elm_diskselector.c === --- src/lib/elm_diskselector.c (revision 62370) +++

[E-devel] [Patch] elc_ctxpoup, find largest area based on horizontal or not

2011-08-11 Thread cnook
Dear All, Hi! Previously, the ctxpopup have used only direction up or down if there is no enough area to display. So, there was some dead codes and TODO list for this.. By using wd->horizontal, we can decide between "up/down" and "left/right" If elc_ctxpopup is horizontal, "up/down" is more prope

[E-devel] [Patch] evas_ojbect_textblock, ellipsis handling

2011-08-11 Thread cnook
Dear All, Hi! I have got a problem, when I used evas_object_textblock with edje. I am using the following style for textblock which has width 380. style { name: "tle_style"; base: "font=MYFONT:style=Medium font_size=24 align=center color=#ff wrap=mixed ellipsis=1.0";

[E-devel] [Patch] for Build on Windows XP

2011-08-04 Thread cnook
Hello, 1. evas_module.diff Attached patch evas_module.diff had been removed with comment "Unnecessary..." Would you please let me know, if there is any thing for building on evil Windows without this. 2. evas_font_dirr.diff strndup is GNU extension, anyhow, I'm not sure the 'tmp' is necessary stu

[E-devel] [Patch] Handling the engine creation failed

2011-07-29 Thread cnook
Hi All, If ecore_evas_[not_software_x11]_new(); returns NULL while elm_win_add(); is called, then ecore_evas_software_x11_new(); is used instead of other engines. (FALLBACK_TRY) But the configuration value for engine is not changed. This makes improper result. After FALLBACK_TRY, the elm_win work

Re: [E-devel] [Patch] elm_diskselector

2011-07-27 Thread cnook
Hi All, I have attached refined path. There is no storing parent. Sincerely, Shinwoo Kim. 2011/7/26 cnook > Hi! > > Your response always good for me. > > 1) Yes you're right,There would be a better solution than storing parent. > I'll try to use other way th

[E-devel] [Patch] Elm_Label, Incompatible Widget Data Type

2011-07-25 Thread cnook
Hi All, The Elm_Wrap_Type have been added, and APIs have been changed also. But there are some remains have to be changed as the attached patch. Sincerely, Shinwoo Kim. Index: src/lib/elm_label.c === --- src/lib/elm_label.c (revision

Re: [E-devel] [Patch] elm_diskselector

2011-07-25 Thread cnook
abel is ok. > > 3) When you make a diff, it's better add -x -up option. >$ svn diff -x -up >This tells you which function is changed in the diff. > > Thanks. > Daniel Juyung Seo (SeoZ) > > > On Mon, Jul 25, 2011 at 9:25 PM, cnook wrote: > > Hi

[E-devel] [Patch] elm_diskselector

2011-07-25 Thread cnook
Hi All, I have attached elm_diskselector patch for resolving dynamic theme change issue. Previously, the item label did not display when them theme had changed while elm_diskselector displayed. Sincerely, Shinwoo Kim. Index: src/lib/elm_diskselector.c =

[E-devel] [Patch][elc_ctxpopup] Arrow Position

2011-07-15 Thread cnook
Hi All, The ctxpopup arrow is attached on the drag-able part. If arrow height/width is smaller than drag-able part, then there is a gap between arrow and ctxpopup base. So this patch comes for resolving this issue. Thanks. Sincerely, Shinwoo Kim. Index: src/lib/elc_ctxpopup.c

[E-devel] elementary_test on WindowsXP

2011-07-11 Thread cnook
Dear Mr. Vincent Torri, Hello, 1. The elementary_test (based on Rev 61152) shows with black screen. but, the elementary_test of early of June (Rev 59900) shows properly. 2. Would you please let me know why the elementary_test so slow. The elementary_test gives log as bellow. "WARNING: stuckloc

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-07-08 Thread cnook
; On Fri, 1 Jul 2011 10:15:21 +0900 cnook said: > > now... that looks technically ok... but why are you using strcasestr. > manual > page is pretty specific: > > The strcasestr() function is a nonstandard extension. > > so it's non-standard and.. well mingw and other

  1   2   >