Re: [E-devel] E SVN: barbieri IN trunk/e_dbus/src/lib: bluez ofono

2010-03-12 Thread Gustavo Sverzut Barbieri
2010/3/12 João Paulo Rechi Vita : > It seems your editor wasn't proper configured, since you've add a > white space in the beginning of lines starting with a tab. damn, my fault. I tried to force the re-indent by inserting one char and then trigger reindent... but it screwed... ok, let's wait so

Re: [E-devel] [RFC] Implement evas_object_move for polygons

2010-03-12 Thread Cedric BAIL
On Sun, Mar 7, 2010 at 7:57 AM, Carsten Haitzler wrote: > On Mon, 1 Mar 2010 15:40:21 +0100 Cedric BAIL said: > >> For the sake of consistency, I would like to propose this patch that >> enable the possibility to move around polygons like any other evas >> object. It comes with a patch to expedit

Re: [E-devel] [PATCH] Eina doc patch.

2010-03-12 Thread Gustavo Sverzut Barbieri
in svn, with changes to convert some @code to @verbatim On Tue, Mar 9, 2010 at 6:55 PM, Eduardo Felipe wrote: > Folks, > > I was using eina_counter_* and noticed a few glitches in the docs. > Nothing really big, but there's no hurt on fixing it. > > Cheers, > > Eduardo Felipe. > > ---

Re: [E-devel] E SVN: glima trunk/BINDINGS/python/python-edje/edje/edit

2010-03-12 Thread Gustavo Sverzut Barbieri
On Fri, Mar 12, 2010 at 5:11 PM, Enlightenment SVN wrote: > Log: >  None means none, dammit. > -        if x != "": > +        if x != "" and x != None: it is common Python guideline to compare with None using "is" or "is not". This is slightly faster as it is a pointer comparison instead of call

Re: [E-devel] add desk show dbus message

2010-03-12 Thread Gustavo Sverzut Barbieri
On Thu, Mar 11, 2010 at 10:52 AM, michael bouchaud wrote: > Hi, everybody > I have the need to switch the e17 desk externally, in my current project. > So I have added a dbus signal to do this. What do you think about this. > The desk can be descibed by here name or position. > > and it will be gr

Re: [E-devel] [PATCH] Adding space between icon and label in elementary list/slider

2010-03-12 Thread Gustavo Sverzut Barbieri
in svn On Thu, Mar 11, 2010 at 2:07 PM, Fabiano Fidêncio wrote: > Hi Guys, > > Using elementary list/slider in Editje, I realize that have no space between > icon and label. > So, I changed elementary/data/themes/default.edc to adjust it (please, see > no_space_in_list_and_slider.patch). > > I wo