Re: [E-devel] ABI report between 1.18 and 1.19 beta1

2017-02-14 Thread Kim Shinwoo
Thanks a lot for taking care of this too here! :-] On Wed, Feb 15, 2017 at 12:57 PM, Jean-Philippe André wrote: > On 15 February 2017 at 00:11, Stefan Schmidt > wrote: > > > Hello. > > > > Taking over the ABI reports from Tom you can now find the

Re: [E-devel] [EGIT] [core/efl] master 01/01: elementary: atspi accepts UTF-8 text

2016-12-08 Thread Kim Shinwoo
Hello. The plain_text returned by evas_textblock_text_markup_to_utf8 was not used yet all. Issue is that... If an widget has name "on", then the plain_text will be "on". That is one of problem. Sincerely, Shinwoo Kim 2016. 12. 8. 오후 11:27에 "Tom Hacohen" 님이 작성: Based on

[E-devel] [Query][elementary][toolbar] func of item_append and ELM_OBJECT_SELECT_MODE_NONE

2016-07-28 Thread Kim Shinwoo
Dear all. Hello. Two Qs: 1. The following is a description of func of item_append of toolbar. Is this intended? Because the func is called even though the select mode is ELM_OBJECT_SELECT_MODE_NONE. @in func: Evas_Smart_Cb @optional; [[The function to call when the item is clicked.]] FYI: The

Re: [E-devel] EFL 1.18.0 beta 1

2016-07-26 Thread Kim Shinwoo
Thank you for dedication, and sorry for inconvenience I caused. I amended the access commit wating for final release. When is the expected date of final release? Sincerely Shinwoo kim 2016. 7. 27. 오전 1:27에 "Stefan Schmidt" 님이 작성: > This beta release for 1.18 brings us

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: the repeat_events property of swallowed object probably should follow the repeat_events property of swallow part object

2016-07-13 Thread Kim Shinwoo
oops... wayland application.. yes this commit could have compatability issue. Why does it happen only for wl-app.. :/ do I have revert this commit? 2016. 7. 12. 오후 8:41에 님이 작성: Hello, this commit breaks wl-apps. They dont receive any mouseinput anymore. To

Re: [E-devel] Fwd: Eldbus & thread safe

2016-06-13 Thread Kim Shinwoo
Cool thank you raster! 2016. 6. 13. 오후 6:32에 "Carsten Haitzler" <ras...@rasterman.com>님이 작성: > On Fri, 10 Jun 2016 10:51:56 +0900 Kim Shinwoo <kimcinoo@gmail.com> > said: > > standard answer for efl: > > "efl is not threadsafe. u

Re: [E-devel] Fwd: Eldbus & thread safe

2016-06-09 Thread Kim Shinwoo
.b...@free.fr>님이 작성: > On Jun 9, 2016 3:57 AM, "Kim Shinwoo" <kimcinoo@gmail.com> wrote: > > > > https://dbus.freedesktop.org/doc/api/html/group__DBusThreads.html > > > > It seems that dbus is unsafe before handling dbus with dbus thread. > >

Re: [E-devel] Fwd: Eldbus & thread safe

2016-06-09 Thread Kim Shinwoo
https://dbus.freedesktop.org/doc/api/html/group__DBusThreads.html It seems that dbus is unsafe before handling dbus with dbus thread. If we are not using this then.. clearly it is thread unsafe. Am I right? 2016. 6. 9. 오후 7:44에 "Kim Shinwoo" <kimcinoo@gmail.com>님이 작성: >

[E-devel] Fwd: Eldbus & thread safe

2016-06-09 Thread Kim Shinwoo
Sorry for short Q writting on the road using phone. :/ If it is not thread safe, do I have to use some ways such as.. ecore thread? Anyone knows thread safety of Dbus? -- 전달된 메일 -- 보낸사람: "Kim Shinwoo" <kimcinoo@gmail.com> 날짜: 2016. 6. 9. 오후 7:34 제목: Eldbus &a

[E-devel] Eldbus & thread safe

2016-06-09 Thread Kim Shinwoo
Hello all. The eldbus is thread safe? Sincerely, Shinwoo Kim -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are

Re: [E-devel] Exposed API using Eo

2016-06-05 Thread Kim Shinwoo
Oops.. again.. absolutely it is not possible to use same name with different params.. 2016. 6. 5. 오후 3:13에 "Kim Shinwoo" <kimcinoo@gmail.com>님이 작성: > Hello ALL! > > There are exposed APIs using Eo as a parameter on Tizen world. OOPS! > I would like to expose othe

[E-devel] Exposed API using Eo

2016-06-05 Thread Kim Shinwoo
Hello ALL! There are exposed APIs using Eo as a parameter on Tizen world. OOPS! I would like to expose other APIs NOT to use Eo because the Eo is BETA. Please see the following API. elm_atspi_accessible_relationships_append(Eo *, Elm_Atspi_Accessible_Relationship, Eo *) It sets a relation

Re: [E-devel] [Consult] Ecore_Event_Mouse_*

2016-04-21 Thread Kim Shinwoo
he Rasterman) wrote: > > On Thu, 21 Apr 2016 15:24:46 +0900 Kim Shinwoo <kimcinoo@gmail.com> > said: > > > >> Dear All, Hello. > >> I'm using a ecore_event_filter to recognize some gestures for the screen > >> reader on the Enlightenment module. >

[E-devel] [Consult] Ecore_Event_Mouse_*

2016-04-21 Thread Kim Shinwoo
Dear All, Hello. I'm using a ecore_event_filter to recognize some gestures for the screen reader on the Enlightenment module. I have to add Ecore_Event_Mouse_* event in the ecore_event_filter for some gestures. When I added an event in the ecore_event_filter, this ecore_event_filter got the added

Re: [E-devel] Probie proposal: conr2d (Jee-Yong Um)

2016-01-06 Thread Kim Shinwoo
+1 :] 2016. 1. 6. 오후 7:20에 "Carsten Haitzler" 님이 작성: > On Wed, 6 Jan 2016 15:04:37 +0900 Jean-Philippe André > said: > > > Hello, > > > > > > I would like to propose a new candidate for probie access: Jee-Yong Um. > > > > Also known as conr2d, Jee-Yong

[E-devel] Sliding textblock or sliding edje part?

2015-12-16 Thread Kim Shinwoo
Dear all, hello! We have sliding style of elm_label using the embryo script. Other widgets and applications have developed their own sliding style. However it would be hard to develop, and have consistency. There would be two way to make it easy. 1. If the texblock supports the sliding, it will

Re: [E-devel] Probie access for Wonsik

2015-11-12 Thread Kim Shinwoo
+1 here :-] 2015. 11. 11. 오후 1:56에 "Dongyeon Kim" 님이 작성: > +1 of course! > 2015. 11. 11. 오후 1:46에 "Carsten Haitzler" 님이 작성: > > > On Wed, 11 Nov 2015 13:32:23 +0900 Jean-Philippe André < > j...@videolan.org> > > said: > > > > +1 > > > > > Hello, > > > >

Re: [E-devel] Committer access

2015-10-27 Thread Kim Shinwoo
+1 :-) 2015. 10. 27. 오후 4:18에 "Daniel Hirt" 님이 작성: > +1 > Best of luck buddy ;) > > On 10/27/2015 08:16 AM, Cedric BAIL wrote: > > Hello, > > > > I would like to promote Thiep to become a committer. He has been > > contributing for a long time and in many area doesn't

Re: [E-devel] [EGIT] [admin/devs] master 01/01: Promote Dongyeon Kim @spacegrapher to regular dev

2015-09-14 Thread Kim Shinwoo
Congratulations =) 2015. 9. 14. 오후 10:49에 "Cedric BAIL" 님이 작성: > Le 14 sept. 2015 22:16, "Dongyeon Kim" a écrit : > > > > Thanks so much. I will try my best to not b0rke anything! :) > > What ? No ! You got it all wrong ! > > > 2015. 9. 14. 오후 9:47에

Re: [E-devel] [EGIT] [admin/devs] master 01/01: promote nikawhite access to developer.

2015-09-14 Thread Kim Shinwoo
Coffee and icecream == affogato!! Congratulations =) Congratulations! :) -- Amitesh 2015-09-14 10:24 GMT+05:30 ChunEon Park : > hermet pushed a commit to branch master. > > >

Re: [E-devel] [EGIT] [admin/devs] master 01/01: Let's welcome SangHyeon Lee !

2015-07-01 Thread Kim Shinwoo
Cheers and applause! 2015. 6. 30. 오전 12:59에 Daniel Juyung Seo seojuyu...@gmail.com님이 작성: Congratulations! I hope you will do a distinguishable contributions to EFL community with the permission! With great power comes great responsibility! Thanks, Daniel Juyung Seo (SeoZ) On Mon, Jun 29,

Re: [E-devel] [EGIT] [admin/devs] master 01/01: Please welcome Gwanglim Lee as a new committer

2014-10-31 Thread Kim Shinwoo
I thought Gwanglim Lee has been a commiter, because he has been great! Then, coffee and icecream! YAY :D On Mon, Oct 27, 2014 at 2:47 PM, ChunEon Park her...@naver.com wrote: welcome :-) -Regards, Hermet-

Re: [E-devel] Preparing EFL Korea Seminar

2014-10-03 Thread Kim Shinwoo
Hey dear. I'd like to be there with accessibility in EFL with a bit of Elementary focus. Thank you for your dedication always. :D Sincerely Shinwoo Kim. On Thu, Oct 2, 2014 at 8:17 PM, ryuan Choi ryuan.c...@gmail.com wrote: Hi, OK, I will try to prepare something about the ewebkit. Best

Re: [E-devel] Pen support in EFL?

2014-09-10 Thread Kim Shinwoo
I love this thread. B-] I'd like to add newly defined events for the Joystick. It needs information such as Id, Index, Buttons, Axises, Connection(Disconnection) and so on. You could find such information from the W3C(http://www.w3.org/TR/gamepad/) also. This thread would be a good reference

[E-devel] [Emotion] version 1.7 on the Arm device

2014-09-08 Thread Kim Shinwoo
Dear All, Hello. I have tried to play a video file using the emotion_basic_example with gstreamer module. It seems that the _emotion_open_done(); should be called which changes the sd-open, but it is not called. So the emotion_object_play_set(); could not call the module's play method. There

Re: [E-devel] Blog about EO

2014-08-16 Thread Kim Shinwoo
Reply first, go over later. On top of that, It is very glad to see your article. Thank you. On Aug 16, 2014 2:44 PM, Carsten Haitzler ras...@rasterman.com wrote: About time i got back to blogging about EFL etc.

Re: [E-devel] Enventor v0.3.0 is released

2014-07-20 Thread Kim Shinwoo
S col ^o^)=b On Jul 19, 2014 10:33 PM, ChunEon Park her...@naver.com wrote: Hello, This is Hermet. I'm glad to announce the release of the Enventor v0.3.0. Here is a summary about Enventor v0.3.0. Demo video: http://youtu.be/Rqn-Pq5W9xI Enventor 0.3.0 Changes

Re: [E-devel] [EGIT] [core/efl] master 02/02: test_test

2014-07-10 Thread Kim Shinwoo
Dear all, hello. This is definitely my bad. Please blame me or hide me. ;- Sincerly, Shinwoo Kim. On Jul 10, 2014 10:23 PM, Iván Briano sachi...@gmail.com wrote: On Thu, Jul 10, 2014 at 9:55 AM, Stefan Schmidt ste...@datenfreihafen.org wrote: Hello. On Thu, 2014-07-10 at 14:40, Cedric

[E-devel] EFL on Windows

2014-05-08 Thread Kim Shinwoo
Dear All, Hello. I have tried to build EFL on Windows. But the below reference has some broken links, so I could not complete. https://phab.enlightenment.org/w/eflwindowsxp/ If you have any recommendation, please let me know. Thank you. Sincerely, Shinwoo Kim.

Re: [E-devel] EFL on Windows

2014-05-08 Thread Kim Shinwoo
, Cedric BAIL cedric.b...@free.fr wrote: Hello, On Thu, May 8, 2014 at 1:24 PM, Kim Shinwoo kimcinoo@gmail.com wrote: Dear All, Hello. I have tried to build EFL on Windows. But the below reference has some broken links, so I could not complete. https://phab.enlightenment.org/w

Re: [E-devel] [EGIT] [admin/devs] master 01/01: welcome new developer eunue

2014-04-22 Thread Kim Shinwoo
[cheers and applause] It's time to go for coffee and ice cream! Yummy! :] Sincerely, Shinwoo Kim. On Tue, Apr 22, 2014 at 10:41 PM, Daniel Juyung Seo seojuyu...@gmail.comwrote: On Tue, Apr 22, 2014 at 9:08 PM, Tom Hacohen tom.haco...@samsung.com wrote: On 21/04/14 12:35, Daniel Juyung

Re: [E-devel] Weekly news from the automated build and QA front

2013-10-29 Thread Kim Shinwoo
Hello Is the test result from efl/src/tests/* stuffs? The functional (or line) coverage would be lower than I though. It would be a nice point to contribute on my side. :) Sincerely, Shinwoo Kim. On Tue, Oct 29, 2013 at 8:02 PM, Stefan Schmidt s.schm...@samsung.comwrote: Hello. On

Re: [E-devel] enventor release. (Tom, Read this)

2013-10-29 Thread Kim Shinwoo
whoa! ninja takes off a mask here. On Mon, Oct 28, 2013 at 3:58 PM, ChunEon Park her...@naver.com wrote: ok, that will be the first but last request. -Regards, Hermet- -Original Message- From: Steven@este...@enlightenment.org To:

[E-devel] [Question] Key event related

2013-10-29 Thread Kim Shinwoo
Dear all, Hello. after i press and release space key while right arrow key is pressed. the right arrow key press event does not occur before release and press right arrow key again. this is a normal operation on X environment. then how can i implement a shooting game on this environment. my main

[E-devel] a little problem on macbook

2013-10-22 Thread Kim Shinwoo
Dear all, Hello. I'm using Enlightenment on macbook which has ubuntu 12.04. I have changed back light level to zero by using the gadget backlight. but it is not possible to change back light level because the screen is black. The shortcut (fn key + f1,f2) does not work currently. omg. Do you have

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

2013-10-01 Thread Kim Shinwoo
Dear Jaehyun, Hello. If one of children objects fails to set to new theme even though its parent object succeeds to set, then the problem still remains (impossible? if the parent object succeeds, then all children objects always succeed?). IMHO. Thank you :) Cordially, Shinwoo Kim. On Wed,

Re: [E-devel] [EGIT] [core/elementary] master 01/01: [spinner] change part name to access.text from access_text for naming consistency

2013-09-10 Thread Kim Shinwoo
hello. I'm standing on the 2nd side. :) On Sun, Sep 8, 2013 at 12:58 AM, Daniel Juyung Seo seojuyu...@gmail.comwrote: Well, I just realized access_text was added in elementary 1.7 and this is a theme api break. So what we can do is: 1. Support both access_text and access.txt for backport

Re: [E-devel] [ecore_input_evas.c] proper error handling

2013-09-01 Thread Kim Shinwoo
; +} } cordially, shinwoo kim. On Thu, Aug 29, 2013 at 9:39 PM, Kim Shinwoo kimcinoo@gmail.com wrote: to meet previous condition the following would be better than before. please let me know your opinion. thank you. diff --git a/src/lib/ecore_input_evas/ecore_input_evas.c b/src

Re: [E-devel] [ecore_input_evas.c] proper error handling

2013-09-01 Thread Kim Shinwoo
== ECORE_INPUT_UP)) + { + INF(ButtonEvent: up event without down event.); + return ECORE_CALLBACK_PASS_ON; + } + } } if (!faked) _ecore_event_evas_push_mouse_button(e, press); On Mon, Sep 2, 2013 at 1:21 PM, Kim Shinwoo kimcinoo

[E-devel] [evas_events.c] change return condition of multi_up

2013-08-29 Thread Kim Shinwoo
dear all, hello. this message could be duplicated. anyhow.. is it possible to change as below? the _canvas_event_feed_multi_up_internal(); could be called event though evas-pointer.downs is equal to '1'. in this case, the multi_up is invalid. please let me know your opinion. thank you. diff

Re: [E-devel] [evas_events.c] change return condition of multi_up

2013-08-29 Thread Kim Shinwoo
i'm sorry.. the case (_canvas_event_feed_multi_up_internal(); could be called even though evas-pointer.downs) is not invalid. please ignore previous message. thank you. cordially, shinwoo kim. On Thu, Aug 29, 2013 at 7:15 PM, Kim Shinwoo kimcinoo@gmail.com wrote: dear all, hello

[E-devel] [ecore_input_evas.c] proper error handling

2013-08-29 Thread Kim Shinwoo
deal all, hello. the following would be proper error handling. previous lines just check whether the Ecore_Event_Last exists or not. if there is Ecore_Event_Last, then error handling lines should check the state. please check the following lines and give your opinion. thank you. diff --git

Re: [E-devel] [ecore_input_evas.c] proper error handling

2013-08-29 Thread Kim Shinwoo
) _ecore_event_evas_push_mouse_button(e, press); cordially shinwoo kim. On Thu, Aug 29, 2013 at 9:35 PM, Kim Shinwoo kimcinoo@gmail.com wrote: deal all, hello. the following would be proper error handling. previous lines just check whether the Ecore_Event_Last exists

Re: [E-devel] enventor (an edc editor prototype)

2013-07-22 Thread Kim Shinwoo
+27568 awesome! On Tue, Jul 23, 2013 at 11:07 AM, Sung W. Park sung...@gmail.com wrote: Looks really nice hermet! :) what's wrong with 'enventor'??? it totally makes sense you know, like all the other names. i'm surprised that terminology wasn't name eterminology ;-) cheers, Sung

Re: [E-devel] EAIL - new module for elementary - looking for reviewer/approver

2013-07-20 Thread Kim Shinwoo
. Yes, we need to look closer to this :) Thanks, Michal -Original Message- From: Kim Shinwoo [mailto:kimcinoo@gmail.com] Sent: Friday, July 19, 2013 9:39 AM To: Enlightenment developer list Subject: Re: [E-devel] EAIL - new module for elementary - looking for reviewer

Re: [E-devel] EAIL - new module for elementary - looking for reviewer/approver

2013-07-19 Thread Kim Shinwoo
Hey dear, thank you for your information. 1. the ELM_INDEX_DATA_GET(); would make a build error. 2. The test code meets a problem at atk_get_root() when i execute test program. i have installed libatk-bridge2.0-0, libatk-bridge2.0-dev packages on my machine. should i install other packages? 3.

[E-devel] Finally, i could remember the crash issue.

2013-07-17 Thread Kim Shinwoo
Dear all(specially Raster), hello. Finally, i have remembered why elm_access could not call evas_object_del(data); in the _access_obj_del_cb();. there was a crash on smart_theme(); The step to make a crash is as below 1. an object has a part object which is registered to use on the

Re: [E-devel] EAIL - new module for elementary - looking for reviewer/approver

2013-07-16 Thread Kim Shinwoo
Dear Michał Knapiński, Hello. Sounds great and interesting. Everyone would like to look into your lines and try to use the EAIL. Please let us know how to check the EAIL module.. Thank you. Cordially, Shinwoo Kim. On Tue, Jul 16, 2013 at 8:45 PM, Daniel Juyung Seo seojuyu...@gmail.comwrote:

Re: [E-devel] Question about getting content of item in Genlist

2013-07-09 Thread Kim Shinwoo
Unfortunately and currently, yes. If it is possible to decide which content is accessible or not, the genlist item would give accessibility feature to the content by default. Event though there is a elm_check as a content of genlist item. the accessibility feature of check is not necessary, if the

Re: [E-devel] ecore_x_dnd and its handler

2013-05-08 Thread Kim Shinwoo
Than you for response. On Wed, May 8, 2013 at 2:59 PM, Carsten Haitzler ras...@rasterman.comwrote: On Tue, 7 May 2013 17:27:10 +0900 Kim Shinwoo kimcinoo@gmail.com said: Dear All, Hello. I'm a newbie on ecore_x_dnd. There are 3 windows A, B and C. The A window is an input

[E-devel] ecore_x_dnd and its handler

2013-05-07 Thread Kim Shinwoo
Dear All, Hello. I'm a newbie on ecore_x_dnd. There are 3 windows A, B and C. The A window is an input window, its position is always top. and window A conveys mouse event to the specific window B. The B window uses ecore_x_dnd*(); to send a dnd message(? event?) and The C has a handler for the

Re: [E-devel] [EGIT] [core/elementary] master 02/03: Merge branch 'master' of ssh://git.enlightenment.org/core/elementary

2013-04-17 Thread Kim Shinwoo
oops i did it again, i'm so sorry for inconvenience again. On Wed, Apr 17, 2013 at 6:26 PM, Stefan Schmidt s.schm...@samsung.comwrote: Hello. On 04/17/2013 10:11 AM, Daniel Willmann wrote: On 04/17/13 09:28, Stefan Schmidt wrote: Hello. On 04/17/2013 09:22 AM, Shinwoo Kim -

Re: [E-devel] [EGIT] [core/elementary] master 02/02: Merge branch 'master' of ssh://git.enlightenment.org/core/elementary

2013-02-27 Thread Kim Shinwoo
omg thanks for messages :) i will do rebase surely. cordially, shinwoo kim. On Thu, Feb 28, 2013 at 12:19 AM, Tom Hacohen tom.haco...@samsung.comwrote: On 27/02/13 15:13, Rafael Antognolli wrote: Ah, and there should be few people needing such permission. For instance, I still can't

Re: [E-devel] [PATCH] elm_access: fixed a bug in highlight cycle

2013-02-14 Thread Kim Shinwoo
in svn r83883, thank you. cordially, shinwoo kim. On Thu, Feb 14, 2013 at 4:32 PM, Jaeun Choi jaeun_c...@naver.com wrote: I accidently fixed this bug in elm_access. _elm_access_highlight_cycle sets access read_mode as EINA_TRUE and then never set it back as EINA_FASLE, which causes

Re: [E-devel] E SVN: kimcinoo trunk/elementary/src/lib

2013-01-10 Thread Kim Shinwoo
Dear Daniel, Hello! Thank you for your review, about, Eo wrapper.. I don't understand about Eo fully, and.. there is a possibility to change on access API. so.. I will keep your comments and do it when I'm sure the API. Cordially, Shinwoo Kim. On Fri, Jan 11, 2013 at 6:12 AM, Daniel Juyung Seo

Re: [E-devel] [e-users] Korean E dinner

2013-01-09 Thread Kim Shinwoo
-,.-)=b On Wed, Jan 9, 2013 at 8:26 PM, Jihoon Kim imfin...@gmail.com wrote: it's hot video I've ever seen :) 2013. 1. 6. 오전 12:56에 Daniel Juyung Seo seojuyu...@gmail.com님이 작성: Everybody pants on!!! Raster and Hermet actually danced Gangnam Style in Itaewon just for 5 seconds. Let's

Re: [E-devel] [Patch][Elementary] export access api

2012-12-06 Thread Kim Shinwoo
this patch is in svn with r80339 On Wed, Dec 5, 2012 at 1:53 PM, Kim Shinwoo kimcinoo@gmail.com wrote: dear all hi! 1. export elm_access_external_info_set(); i would like to export an API which name is elm_access_external_info_set(Evas_Object *, const char*); this will be using

Re: [E-devel] E SVN: kimcinoo trunk/elementary/src/lib

2012-12-06 Thread Kim Shinwoo
sure, thanks for your response. On Fri, Dec 7, 2012 at 1:15 AM, Daniel Juyung Seo seojuyu...@gmail.comwrote: Hello cinoo, I have four comments. 1. 'const' for getters. Evas_Object *obj - const Evas_Object I fixed this in r80369. http://trac.enlightenment.org/e/changeset/80369 2. also

[E-devel] [Patch][Elementary] export access api

2012-12-04 Thread Kim Shinwoo
dear all hi! 1. export elm_access_external_info_set(); i would like to export an API which name is elm_access_external_info_set(Evas_Object *, const char*); this will be using by application side to set additional accessibility information. widget could have different information which could be

Re: [E-devel] [patch][elementary] toolbar -access enhancement

2012-11-08 Thread Kim Shinwoo
in svn with r78995 2012/10/25 Kim Shinwoo kimcinoo@gmail.com dear all, hello. i would like to add access enhancement to the toolbar. please review the attached. if there are no objections, I will commit it. cordially, shinwoo kim

[E-devel] [patch][elementary] toolbar -access enhancement

2012-10-25 Thread Kim Shinwoo
dear all, hello. i would like to add access enhancement to the toolbar. please review the attached. if there are no objections, I will commit it. cordially, shinwoo kim. toolbar.access.enhance.diff Description: Binary data

Re: [E-devel] [elementary][patch] panel - access feature.

2012-10-25 Thread Kim Shinwoo
dear all, hello. it seems there was no objections, the patch in svn with r78428. thanks. cordially, shinwoo kim. 2012/10/22 Kim Shinwoo kimcinoo@gmail.com dear all, hello. i would like to add access feature to the panel. please review the attached. if there are no objections, I

Re: [E-devel] [patch][elementary] genlist - use displayed item for focus chain on access mode.

2012-10-23 Thread Kim Shinwoo
dear all, hello. it seems there was no objections, the patch in svn r78378. thanks. cordially, shinwoo kim. 2012/10/17 Kim Shinwoo kimcinoo@gmail.com dear all, hello. genlist could have LOTS of items. so it would be better to use only displayed items for the focus chain. please check

Re: [E-devel] [patch][elementary] genlist - use displayed item for focus chain on access mode.

2012-10-23 Thread Kim Shinwoo
Juyung Seo (SeoZ) On Wed, Oct 24, 2012 at 10:09 AM, Kim Shinwoo kimcinoo@gmail.com wrote: dear all, hello. it seems there was no objections, the patch in svn r78378. thanks. cordially, shinwoo kim. 2012/10/17 Kim Shinwoo kimcinoo@gmail.com dear all, hello

[E-devel] [elementary][patch] panel - access feature.

2012-10-22 Thread Kim Shinwoo
dear all, hello. i would like to add access feature to the panel. please review the attached. if there are no objections, I will commit it. cordially, shinwoo kim. panel.access.diff Description: Binary data -- Everyone

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

2012-10-18 Thread Kim Shinwoo
. I updated Korean committer list on EFL Korean User Group. http://efl.or.kr/ Thanks. Daniel Juyung Seo (SeoZ) On Thu, Oct 18, 2012 at 6:04 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: devs: let's give a warm welcome to Kim Shinwoo ! Author: cedric Date

[E-devel] [patch][elementary] genlist - use displayed item for focus chain on access mode.

2012-10-17 Thread Kim Shinwoo
dear all, hello. genlist could have LOTS of items. so it would be better to use only displayed items for the focus chain. please check the attachment and give feedback. thanks. cordially, shinwoo kim. genlist.use.displayed.item.only.diff Description: Binary data

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

2012-10-16 Thread Kim Shinwoo
. Great power comes with great responsibility! Daniel Juyung Seo (SeoZ) On Tue, Oct 16, 2012 at 10:30 AM, Enlightenment SVN no-reply@enlightenment.org javascript:; wrote: Log: devs: let's welcome a new contributer. Have fun Sohyun ! Next one will be Kim Shinwoo

Re: [E-devel] [E-Devel][Patch][Elementary]Map: Fix map test for weird scroller behavior

2012-10-16 Thread Kim Shinwoo
this issue(move to 0,0) also occurs in the genlist when the accessibility mode is enabled. (access object on the genlist item could have the focus on the accessibility mode.) if the genlist displays from the middle of its items and the focus gives to genlist, the weird behavior occurs. i'd like to

Re: [E-devel] [patch][elementary] popup - use list

2012-10-16 Thread Kim Shinwoo
...@rasterman.com wrote: On Mon, 15 Oct 2012 19:29:08 +0900 Kim Shinwoo kimcinoo@gmail.com said: dear all, hello i have learned that someone hates popup. because it does as list. the attached patch makes popup use list. now the popup is really ELC_popup. then please

[E-devel] [patch][elementary] ctxpopup - use proper mouse signal for item

2012-10-11 Thread Kim Shinwoo
deal all, hello. ctxpopup had used its own item not the elm_list. i would like to fix a bug on selecting item to support user who is using old version ctxpopup. the reproduce steps are as below. 0. precondition: ctxpopup displays which has a lot of items, so user should scroll to select

Re: [E-devel] [patch][elementary] ctxpopup - use proper mouse signal for item

2012-10-11 Thread Kim Shinwoo
sorry, els_scroller not elm_scroller in below. 2012/10/12 Kim Shinwoo kimcinoo@gmail.com deal all, hello. ctxpopup had used its own item not the elm_list. i would like to fix a bug on selecting item to support user who is using old version ctxpopup. the reproduce steps are as below

Re: [E-devel] New commit access

2012-10-11 Thread Kim Shinwoo
wow this is the thread. i envy you sohyun!! i would like to give a thumbs up if i can ^0^)=b 2012/10/12 woohyun woo_hyun0...@naver.com +1 ~~~ !! She has been doing and will do well for EFL :) -Original Message- From: Jihoon Kimlt;imfin...@gmail.comgt; To: Enlightenment

[E-devel] [patch][elementary] diskselector - blank item should be added on round disabled mode

2012-10-10 Thread Kim Shinwoo
dear all hello. blank item should be added on the round disabled mode. current diskselector adds blank item even though the round mode is enabled. so please check the patch and give feedback. thanks. cordially, shinwoo kim. diskselector.blank.only.unround.mode.diff Description: Binary data

[E-devel] [patch][elementary] conformant - use layout focus next, direction

2012-10-04 Thread Kim Shinwoo
dear all, hello. um.. there would be a reason to not use focus next and direction stuff.. please let me know why the conform does not use those.. if there is no reason, please keep the patch. thanks. cordially, shinwoo kim. conform.use.focuschain.diff Description: Binary data

Re: [E-devel] Another French^WKorean E diner

2012-10-04 Thread Kim Shinwoo
wow two guests.. that sounds great! but i'm afraid i cannot join.. T,.T 2012/10/5 Jérôme Pinot ngc...@gmail.com On 10/04/12 18:17, Cedric BAIL wrote: Hello every body, Long time no see ! For all of you that are in Korea or may be around Seoul on Friday 12th of October, aka Friday next

[E-devel] [patch][elementary] diskselector - bug fix

2012-09-28 Thread Kim Shinwoo
dear all hello. diskselector has two bugs. 1. on round enable mode elm_diskselector_item_append(); does not call elm_box_pack_*() for over_items and under_items which are added when the display item is bigger than 3. because over_items and under_items is not added, the diskselector shows just 4

[E-devel] [patch][elementary] multibuttonentry - access feature

2012-09-26 Thread Kim Shinwoo
dear all, hello i have attached a patch which has access feature for the multibuttonentry. it was hard time to implement access feature on the multibuttonentry than others. anyhow.. please review the patch and give feedback. thanks. cordially, shinwoo kim. multibuttonentry.access.diff

[E-devel] [patch][elementary] diskselector - checking middle item

2012-09-20 Thread Kim Shinwoo
dear all, hello. the diskselector object x-coordinate would not be 0. but the _scroll_animate_stop_cb() calculates selected item with assumption that the diskselector object x-coordinate is 0. so different item which is not in middle of diskselector is selected. the attached would resolve this

[E-devel] [patch][access] bubble - access feature

2012-09-17 Thread Kim Shinwoo
dear all, hello~ the attached has access feature for bubble widget. please review it and give some feedback. thanks. cordially, shinwoo kim. access.bubble.diff Description: Binary data -- Live Security Virtual

[E-devel] [patch][elementary] bubble - access feature

2012-09-17 Thread Kim Shinwoo
the patch is for the Elementary. using more proper title.. ;-| 2012/9/17 Kim Shinwoo kimcinoo@gmail.com dear all, hello~ the attached has access feature for bubble widget. please review it and give some feedback. thanks. cordially, shinwoo kim

Re: [E-devel] [patch][elementary] access - activate widget

2012-09-16 Thread Kim Shinwoo
sure why not :) moreover something to change came to my mind also.. thanks for your response. cordially, shinwoo kim. 2012/9/14 Carsten Haitzler ras...@rasterman.com On Fri, 14 Sep 2012 16:35:03 +0900 Kim Shinwoo kimcinoo@gmail.com said: Elm_Activate - umm i think that that maybe should

Re: [E-devel] [patch][elementary] access - activate widget

2012-09-16 Thread Kim Shinwoo
I have moved Elm_Activate to elm_widget.h. and attached. then please review this and give feedback. thanks. cordially, shinwoo kim. 2012/9/17 Kim Shinwoo kimcinoo@gmail.com sure why not :) moreover something to change came to my mind also.. thanks for your response. cordially, shinwoo

Re: [E-devel] [patch][elementary] access - activate widget

2012-09-16 Thread Kim Shinwoo
please do not commit this which has an error. 2012/9/17 Kim Shinwoo kimcinoo@gmail.com I have moved Elm_Activate to elm_widget.h. and attached. then please review this and give feedback. thanks. cordially, shinwoo kim. 2012/9/17 Kim Shinwoo kimcinoo@gmail.com sure why

Re: [E-devel] [patch][elementary] access - activate widget

2012-09-16 Thread Kim Shinwoo
hew.. attached does not have an error that was regret to tell you.. thanks again. :) 2012/9/17 Kim Shinwoo kimcinoo@gmail.com please do not commit this which has an error. 2012/9/17 Kim Shinwoo kimcinoo@gmail.com I have moved Elm_Activate to elm_widget.h. and attached. then please

[E-devel] [patch][elementary] access - activate widget

2012-09-14 Thread Kim Shinwoo
dear all hello the previous activate function just get object only. to activate scroller or slider etc.. it needs more information. so the patch changed previous activate(Evas_Object *obj) to activate(Evas_Object *obj, Elm_Activate act); the Elm_Activate can be one of ELM_ACTIVATE_DEFAULT, UP,

Re: [E-devel] [patch][elementary] access - activate widget

2012-09-14 Thread Kim Shinwoo
previous patch has a mistake declaring Eina_Bool in elm_widget_activate(); the attached modified the mistake. sorry for any inconveniences.. please find attachment and give feedback. thanks. 2012/9/14 Kim Shinwoo kimcinoo@gmail.com dear all hello the previous activate function just get

[E-devel] [Patch][elementary] scroller, slider - access activate feature

2012-09-14 Thread Kim Shinwoo
dear guys, I have attached two patches. one is for the slider and the other is for the scoller. this patch would support those who wants change value of slider or content position of scroller on remote side. this would be useful to the access side or voice control side also. then please review

[E-devel] [patch][elementary] bubble - text set does not display info text part

2012-09-14 Thread Kim Shinwoo
dear all, hello. current bubble dose not display 'info' which is TEXT part. i have learned that the following commit would be reverted. http://trac.enlightenment.org/e/changeset/71516/trunk/elementary/src/lib/elm_bubble.c or remove 'else' from 'else if' on current _elm_bubble_smart_text_set();.

[E-devel] Fwd: [patch][elementary] ctxpopup - mirrored feature

2012-09-12 Thread Kim Shinwoo
oops i did not use the developer list. just fwd. -- Forwarded message -- From: Kim Shinwoo kimcinoo@gmail.com Date: 2012/9/12 Subject: Re: [E-devel] [patch][elementary] ctxpopup - mirrored feature To: Carsten Haitzler ras...@rasterman.com thanks for your response. yes you

Re: [E-devel] [patch][elementary] index - add access feature

2012-09-12 Thread Kim Shinwoo
want to tell you this... um.. um.. you took the _elm_access_edje_object_part_object_unregister(); on calendar access patch.. (http://trac.enlightenment.org/e/changeset/76502) anyhow thanks again. 2012/9/12 Carsten Haitzler ras...@rasterman.com On Mon, 10 Sep 2012 10:43:37 +0900 Kim Shinwoo

Re: [E-devel] [patch][elementary] calendar - add access feature, access - add _elm_access_edje_object_part_object_unregister();

2012-09-10 Thread Kim Shinwoo
.. please review the newly attached patch. thanks. cordially, shinwoo kim 2012/9/10 Carsten Haitzler ras...@rasterman.com On Wed, 5 Sep 2012 23:42:31 +0900 Kim Shinwoo kimcinoo@gmail.com said: dear all, hello. the attachment has accessibility feature which is for the elm_calendar

Re: [E-devel] [patch][elementary] index - add access feature

2012-09-09 Thread Kim Shinwoo
the attachment. thanks. cordially, shinwoo kim. 2012/9/7 Kim Shinwoo kimcinoo@gmail.com dear all, hello the attachment has access features for the index. and this patch is depends on the previous patch which has _elm_access_edje_object_part_object_unregister(); to find the previous

[E-devel] [patch][elementary] ctxpopup - mirrored feature

2012-09-08 Thread Kim Shinwoo
hey dears i have learned that the ctxpopup mirrored feature remains unfinished state. the attachment would make the ctxpopup better than before. actually, the patch will fix a mirrored feature bug on the ctxpopup. please review the patch and give feedback. thanks always. cordially, shinwoo kim.

[E-devel] [patch][elementary] index - add access feature

2012-09-07 Thread Kim Shinwoo
dear all, hello the attachment has access features for the index. and this patch is depends on the previous patch which has _elm_access_edje_object_part_object_unregister(); to find the previous patch, please refer to the following

[E-devel] [patch][elementary] calendar - add access feature, access - add _elm_access_edje_object_part_object_unregister();

2012-09-05 Thread Kim Shinwoo
dear all, hello. the attachment has accessibility feature which is for the elm_calendar. and moreover.. it would be better to keep one more api for the access which name is _elm_access_edje_object_part_object_unregister(); in the case of calendar item, its text part could be set with empty value

[E-devel] [patch][elementary] popup - smart theme

2012-09-03 Thread Kim Shinwoo
dear all, hello. popup have used notify its internal widget. but popup does not take care the notify theme in its smart_theme() the attachment just add a line to set style to the notify and test code also. please review and give feedback. thanks. sincerely, shinwoo kim. popup.smart.theme.diff

[E-devel] [patch][access] add atoms for action up, down

2012-09-03 Thread Kim Shinwoo
dear all, hello I have attached three patches. (1st) the ecore_x.access.atom.diff has newly added atoms which names are ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_UP, ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_DOWN. these atoms will be used to scroll(or slide) up or down. moreover it would be used for item

Re: [E-devel] [patch][access] add atoms for action up, down

2012-09-03 Thread Kim Shinwoo
argh.. omg. i did it again? sorry for disturbing you. 2012/9/3 Chris Michael cp.mich...@samsung.com Functionally, the e_module patch looks ok too. Doesn't keep to E formatting, but it's a minor infraction ;) dh -Original Message- From: Kim Shinwoo [mailto:kimcinoo@gmail.com

Re: [E-devel] [patch][access] add atoms for action up, down

2012-09-03 Thread Kim Shinwoo
, the e_module patch looks ok too. Doesn't keep to E formatting, but it's a minor infraction ;) dh -Original Message- From: Kim Shinwoo [mailto:kimcinoo@gmail.com] Sent: 03 September 2012 09:34 To: Enlightenment developer list Subject: [E-devel] [patch][access] add atoms for action up

  1   2   3   >