Re: [E-devel] E SVN: jaehwan IN trunk/elementary: . data/themes/widgets src/bin src/lib

2012-05-22 Thread Jaehwan Kim
Dear Gustavo 2012년 5월 23일 수요일에 Gustavo Sverzut Barbieri님이 작성: > Hi, > > what's the use case in setting a maximum number of items manually? > If we want to expand the size of items as window size, we will use ELM_TOOLBAR_SHRINK_EXPAND mode. At that time, if the items are more than what we want t

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

2012-05-22 Thread Hyoyoung Chang
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? On Wed, May 23, 2012 at 10:52 AM, ChunEon Park wrote: > FYI, sizeof will be computed at the comp

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

2012-05-22 Thread ChunEon Park
FYI, sizeof will be computed at the compile time. -Original Message- From: "ChunEon Park" To: ; ; Cc: Sent: 2012-05-23 (수) 10:49:24 Subject: Re: [E-devel] E SVN: hyoyoung trunk/elemen

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

2012-05-22 Thread ChunEon Park
The most I prefer is to use sizeof( variable ); No harmful for performance and would be better if the buffer type is changed. -Original Message- From: "Enlightenment SVN" To: ; Cc: Sent: 2012-05-23 (수) 09:53:08 Subject: E SVN: hyoyoung trunk/elementary/src/lib Log: elementary/cnp: do

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

2012-05-22 Thread Hyoyoung Chang
On Wed, May 23, 2012 at 1:02 AM, Leandro Pereira wrote: > On Mon, May 21, 2012 at 10:35 PM, Enlightenment SVN > wrote: >>    cnp_debug("Got some HTML: Checking encoding is useful\n"); >>    data = notify->data; >> +   char *stripstr = malloc(sizeof(char) * (data->length + 1)); > > sizeof(char) is

Re: [E-devel] [PATCH] python-elementary: Add missing callbacks and AnchorInfo for AnchorHoverInfo in Entry widget.

2012-05-22 Thread Davide Andreoli
2012/5/22 Kai Huuhko > Thanks! I'll commit the patches I have pending on this list once I get > everything set up. > Super!! welcome :) > > 2012/5/22 Boris Faure : > > You're in! Welcome! > > -- > > Boris Faure > > > --

[E-devel] Signal hooks on elm_icon

2012-05-22 Thread Gustavo Lima Chaves
Hi, people. As you can see, there are signal callback hooks on elm_icon objects, in Elementary. Problem is this is an unused (none of the known themes listening to signals on icons) *and inconsistent* feature, since icons may as well be sole images (no Edje). Would it be OK to remove it or will I

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

2012-05-22 Thread Leandro Pereira
On Mon, May 21, 2012 at 10:35 PM, Enlightenment SVN wrote: >    cnp_debug("Got some HTML: Checking encoding is useful\n"); >    data = notify->data; > +   char *stripstr = malloc(sizeof(char) * (data->length + 1)); sizeof(char) is 1 by definition. Just malloc(data->length + 1). >         ddata.f

Re: [E-devel] Issue with xkbswitch

2012-05-22 Thread Tom Hacohen
On 21/05/12 14:13, Carsten Haitzler (The Rasterman) wrote: > xkbswitch stuff will run the setxkbmap pretty much instantly - try stracing e. > my bet is x itself is taking a while to reconfigure the kbdmap server-side? > I guess that sometimes it just takes xkbswitch to start (and finish)... We ca

Re: [E-devel] E SVN: jaehwan IN trunk/elementary: . data/themes/widgets src/bin src/lib

2012-05-22 Thread Gustavo Sverzut Barbieri
Hi, what's the use case in setting a maximum number of items manually? To me this seems like a hack. It should be defined based on the available space. Otherwise you'll get horrible user interfaces by changing screen resolution, or even screen orientation in mobile devices. Then please explain w

[E-devel] Cedric is lazy to.

2012-05-22 Thread David Seikel
On Tue, 22 May 2012 10:26:03 +1000 David Seikel wrote: > Just a reminder to Cedric to fix up what he broke in edje_cc. It > falls asleep quite often, never stopping. He said last night in IRC > that disabling glib integration will fix that, but it made no > difference. > > Trying to compile la

Re: [E-devel] [PATCH] python-elementary: Add missing callbacks and AnchorInfo for AnchorHoverInfo in Entry widget.

2012-05-22 Thread David Seikel
On Tue, 22 May 2012 13:09:49 +0300 Kai Huuhko wrote: > Thanks! I'll commit the patches I have pending on this list once I get > everything set up. > > 2012/5/22 Boris Faure : > > You're in! Welcome! Yay! Congratulations and welcome. -- A big old stinking pile of genius that no one wants coz

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

2012-05-22 Thread Daniel Juyung Seo
changelog please. and for the backport as well. On May 22, 2012 7:33 PM, "Enlightenment SVN" wrote: > Log: > The parent of elm_menu_add shouldn't be a edje object. > > > Author: jaehwan > Date: 2012-05-22 03:33:14 -0700 (Tue, 22 May 2012) > New Revision: 71314 > Trac: http:/

Re: [E-devel] E SVN: kuuko IN trunk/BINDINGS/python/python-elementary: elementary include/elementary

2012-05-22 Thread Daniel Juyung Seo
great! this is your first commit as a committer. i bet you are doing good job for efl :) On May 22, 2012 8:27 PM, "Enlightenment SVN" wrote: > Log: > python-elementary: Align Panel to C api. > > > Author: kuuko > Date: 2012-05-22 04:26:36 -0700 (Tue, 22 May 2012) > New Revision: 713

Re: [E-devel] E SVN: billiob IN trunk/devs: . kuuko

2012-05-22 Thread Daniel Juyung Seo
congratulations! with great power comes great responsibility. On May 22, 2012 6:42 PM, "Enlightenment SVN" wrote: > Log: > welcome to kuuko! > > Author: billiob > Date: 2012-05-22 02:42:27 -0700 (Tue, 22 May 2012) > New Revision: 71310 > Trac: http://trac.enlightenment.org/e

Re: [E-devel] [PATCH] python-elementary: Add missing callbacks and AnchorInfo for AnchorHoverInfo in Entry widget.

2012-05-22 Thread Kai Huuhko
Thanks! I'll commit the patches I have pending on this list once I get everything set up. 2012/5/22 Boris Faure : > You're in! Welcome! > -- > Boris Faure -- Live Security Virtual Conference Exclusive live event will cove

Re: [E-devel] [PATCH] python-elementary: Add missing callbacks and AnchorInfo for AnchorHoverInfo in Entry widget.

2012-05-22 Thread Boris Faure
You're in! Welcome! -- Boris Faure -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will inc

Re: [E-devel] [PATCH] python-elementary: Add missing callbacks and AnchorInfo for AnchorHoverInfo in Entry widget.

2012-05-22 Thread Kai Huuhko
See attachments. 2012/5/22 Boris Faure : > If you want to contribute directly to the svn, send us an info.txt > (just like the other ones in devs/) and your public ssh key. > Thank you for your work on python-elementary. > -- > Boris Faure Login: kuuko IRC Nick: kuuko Name: K

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

2012-05-22 Thread The Rasterman
On Tue, 22 May 2012 00:08:36 -0300 Gustavo Lima Chaves said: > * Carsten Haitzler [2012-05-22 08:42:00 +0900]: > > > On Mon, 21 May 2012 11:17:32 -0300 Gustavo Lima Chaves > > said: > > > > > * Enlightenment SVN [2012-05-20 21:17:11 > > > -0700]: > > > > > > > Log: > > > > due to use obj st

Re: [E-devel] [Patch] elm_notify - delete event callbacks when parent window is deleted

2012-05-22 Thread Daniel Juyung Seo
In SVN. Thanks! Daniel Juyung Seo (SeoZ) On Tue, May 22, 2012 at 4:46 PM, Sohyun Kim wrote: > > Hi all. > When I use elm_notify, I got a crash in the deleting routine. (you can test > it in elementary_test > Video) > > When parent window of elm_notify is deleted, elm_notify set its parent to >

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

2012-05-22 Thread ChunEon Park
My fault. -Regards, Hermet- -Original Message- From: "Daniel Juyung Seo" To: "Enlightenment developer list"; Cc: ; Sent: 2012-05-22 (화) 17

Re: [E-devel] [PATCH] python-elementary: Add missing callbacks and AnchorInfo for AnchorHoverInfo in Entry widget.

2012-05-22 Thread Boris Faure
If you want to contribute directly to the svn, send us an info.txt (just like the other ones in devs/) and your public ssh key. Thank you for your work on python-elementary. -- Boris Faure -- Live Security Virtual Confere

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

2012-05-22 Thread Daniel Juyung Seo
Nope. When you call elm_ctxpopup_add() it calls elm_ctxpopup_hover_parent_set(). In elm_ctxpopup_hover_parent_set() calls _parent_cut_off(). At this moment there is no parent yet. So there is a possibility that parent is NULL when _parent_cut_off() is called. Of course we can check parent and do no

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

2012-05-22 Thread ChunEon Park
I don't understand how ctxpopup is added without parent. If It is so you should fix that point first. -Regards, Hermet-You should fix that point first. -Original Message- From: "Daniel Juyung Seo" To:

Re: [E-devel] [PATCH] Wayland: Port ecore to the wl_seat

2012-05-22 Thread Chris Michael
Patch in svn now. I modified it slightly for efl formatting. Thank You :) Dh > -Original Message- > From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com] > Sent: 21 May 2012 15:17 > To: enlightenment-devel@lists.sourceforge.net > Subject: [E-devel] [PATCH] Wayland: Port eco

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

2012-05-22 Thread Daniel Juyung Seo
Nope. When you call elm_ctxpopup_add(), wd->parent is NULL. It doesn't print out warnings even wd->parent is NULL but it is better to avoid doing a series of unnecessary calls. So I reverted your commit. Thanks. Daniel Juyung Seo (SeoZ) On Tue, May 22, 2012 at 4:09 PM, Enlightenment SVN wrote: >

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

2012-05-22 Thread Cedric BAIL
On Tue, May 22, 2012 at 12:48 PM, Christopher Michael wrote: > 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 sa

[E-devel] [Patch] elm_notify - delete event callbacks when parent window is deleted

2012-05-22 Thread Sohyun Kim
Hi all. When I use elm_notify, I got a crash in the deleting routine. (you can test it in elementary_test > Video) When parent window of elm_notify is deleted, elm_notify set its parent to NULL. However, it doesn't delete event callbacks of the parent window. In the smart_del callback of elm_no

Re: [E-devel] Bug report - keybindings don't work while Everything is open

2012-05-22 Thread Tom Hacohen
On 22/05/12 02:37, Carsten Haitzler (The Rasterman) wrote: > i tested with all of the country codes supported and its a smattering of about > 30% of them that behave this way. That's just odd. > someone needs to add ecore-x api for that :) > * Tom stares at dh/you. :) -- Tom. --

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

2012-05-22 Thread Daniel Juyung Seo
Thanks! In SVN. But I removed elm_widget_subobject_del in elm_ctxpopup_hover_parent_set from your patch. Existing elm_widget_subobject_add will do elm_widget_subobject_del if there's any existing parent object. Thanks. Daniel Juyung Seo (SeoZ) On Tue, May 22, 2012 at 10:38 AM, Bluezery wrote: >