Yop,
On Wed, Aug 1, 2012 at 2:19 PM, Sohyun Kim 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
> rendering, emotio
On Wed, 01 Aug 2012 06:03:54 +0200 rustyBSD 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
append ones cou
On Sun, 29 Jul 2012 15:53:31 +0200 rustyBSD 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
> ---
someone reporting in
On Wed, Aug 1, 2012 at 10:02 AM, Carsten Haitzler wrote:
> On Sun, 29 Jul 2012 15:53:31 +0200 rustyBSD 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() does
On Sat, 28 Jul 2012 18:42:05 +0200 rustyBSD said:
ok in, but some changes ... removed the min size set of button of 52x52 - this
shouldn't be needed. i made the button expand horizontally (and vertically) and
fill too. i also fixed the blocks print (really why do u want to know this? do
u REALLY
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
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
On Wed, Aug 1, 2012 at 6:49 PM, Donn Jeferson R Atienza
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 generate all docume
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
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
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 wrote:
> Hello.
>
> On 08/01/2012 11:05 AM, Donn Jeferson Atienza wrote:
>> bindings for vala are called vapi files, i have not much knowledge thoug
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.
---
oops.. the attachment.. ;;
2012/8/1 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
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
--
From: Alex Wu
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()-->
elm_hoversel_hover_end()--
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 hove
Apologies. I misquoted who the patch is from. It is actually from Alex Wu
-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 trunk/evas/src/lib/canvas
Log:
Evas
* Enlightenment SVN [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 -0700 (Wed, 01 Aug 2
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 SVN:
missing changelog and news update
Vincent
On Wed, Aug 1, 2012 at 4:37 PM, Enlightenment SVN
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 a fd is ready for read
On Wed, 1 Aug 2012 16:46:00 +0200
Vincent Torri wrote:
> missing changelog and news update
>
> Vincent
>
> On Wed, Aug 1, 2012 at 4:37 PM, Enlightenment SVN
> wrote:
> > Log:
> > add ecore_main_fd_handler_file_add() for use with regular files.
> > epoll does not handle reading from files sin
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.
as usual, @since, changelog and news
Vincent
On Wed, Aug 1, 2012 at 5:34 PM, Enlightenment SVN
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 more correct, but I have
On Wed, Aug 1, 2012 at 2:09 PM, Vincent Torri 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: +55 (19) 9225-2202
---
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 t
On Wed, 1 Aug 2012 18:40:24 +0100
"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
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 glo
>
> 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 cou
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
0001-Ecore_Evas-wayland-Don-t-check-fo
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 completely
On Wed, Aug 1, 2012 at 8:02 PM, Thomas Gstädtner 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).
>
> This way the selec
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.
>
On Wed, Aug 1, 2012 at 8:34 PM, thomasg wrote:
> On Wed, Aug 1, 2012 at 8:02 PM, Thomas Gstädtner
> 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_D
On 01/08/12 19:34, thomasg wrote:
> On Wed, Aug 1, 2012 at 8:02 PM, Thomas Gstädtner
> 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 di
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...
---
On Thu, 2 Aug 2012 10:32:09 +0800 Donn Jeferson Atienza
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
> efl+vala; since elementa
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] Forgotte
From: Alex Wu
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 wayland has no
way to do th
From: Alex Wu
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 changed, 119 insertions(+
In Svn now. Thanks :)
Dh
-Original Message-
From: thomasg [mailto:tho...@gstaedtner.net]
Sent: 01 August 2012 19:49
To: enlightenment-devel@lists.sourceforge.net
Subject: Re: [E-devel] [PATCH] wallpaper2: implement close/apply buttons
On Wed, Aug 1, 2012 at 8:34 PM, thomasg wrote:
> O
In svn. Thanks Rob :)
Dh
-Original Message-
From: Bradford, Robert [mailto:robert.bradf...@intel.com]
Sent: 01 August 2012 19:21
To: Enlightenment developer list
Cc: Eduardo De Barros Lima
Subject: [E-devel] [PATCH][wayland] Fix bug in fullscreening
ChangeLog entry:
2012-08-01 Rob Br
I give up. Your constant reverts and refusal to submit any sort of report
or do debugging make it impossible to improve this. It can stay slow and
blocking forever now.
On Thu, Aug 2, 2012 at 4:36 AM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:
> Log:
> unfortuntely.. i have to revert
On Thu, 2 Aug 2012 07:28:02 +0100 Michael Blumenkrantz
said:
i already told you:
"on initial login xsettings dont work. all gtk apps have their default look
UNTIL e restarts. reverting to the svn revision i reverted to makes it work
again".
changes u made after that version broke it - next patc
43 matches
Mail list logo