Re: [E-devel] [PATCH] evas: hide the evas object after it's smart object deleted.

2012-08-10 Thread Gustavo Barbieri
On Friday, August 10, 2012, Christopher Michael wrote: On 08/10/2012 09:55 AM, Carsten Haitzler (The Rasterman) wrote: > On Fri, 10 Aug 2012 07:53:07 +0100 Christopher Michael > > said: > >> On 08/10/2012 03:25 AM, wuzhiwen wrote: >>> >>> -Original Message- From: Gustavo Sverz

Re: [E-devel] E SVN: kakaroto IN trunk/GAMES/eskiss: . src/bin

2011-09-07 Thread Gustavo Barbieri
To disable cursor we can just use standard ecore_evas and set a transparent rectangle. But really, it is so common we could add it in ecore_evas itself --Gustavo Sent from my iPhone On 07/09/2011, at 03:59, Enlightenment SVN wrote: > Log: > Eskiss: Disable forced dependency on ecore-x > > Auth

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

2011-09-07 Thread Gustavo Barbieri
What's the error message? --Gustavo Sent from my iPhone On 07/09/2011, at 02:45, Enlightenment SVN wrote: > Log: > no, really. stfu connman. > > > Author: discomfitor > Date: 2011-09-06 22:45:03 -0700 (Tue, 06 Sep 2011) > New Revision: 63244 > Trac: http://trac.enlightenm

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

2011-09-07 Thread Gustavo Barbieri
What's the error? Never noticed it :-/ --Gustavo Sent from my iPhone On 07/09/2011, at 02:24, Enlightenment SVN wrote: > Log: > this shit has got to stop. tired of my logs being full of 10gb of this. > > > Author: discomfitor > Date: 2011-09-06 22:23:07 -0700 (Tue, 06 Sep 2011) >

Re: [E-devel] Entry "changed, user" additional information - request for opinion

2011-08-30 Thread Gustavo Barbieri
Custom or smart callbacks for me. I'd go with smart and change these alien new callbacks that raster introduced to smart callbacks unless they are in the "single hook" class that sometimes is required (limits to one implementation/provider, in hot paths or in need for complex parameters) Sent fro

Re: [E-devel] E SVN: barbieri trunk/edje/src/lib

2011-08-29 Thread Gustavo Barbieri
Likely it was wrong and happened to work due wrong collateral effects. --Gustavo Sent from my iPhone On 28/08/2011, at 03:01, Mike Blumenkrantz wrote: > On Sat, 20 Aug 2011 18:38:17 -0700 > "Enlightenment SVN" wrote: > >> Log: >> change text's single recalc to use apply version. >> >> Origin

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

2011-08-29 Thread Gustavo Barbieri
Zero parameters before checking otherwise it will not touch them and on failure caller will get garbage --Gustavo Sent from my iPhone On 29/08/2011, at 08:40, Enlightenment SVN wrote: > Log: > dont need ti check priv - macro did it anyway > > > > Author: raster > Date: 2011-08-29

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

2011-08-29 Thread Gustavo Barbieri
Went bad? But evas_object_data_get() should be safe with it using magic numbers. --Gustavo Sent from my iPhone On 29/08/2011, at 08:36, Tom Hacohen wrote: > On 29/08/11 14:32, Gustavo Barbieri wrote: >> Hey Tasn, need to check but before there were no limits that the >> toolti

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

2011-08-29 Thread Gustavo Barbieri
Hey Tasn, need to check but before there were no limits that the tooltip must be on an elm object. It could be an edje or a single rectangle. All it should use are mouse events. --Gustavo Sent from my iPhone On 28/08/2011, at 11:13, Enlightenment SVN wrote: > Log: > Elm tooltip: Added checks i

Re: [E-devel] e_dbus safety checks

2011-08-26 Thread Gustavo Barbieri
Yeah, just missing. Commit to svn please! --Gustavo Sent from my iPhone On 26/08/2011, at 18:42, Mike Blumenkrantz wrote: > On Fri, 26 Aug 2011 23:26:18 +0200 > Leif Middelschulte wrote: > >> Hi all, >> >> by trying out shotgun I found two possible segvs in e_dbus. >> >> I don't know whether

Re: [E-devel] E SVN: acidx trunk/enjoy/src/bin

2011-08-26 Thread Gustavo Barbieri
Leandro, check e17 or ecore itself, some of used approach is not common. Nitpicking review follows: 1- events are EAPI extern int ENJOY_SOMENAME. We don't export symbols yet, so just define an EAPI and these symbols inside a new Enjoy_Plugins.h, see other public headers 2- avoid no_free, just do

Re: [E-devel] E SVN: discomfitor IN trunk/e/src/modules: bluez connman

2011-08-26 Thread Gustavo Barbieri
Ugh! Just change the pointer prototype to get const char* instead. It makes everything more clear --Gustavo Sent from my iPhone On 26/08/2011, at 14:19, Enlightenment SVN wrote: > Log: > more warnings > > > Author: discomfitor > Date: 2011-08-26 10:19:17 -0700 (Fri, 26 Aug 2011)

Re: [E-devel] E SVN: cedric IN trunk/edje: . src/bin src/lib

2011-08-22 Thread Gustavo Barbieri
This should be useful to implement the date thing in clock as I did in detorious! Sent from my iPhone On 22/08/2011, at 18:45, "Enlightenment SVN" wrote: > Log: > edje: add collection.group.limits.vertical and > collection.group.limits.horizontal. > > The goal is to provide an easy way to do

Re: [E-devel] E SVN: barbieri trunk/THEMES/detourious/bits

2011-08-18 Thread Gustavo Barbieri
It's new stuff I've added and he got the theme without updating the C module :-) provides a "today" line below the clock in detourious, uses strftime but the theme placeholder is "Tod, 12/30/2011". Funny that people noticed Tod (today abbreviation) but not 30-December ;-) Sent from my iPhone On 1

Re: [E-devel] E SVN: raster trunk/THEMES/detour-elm

2011-08-18 Thread Gustavo Barbieri
There is an elm inside THEMES/detorious, use it instead ;-) Sent from my iPhone On 17/08/2011, at 23:25, Enlightenment SVN wrote: > Log: > make makefile... work > > > > Author: raster > Date: 2011-08-17 19:24:41 -0700 (Wed, 17 Aug 2011) > New Revision: 62545 > Trac: http:/

Re: [E-devel] E SVN: barbieri trunk/THEMES/detourious/bits

2011-08-17 Thread Gustavo Barbieri
Did not touch (neither have plans to) analog clock, be my guest. It should be simple, copy it from e17 default.edc and replace images. I plan to do battery, mixer and connman soon. Sent from my iPad On 17/08/2011, at 21:57, Mark Dickie wrote: > On 17 August 2011 18:21, Nicolas Aguirre wrote:

Re: [E-devel] E SVN: barbieri trunk/THEMES/detourious/bits

2011-08-17 Thread Gustavo Barbieri
Update e17 clock module (c code) Sent from my iPad On 17/08/2011, at 20:24, Nicolas Aguirre wrote: > 2011/8/17 Enlightenment SVN : >> Log: >> THEME/detorious: better calendar and clock. >> >> clock will now show date if there is space. >> >> calendar is simple and beautiful. > > It looks real

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

2011-08-16 Thread Gustavo Barbieri
I don't know eio semantics, but it should incref the stringshared handle and this code will leak reference. There is a bug for sure, either in this code or in eio API. Sent from my iPhone On 16/08/2011, at 18:14, "Enlightenment SVN" wrote: > Log: > eio: obvious typo ! > > > Author: cedri

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

2011-08-11 Thread Gustavo Barbieri
The obvious repetitive string manipulation is all in eina. Extension, prefix, suffix, split at delimiter to an array, join array using delimiter were all done. Sent from my iPhone On 11/08/2011, at 14:12, Carsten Haitzler wrote: > On Thu, 11 Aug 2011 13:50:37 +0200 Gustavo Barbieri >

Re: [E-devel] error in python-bindings for evas

2011-08-11 Thread Gustavo Barbieri
This is still in the Cython, not python... So need its version Sent from my iPhone On 11/08/2011, at 11:41, libernux wrote: > Op Thu, 11 Aug 2011 10:51:42 +0200 > Boris Faure schreef: > >> What version of python are you using? >> >> > > I'm using python 2.7 > >

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

2011-08-11 Thread Gustavo Barbieri
Raster never uses what he didn't write :-D that's discrimination!!! Sent from my iPhone On 11/08/2011, at 13:08, Carsten Haitzler wrote: > On Thu, 11 Aug 2011 12:48:52 +0200 (CEST) Vincent Torri > said: > > probably eina_str_has_extension now i look at it > >> >> usee eina_str_sufix() instead

Re: [E-devel] HEADER SIZE POLL

2011-08-05 Thread Gustavo Barbieri
On 05/08/2011, at 05:28, Lucas De Marchi wrote: > On Thu, Jul 28, 2011 at 3:17 PM, Iván Briano (Sachiel) > wrote: >> Since this subject is annoying, I will also be annoying by top-posting. >> >> I like my docs in the .c files, and keep in the .h whatever is needed to >> be there only. If needed,

Re: [E-devel] E SVN: woohyun IN trunk/elementary/src: bin lib

2011-08-05 Thread Gustavo Barbieri
Sorry, but there is directional scrolling implemented. Why did you duplicate it with a worse API (directional scrolling takes x,y as direction parameters and may do diagonal). If it's broken or not implemented it's better to fix it than to introduce something new. Sent from my iPhone On 05/08/201