Re: [E-devel] Commit problems?

2010-12-27 Thread Tom Hacohen
On Sun, 2010-12-26 at 18:29 +0100, Andreas Volz wrote: In this moment I've some commit problems. My password isn't accepted, Anyone with the same problems? Password? We don't use a password, we use key authentication. -- Tom.

Re: [E-devel] Commit problems?

2010-12-27 Thread Rui Miguel Silva Seabra
Em 27-12-2010 08:53, Tom Hacohen escreveu: On Sun, 2010-12-26 at 18:29 +0100, Andreas Volz wrote: In this moment I've some commit problems. My password isn't accepted, Anyone with the same problems? Password? We don't use a password, we use key authentication. If there is a problem with

Re: [E-devel] Commit problems?

2010-12-27 Thread Rui Miguel Silva Seabra
Em 27-12-2010 11:57, Andreas Volz escreveu: Am Mon, 27 Dec 2010 10:18:40 + schrieb Rui Miguel Silva Seabra: Em 27-12-2010 09:22, Tom Hacohen escreveu: On Mon, 2010-12-27 at 09:11 +, Rui Miguel Silva Seabra wrote: If there is a problem with Andreas' key, depending on SSH

Re: [E-devel] Commit problems?

2010-12-27 Thread Andreas Volz
Am Mon, 27 Dec 2010 12:57:32 +0100 schrieb Andreas Volz: Am Mon, 27 Dec 2010 10:18:40 + schrieb Rui Miguel Silva Seabra: Em 27-12-2010 09:22, Tom Hacohen escreveu: On Mon, 2010-12-27 at 09:11 +, Rui Miguel Silva Seabra wrote: If there is a problem with Andreas' key, depending

[E-devel] editje problem

2010-12-27 Thread Andreas Volz
Hello, I've this problem with editje in SVN rev 55764: editje-bin Traceback (most recent call last): File /opt/e17/bin/editje-bin, line 27, in module import elementary File /opt/e17/lib/python2.6/site-packages/elementary/__init__.py, line 19, in module from c_elementary import

Re: [E-devel] editje problem

2010-12-27 Thread Thomas Gstädtner
On Mon, Dec 27, 2010 at 22:46, Andreas Volz li...@brachttal.net wrote: Hello, I've this problem with editje in SVN rev 55764: editje-bin Traceback (most recent call last):  File /opt/e17/bin/editje-bin, line 27, in module    import elementary  File

Re: [E-devel] editje problem

2010-12-27 Thread Daniel Juyung Seo
Hello, mine breaks as well. Is there any applications using python-evas? Thanks. Daniel Juyung Seo (SeoZ) On Tue, Dec 28, 2010 at 8:40 AM, Thomas Gstädtner tho...@gstaedtner.net wrote: On Mon, Dec 27, 2010 at 22:46, Andreas Volz li...@brachttal.net wrote: Hello, I've this problem with

Re: [E-devel] editje problem

2010-12-27 Thread Gustavo Sverzut Barbieri
On Mon, Dec 27, 2010 at 10:18 PM, Daniel Juyung Seo seojuyu...@gmail.com wrote: Hello, mine breaks as well. Is there any applications using python-evas? none that I know in svn, outside svn there are couple in openmoko and maemo. the code is easy to update, it may have changed due someone

Re: [E-devel] how to do ecore_con_url POSTs?

2010-12-27 Thread The Rasterman
On Mon, 20 Dec 2010 09:38:21 -0200 Raphael Kubo da Costa k...@profusion.mobi said: You're not supposed to. If you're doing http, you should explicitly know what request you're doing so url_send is not that good a function for this. You should have url_get, url_post, etc... *or* url_send

Re: [E-devel] [Patch] elm_genlist multi-touch smart callbacks added

2010-12-27 Thread The Rasterman
On Thu, 23 Dec 2010 17:32:16 +0900 Jeonghyun Yun jh0506@samsung.com said: hey jeonghyun! some more issues :) formatting and... why? this line makes little sense. can you explain given that prev_mx/my are set on a multitouch-down event and this COULD be at 0,0 - legitimately: + if(

Re: [E-devel] Proposed new EFL Manual (and some wiki updates)

2010-12-27 Thread The Rasterman
On Mon, 20 Dec 2010 22:19:23 +0100 Lionel Orry lionel.o...@gmail.com said: Hmmm... ok - time to chime in. 1. i'm kind of worried how any such efl manual and doxygen docs will work together. as such doxy is pretty much the best/only way to document an API (we dont use it for documenting the code