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
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
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.
>
> ---
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
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
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