[E-devel] About EFL C# language bindings

2018-08-02 Thread 조재현
Hello. This is Jaehyun Cho. This email is to discuss and share opinions about current issues on EFL C# language bindings and how to solve the issues. Originally I asked questions about EFL C# language bindings to Mr. Felipe Magno de Almeida, but anyone can answer or share your

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl_ui_slider: refactor slider widget.

2018-05-15 Thread 조재현
Hello. Sorry for the errors.. The following commits fix the errors and they have been submitted to the upstream master. bce7e7d0d7cd543f0905d1b15bde3de580f4e8e4 19833657e81734ac0b9d4bd9ffcca0dddfe21867 I will keep in mind your advice. Thank you. Best Regards, Jaehyun Cho. -Original

Re: [E-devel] Heads up on upcoming 1.21 stabilization phase

2018-05-02 Thread 조재현
5908 and D5988. (D6008 has been submitted already.) D5988 is for tab pager. Thank you 네이버 메일 앱에서 보냈습니다. -Original Message- 보낸사람: "조재현" <jae_hyun_...@naver.com> 받는사람: "Enlightenment developer list" <enlightenment-devel@lists.sourceforge.net> 날짜: 2018.05

Re: [E-devel] [EGIT] [core/efl] master 01/01: Revert Efl.Ui.Multibuttonentry to create new one.

2018-05-02 Thread 조재현
Dear Davide Andreoli, Sorry for inconvenience. I fixed the make check fail by the commit ec59f8053a9a7ee7ff848a1bab1d0d980d914bc3 Best Regards, Jaehyun Cho. -Original Message- From: "Davide Andreoli" To: "Enlightenment developer

Re: [E-devel] Heads up on upcoming 1.21 stabilization phase

2018-05-02 Thread 조재현
1.21 freeze, there are two patches to be submitted as follows. https://phab.enlightenment.org/D5908 https://phab.enlightenment.org/D6008 D5908 is for slider widget and D6008 is for tab pager widget in efl ui interface. Those patches are necessary widgets for the new efl ui interface and they

Re: [E-devel] [EGIT] [core/efl] master 01/05: efl_canvas_object: Add events for state changes of object's animation

2018-04-30 Thread 조재현
Dear Marcel Hollerbach, Thanks for reporting. I encoded the event info for animation events by the commit 81f94f5a09f065627b82207092d80bcc8837a9da Best Regards, Jaehyun Cho. -Original Message- From: "Marcel Hollerbach" To: "Enlightenment developer

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl_ui_spin: Add new spin and spin_button widgets

2017-12-04 Thread 조재현
I had the same problem but the problem was solved when I removed all eo.* files created by compilation as texi2se told me as follows. find . -name "*₩.eo₩.*" -exec rm {} ₩; 네이버 메일 앱에서 보냈습니다. -Original Message- 보낸사람: "Jean-Philippe André" j...@videolan.org 받는사람: "Enlightenment

Re: [E-devel] Committer access proposal: Conr2d

2017-04-13 Thread 조재현
+1 :) I was also confused that conr2d already had a full commit access.. ;) -Original Message- 보낸사람: "WooHyun Jung" woohyun0...@gmail.com 받는사람: "Enlightenment developer list" enlightenment-devel@lists.sourceforge.net 날짜: 2017.04.14 오전 11:29:28 제목: Re: [E-devel] Committer access proposal:

Re: [E-devel] elm_object_part_content_set with NULL

2016-10-26 Thread 조재현
htenment developer list" enlightenment-devel@lists.sourceforge.net 날짜: 2016.10.26 오후 07:07:47 제목: Re: [E-devel] elm_object_part_content_set with NULL Hi Jaehyun, On 26 October 2016 at 18:07, 조재현 jae_hyun_...@naver.com wrote: Dear all, Hello. This is Jaehyun. Based on the our docs, elm_object_pa

[E-devel] elm_object_part_content_set with NULL

2016-10-26 Thread 조재현
Dear all, Hello. This is Jaehyun. Based on the our docs, elm_object_part_content_set with NULL content deletes existing content. https://docs.enlightenment.org/stable/elementary/group__Elm__General.html#ga0531ec8867c72def7c780601764ca642 But some widgets do not follow this policy.(they just

Re: [E-devel] Slow Entry response time on OSX(MacOS)

2015-11-05 Thread 조재현
Cho. -Original Message- From: "Carsten Haitzler"ras...@rasterman.com To: "Enlightenment developer list"enlightenment-devel@lists.sourceforge.net; Cc: "조재현"jae_hyun_...@naver.com; Sent: 2015-11-06 (금) 11:49:29 Subject: Re: [E-devel] Slow Entry response time

[E-devel] Slow Entry response time on OSX(MacOS)

2015-11-05 Thread 조재현
Dear all, Hello. This is Jaehyun Cho. I am testing EFL and Elementary on multi platforms (Windows and OSX). And I found that the entry response time on OSX(MacOS) is very slow. (When I input string on entry by keyboard, the string appears very late.) Mr. Nicolas Aguirre informed me

[E-devel] Question about evas_object_box_smart APIs

2015-04-09 Thread 조재현
Hello~ This is Jaehyun Cho. In efl/src/lib/evas/canvas/evas_object_box.c, evas_object_box_smart_set() always returns nothing and evas_object_box_smart_class_get() always returns NULL. So are those APIs actually not used by application developers? like deprecated APIs? Thanks, Jaehyun Cho.

Re: [E-devel] Tutorial for setting up EFL/Elementary via Windows Builds?

2015-03-18 Thread 조재현
Dear Jeff Hoogland, You can check the following wiki website and follow the instructions. https://phab.enlightenment.org/w/windows/ 1. Msys2 installation 2. Packages installation 3. EFL Installation 4. Elementary Installation I have installed EFL and Elementary on Windows and I built them

[E-devel] [core/elementary] Problem of sub object delete during resize object set

2013-10-11 Thread 조재현
Dear all, Hello~ This is Jaehyun Cho. I need your opinions and ideas related to setting resize object :-) As you might know if you set the resize object of an object by calling elm_widget_resize_object_set, the previous resize object is removed from the sub object relationship and the smart

[E-devel] [core/elementary] Question about widget theme policy

2013-10-01 Thread 조재현
Dear all, Hello. This is Jaehyun Cho. I am writing this email to ask about the widget theme policy. As you know, when the elm_widget_theme is called, the theme is applied for all the children objects and then the parent object's theme is applied later. (This means that the theme can be applied

Re: [E-devel] [Patch] Fix elc_naviframe to emit state signals for text part (elementary)

2013-01-06 Thread 조재현
Seo (SeoZ) On Sun, Jan 6, 2013 at 2:23 PM, 조재현 lt;jae_hyun_chogt;@naver.comgt; wrote: gt; Dear all, gt; gt; Hello. This is Jaehyun Cho. gt; Now, naviframe emits state signals (e.g. show or hide) for customized text gt; part (i.e. neither elm.text.title nor elm.text.subtitle) which is going gt

[E-devel] [Patch] Fix elc_naviframe to emit state signals for text part (elementary)

2013-01-05 Thread 조재현
Dear all, Hello. This is Jaehyun Cho. Now, naviframe emits state signals (e.g. show or hide) for customized text part (i.e. neither elm.text.title nor elm.text.subtitle) which is going to be appended to the item's text_list. However, if the customized text parts change the text label when the

[E-devel] [Patch] Fix _item_text_set_hook to set part text correctly

2013-01-02 Thread 조재현
Dear all, Hello. This is Jaehyun Cho. The current version of _item_text_set_hook sends the part signal name to edje_object_part_text_set. (elementary/src/lib/elc_naviframe.c) To resolve this issue, I sent different arguments to edje_object_part_text_set for each case. Please review this patch.