Re: [E-devel] Bug in EDJE

2012-08-20 Thread Cedric BAIL
Hello, On Tue, Aug 21, 2012 at 5:04 AM, Guilherme Silveira wrote: > I compiled edje's library with '--enable-fixed-point' and in my system I > use elm_config_password_show_last_set with TRUE, but it causes a strange > behavior, i looked in the code and found the follow.. > > In the edje_password_

Re: [E-devel] E SVN: caro trunk/eio/src/lib

2012-08-20 Thread Cedric BAIL
On Mon, Aug 20, 2012 at 3:36 PM, Enlightenment SVN wrote: > Log: > Eio: fix possible mem leak NO ! NO ! NO ! That's at least the second time this code full a static analyzer. Ecore_Thread will always call the cancel callback that will call free appropriately. No static analyzer can understand tha

[E-devel] [Patch] Add x property change callback in elm_win.c

2012-08-20 Thread Doyoun Kang
Dear all. I added an event handler for ECORE_X_EVENT_WINDOW_PROPERTY in elm_win.c. If an user change the ECORE_X_ATOM_E_ILLUME_INDICATOR_STATE using ecore_x_e_illume_indicator_state_set() not using elm_win_indicator_mode_set(), the elm doesn't care of it. So, I added the ECORE_X_EVENT_WINDOW_PRO

Re: [E-devel] Add Wayland + EFL's How-to to E trac

2012-08-20 Thread Eduardo Lima (Etrunko)
On 08/20/2012 06:17 PM, Paulo Alcantara wrote: > Hi Christopher, > > From: Christopher Michael > Date: Mon, 20 Aug 2012 22:10:03 +0100 > >> Looks ok for an initial page, but has some incorrect information, some >> things missing, and some things listed which are not needed. Also, >> have you loo

Re: [E-devel] Add Wayland + EFL's How-to to E trac

2012-08-20 Thread Paulo Alcantara
Hi Christopher, From: Christopher Michael Date: Mon, 20 Aug 2012 22:10:03 +0100 > Looks ok for an initial page, but has some incorrect information, some > things missing, and some things listed which are not needed. Also, > have you looked at this page yet ? : > http://wayland.freedesktop.org/ef

Re: [E-devel] Add Wayland + EFL's How-to to E trac

2012-08-20 Thread Christopher Michael
On 20/08/12 22:01, Paulo Alcantara wrote: > Hi, > > I've just added a simple how-to for getting Wayland + EFL working to E trac. > > You can find it at http://trac.enlightenment.org/e/wiki/Wayland > > I also hope that you guys can enjoy it and feel free to either add any missing > information there

[E-devel] Add Wayland + EFL's How-to to E trac

2012-08-20 Thread Paulo Alcantara
Hi, I've just added a simple how-to for getting Wayland + EFL working to E trac. You can find it at http://trac.enlightenment.org/e/wiki/Wayland I also hope that you guys can enjoy it and feel free to either add any missing information there or fix something wrong. Paulo --

[E-devel] Bug in EDJE

2012-08-20 Thread Guilherme Silveira
Hi all, I compiled edje's library with '--enable-fixed-point' and in my system I use elm_config_password_show_last_set with TRUE, but it causes a strange behavior, i looked in the code and found the follow.. In the edje_password_show_last_timeout_set function the variable _edje_password_show_last

[E-devel] [patch][elementary] segment_control, spinner - accessibility feature

2012-08-20 Thread Kim Shinwoo
dear all, hello. the attached patch provides accessibility features for segment_control and spinner. please review the patch and give feedback. thanks. sincerely, shinwoo kim. segment_control.access.diff Description: Binary data spinner.access.diff Description: Binary data ---

Re: [E-devel] [patch][elementary] datetime - accessibility feature

2012-08-20 Thread The Rasterman
On Sun, 19 Aug 2012 17:34:09 +0900 Kim Shinwoo said: > dear all, hello > > the attached patch is to add accessibility feature to datetime. > unfortunately this patch depends on previous patch ( > http://sourceforge.net/mailarchive/forum.php?thread_name=CAP-c0nHQ1z5B07Nb6P7dUQhfZ8tkqnoHvj_ZEJHGZU

Re: [E-devel] [patch][elementary] datetime - _datetime_item_get() has problem.

2012-08-20 Thread The Rasterman
On Sun, 19 Aug 2012 15:47:19 +0900 Kim Shinwoo said: it seems i mixed up your patches and put in this instead of an accessibility one. anyway. they are BOTH in now! :) > dear all, hello > > datetime items which have format and visibility are retrieved for the > elm_widget_focus_list_next_get();

Re: [E-devel] [Patch] elc_multibuttonentry resize patch.

2012-08-20 Thread The Rasterman
On Fri, 17 Aug 2012 20:42:58 +0900 Jihyeon Seol said: well every line being the same height is a good enough solution. patch is otherwise trivial, so in it goes. :) thanks! > Dear, all > > Currently, there is a problem in the logic of getting the size in the MBE's > box. > > For each line, the

Re: [E-devel] [Patch] elc_multibuttonentry memory leak patch

2012-08-20 Thread The Rasterman
On Fri, 17 Aug 2012 21:58:10 +0900 Jihyeon Seol said: > Dear, all > > I've attached a patch that fixed the memory leak. > > There is not a free() in _del_hook(). > > Please review this patch. again very trivial! thanks! already handled by hermet (thanks!) :) -- - Codito, ergo su

Re: [E-devel] possible stack corruption in edje_cc

2012-08-20 Thread The Rasterman
On Mon, 20 Aug 2012 09:24:27 +0200 Vincent Torri said: > in edje_cc_out.c, line 701 : buf is used but not initialized. > > I'm not sure how to fix that fixed. :) -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.co

Re: [E-devel] bug with elm_entry and scollers

2012-08-20 Thread The Rasterman
On Mon, 20 Aug 2012 04:13:21 -0300 Gustavo Sverzut Barbieri said: fixed! :) > Find attached a test case for this bug. > > edje_cc test.edc > gcc -o test test.c `pkg-config --cflags --libs elementary` > ./test > > then click the red rectangle. It will turn green and the entry will not > recalcu

[E-devel] possible stack corruption in edje_cc

2012-08-20 Thread Vincent Torri
in edje_cc_out.c, line 701 : buf is used but not initialized. I'm not sure how to fix that Vincent -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape h

Re: [E-devel] bug with elm_entry and scollers

2012-08-20 Thread Gustavo Sverzut Barbieri
Find attached a test case for this bug. edje_cc test.edc gcc -o test test.c `pkg-config --cflags --libs elementary` ./test then click the red rectangle. It will turn green and the entry will not recalculate as it should, even having enough space there will be scrollbars. If you resize the window