[EGIT] [core/efl] master 01/01: Eina: Change from to for header inclusion

2014-08-02 Thread bluezery
stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8f30d8a94956f7a18e4c79ea834137157adaa927 commit 8f30d8a94956f7a18e4c79ea834137157adaa927 Author: bluezery the81@samsung.com Date: Sat Aug 2 21:09:57 2014 +0200 Eina: Change from

Re: [E-devel] [EGIT] [core/elementary] master 01/01: map: Add missing legacy API into legacy header

2014-07-22 Thread Bluezery
OK, it's temporary fix. I will add it into EO class ASAP. :) 2014-07-22 17:14 GMT+09:00 Carsten Haitzler ras...@rasterman.com: On Tue, 22 Jul 2014 09:14:15 +0300 Daniel Zaoui daniel.za...@samsung.com said: Hi Tae-Hwan, I don't think it is the good fix. The .eo file should describe this

[EGIT] [core/efl] master 01/01: configure.ac: Remove obsolete macros

2014-07-03 Thread bluezery
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=368058cdc71e6f8f042f6326d01e0b3327c6e744 commit 368058cdc71e6f8f042f6326d01e0b3327c6e744 Author: bluezery ohpo...@gmail.com Date: Thu Jul 3 17:32:10 2014 +0900 configure.ac: Remove obsolete

[EGIT] [core/elementary] master 01/01: elm_map: Add new elm_map_region_zoom_bring_in() API

2014-05-28 Thread bluezery
raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=84c2351bc339eca22acb79c86acbee7a1322f8c0 commit 84c2351bc339eca22acb79c86acbee7a1322f8c0 Author: bluezery ohpo...@gmail.com Date: Wed May 28 17:08:00 2014 +0900 elm_map: Add new

Re: [E-devel] Elm window resize

2014-05-21 Thread Bluezery
2014. 5. 21. 오전 9:05에 David Seikel onef...@gmail.com님이 작성: On Wed, 21 May 2014 08:50:04 +0900 (KST) ChunEon Park her...@naver.com wrote: naviframe set the min size with the top item content min size. Ah so it's something else that is setting it's min size wrong then. I should make some

Re: [E-devel] Elm_Widget_Item on_deletion property

2014-05-21 Thread Bluezery
2014. 5. 13. 오후 6:56에 Yossi Kantor yossi.kan...@samsung.com님이 작성: With pleasure ! (Muahahah.) Thanks! On 05/13/2014 11:58 AM, ChunEon Park wrote: remove it! -Regards, Hermet- -Original Message- From: Yossi

[EGIT] [core/efl] master 01/01: edje: Remove build warnning by clang

2014-04-24 Thread bluezery
seoz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=785cdcf689c29f8ec64544c729b981c931bc5ed3 commit 785cdcf689c29f8ec64544c729b981c931bc5ed3 Author: bluezery ohpo...@gmail.com Date: Fri Apr 25 14:27:15 2014 +0900 edje: Remove build warnning by clang

Re: [E-devel] Korea e dinner

2014-04-04 Thread Bluezery
I got an another appointment next Saturday :-( 2014-04-04 9:27 GMT+09:00 ChunEon Park her...@naver.com: next saturday? 6:00 Itaewon good. -Regards, Hermet- -Original Message- From: Carsten Haitzlerras...@rasterman.com To: Cedric

Re: [E-devel] [EGIT] [core/efl] master 01/01: Add new PLUGIN_RUN action type and new plugins.plugin handlers 1. If external library is commerical source and not opensource, we cannot include/build the

2014-03-20 Thread Bluezery
I should use arc diff --edit --update D588 to update git commit message instead of git commit --amend arc diff --update D643 :-( I updated documentation: https://phab.enlightenment.org/w/arcanist/ 2014-03-20 13:42 GMT+09:00 Daniel Juyung Seo seojuyu...@gmail.com: Wow this is the longest commit

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary/widget - introduce elm_object_item_object_get().

2013-09-02 Thread Bluezery
Actually I want to discuss about this kinds of APIs for long time ago. http://sourceforge.net/mailarchive/message.php?msg_id=31297258 But nobody is interested in this. ;-( This API is dangerous but the root cause was from App. developers. For the genlist/gengrid cases, App can use

Re: [E-devel] [EGIT] [core/elementary] master 02/02: genlist: implement list position signals.

2013-08-24 Thread Bluezery
Hello, Are there any performance issue to adding signals? odd/even already seems to has performance/memory consumption issue. Adding more group name or alias into theme can increase memory when edje is loaded even though that group is not used. Eventhough performance issue is not signicant by

Re: [E-devel] [Question] About depcreated elm_object_item_object_get API

2013-08-17 Thread Bluezery
object to substitute old edje object. If so, how about adding new APIs which are needed for flexibility( refer Cons: 4) Actual purpose of this mail is: https://phab.enlightenment.org/D208 :D 2013/4/16 Bluezery ohpo...@gmail.com 2013/4/16 Daniel Juyung Seo seojuyu...@gmail.com On Tue, Apr 16

[E-devel] Question about elm_genlist_item_class_new/free/class_unref

2013-05-07 Thread Bluezery
Hello, I have query abount elm_genlist_item_class_new/free/unref. Elm_Genlist_Item_Class is user created memory and referred by genlist object. But sometimes application want to do not use it anymore. So there is just one option to do this, it is to call elm_genlist_item_class_free. Evenghough,

Re: [E-devel] Question about elm_genlist_item_class_new/free/class_unref

2013-05-07 Thread Bluezery
2013/5/7 Carsten Haitzler ras...@rasterman.com On Tue, 7 May 2013 17:32:05 +0900 Bluezery ohpo...@gmail.com said: Hello, I have query abount elm_genlist_item_class_new/free/unref. Elm_Genlist_Item_Class is user created memory and referred by genlist object. But sometimes

Re: [E-devel] Question about elm_genlist_item_class_new/free/class_unref

2013-05-07 Thread Bluezery
2013/5/7 Daniel Juyung Seo seojuyu...@gmail.com Hello, On Tue, May 7, 2013 at 6:47 PM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 7 May 2013 17:32:05 +0900 Bluezery ohpo...@gmail.com said: Hello, I have query abount elm_genlist_item_class_new/free/unref

Re: [E-devel] [Question] About depcreated elm_object_item_object_get API

2013-04-16 Thread Bluezery
2013/4/16 Daniel Juyung Seo seojuyu...@gmail.com Hello, I don't want to export the internal object any more. That depends on point of views. Think about 3 mans Designer / Frame developer / Application Developer Edje is designed for designer. Designer makes edje. It can be compiled and

Re: [E-devel] [Question] About depcreated elm_object_item_object_get API

2013-04-16 Thread Bluezery
2013/4/16 Daniel Juyung Seo seojuyu...@gmail.com On Tue, Apr 16, 2013 at 8:02 PM, Bluezery ohpo...@gmail.com wrote: 2013/4/16 Daniel Juyung Seo seojuyu...@gmail.com Hello, I don't want to export the internal object any more. That depends on point of views. Think about 3 mans

Re: [E-devel] [Question] About depcreated elm_object_item_object_get API

2013-04-12 Thread Bluezery
Yes, theme dependency can be the problem. But there eixst pros and cons. If application make customized winset theme, application can add programs or parts or something for their own purpose and do more things on theme and do not need to make their own customized winset. In this situation, there

[E-devel] [Question] About depcreated elm_object_item_object_get API

2013-04-04 Thread Bluezery
Dear EFL developers, I have question about getting geometry of edje part on elemenatry object or elm object item. If ctx popup or date time widget want to be placed on the text part, I cannot find the way. Actually application should depend on edje theme part on some cases. Applications should

[E-devel] [Question] About propagate events on edc script.

2013-03-28 Thread Bluezery
Dear EFL developers, In edc script, there does not exist propagate_events so the each part always propagate their events to their parents if I add a evas event callback to layout or edje. Is this intentional or not? Of course, I can use the elm_layout_signal_callback_add or

Re: [E-devel] [Question] About propagate events on edc script.

2013-03-28 Thread Bluezery
2013/3/29 Iván Briano sachi...@gmail.com: On Thu, Mar 28, 2013 at 4:47 PM, Davide Andreoli d...@gurumeditation.it wrote: 2013/3/28 Bluezery ohpo...@gmail.com Dear EFL developers, In edc script, there does not exist propagate_events so the each part always propagate their events

Re: [E-devel] [elementary]map: Fix 1byte invalid read

2013-02-24 Thread Bluezery
2013/2/23 Carsten Haitzler ras...@rasterman.com: On Sat, 23 Feb 2013 21:03:02 +0900 Bluezery ohpo...@gmail.com said: 2013/2/23 Carsten Haitzler ras...@rasterman.com: On Thu, 21 Feb 2013 18:48:42 +0900 Bluezery ohpo...@gmail.com said: Hello, This patch fix 1byte invalid read error

Re: [E-devel] [elementary]map: Fix 1byte invalid read

2013-02-24 Thread Bluezery
2013/2/25 Bluezery ohpo...@gmail.com: 2013/2/23 Carsten Haitzler ras...@rasterman.com: On Sat, 23 Feb 2013 21:03:02 +0900 Bluezery ohpo...@gmail.com said: 2013/2/23 Carsten Haitzler ras...@rasterman.com: On Thu, 21 Feb 2013 18:48:42 +0900 Bluezery ohpo...@gmail.com said: Hello

Re: [E-devel] [elementary]map: Fix 1byte invalid read

2013-02-23 Thread Bluezery
2013/2/23 Carsten Haitzler ras...@rasterman.com: On Thu, 21 Feb 2013 18:48:42 +0900 Bluezery ohpo...@gmail.com said: Hello, This patch fix 1byte invalid read error for char * string. Readed bytes needs one more bytes for NULL terminated char. could you try our new phab tool for submitting

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

2013-02-23 Thread Bluezery
Before make commit, git pull should be done to prevent this useless commit. If conflict occurred, git stash git pull git stash pop is good solution. Otherwise, solve the conflict manually to make commit on top of the origin/master's HEAD. 2013/2/23 Daniel Juyung Seo seojuyu...@gmail.com:

[E-devel] [elementary]map: Fix 1byte invalid read

2013-02-21 Thread Bluezery
Hello, This patch fix 1byte invalid read error for char * string. Readed bytes needs one more bytes for NULL terminated char. Thanks -- BRs, Kim. map@fix_1byte_error.patch Description: Binary data -- Everyone hates

Re: [E-devel] [elementary]map: Fix 1byte invalid read

2013-02-21 Thread Bluezery
found more cases in the map code and I fixed patch again. 2013/2/21 Tom Hacohen tom.haco...@samsung.com: On 21/02/13 09:48, Bluezery wrote: Hello, This patch fix 1byte invalid read error for char * string. Readed bytes needs one more bytes for NULL terminated char. It's not really

[E-devel] Fwd: [elementary]map: Fix 1byte invalid read

2013-02-21 Thread Bluezery
I forgot to add EFL mailing list. :( -- Forwarded message -- From: Bluezery ohpo...@gmail.com Date: 2013/2/21 Subject: Re: [E-devel] [elementary]map: Fix 1byte invalid read To: Tom Hacohen tom.haco...@samsung.com OK, it's from my bad english :) I splited the patch. fix 1byte

Re: [E-devel] to all you curlers

2013-01-07 Thread Bluezery
If easy hadle is not removed from multi-handle, Is it possible to stop easy handle's transfer? while other easy handles are active. But it seems to be bug that APIs do not work after timeout.. 2013/1/7 Michael Blumenkrantz michael.blumenkra...@gmail.com: I've located a bug that I encountered

Re: [E-devel] [elementary]elm_widget: elm widget

2013-01-07 Thread Bluezery
It's final fix. :) Previsouly, I do not considerthe case which is in the scroller in the scroller. Current logic is that: Find scroller in parent objects. And calculate region to focus in the scroller. And show focused object. That's all. 2013/1/7 Bluezery ohpo...@gmail.com: I have changed

Re: [E-devel] [elementary]elm_widget: elm widget

2013-01-06 Thread Bluezery
I have changed patch a little. Region show should be performed only for the objects which implement elm_wdg_focus_region_get(), such as entry. Otherwise, do not show region the object when it is focused. 2013/1/5 Bluezery ohpo...@gmail.com: Hello, I have made a patch for fixing region show

[E-devel] [elementary]elm_widget: elm widget

2013-01-05 Thread Bluezery
Hello, I have made a patch for fixing region show of widget focus in scroller. Previously, region show is not correct if focused object is not in the viewport of ther scroller Because region show calculation is done only by evas object geometry. But scroller object can know the viewport region in

Re: [E-devel] [Patch][edje] Prevent duplicated inherition of after

2012-11-30 Thread Bluezery
Please review this patch. When inheriting group, program.after can be duplicated currently. But I think that duplicated program.after is not needed when inherting. If user want that after can be called twice, it's better to add one more after intentionally 2012/11/8 Bluezery ohpo...@gmail.com

[E-devel] [Question] Some missing packages in contribute page

2012-11-19 Thread Bluezery
Dear EFL developers, I changed my linux desktop and build new efl sources. I followed the guide in building section of contribute page(http://www.enlightenment.org/p.php?p=contributel=en) But I think that openssl, g++ packages seems to be missing because openssl is default module for eet in

Re: [E-devel] Evas event handling - void *event_info?

2012-11-17 Thread Bluezery
2012년 11월 18일 일요일에 Andreas Volz님이 작성: Hello, I've just some problem to understand that event_info parameter in Evas callbacks. e.g.: http://docs.enlightenment.org/auto/elementary/fileselector_example_c.html ... /* 'selected' cb */ static void _fs_selected(void*data,

Re: [E-devel] [Patch][Elementary]Genlist: Fix anchor item to prevent scroller movement

2012-11-15 Thread Bluezery
2012/11/15 Carsten Haitzler ras...@rasterman.com: On Wed, 17 Oct 2012 22:08:52 +0900 Bluezery ohpo...@gmail.com said: Dear all, When you prepend or insert_before items into genlist, scroller is moved. This bugs was somewhat fixed in case of insert_before but still occurred when insert items

Re: [E-devel] [Patch][edje] Prevent duplicated inherition of after

2012-11-11 Thread Bluezery
2012/11/9 Daniel Juyung Seo seojuyu...@gmail.com: thanks for the quick fix. btw how can i reproduce/check the bug? I don't know this is a bug or intended. if duplicated after usage is wrong case, it's a bug. Daniel Juyung Seo (SeoZ) On Nov 8, 2012 6:37 PM, Bluezery ohpo...@gmail.com wrote

[E-devel] [Patch][edje] Prevent duplicated inherition of after

2012-11-08 Thread Bluezery
Dear EFL developers, When inherting group, after of program section is also inherited. But duplicated name of after can be also inherited. I think that multiple after can be used but duplicated should be not. because this seems to be useless. Is there case that duplicated after usage is used?

Re: [E-devel] [Patch][edje] Prevent duplicated inherition of after

2012-11-08 Thread Bluezery
please separate formatting fix(including white space removal) and feature change/bug fix next time? Thanks. Daniel Juyung Seo (SeoZ) On Thu, Nov 8, 2012 at 5:42 PM, Bluezery ohpo...@gmail.com wrote: Dear EFL developers, When inherting group, after of program section is also inherited

Re: [E-devel] I reverted a broken patch to genlist (77944)

2012-10-23 Thread Bluezery
(SeoZ) On Mon, Oct 22, 2012 at 11:36 PM, Tom Hacohen tom.haco...@samsung.com wrote: Hey, I reverted commit 77944 that was committed by raster (a patch from Bluezery). That commit broke genlist and clouseau. How to reproduce: Open Genlist 2 test, click on the X button, and then click

[E-devel] [E-Devel][Patch][Elementary] Gengrid: Bug fix

2012-10-18 Thread Bluezery
Dear all, There is a bug, invalid data assign into ecore_job. Trivial whilte space removal is included also. it's automated in my editor :D. Please review this patch. -- BRs, Kim. gengrid@fix_bug.patch Description: Binary data

[E-devel] [Patch][Elementary]Genlist: Fix anchor item to prevent scroller movement

2012-10-17 Thread Bluezery
Dear all, When you prepend or insert_before items into genlist, scroller is moved. This bugs was somewhat fixed in case of insert_before but still occurred when insert items before first item. This patch fix this. When item is inserted before, make this item as anchor item and later this item is

Re: [E-devel] [E-Devel][Patch][Elementary]Genlist - Edje Item Cache Refactoring

2012-10-15 Thread Bluezery
2012/10/13 Carsten Haitzler ras...@rasterman.com: On Fri, 5 Oct 2012 11:09:12 +0900 Bluezery ohpo...@gmail.com said: that's a pretty big patch for a much smaller set of actual work. reading the patch took time because of this (i keep having to compere your new functions to the old which

Re: [E-devel] E SVN: cedric trunk/ecore/src/lib/ecore_con

2012-10-08 Thread Bluezery
2012/10/5 Enlightenment SVN no-re...@enlightenment.org: Log: ecore: let's try another approach thanks to Guillaume Friloux. Author: cedric Date: 2012-10-05 06:07:14 -0700 (Fri, 05 Oct 2012) New Revision: 77533 Trac: http://trac.enlightenment.org/e/changeset/77533

Re: [E-devel] [E-Devel][Patch][Elementary]Genlist - Edje Item Cache Refactoring

2012-10-04 Thread Bluezery
I resolved conflicts with recent svn. 2012/10/2 Bluezery ohpo...@gmail.com: Dear EFL developers, This is patch for reconstructing genlist's item cache. Each item cache functions do harsh jobs so just push,pop by Elm_Gen_Item * now. Before, cache is disabled by comments. But I enabled item

[E-devel] [E-Devel][Patch][Elementary]Genlist - Edje Item Cache Refactoring

2012-10-02 Thread Bluezery
Dear EFL developers, This is patch for reconstructing genlist's item cache. Each item cache functions do harsh jobs so just push,pop by Elm_Gen_Item * now. Before, cache is disabled by comments. But I enabled item cache again (even for the case which tree_effect_enabled is on). I changed some

Re: [E-devel] [patch][elementary] add reorder fast mode for mobile case

2012-10-01 Thread Bluezery
Sorry, test code was in there :( I removed them. 2012/10/1 Daniel Juyung Seo seojuyu...@gmail.com: It looks like there are unnecessary codes in your patch. Can you please resend the patch? Daniel Juyung Seo (SeoZ) On Fri, Sep 28, 2012 at 10:04 PM, Bluezery ohpo...@gmail.com wrote: Dear

Re: [E-devel] Add Null Chekcing Routine in eet_lib

2012-09-06 Thread Bluezery
2012/9/6 Tom Hacohen tom.haco...@samsung.com: Raster and I completely agree here, so you can see most of my response in his email in his words. :) But there's one more thing I wanted to add: I love error-free and defensive coding, I think it's good and needed. I'm not arguing here whether we

[E-devel] Questions about text min/max in edje

2012-09-03 Thread Bluezery
Dear all, I have a question about text part's min max in edje. If setting text part's min as 1, min value of this part is same as text string length. But I cannot stop to increase this part. If the text string is infinite, the part increases infinitely. I just want to increase the text part with

Re: [E-devel] Questions about text min/max in edje

2012-09-03 Thread Bluezery
seojuyu...@gmail.com wrote: Hello, Bluezery. This is easy to solve. Do not set text.min to 1. It will refuse ellipsis. What you need here is to restrict text part's area by using another rect part. Find text.limit part in my attachment. You can easily change my code to fit your needs. Thanks

[E-devel] [E-Devel] Evas Textblock Bug

2012-08-31 Thread Bluezery
Hello, I have a problem when using TEXTBLOCK part in edje. Some tags are not seems to be applied when textblock style is chaned. I attach a simple test edc file for testing debugging. When mouse is over on text, text color is changed except letters which use match tag. One strange thing is that

[E-devel] [patch] change plug-in loading behavior in elm_map

2012-08-31 Thread Bluezery
Hello, Elm_map have 3 modules (Tile, Route, Name) for plug-in loading When elm_map is added, each 3 modules search plug-ins (elm_map does use eina_module, not elm_module because elm_map loads several modules. ) Previously, Each modules in elm_map search modules separately. So module init

[E-devel] [patch] Fix minor documentation fix in genlist

2012-08-31 Thread Bluezery
Hello, This is minor fix (typo, nuance) for genlist documentation. Please review this patch Thanks. -- BRs, Kim. elm_genlist@fix_doc.patch Description: Binary data -- Live Security Virtual Conference Exclusive live

[E-devel] [patch]Fix reorder animator in genlist

2012-08-31 Thread Bluezery
Hello, Sometimes reorder animation ended incorrectly You can test see the problem when background color is black and genlist item color is white. I made the added value for animation as difference between old item position and new item position if difference is below predefined dy. (y = diff, if

Re: [E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-26 Thread Bluezery
2012/7/27 Carsten Haitzler ras...@rasterman.com: On Thu, 26 Jul 2012 17:07:18 +0300 Tom Hacohen tom.haco...@samsung.com said: On 26/07/12 11:36, Carsten Haitzler (The Rasterman) wrote: but u recalc an empty text field as opposed to 500 chars of stuff to find the ellipsis point... :) Sure,

[E-devel] [Patch][elm_genlist] Free text parts when each item is unrealized

2012-07-25 Thread Bluezery
Hello, This patch make genlist free their text parts when each item is unrealized. Before this patch, the item is just cached when an item is unrealized and the text part is freed and set by other text when the cached item is realized. This improves scrolling performance with very long text

[E-devel] [Patch][Elementary]genlist - Fix vertical bounce enable value

2012-07-11 Thread Bluezery
Hello, Vertical bounce enable value can be changed by elementary configuration environment. But currently It was always EINA_FALSE. I fix that this value can be got from elm_config value. Please review this patch. Thanks -- BRs, Kim. fix_bounce_enable.patch Description: Binary data

Re: [E-devel] [Patch][Elementary]genlist - Fix vertical bounce enable value

2012-07-11 Thread Bluezery
, Jul 12, 2012 at 1:00 AM, Bluezery ohpo...@gmail.com wrote: Hello, Vertical bounce enable value can be changed by elementary configuration environment. But currently It was always EINA_FALSE. I fix that this value can be got from elm_config value. Please review this patch. Thanks -- BRs

[E-devel] [Patch][Ecore] ecore_shutdown never return below zero

2012-05-28 Thread Bluezery
Dear EFL developers, This patch checks the internal value of ecore_shutdown() as Gustavo Sverzut Barbieri suggested in http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg41829.html. If ecore_shtudown() makes internal values below zero, error message will be shown and

Re: [E-devel] About ecore_pipe_add/del pair

2012-05-26 Thread Bluezery
2012/5/26 Vincent Torri vincent.to...@gmail.com: On Sat, May 26, 2012 at 4:03 AM, Bluezery ohpo...@gmail.com wrote: Hum.. I also do not want to guarantee that code :) I only want to discussed about int/shutdown.  These can be called mixed because we can use many libraries (EFL or not) which

Re: [E-devel] About enlightenment contribution page

2012-05-26 Thread Bluezery
2012/5/26 Vincent Torri vincent.to...@gmail.com: On Sat, May 26, 2012 at 4:15 AM, Bluezery ohpo...@gmail.com wrote: Dear EFL developers, Contribution page(http://web.enlightenment.org/p.php?p=contributel=en???) have Building section to show how EFL source is built. But some required packages

Re: [E-devel] About ecore_pipe_add/del pair

2012-05-25 Thread Bluezery
2012/5/24 Carsten Haitzler ras...@rasterman.com: On Thu, 24 May 2012 00:25:09 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: You cannot cover all libraries as supposedly there will always be third party libs following that pattern. So far we can do many, but it's impossible to

Re: [E-devel] Ecore : Strange delay with timers and main loop

2012-05-25 Thread Bluezery
Multiple init/shutdown may be not related to this issue. I removed duplicated init/shutdown but problem still exist. When ecore_con_url init, one timer is created and freezed. and this timer is thawed when ecore_con_url_get() is called. This timer is not called until exactly same seconds of sleep

Re: [E-devel] About ecore_pipe_add/del pair

2012-05-25 Thread Bluezery
2012/5/25 Vincent Torri vincent.to...@gmail.com: On Fri, May 25, 2012 at 9:41 AM, Bluezery ohpo...@gmail.com wrote: 2012/5/24 Carsten Haitzler ras...@rasterman.com: On Thu, 24 May 2012 00:25:09 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: You cannot cover all libraries

Re: [E-devel] About ecore_pipe_add/del pair

2012-05-25 Thread Bluezery
2012/5/25 Iván Briano sachi...@gmail.com: 2012/5/25 Bluezery ohpo...@gmail.com: 2012/5/25 Vincent Torri vincent.to...@gmail.com: On Fri, May 25, 2012 at 9:41 AM, Bluezery ohpo...@gmail.com wrote: 2012/5/24 Carsten Haitzler ras...@rasterman.com: On Thu, 24 May 2012 00:25:09 -0300 Gustavo

[E-devel] About enlightenment contribution page

2012-05-25 Thread Bluezery
Dear EFL developers, Contribution page(http://web.enlightenment.org/p.php?p=contributel=en???) have Building section to show how EFL source is built. But some required packages seems to be missing recently. Those are autopoint, libudev, xcb, xcb-shape. ecore need autopoint. eeze need libudev e

Re: [E-devel] [Patch][Efreet] Add parameter checking to exported API (efreet_desktop)

2012-05-23 Thread Bluezery
2012/5/22 Christopher Michael cpmicha...@comcast.net: On 05/21/12 16:34, Sebastian Dransfeld wrote: On 05/21/2012 08:24 AM, Bluezery wrote: Hello, Some efreet APIs do not check input parameters.  So I add checking by using EINA_SAFETY_ON_XXX(). ISO/IEC statndards says that If an argument

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

2012-05-23 Thread Bluezery
2012/5/23 Hyoyoung Chang hyoyo...@gmail.com: Maybe it's best time to talk about sizeof(char) Do we need to sizeof(char)? I just that is problem of coding convention. such as (a == 0) and (!a). Is there any predefined convention about this case? sizeof(char) may be larger (in the future if we

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

2012-05-23 Thread Bluezery
2012/5/23 Joerg Sonnenberger jo...@britannica.bec.de: On Wed, May 23, 2012 at 05:56:10PM +0900, Bluezery wrote: 2012/5/23 Hyoyoung Chang hyoyo...@gmail.com: Maybe it's best time to talk about sizeof(char) Do we need to sizeof(char)? I just that is problem of coding convention

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

2012-05-23 Thread Bluezery
2012/5/23 Vincent Torri vincent.to...@gmail.com: On Wed, May 23, 2012 at 12:50 PM, Bluezery ohpo...@gmail.com wrote: 2012/5/23 Joerg Sonnenberger jo...@britannica.bec.de: On Wed, May 23, 2012 at 05:56:10PM +0900, Bluezery wrote: 2012/5/23 Hyoyoung Chang hyoyo...@gmail.com: Maybe it's best

Re: [E-devel] [Patch][elm_config]check if input value, cache_flush_poll_interval is greater than zero

2012-05-23 Thread Bluezery
2012/5/24 Carsten Haitzler ras...@rasterman.com: On Mon, 21 May 2012 16:12:16 +0900 Bluezery ohpo...@gmail.com said: Hello, _elm_config-cache_flush_poll_interval is used for flushing cache by ecore poller. If this value is not greater than 0, poller is disabled. But, I think

[E-devel] [Patch][Efreet] Add parameter checking to exported API (efreet_desktop)

2012-05-21 Thread Bluezery
Hello, Some efreet APIs do not check input parameters. So I add checking by using EINA_SAFETY_ON_XXX(). ISO/IEC statndards says that If an argument to a function has an invalid value, behavior is undefined . But this is just for the primitive functions such as libc. I think that parameter

[E-devel] [Patch][elm_datetime] Fix documentation

2012-05-21 Thread Bluezery
Hello, I fixed documentation typos. elm_datetime_value_get() returns EINA_BOOL, not integer. -- BRs, Kim. elm_datetime@fix_doc.patch Description: Binary data -- Live Security Virtual Conference Exclusive live event

[E-devel] [Patch][elm_config]check if input value, cache_flush_poll_interval is greater than zero

2012-05-21 Thread Bluezery
Hello, _elm_config-cache_flush_poll_interval is used for flushing cache by ecore poller. If this value is not greater than 0, poller is disabled. But, I think that this value should be greater than 0 because there already exists cache_flush_enable for enable/disable cache poller. Please review

[E-devel] [Patch][elc_ctxpopup] Remove

2012-05-21 Thread Bluezery
Hello, When ctx_popup is deleted, it calls elm_widget_sub_object_del(parent, popup) so that ctx_popup's parent can delete it's sub_ojbect, ctx_popup. But this is not needed because parent already deletes it's sub-object in elm_widget.c Thanks -- BRs, Kim.

Re: [E-devel] [Patch][elc_ctxpopup] Remove

2012-05-21 Thread Bluezery
2012/5/21 Daniel Juyung Seo seojuyu...@gmail.com: Yes, Hermet is right. Btw, bluezery, is there any problem with this code? Daniel Juyung Seo (SeoZ) No problem actually :) But elm_win holds NULL sub-object after ctx_popup is deleted. This is a potential problem. And error message

Re: [E-devel] [Patch][elm_map] Add elm_map_overlays_get elm_map_overlay_visible_get

2012-05-20 Thread Bluezery
2012/5/15 Bluezery ohpo...@gmail.com: 2012/5/14 Hyoyoung Chang hyoyo...@gmail.com: It works well, and pretty nice feature. diffs are good to me. In _overlay_show(Elm_Map_Overlay *overlay), there's many if statements. how about to change switch/case? Thank you for your comments :) Yes

[E-devel] Questions about initilization functions such as elm_init() and ecore_init(), etc.

2012-05-17 Thread Bluezery
Dear EFL developers, I have questions about initialization/unintialization functions in EFL such as elm_init(), ecore_init(), elm_shutdown(), etc. Those functions have interval static counter variables such as _ecore_init_count. And If xxx_init() is called, a counter variable increases by 1 and

Re: [E-devel] Questions about initilization functions such as elm_init() and ecore_init(), etc.

2012-05-17 Thread Bluezery
2012/5/18 Vincent Torri vincent.to...@gmail.com: On Thu, May 17, 2012 at 4:51 PM, Bluezery ohpo...@gmail.com wrote: Dear EFL developers, I have questions about initialization/unintialization functions in EFL such as elm_init(), ecore_init(), elm_shutdown(), etc. Those functions have interval

Re: [E-devel] [Patch][elm_map] Add elm_map_overlays_get elm_map_overlay_visible_get

2012-05-14 Thread Bluezery
fixed that. And Merged NEWS, Changelog also. Please review again. On Fri, May 4, 2012 at 2:29 PM, Bluezery ohpo...@gmail.com wrote: Dear EFL developers, I want to add 2 new APIs (elm_map_overlays_get elm_map_overlay_visible_get). There are no way to get the group overlays because group

[E-devel] [Patch][elm_map] Add elm_map_overlays_get elm_map_overlay_visible_get

2012-05-03 Thread Bluezery
Dear EFL developers, I want to add 2 new APIs (elm_map_overlays_get elm_map_overlay_visible_get). There are no way to get the group overlays because group overlay, something like virtual overlay, is created and deleted dynamically. So elm_map_overlays_get returns total overlay's list and user

Re: [E-devel] map issue

2012-04-26 Thread Bluezery
2012년 4월 26일 오후 12:34, Carsten Haitzler ras...@rasterman.com님의 말: On Thu, 26 Apr 2012 01:43:56 +0200 Michaël Bouchaud y...@efl.so said: flkoat thing should be fixed now - but scroller in scroller... THAT is an issue always. it's nasty to make it work - there is code to try. right now i just

[E-devel] [Patch] elm_widget_sub_object_add() need to check if obj == sobj

2012-04-10 Thread Bluezery
Hello, Currently, elm_widget_sub_object_add() does not check if obj and sobj are same object. Actually it is a user problem if user add object itself as it's sub object. But I think that this checking is needed and it is better to give error logs to users. Because it causes infinite loop and it

Re: [E-devel] [Patch][eina] Add -ldl to eina.pc

2012-04-03 Thread Bluezery
. Vincent On Mon, Apr 2, 2012 at 10:31 AM, Bluezery ohpo...@gmail.com wrote: Hello, This patch adds -ldl to Libs.private in eina.pc If libraries are internally used and not recognized by pkg-config, those should be added to Libs.private. It can be used when static linking. Thanks. -- BRs, Kim

[E-devel] [Patch][eina] Add -ldl to eina.pc

2012-04-02 Thread Bluezery
Hello, This patch adds -ldl to Libs.private in eina.pc If libraries are internally used and not recognized by pkg-config, those should be added to Libs.private. It can be used when static linking. Thanks. -- BRs, Kim. eina@fix_pc.patch Description: Binary data

Re: [E-devel] [Patch][eina_module] Add eina_module_resident() API

2012-04-02 Thread Bluezery
2012/4/2 Carsten Haitzler ras...@rasterman.com: On Sat, 31 Mar 2012 21:33:50 +0900 Bluezery ohpo...@gmail.com said: 2012/3/30 Gustavo Sverzut Barbieri barbi...@profusion.mobi: On Fri, Mar 30, 2012 at 3:43 AM, Bluezery ohpo...@gmail.com wrote: Hello, I want to add new

Re: [E-devel] [Patch][eina_module] Add eina_module_resident() API

2012-03-31 Thread Bluezery
2012/3/30 Gustavo Sverzut Barbieri barbi...@profusion.mobi: On Fri, Mar 30, 2012 at 3:43 AM, Bluezery ohpo...@gmail.com wrote: Hello, I want to add new eina_module_resident() API in eina_modules. This function makes the module never be unloaded before process is closed. This is needed

[E-devel] [Patch][eina_module] Add eina_module_resident() API

2012-03-30 Thread Bluezery
Hello, I want to add new eina_module_resident() API in eina_modules. This function makes the module never be unloaded before process is closed. This is needed in which case a module should not be closed. For example, if a module uses static GObject, closing and reopening it cause crashes.

Re: [E-devel] [PATCH] ecrire:cfg.c,main.c malloc return checks

2012-03-27 Thread Bluezery
2012/3/27 Vikram Narayanan vikram...@gmail.com: On 3/27/2012 12:37 AM, Michael Blumenkrantz wrote: On Tue, 27 Mar 2012 00:21:19 +0530 Vikram Narayananvikram...@gmail.com  wrote: In ecrire, Check return values of *alloc functions, though its unlikely to fail. There are chances though!

[E-devel] [Patch][elm_map] Fix related zoom

2012-03-23 Thread Bluezery
Hello, This is patch for zoom behavior in elm_map. 1) wd-zoom_max is defined by user. wd-src_tile-zoom_max is defined by source map provider. Therefore, I decide to do not touch those things. Just check these while zooming ( zoom_do() ) 2) When pan being re-sized, I changed from zoom with

Re: [E-devel] [Patch][elm_map] Fix related zoom

2012-03-23 Thread Bluezery
2012/3/23 Sanjeev BA eflel...@gmail.com: Why is zoom with animation changed to zoom_do ? Because too many animations occurred while window size is changing. :) Zoom with animation can be used by elm_map_zoom_set(). On Fri, Mar 23, 2012 at 7:36 PM, Bluezery ohpo...@gmail.com wrote: Hello

[E-devel] [Patch][elm_map] Remove unused codes

2012-03-22 Thread Bluezery
Hello, Now, Elm_Map_Marker, Elm_Map_Marker_Class, Elm_Map_Group_Class, Marker_Bubble are not used anymore. So I removed all things related those in elm_map. Please review this patch. Thanks -- BRs, Kim. Index: src/lib/elm_map.c

[E-devel] [Patch][elm_map] Bug fix

2012-03-22 Thread Bluezery
Hello, This is simple bug fix patch Callback parameter should be Widget_Data, not Evas_Object. Thanks. -- BRs, Kim. Index: src/lib/elm_map.c === --- src/lib/elm_map.c (리비전 69574) +++ src/lib/elm_map.c (작업 사본) @@ -4284,9 +4284,9 @@

Re: [E-devel] [Patch][elm_map] Map overlay color grouping route Fix

2012-03-21 Thread Bluezery
On Wed, 21 Mar 2012 15:59:32 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: Actually slow review is a bad thing happening in EFL. I need more reviewers. But big patch makes review even slower and you won't get correct review for your big patch. Just separate your job. Do not split the

Re: [E-devel] [patch] elm_map - Bug fix

2012-03-20 Thread Bluezery
2012/3/19 Bluezery ohpo...@gmail.com: 2012/3/19 Sanjeev BA eflel...@gmail.com: I am looking into it. In removed/deprecated header, some APIs are removed. So those are not need to be patched. I resend modified patch. Thanks. Dear Sanjeeve, I am waiting for you. :) On Sun, Mar 18, 2012

Re: [E-devel] [patch] elm_map - Bug fix

2012-03-20 Thread Bluezery
I resend map patch! Thanks for your comments! ! 2012/3/20 Bluezery ohpo...@gmail.com: 2012/3/19 Bluezery ohpo...@gmail.com: 2012/3/19 Sanjeev BA eflel...@gmail.com: I am looking into it. In removed/deprecated header, some APIs are removed. So those are not need to be patched. I resend

Re: [E-devel] [patch] elm_map - Bug fix

2012-03-18 Thread Bluezery
2012/3/19 Sanjeev BA eflel...@gmail.com: I am looking into it. In removed/deprecated header, some APIs are removed. So those are not need to be patched. I resend modified patch. Thanks. On Sun, Mar 18, 2012 at 12:08 PM, Bluezery ohpo...@gmail.com wrote: 2012/3/10 Bluezery ohpo...@gmail.com

Re: [E-devel] [patch] elm_map - Bug fix

2012-03-17 Thread Bluezery
2012/3/10 Bluezery ohpo...@gmail.com: Hello, This patch fixes two elm map bugs 1) Geometry calculation error Calculation of canvas geometry is not correct If other evas objects take up some space in the canvas. This patch fix this by calculating smart pan geometry values. 2) Map moves

[E-devel] [Patch][enki] Fix build breaks related elm_map

2012-03-12 Thread Bluezery
Hello, enki cannot be built because of map API changes. I fixed those build warnings breaks related with elm_map. I know that J.H. Park currently doing this jobs. This patch can help her :D. Please review this patch. Thanks. -- BRs, Kim. enki@fix_map@patch Description: Binary data

Re: [E-devel] [Patch][enki] Fix build breaks related elm_map

2012-03-12 Thread Bluezery
); and some else if branches removed. I hope you have verified your changes. Kindly confirm, make the required changes and resubmit. Regards, Sanjeev On Mon, Mar 12, 2012 at 7:09 PM, Bluezery ohpo...@gmail.com wrote: Hello, enki cannot be built because of map API changes. I fixed

  1   2   >