Re: [E-devel] [Patch][Emotion] It accesses to the freed data

2012-08-01 Thread Cedric BAIL
Yop, On Wed, Aug 1, 2012 at 2:19 PM, Sohyun Kim anna1014@samsung.com wrote: I made patch for emotion-gstreamer. In the render() of gstreamer thread, it adds an asynchronous call to make a copy of buffer to evas_image. When application calls delete function for the emotion object during

Re: [E-devel] malloc()

2012-08-01 Thread The Rasterman
On Wed, 01 Aug 2012 06:03:54 +0200 rustyBSD rusty...@gmx.fr said: tanks! though realistically.. if these mallocs fail, we are in deep trouble. we are so low on memory we likely cant render anymore or do much useful anymore except crash or exit. with these small mallocs at any rate. but the string

Re: [E-devel] free() - FREE()

2012-08-01 Thread The Rasterman
On Sun, 29 Jul 2012 15:53:31 +0200 rustyBSD rusty...@gmx.fr said: seems someone replaced with E_FREE already. :) Hi, In e/src/bin/e_fm_op.c, free() is used. Should replace all free() by FREE(), as free() doesn't do p = NULL. FREE() avoids dangling pointers. Maxime

Re: [E-devel] free() - FREE()

2012-08-01 Thread Michael Blumenkrantz
someone reporting in On Wed, Aug 1, 2012 at 10:02 AM, Carsten Haitzler ras...@rasterman.comwrote: On Sun, 29 Jul 2012 15:53:31 +0200 rustyBSD rusty...@gmx.fr said: seems someone replaced with E_FREE already. :) Hi, In e/src/bin/e_fm_op.c, free() is used. Should replace all free() by

Re: [E-devel] E SVN: raster IN trunk/e: . src/bin

2012-08-01 Thread Michael Blumenkrantz
I agree that he is important, but TWO entries in the authors file ? On Wed, Aug 1, 2012 at 10:33 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: patch from rustyBSD. Author: raster Date: 2012-08-01 02:33:01 -0700 (Wed, 01 Aug 2012) New Revision: 74725 Trac:

[E-devel] efl documentation etc...

2012-08-01 Thread Donn Jeferson R Atienza
Is there a way for me to obtain the efl libraries for offline viewing? i tend to dev without a net connection. also, are there any successful vapis for the efl? any attempts? -- Live Security Virtual Conference Exclusive

Re: [E-devel] efl documentation etc...

2012-08-01 Thread Cedric BAIL
On Wed, Aug 1, 2012 at 6:49 PM, Donn Jeferson R Atienza stroodle...@gmail.com wrote: Is there a way for me to obtain the efl libraries for offline viewing? i tend to dev without a net connection. If you already have efl source code, just go inside the build directory and run make doc, this will

Re: [E-devel] efl documentation etc...

2012-08-01 Thread Donn Jeferson Atienza
bindings for vala are called vapi files, i have not much knowledge though... check out gnome dev site for details... :) -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and

Re: [E-devel] efl documentation etc...

2012-08-01 Thread Stefan Schmidt
Hello. On 08/01/2012 11:05 AM, Donn Jeferson Atienza wrote: bindings for vala are called vapi files, i have not much knowledge though... check out gnome dev site for details... :) We have vala bindings in BINDINGS/vala in svn. regards Stefan Schmidt

Re: [E-devel] efl documentation etc...

2012-08-01 Thread Daniel Juyung Seo
Yes we have it! http://trac.enlightenment.org/e/browser/trunk/BINDINGS/vala Daniel Juyung Seo (SeoZ) On Wed, Aug 1, 2012 at 7:20 PM, Stefan Schmidt s.schm...@samsung.com wrote: Hello. On 08/01/2012 11:05 AM, Donn Jeferson Atienza wrote: bindings for vala are called vapi files, i have not

[E-devel] [patch][elementary] win, only declaration of _elm_win_access()

2012-08-01 Thread Kim Shinwoo
dear all hello, there is a declaration _elm_win_access() but no definition. so the patch has the definition. and it would be used in elm_config_access_set() of elm_config to ignite access_hook() of each widget. please review the patch and give any feedback. thanks. sincerely, shinwoo kim.

Re: [E-devel] [patch][elementary] win, only declaration of _elm_win_access()

2012-08-01 Thread Kim Shinwoo
oops.. the attachment.. ;; 2012/8/1 Kim Shinwoo kimcinoo@gmail.com dear all hello, there is a declaration _elm_win_access() but no definition. so the patch has the definition. and it would be used in elm_config_access_set() of elm_config to ignite access_hook() of each widget. please

[E-devel] [patch][elementary] diskselector - accessibility feature

2012-08-01 Thread Kim Shinwoo
dear all hello. the patch is for the accessibility feature for the diskselector. um.. because of freezing, the patch would not be accepted. so just review feedback is enough.. for later. thanks. cordially, shinwoo kim. elm_diskselector.access.diff Description: Binary data

[E-devel] [PATCH] evas/elementary: Fix hoversel test segfault on wayland engine

2012-08-01 Thread zhiwen . wu
From: Alex Wu zhiwen...@linux.intel.com Bug report at http://trac.enlightenment.org/e/ticket/1235 The hoversel widget has a hover object internally to prompt item list. Once user click at the prompted area, the hover will dispear. Internally, the function stack like this: _on_hover_clicked()--

Re: [E-devel] [PATCH] evas/elementary: Fix hoversel test segfault on wayland engine

2012-08-01 Thread Chris Michael
Good catch. Patch in svn. Thanks :) Dh -Original Message- From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com] Sent: 01 August 2012 15:04 To: enlightenment-devel@lists.sourceforge.net Cc: eduardo.de.barros.l...@intel.com Subject: [E-devel] [PATCH] evas/elementary: Fix

Re: [E-devel] E SVN: devilhorns trunk/evas/src/lib/canvas

2012-08-01 Thread Chris Michael
Apologies. I misquoted who the patch is from. It is actually from Alex Wu zhiwen...@linux.intel.com -Original Message- From: Enlightenment SVN [mailto:no-re...@enlightenment.org] Sent: 01 August 2012 15:15 To: enlightenment-...@lists.sourceforge.net Subject: E SVN: devilhorns

Re: [E-devel] E SVN: devilhorns trunk/evas/src/lib/canvas

2012-08-01 Thread Gustavo Lima Chaves
* Enlightenment SVN no-re...@enlightenment.org [2012-08-01 07:14:35 -0700]: Log: Evas: Fix trying to clip objects to the framespace clip if the object is going to be deleted. Patch from eduardo.de.barros.l...@intel.com. Author: devilhorns Date: 2012-08-01 07:14:34

Re: [E-devel] E SVN: devilhorns trunk/evas/src/lib/canvas

2012-08-01 Thread Chris Michael
Hahaha, sorry, I did not. Just caught it now in my build Will fix. -Original Message- From: Gustavo Lima Chaves [mailto:gl...@profusion.mobi] Sent: 01 August 2012 15:27 To: enlightenment-devel@lists.sourceforge.net Cc: enlightenment-...@lists.sourceforge.net Subject: Re: [E-devel] E

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

2012-08-01 Thread Vincent Torri
missing changelog and news update Vincent On Wed, Aug 1, 2012 at 4:37 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: add ecore_main_fd_handler_file_add() for use with regular files. epoll does not handle reading from files since it is only a mechanism for determining whether

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

2012-08-01 Thread Michael Blumenkrantz
On Wed, 1 Aug 2012 16:46:00 +0200 Vincent Torri vincent.to...@gmail.com wrote: missing changelog and news update Vincent On Wed, Aug 1, 2012 at 4:37 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: add ecore_main_fd_handler_file_add() for use with regular files. epoll

[E-devel] [PATCH][wayland] Enhance unicode generation for key events (fixes #1105)

2012-08-01 Thread Bradford, Robert
Patch attached: Here is the ChangeLog entry: 2012-08-01 Rob Bradford * Use libxkbcommon function to map keysym to unicode characters in the Wayland backend. Removing the need to have our own function to do this and increasing the range of supported keysms. Fixes #1105.

Re: [E-devel] E SVN: barbieri IN trunk/eina/src: include lib

2012-08-01 Thread Vincent Torri
as usual, @since, changelog and news Vincent On Wed, Aug 1, 2012 at 5:34 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: eina log: expose cross platform way to set console colors. changed the win32 color parse to be malloc-less and also support more colors. It should be

Re: [E-devel] E SVN: barbieri IN trunk/eina/src: include lib

2012-08-01 Thread Gustavo Sverzut Barbieri
On Wed, Aug 1, 2012 at 2:09 PM, Vincent Torri vincent.to...@gmail.com wrote: as usual, @since, changelog and news done! as ususal, thanks -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -- MSN: barbi...@gmail.com Skype: gsbarbieri Mobile:

[E-devel] Deprecation / removal of API

2012-08-01 Thread Bradford, Robert
What's the process for deprecating / removing API. I've found at least one example where this makes sense for Wayland: /* @since 1.2 */ EAPI void- ecore_wl_pointer_xy_get(int *x, int *y) This function returns an x and y value saved into global variable in the motion event handler - my guess was

Re: [E-devel] Deprecation / removal of API

2012-08-01 Thread Michael Blumenkrantz
On Wed, 1 Aug 2012 18:40:24 +0100 Bradford, Robert robert.bradf...@intel.com wrote: What's the process for deprecating / removing API. I've found at least one example where this makes sense for Wayland: /* @since 1.2 */ EAPI void- ecore_wl_pointer_xy_get(int *x, int *y) This function

Re: [E-devel] Deprecation / removal of API

2012-08-01 Thread Christopher Michael
On 01/08/12 18:40, Bradford, Robert wrote: What's the process for deprecating / removing API. I've found at least one example where this makes sense for Wayland: /* @since 1.2 */ EAPI void- ecore_wl_pointer_xy_get(int *x, int *y) This function returns an x and y value saved into global

Re: [E-devel] Deprecation / removal of API

2012-08-01 Thread Bradford, Robert
We can add eina_deprecated to it for now. Yes, it is a left-over from the global coordinates era ;) Although, please hold off on sending a patch for that because I need to verify (for other use cases which are in development) that this function is in fact safe to deprecate. Sure - of course

[E-devel] [PATCH][wayland] Fix bug in fullscreening

2012-08-01 Thread Bradford, Robert
ChangeLog entry: 2012-08-01 Rob Bradford * Support setting fullscreen on Ecore_Evas's under the Wayland engine before they are visible. The fullscreening will then be applied when they become visible. Patch attached. Cheers, Rob

[E-devel] [PATCH] wallpaper2: implement close/apply buttons

2012-08-01 Thread Thomas Gstädtner
This patch adds a close and a apply button the the conf_wallpaper2 module. It is implemented in an extremely simple way and does NOT have the advanced features brought by E_Dialog (like disabling after apply). This way the selector is much more usable without having to move to E_Dialog

Re: [E-devel] [PATCH] wallpaper2: implement close/apply buttons

2012-08-01 Thread thomasg
On Wed, Aug 1, 2012 at 8:02 PM, Thomas Gstädtner tho...@gstaedtner.net wrote: This patch adds a close and a apply button the the conf_wallpaper2 module. It is implemented in an extremely simple way and does NOT have the advanced features brought by E_Dialog (like disabling after apply).

Re: [E-devel] [PATCH][wayland] Fix bug in fullscreening

2012-08-01 Thread Christopher Michael
On 01/08/12 19:21, Bradford, Robert wrote: ChangeLog entry: 2012-08-01 Rob Bradford * Support setting fullscreen on Ecore_Evas's under the Wayland engine before they are visible. The fullscreening will then be applied when they become visible. Patch attached. Cheers,

Re: [E-devel] [PATCH] wallpaper2: implement close/apply buttons

2012-08-01 Thread thomasg
On Wed, Aug 1, 2012 at 8:34 PM, thomasg tho...@gstaedtner.net wrote: On Wed, Aug 1, 2012 at 8:02 PM, Thomas Gstädtner tho...@gstaedtner.net wrote: This patch adds a close and a apply button the the conf_wallpaper2 module. It is implemented in an extremely simple way and does NOT have the

Re: [E-devel] [PATCH] wallpaper2: implement close/apply buttons

2012-08-01 Thread Christopher Michael
On 01/08/12 19:34, thomasg wrote: On Wed, Aug 1, 2012 at 8:02 PM, Thomas Gstädtner tho...@gstaedtner.net wrote: This patch adds a close and a apply button the the conf_wallpaper2 module. It is implemented in an extremely simple way and does NOT have the advanced features brought by

Re: [E-devel] efl documentation etc...

2012-08-01 Thread Donn Jeferson Atienza
Thank you very much! is there any tutorial on how to set up efl libs for development? right now I'm using geany for vala dev under bodhi linux... i plan to learn cross platform app development using the efl+vala; since elementary went stable recently, i got fired up about it...

Re: [E-devel] efl documentation etc...

2012-08-01 Thread The Rasterman
On Thu, 2 Aug 2012 10:32:09 +0800 Donn Jeferson Atienza stroodle...@gmail.com said: Thank you very much! is there any tutorial on how to set up efl libs for development? right now I'm using geany for vala dev under bodhi linux... i plan to learn cross platform app development using the

[E-devel] [PATCH 0/2 v2] Add Copy and Paste support for wayland engine

2012-08-01 Thread zhiwen . wu
Changes from v1: 1. According to Robert's comments, in elm_cnp.c, add HAVE_ELEMENTARY_WAYLAND path to explicitly build against wayland engine, add runtime engine checking. 2. Rebase to the latest code. The following changes since commit 9551f66bed1fb7dab7fdcadb175077ed2d34b783: [elm]

[E-devel] [PATCH 1/2 v2] ecore_wayland: Add Copy and Paste support

2012-08-01 Thread zhiwen . wu
From: Alex Wu zhiwen...@linux.intel.com Add a global Ecore_Wl_Dnd object to handle copy and paste. I think it is more appropriate to name this struct Ecore_Wl_Selection, which is responsible for both dnd and cnp. This patch just cover the copy and paste and not support clear clipboard, due to

[E-devel] [PATCH 2/2 v2] elem_cnp: Add Copy and Paste support for wayland.

2012-08-01 Thread zhiwen . wu
From: Alex Wu zhiwen...@linux.intel.com Just support type of ELM_SEL_TYPE_CLIPBOARD. Use HAVE_ELEMENTARY_WAYLAND macro to build againt wayland engine, and use elm_win_wl_window_get() run-time engine check. --- trunk/elementary/src/lib/elm_cnp.c | 121 +++- 1 file