Re: [E-devel] Wayland and subsurfaces

2013-08-07 Thread Rafael Antognolli
BTW, more info here, where it's well explained: http://lists.freedesktop.org/archives/wayland-devel/2012-December/006623.html On Wed, Aug 7, 2013 at 4:32 PM, Rafael Antognolli wrote: > Hey guys, > > I'm trying to add Wayland's subsurfaces support to EFL, but not sure

[E-devel] Wayland and subsurfaces

2013-08-07 Thread Rafael Antognolli
same thing. If not, what would it be? A sub-canvas of the main canvas? Or should I just expose something in the ecore_wayland_* namespace? Any thoughts? Thanks, -- Rafael Antognolli -- Get 100% visibility into Java/.

[E-devel] Nominating Artie U. Eoff as a committer

2013-08-07 Thread Rafael Antognolli
introduce himself better if he wants. Those in favor or against it, raise your hands. Regards, -- Rafael Antognolli -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool des

Re: [E-devel] [EGIT] [legacy/ecore] ecore-1.7 01/01: Backport 1210067fbeb21bdce34ec710e66749de981a1617.

2013-08-06 Thread Rafael Antognolli
en we don't wait for the frame callback. One example is the elementary glview example, I don't know why but it does not work correctly without this. Now, for the correct fix on 1.8, see below. On Tue, Aug 6, 2013 at 9:26 PM, Carsten Haitzler wrote: > On Tue, 6 Aug 2013 11:47:37 -0300

Re: [E-devel] [EGIT] [legacy/ecore] ecore-1.7 01/01: Backport 1210067fbeb21bdce34ec710e66749de981a1617.

2013-08-06 Thread Rafael Antognolli
On Sat, Aug 3, 2013 at 12:50 AM, Carsten Haitzler wrote: > On Fri, 02 Aug 2013 13:52:46 -0700 Rafael Antognolli - Enlightenment Git > said: > > let me get this right. if we have rendered and sent a frame off to the > compositor, we will drop/skip all renders UNTIL the composit

[E-devel] Release tarballs for testing - EFL 1.7.8 and Enlightenment 0.17.4

2013-07-30 Thread Rafael Antognolli
/releases/enlightenment-0.17.4.tar.gz | GZ ]] [[http://download.enlightenment.org/releases/enlightenment-0.17.4.tar.bz2 | BZ2 ]] Regards, -- Rafael Antognolli -- Get your SQL database under version control now! Version

Re: [E-devel] Wrong linespacing (I guess) on 1.7 branch

2013-07-15 Thread Rafael Antognolli
On Mon, Jul 15, 2013 at 9:37 AM, Tom Hacohen wrote: > On 12/07/13 22:13, Rafael Antognolli wrote: >> >> Hi Tom, >> >> I think the following commit broke the calculation of linespace on 1.7 >> branch: >> >> 79bfa9cd10ee64f49008bf3638db77fd2c557552 >

[E-devel] Wrong linespacing (I guess) on 1.7 branch

2013-07-12 Thread Rafael Antognolli
it, or if you want me to open a ticket on phab. Regards, -- Rafael Antognolli -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics

Re: [E-devel] [EGIT] [core/efl] master 01/01: examples: Add missing Ecore_Eo.h for some defines.

2013-07-12 Thread Rafael Antognolli
> See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds.

Re: [E-devel] Elementary scroll bad behavior

2013-07-08 Thread Rafael Antognolli
On Mon, Jul 8, 2013 at 2:45 PM, Iván Briano wrote: > On Mon, Jul 8, 2013 at 2:38 PM, Rafael Antognolli > wrote: >> Guys, anyone has noticed this? >> >> At least with mobile profile on desktop, if I try to scroll the >> genlist inside elementary_test, it goes to the

[E-devel] Elementary scroll bad behavior

2013-07-08 Thread Rafael Antognolli
ticket for this yet, but if there's no ticket I'll just create a new one. Regards, -- Rafael Antognolli -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.s

Re: [E-devel] Question about getting content of item in Genlist

2013-07-05 Thread Rafael Antognolli
fo/enlightenment-devel > > -- > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > ___ &g

Re: [E-devel] [EGIT] [core/efl] master 02/02: configure: Link eina to librt. This is needed for shm_* calls

2013-06-26 Thread Rafael Antognolli
com > > > -- > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > ___ > enlightenment-devel mailing l

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm_web: Fix up various typos from URL conversion.

2013-06-13 Thread Rafael Antognolli
- >> This SF.net email is sponsored by Windows: >> >> Build for Windows Store. >> >> http://p.sf.net/sfu/windows-dev2dev >> ___ >&g

Re: [E-devel] Terminology ctrl + on wayland

2013-06-12 Thread Rafael Antognolli
On Fri, Jun 7, 2013 at 10:11 PM, Carsten Haitzler wrote: > On Fri, 7 Jun 2013 10:29:04 -0300 Rafael Antognolli > said: > >> On Thu, Jun 6, 2013 at 8:52 PM, Carsten Haitzler >> wrote: >> > On Thu, 6 Jun 2013 19:59:55 -0300 Rafael Antognolli >> > said: &g

Re: [E-devel] elm/evas callback sequence

2013-06-11 Thread Rafael Antognolli
backs? I assume that it's the way it is, because Edje understands >> > > How come? > I repeat. > 1. An object is focused when it's clicked. > 2. An object is unfocused when other object is going to be

[E-devel] Terminology ctrl + on wayland

2013-06-06 Thread Rafael Antognolli
something that is specially done in X which is not done in Wayland? Regards, -- Rafael Antognolli -- How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and op

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas/callbacks: Prevent post_event_callback_call recursion.

2013-06-06 Thread Rafael Antognolli
On Thu, Jun 6, 2013 at 6:53 PM, Rafael Antognolli - Enlightenment Git wrote: > antognolli pushed a commit to branch master. > > commit 4b5d52fca12b74871f14883566b29ef274eaf860 > Author: Rafael Antognolli > Date: Thu Jun 6 18:35:12 2013 -0300 > > ev

Re: [E-devel] [PATCH][GIT] Emotion add emotion_module_option_get API and pass options to a/v engine

2013-05-27 Thread Rafael Antognolli
ing that args? I think that it originally was needed to make libvlc render in a given memory buffer, but maybe it's not anymore. It seems that only libvlc_video_set_callbacks is necessary: http://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc__media__player.html#ga612605f2e5c

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm: more ELM_FREE_FUNC cleanups.

2013-05-27 Thread Rafael Antognolli
imator); sd->tree_effect_animator = NULL; } } I didn't check all of these changes, but I fear that a lot of redundancy like this is being added all over the code. -- Rafael Antognolli -- Try New

Re: [E-devel] [EGIT] [core/elementary] master 01/01: [toolbar] fixed code for verification(ecore_job_add)

2013-05-27 Thread Rafael Antognolli
_job = ecore_job_add(_resize_job, data); > + ELM_FREE_FUNC(sd->resize_job, ecore_job_del); > + sd->resize_job = ecore_job_add(_resize_job, data); > } I didn't get the commit message, and what has been fixed. I don't even agree with this commit

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas/gl: Use GL_FRAMEBUFFER_BINDING, which is available on both.

2013-05-20 Thread Rafael Antognolli
Sure, thanks! On Mon, May 20, 2013 at 2:37 PM, Chris Michael wrote: > On 20/05/13 18:31, Rafael Antognolli - Enlightenment Git wrote: >> antognolli pushed a commit to branch master. >> >> commit 99be49551e59c99c13192dd7d454d8d2dbcd42ba >> Author: Rafael Antognolli >

Re: [E-devel] [EGIT] [legacy/evas] evas-1.7 01/01: Revert "Backport rev 83789"

2013-05-18 Thread Rafael Antognolli
: Daniel Willmann > > Did it make it in evas 1.7.7 ?!? > -- > Cedric BAIL No, it seems that this commit was done on Thursday, and the release was done on Wednesday (and actually, the tarballs for testing were done on Monday). -- Rafael Antognolli

Re: [E-devel] [EGIT] [core/efl] master 01/05: ecore evas wayland: if(()) are used for assignments, add missing NULL fields

2013-05-16 Thread Rafael Antognolli
;>>> Tom. >>>>> >>>> >>>> >>>> Order of precedence and readability mainly. >>> >>> Double parenthesis don't change the order of precedence. It's fine (and >>> required by our conventions) if you had an A

Re: [E-devel] Proxy render doesn't work on GL

2013-05-16 Thread Rafael Antognolli
cb is called. > > > -Regards, Hermet- > > -Original Message- > From: "Rafael Antognolli" > To: "Enlightenment developer list"; > Cc: > Sent: 2013-05-16 (목) 21:00:33 > Subject: Re: [E-devel] Proxy render doesn&

Re: [E-devel] Proxy render doesn't work on GL

2013-05-16 Thread Rafael Antognolli
And what you mean by "it works"? Is the black rectangle also appearing on the test, or only a small green rectangle on the white background? The problem here is that the black rectangle does not appear because of the green rectangle. On Thu, May 16, 2013 at 8:30 AM, Rafael Antogno

Re: [E-devel] Proxy render doesn't work on GL

2013-05-16 Thread Rafael Antognolli
sing the latest git source. > > > -Regards, Hermet- > > -----Original Message- > From: "Rafael Antognolli" > To: "Enlightenment developer list"; > Cc: > Sent: 2013-05-11 (토) 05:47:58 > Subject: [E-devel] Proxy render doesn't work on GL >

[E-devel] FIXED ANNOUNCE: EFL 1.7.7 Stable Series and Enlightenment 0.17.3

2013-05-15 Thread Rafael Antognolli
The links were correct, but I used the same subject as the previous release. On Wed, May 15, 2013 at 2:20 PM, Rafael Antognolli wrote: > The Enlightenment Release Team is happy to announce a new stable > release of the EFL libraries, and of the Enlightenment window manager. > > Ple

[E-devel] ANNOUNCE: EFL 1.7.6 Stable Series and Enlightenment 0.17.2

2013-05-15 Thread Rafael Antognolli
k event rect for efm...always 52cfa36 add another check for vmware windows, ticket #1057 1da8387 improve efm mouse move detection (no more tooltips when cursor is in separate window) 0636064 tiling: fix segv when adding a stack without config 6fbbc81 fix multiple shelf config diaslog bug.

Re: [E-devel] Release tarballs for testing - EFL 1.7.7 and Enlightenment 0.17.3

2013-05-13 Thread Rafael Antognolli
r-- 1 antognolli ewww 6116102 May 13 09:46 /var/www/download/releases/expedite-1.7.7.tar.gz antognolli@enlightenment2:~$ On Mon, May 13, 2013 at 2:20 PM, Rafael Antognolli wrote: > Hello, > > Following are the package links for testing the release tarballs. Let > me know if you find an

[E-devel] Release tarballs for testing - EFL 1.7.7 and Enlightenment 0.17.3

2013-05-13 Thread Rafael Antognolli
/enlightenment-0.17.3.tar.bz2 | BZ2 ]] Regards, -- Rafael Antognolli -- AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently

Re: [E-devel] EFL 1.7.7

2013-05-13 Thread Rafael Antognolli
hael Blumenkrantz > wrote: >> no, enlightenment-announce is only for announcements. -release is for >> discussions of releases and related matters >> >> On Fri, May 10, 2013 at 1:54 PM, Rafael Antognolli >> wrote: >> >>> Seriously? I thought it was o

[E-devel] Proxy render doesn't work on GL

2013-05-10 Thread Rafael Antognolli
here. Thanks, -- Rafael Antognolli evas-tests.tar.gz Description: GNU Zip compressed data -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph datab

Re: [E-devel] EFL 1.7.7

2013-05-10 Thread Rafael Antognolli
Seriously? I thought it was only for release announcements... Anyway, sending it there too. On Fri, May 10, 2013 at 9:45 AM, Michael Blumenkrantz wrote: > this should have been sent to enlightenment-release... > > On Fri, May 10, 2013 at 1:42 PM, Rafael Antognolli > wrote: > &g

[E-devel] EFL 1.7.7

2013-05-10 Thread Rafael Antognolli
Hey guys, just a heads up, I'm planning to make a new 1.7 stable release. At least for Wayland we need that because the current evas 1.7.6 won't work with wayland-1.1. The plan is to make the tarballs for testing tonight, or tomorrow, and make the actual release on Monday. Regards,

Re: [E-devel] Question about evas async render

2013-05-07 Thread Rafael Antognolli
On Tue, May 7, 2013 at 7:06 AM, Carsten Haitzler wrote: > On Fri, 3 May 2013 20:15:42 -0300 Rafael Antognolli > said: > >> Hey, >> >> We have a problem on the wayland shm engine where the >> evas_engine_info_set() function will imply on a free of the outbuf an

[E-devel] Question about evas async render

2013-05-03 Thread Rafael Antognolli
endering on the surfaces requested from that outbuf? Thanks, -- Rafael Antognolli http://antognolli.org/ -- Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for pr

Re: [E-devel] efl build is broken by ecore_audio

2013-05-03 Thread Rafael Antognolli
efl.git/commit/?id=4db03f700cfaa8261db11a3a0c7162f0e7b71f0d >> http://git.enlightenment.org/core/efl.git/commit/?id=96d98696849ac2b141d6eb9d68238ff8c628c1ac >> >> Locally reverting them fix the issue. Alternatively, it&#

[E-devel] efl build is broken by ecore_audio

2013-05-03 Thread Rafael Antognolli
=96d98696849ac2b141d6eb9d68238ff8c628c1ac Locally reverting them fix the issue. Alternatively, it's possible to build efl again if ecore-audio is disabled. -- Rafael Antognolli http://antognolli.org/ -- Get 100% visibility into Java

Re: [E-devel] [EGIT] [core/efl] master 01/02: Reenable ability for async render of shm engine.

2013-04-29 Thread Rafael Antognolli
Additionally, I just noticed that window resize is kind of broken too now. Well, it works, but lots of artifacts appear while resizing the window. I guess that we need some kind of synchronization, before changing/destroying the buffers. On Mon, Apr 29, 2013 at 8:43 AM, Rafael Antognolli wrote

Re: [E-devel] [EGIT] [core/efl] master 01/02: Reenable ability for async render of shm engine.

2013-04-29 Thread Rafael Antognolli
On Mon, Apr 29, 2013 at 7:28 AM, Christopher Michael wrote: > On 27/04/13 10:42, Chris Michael wrote: >> >> On 26/04/13 16:51, Rafael Antognolli wrote: >>> >>> Hey devilhorns, >>> >>> On Fri, Apr 26, 2013 at 3:23 AM, Chris Michael - Enlighte

[E-devel] Trac X Phab

2013-04-26 Thread Rafael Antognolli
above question is no, then everyone who has open bugs and want them fixed on trac should move them manually to phab? Thanks, -- Rafael Antognolli http://antognolli.org/ -- Try New Relic Now & We'll Send You this C

Re: [E-devel] [EGIT] [core/efl] master 01/02: Reenable ability for async render of shm engine.

2013-04-26 Thread Rafael Antognolli
tly, or did they disappear magically? If you fixed them, good work :) But I'm still seeing issues when using this async render. It seems to be segfaulting when exiting the application while things are still rendering. Can you take a look at this? If not, then maybe we would be better to not

Re: [E-devel] [PATCH] configure: add missing dependency to libm.

2013-04-26 Thread Rafael Antognolli
/e/ticket/2339 >> >> This patch fixes the issue, but I'm not 100% sure that I'm checking in the >> correct place. > > oh wow.. trac! ummm we have kind of moved everything over to phab now > ( https://phab.enlightenment.org ). in it is. thanks. Ol

Re: [E-devel] EFL 1.8

2013-04-25 Thread Rafael Antognolli
.sf.net/sfu/newrelic_d2d_apr > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Rafael Antognolli http://antognolli.org/ --

Re: [E-devel] enlightenment built from git gives random segfault

2013-04-23 Thread Rafael Antognolli
ed branches/tags, just take a look at their respective elementary-1.7 and enlightenment-0.17 branches (and tags). -- Rafael Antognolli http://antognolli.org/ -- Try New Relic Now & We'll Send You this Cool Shirt New

Re: [E-devel] enlightenment built from git gives random segfault

2013-04-23 Thread Rafael Antognolli
On Tue, Apr 23, 2013 at 4:02 AM, Noorul Islam Kamal Malmiyoda wrote: > On Mon, Apr 22, 2013 at 8:27 PM, Rafael Antognolli > wrote: > >> On Mon, Apr 22, 2013 at 10:07 AM, Noorul Islam Kamal Malmiyoda >> wrote: >> > On Mon, Apr 22, 2013 at 5:34 PM, Cedric BAIL >&

Re: [E-devel] enlightenment built from git gives random segfault

2013-04-22 Thread Rafael Antognolli
we have now. For instance, if you want to get the released eina, you have to clone it from here: http://git.enlightenment.org/legacy/eina.git/ And checkout the 1.7.6 tag, or at least the eina-1.7 branch. Same for the other released libraries.

Re: [E-devel] [PATCH] ecore_imf: Add support for wayland

2013-04-19 Thread Rafael Antognolli
amp; visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Re: [E-devel] [EGIT] [core/efl] master 01/01: Eo: Print location of the calling functions in eo log output

2013-04-18 Thread Rafael Antognolli
gt;> +++++---- >> 2 files changed, 62 insertions(+), 49 deletions(-) You are my hero! -- Rafael Antognolli http://antognolli.org/ -- Precog is a next-generation a

Re: [E-devel] ATTN: FRENCH BORKER MASTER

2013-04-18 Thread Rafael Antognolli
ree account! > http://www2.precog.com/precogplatform/slashdotnewsletter > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Rafael Antognolli http://antognolli.org/

Re: [E-devel] edbus - Annoying inconsistency

2013-04-17 Thread Rafael Antognolli
On Wed, Apr 17, 2013 at 7:44 PM, thomasg wrote: > On Thu, Apr 18, 2013 at 12:37 AM, Luis Felipe Strano Moraes > wrote: >> On Wed, Apr 17, 2013 at 1:31 PM, Lucas De Marchi < >> lucas.demar...@profusion.mobi> wrote: >> >>> On Apr 17, 2013 11:49 AM, "R

Re: [E-devel] [EGIT] [core/elementary] master 01/01: I removed it->generation, sd->generation, it->walking, sd->walking flags. This flags was used for deferring deletion of genlist items. After deferr

2013-04-17 Thread Rafael Antognolli
{ >> @@ -6338,7 +6271,6 @@ elm_genlist_item_item_class_update(Elm_Object_Item >> *item, >> >> if (!it->item->block) return; >> EINA_SAFETY_ON_NULL_RETURN(itc); >> - if (it->generation < GL_IT(it)->wsd->generation) return; >>

Re: [E-devel] edbus - Annoying inconsistency

2013-04-17 Thread Rafael Antognolli
>>>>>>>>> that's good enough there, it's good enough everywhere. >> >>>>>>>>> >> >>>>>>>>> In conclusion, I see no harm in using edbus2 all around the >> >>>>>>>&g

Re: [E-devel] [RFC] Improving Eo boilerplate

2013-04-11 Thread Rafael Antognolli
apps and a phenomenal toolset for data science. Developers can use >> our toolset for easy data analysis & visualization. Get a free account! >> http://www2.precog.com/precogplatform/slashdotnewsletter >> ___________ >> e

Re: [E-devel] ANNOUNCE: EFL 1.7.6 Stable Series and Enlightenment 0.17.2

2013-04-06 Thread Rafael Antognolli
which is empty, nothing is put there), but doesn't do that on 1.7.6. I've fixed this on the 1.7 branch, will release a 1.7.6.1 with that fixed too. On Fri, Apr 5, 2013 at 10:12 PM, Simon wrote: > On 04/06/2013 07:37 AM, Martin Jansa wrote: >> On Fri, Apr 05, 2013 at 05:53:19PM

Re: [E-devel] ANNOUNCE: EFL 1.7.6 Stable Series and Enlightenment 0.17.2

2013-04-05 Thread Rafael Antognolli
> >> On Thu, Apr 04, 2013 at 11:35:05PM -0300, Rafael Antognolli wrote: >> > >> > The Enlightenment Release Team is happy to announce a new stable >> > >> > release of the EFL libraries, and of the Enlightenment window manager. >> > >> >

Re: [E-devel] ANNOUNCE: EFL 1.7.6 Stable Series and Enlightenment 0.17.2

2013-04-05 Thread Rafael Antognolli
04, 2013 at 11:35:05PM -0300, Rafael Antognolli wrote: >> > The Enlightenment Release Team is happy to announce a new stable >> > release of the EFL libraries, and of the Enlightenment window manager. >> > >> > Please read the ChangeLog and NEWS files fr

Re: [E-devel] ANNOUNCE: EFL 1.7.6 Stable Series and Enlightenment 0.17.2

2013-04-05 Thread Rafael Antognolli
err... replying to all now... On Fri, Apr 5, 2013 at 10:18 AM, Rafael Antognolli wrote: > Hi Martin, > > On Fri, Apr 5, 2013 at 6:54 AM, Martin Jansa wrote: >> On Thu, Apr 04, 2013 at 11:35:05PM -0300, Rafael Antognolli wrote: >>> The Enlightenment Release Team is happy

Re: [E-devel] ANNOUNCE: EFL 1.7.6 Stable Series and Enlightenment 0.17.2

2013-04-05 Thread Rafael Antognolli
Hi Martin, On Fri, Apr 5, 2013 at 6:54 AM, Martin Jansa wrote: > On Thu, Apr 04, 2013 at 11:35:05PM -0300, Rafael Antognolli wrote: >> The Enlightenment Release Team is happy to announce a new stable >> release of the EFL libraries, and of the Enlightenment window manager. >&g

[E-devel] ANNOUNCE: EFL 1.7.6 Stable Series and Enlightenment 0.17.2

2013-04-04 Thread Rafael Antognolli
r.gz>] [BZ2 <http://download.enlightenment.org/releases/elementary-1.7.6.tar.bz2>] - Evil 1.7.6 - [GZ<http://download.enlightenment.org/releases/evil-1.7.6.tar.gz>] [BZ2 <http://download.enlightenment.org/releases/evil-1.7.6.tar.bz2>] - Enlightenment 0.17.2 - [GZ<http

Re: [E-devel] [PATCH] evas: fix documentation sample code format specifiers

2013-04-04 Thread Rafael Antognolli
x.html > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Rafael Antognolli http://antognolli.org/ --

[E-devel] Enjoy - migration to git

2013-03-31 Thread Rafael Antognolli
Hey guys, could you please do this for me? Thanks, -- Rafael Antognolli http://antognolli.org/ -- Own the Future-Intel(R) Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo co

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Add APIs - elm_entry_input_panel_layout_variation_set/get

2013-03-27 Thread Rafael Antognolli
gt; ELM_OBJ_ENTRY_ID(ELM_OBJ_ENTRY_SUB_ID_INPUT_PANEL_LAYOUT_VARIATION_GET), > EO_TYPECHECK(int *, ret) > + > +/** > * @def elm_obj_entry_autocapital_type_set > * @since 1.8 > * Since you are adding almost no documentation to these functions, what about adding a link or refe

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Genlist, gengrid: two new smart callbacks

2013-03-26 Thread Rafael Antognolli
-clicked or pressed >> * (enter|return|spacebar) on an item. The @c event_info parameter is the >> * item that was activated. >> + * - @c "pressed" - The user pressed the an item. The @c event_info >> + * parameter is the item that was pressed. >&g

Re: [E-devel] GSoC 2013

2013-03-21 Thread Rafael Antognolli
there others in the wings? > > Yes, I am. Just as I said on IRC, you can count me in on this too. > -- > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/

Re: [E-devel] EFL 1.8 release plan

2013-03-20 Thread Rafael Antognolli
ite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/list

Re: [E-devel] Jenkins IRC notifications - how much is too much?

2013-03-19 Thread Rafael Antognolli
> Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar >

Re: [E-devel] RFC: Handling of client-side window decorations on Wayland (framespace)

2013-03-08 Thread Rafael Antognolli
ed to their position (but they should). Ok, 2) was our biggest problem and used to cause lots of bugs. But while I was writing the email, I thought about a possible solution (devilhorns, please comment on this too): maybe we could just change the evas_object_smart_move_children_relative() to don'

Re: [E-devel] RFC: Handling of client-side window decorations on Wayland (framespace)

2013-03-07 Thread Rafael Antognolli
On Wed, Mar 6, 2013 at 8:07 PM, Carsten Haitzler wrote: > On Wed, 6 Mar 2013 13:44:33 -0300 Rafael Antognolli > said: > >> On Wed, Mar 6, 2013 at 11:55 AM, Carsten Haitzler >> wrote: >> > On Thu, 28 Feb 2013 16:22:34 -0300 Rafael Antognolli >> > said:

Re: [E-devel] RFC: Handling of client-side window decorations on Wayland (framespace)

2013-03-06 Thread Rafael Antognolli
On Wed, Mar 6, 2013 at 11:55 AM, Carsten Haitzler wrote: > On Thu, 28 Feb 2013 16:22:34 -0300 Rafael Antognolli > said: > >> tl;dr: >> >> To have a sub-ecore_evas inside the wayland ecore_evas. The >> sub-ecore_evas would handle the client area content, whil

Re: [E-devel] [PATCH] stable: evas and ecore build broken

2013-03-04 Thread Rafael Antognolli
> ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- Rafael Antognolli http://antognolli.org/ -

Re: [E-devel] eina_module_new

2013-03-01 Thread Rafael Antognolli
ebsites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > ___ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https:/

[E-devel] RFC: Handling of client-side window decorations on Wayland (framespace)

2013-02-28 Thread Rafael Antognolli
re_Evas to only know about a sub-area of a given surface allocated by its parent Ecore_Evas. So, do you guys have any comments, advices, know of things that probably won't work, etc? Thanks for any feedback, -- Rafael Antognolli http:/

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

2013-02-27 Thread Rafael Antognolli
Ah, and there should be few people needing such permission. For instance, I still can't imagine a situation where I would need it. On Wed, Feb 27, 2013 at 12:12 PM, Rafael Antognolli wrote: > Yeah, and the policy can be quite simple: give merge permission to > whoever asks for it, as

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

2013-02-27 Thread Rafael Antognolli
riano wrote: > On Wed, Feb 27, 2013 at 12:05 PM, Tom Hacohen wrote: >> On 27/02/13 15:02, Rafael Antognolli wrote: >>> OK, I don't, but here's another idea: on the update script (or >>> wherever you are doing this), we only allow specific people who are >

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

2013-02-27 Thread Rafael Antognolli
14:38, Rafael Antognolli wrote: >> >> What about requiring push -f? > > > Do you know how to do that? I'd love having that. > > -- > Tom. > -- Rafael Antognolli http://antognolli.org/ -

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

2013-02-27 Thread Rafael Antognolli
What about requiring push -f? On Wed, Feb 27, 2013 at 11:29 AM, Tom Hacohen wrote: > On 27/02/13 14:13, Rafael Antognolli wrote: >> >> Is it possible to prevent pushes of patches that include a merge >> commit? Or at least require a push -f? > > > There is a way

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

2013-02-27 Thread Rafael Antognolli
> Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > ___ > enlightenmen

Re: [E-devel] [PATCH core/elementary] configure.ac: Fix rev to work outside of git tree too

2013-02-25 Thread Rafael Antognolli
- > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > ___ > enlightenment-devel mailing list &g

[E-devel] Warning: Incoming new Stable release 1.7.6

2013-02-25 Thread Rafael Antognolli
Hey guys, Just a heads up, by the end of this week we will be spinning a new stable release of the EFL. It should come after Daniel Willmann finish moving the 1.7 branch into GIT. Regards, antognolli -- Rafael Antognolli http://antognolli.org

Re: [E-devel] Backport a new Ecore_Wayland feature to 1.7.x?

2013-02-22 Thread Rafael Antognolli
land code execution coverage from > the new tests that we’ve been able to develop with these features. > Unfortunately, we can’t run the new tests on an efl 1.7 S/W stack without > the aforementioned commits. > > > > Comments? > > > &g

Re: [E-devel] evas map (elm_flip), wayland, and maybe async render problem

2013-02-21 Thread Rafael Antognolli
Hey Ulisses, thanks for answering! On Thu, Feb 21, 2013 at 1:19 PM, Ulisses Furquim wrote: > Hi Rafael, > > On Thu, Feb 21, 2013 at 9:50 AM, Rafael Antognolli > wrote: >> Hey guys, >> >> I've been trying to debug a problem that only happens on the Wayland

[E-devel] evas map (elm_flip), wayland, and maybe async render problem

2013-02-21 Thread Rafael Antognolli
http://trac.enlightenment.org/e/ticket/1407 Thanks, -- Rafael Antognolli http://antognolli.org/ -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free tod

Re: [E-devel] [EGIT] [core/efl] 14/15: ecore_evas/wayland_shm: Fixed window resize.

2013-02-20 Thread Rafael Antognolli
Dynamics Lite for free today: >> http://p.sf.net/sfu/appdyn_d2d_feb >> ___ >> enlightenment-devel mailing list >> enlightenment-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/enlightenment-

Re: [E-devel] SVN->Git Migration (was: (no subject))

2013-02-15 Thread Rafael Antognolli
happened. I don't think those that a rebased branch history is a lie. Each commit will still have the original commit date (if the author did not change it). You can use that to know when the feature started to be developed. OK, you

Re: [E-devel] E SVN: discomfitor IN trunk/efl: . src/lib/eina

2013-02-01 Thread Rafael Antognolli
On Fri, Feb 1, 2013 at 9:12 AM, Enlightenment SVN wrote: > + * This function is identical to eina_stringshare_replace() except that it > calls > + * eina_stringshare_ref() instead of eina_stringshare_del() Typo here? Maybe it should be s/eina_stringshare_del/eina_stringshare_add/ ?

Re: [E-devel] E SVN: antognolli IN trunk/efl: . src/modules/ecore_evas/engines/wayland

2013-01-28 Thread Rafael Antognolli
g >> === >> --- trunk/efl/ChangeLog 2013-01-28 16:43:45 UTC (rev 83386) >> +++ trunk/efl/ChangeLog 2013-01-28 19:13:46 UTC (rev 83387) >> @@ -380,3 +380,8 @@ >> 2013-01-28 Daniel Willmann >&

Re: [E-devel] E SVN: antognolli trunk/efl/m4

2013-01-21 Thread Rafael Antognolli
----- > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft

Re: [E-devel] Ecore_X specific functions

2013-01-18 Thread Rafael Antognolli
nly wayland and X. >> Daniel Juyung Seo (SeoZ) >> >> On Fri, Jan 18, 2013 at 4:14 AM, Rafael Antognolli >> wrote: >> > Yes, if it's exposed through ecore_evas, then it will allow usage >> > outside of elementary. >> > >> > On Thu,

Re: [E-devel] Ecore_X specific functions

2013-01-17 Thread Rafael Antognolli
Yes, if it's exposed through ecore_evas, then it will allow usage outside of elementary. On Thu, Jan 17, 2013 at 3:17 PM, Christopher Michael wrote: > While still allowing usage Outside of Elementary (one would hope) > > dh > > Rafael Antognolli wrote: >> >>

Re: [E-devel] Ecore_X specific functions

2013-01-17 Thread Rafael Antognolli
On Thu, Jan 17, 2013 at 2:49 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Jan 17, 2013 at 2:43 PM, Michael Blumenkrantz > wrote: >> On Thu, 17 Jan 2013 14:39:17 -0200 >> Rafael Antognolli wrote: >> >>> Hi all, >>> >>> Ecore_X have bee

[E-devel] Ecore_X specific functions

2013-01-17 Thread Rafael Antognolli
t I'm sure that there are more things to be moved/changed. Regards, -- Rafael Antognolli http://antognolli.org/ -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript a

[E-devel] elm_scroller - freeze/hold/lock propagate

2012-12-21 Thread Rafael Antognolli
is a very common behavior, and I'm sure someone has implemented this already, but I don't see how to do this with the available elementary APIs. Basically because these 3 groups of functions propagate their blocking behavior to their parents. Any ideas? -- Rafael Antognolli h

Re: [E-devel] elm_gengrid_item_object_get - deprecated but no other function

2012-12-04 Thread Rafael Antognolli
Hello Daniel, Ok, I understand your motivations. As for the workaround, Gustavo already told me about it, and it works fine :-) Thanks for the quick answer! On Tue, Dec 4, 2012 at 5:37 PM, Daniel Juyung Seo wrote: > Hello Rafael Antognolli, > we decided to remove this api to have a ro

[E-devel] elm_gengrid_item_object_get - deprecated but no other function

2012-12-04 Thread Rafael Antognolli
any circumstances. This is exactly what I need to do. Is there any other API that could be used instead of this one, or was this a mistake? Regards, -- Rafael Antognolli http://antognolli.org/ -- LogMeIn Rescue: Anywhe

Re: [E-devel] E SVN: antognolli IN branches/ecore-1.7: . src/lib/ecore_wayland

2012-11-23 Thread Rafael Antognolli
;output->display = ewd; >> >>- output->output = wl_display_bind(ewd->wl.display, id, >>&wl_output_interface); >>+ output->output = >>+ wl_registry_bind(ewd->wl.registry, id, &wl_output_interface, 1); >>+ >>wl_list_insert(

Re: [E-devel] Dark theme digital clock woes

2012-11-14 Thread Rafael Antognolli
-- > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-d

Re: [E-devel] GL backend - EGL

2012-11-13 Thread Rafael Antognolli
On Mon, Oct 29, 2012 at 9:38 AM, Rafael Antognolli wrote: > Exactly. So, right now we have either OpenGL, or OpenGL-ES with EGL, > right? As you said, what I want to add is a new combination of OpenGL > with EGL, which basically would use almost the same code path as the > OpenGL-ES

Re: [E-devel] E SVN: antognolli trunk/efl/m4

2012-11-07 Thread Rafael Antognolli
l, update software, and manage PCs from one command center > Diagnose problems and improve visibility into emerging IT issues > Automate, monitor and manage. Do more in less time with Central > http://p.sf.net/sfu/logmein12331_d2d > ___ > enlightenmen

<    1   2   3   4   >