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
+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
+ 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
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
+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
+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
+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
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
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
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
>
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
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
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
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
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
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
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
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!
> > >>
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
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
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
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
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
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
---
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
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
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
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
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
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
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)
@@ -
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
===
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
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
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:
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
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
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)
@@
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.
>
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
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
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 (
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
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
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
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
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
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)
@@
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
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
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
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
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
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
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
=
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_
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_
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
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
=
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
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
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
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
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
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
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
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
==
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
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
===
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
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
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
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
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
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
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
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
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
==
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
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
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 ?
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
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
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
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
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
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
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
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)
+++
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
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";
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
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
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
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
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
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
=
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
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
; 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 - 100 of 128 matches
Mail list logo