[E-devel] Efm development

2009-04-01 Thread Sergey Semernin
Hello, Dave! I see you importing 'places' into efm2. I'm starting work on efm2 too, because i have plans for E17 use and interesting first a robust, usable file manager. I can help you. What tasks are remaining exactly? In my view there are several major improvements: removable devices mount

Re: [E-devel] Efm development

2009-04-01 Thread Luca De Marini
Please people, help Sergey, he's the stipended coder I was talking about some time ago. Thank you very much for your efforts Sergey, I'm happy you are here, really. So, anyone who reads this mail, please comment Sergey's patch, verify what he did, help him, show him what he can do to help! He's

Re: [E-devel] Efm development

2009-04-01 Thread Vincent Torri
Hey, I see you importing 'places' into efm2. I'm starting work on efm2 too, because i have plans for E17 use and interesting first a robust, usable file manager. I can help you. What tasks are remaining exactly? for the e17 release, see: http://trac.enlightenment.org/e/wiki/Release there

Re: [E-devel] consistentness of the API

2009-04-01 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 1 Apr 2009 13:01:08 +0200 (CEST) Vincent Torri vto...@univ-evry.fr wrote: Hey, I think that, before the release, we should verify that the api is consistent. I think that, at least, we must verify that: 1) if a function has a _add

[E-devel] consistentness of the API

2009-04-01 Thread Vincent Torri
Hey, I think that, before the release, we should verify that the api is consistent. I think that, at least, we must verify that: 1) if a function has a _add sufix, the invert function must have the _del sufix 2) if a function has a _new sufix, the invert function must have the _free sufix.

Re: [E-devel] consistentness of the API

2009-04-01 Thread Peter Wehrfritz
Vincent Torri schrieb: Hey, I think that, before the release, we should verify that the api is consistent. I think that, at least, we must verify that: 1) if a function has a _add sufix, the invert function must have the _del sufix 2) if a function has a _new sufix, the invert function

Re: [E-devel] Efm development

2009-04-01 Thread Gustavo Sverzut Barbieri
On Wed, Apr 1, 2009 at 7:22 AM, Sergey Semernin sergey.semer...@gmail.com wrote: ... I can help you. What tasks are remaining exactly? In my view there are several major improvements: removable devices mount with correct fstab processing (so devices can be mounting properly when fstab

Re: [E-devel] consistentness of the API

2009-04-01 Thread Gustavo Sverzut Barbieri
On Wed, Apr 1, 2009 at 8:01 AM, Vincent Torri vto...@univ-evry.fr wrote: Hey, I think that, before the release, we should verify that the api is consistent. I think that, at least, we must verify that: 1) if a function has a _add sufix, the invert function must have the _del sufix 2)

Re: [E-devel] Efm development

2009-04-01 Thread Viktor Kojouharov
On Wed, 2009-04-01 at 14:22 +0400, Sergey Semernin wrote: Hello, Dave! I see you importing 'places' into efm2. I'm starting work on efm2 too, because i have plans for E17 use and interesting first a robust, usable file manager. I can help you. What tasks are remaining exactly? In my

Re: [E-devel] Efm development

2009-04-01 Thread Luca De Marini
2009/4/1 Viktor Kojouharov vkojouha...@gmail.com On Wed, 2009-04-01 at 14:22 +0400, Sergey Semernin wrote: Hello, Dave! I see you importing 'places' into efm2. I'm starting work on efm2 too, because i have plans for E17 use and interesting first a robust, usable file manager. I can

Re: [E-devel] Efm development

2009-04-01 Thread Sergey Semernin
Hello, Gustavo. In message from 1 april 2009 Gustavo Sverzut Barbieri wrote: we should use hal (or device kit, or similar) and not bother about /etc/fstab, so the thing today is how to populate one folder with real and virtual items. For example, the desktop uses links in order to have the

Re: [E-devel] consistentness of the API

2009-04-01 Thread Vincent Torri
On Wed, 1 Apr 2009, Gustavo Sverzut Barbieri wrote: ok, evas_free is there, all ecore is del, maybe rename free-del in evas and have all destructors/deleters to be _del? I will not say the same for _add/_new since they are different things/concepts, although I'd not bother if rename

Re: [E-devel] epdf not compilable ?

2009-04-01 Thread Vincent Torri
On Wed, 25 Mar 2009, Cédric Tabin wrote: Hello guys :) Is currently epdf useable ? I get the following error while I tried to compile it : it should be fixed in svn. Note that i'm going to do an api break (rename _delete functions to _del ones) Vincent /bin/sh ../../libtool --tag=CXX

Re: [E-devel] Efm development

2009-04-01 Thread Sergey Semernin
Hello, Victor. In message from 1 april 2009 Viktor Kojouharov wrote: We should take the in-place to a whole new level, and remove as many dialogs as we can. The only dialog that should stay is the properties one, since it is quite big. Every other dialog should go as an overlay to the e_fm

Re: [E-devel] consistentness of the API

2009-04-01 Thread Gustavo Sverzut Barbieri
On Wed, Apr 1, 2009 at 9:18 AM, Vincent Torri vto...@univ-evry.fr wrote: On Wed, 1 Apr 2009, Gustavo Sverzut Barbieri wrote: ok, evas_free is there, all ecore is del, maybe rename free-del in evas and have all destructors/deleters to be _del? I will not say the same for _add/_new since they

Re: [E-devel] Efm development

2009-04-01 Thread Gustavo Sverzut Barbieri
On Wed, Apr 1, 2009 at 9:48 AM, Viktor Kojouharov vkojouha...@gmail.com wrote: On Wed, 2009-04-01 at 14:22 +0400, Sergey Semernin wrote: Hello, Dave! I see you importing 'places' into efm2. I'm starting work on efm2 too, because i have plans for E17 use and interesting first a robust, usable

Re: [E-devel] Efm development

2009-04-01 Thread Viktor Kojouharov
On Wed, 2009-04-01 at 12:59 -0300, Gustavo Sverzut Barbieri wrote: On Wed, Apr 1, 2009 at 9:48 AM, Viktor Kojouharov vkojouha...@gmail.com wrote: On Wed, 2009-04-01 at 14:22 +0400, Sergey Semernin wrote: Hello, Dave! I see you importing 'places' into efm2. I'm starting work on efm2

Re: [E-devel] Efm development

2009-04-01 Thread Nick Hughart
On Wed, 1 Apr 2009 12:59:54 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Apr 1, 2009 at 9:48 AM, Viktor Kojouharov vkojouha...@gmail.com wrote: On Wed, 2009-04-01 at 14:22 +0400, Sergey Semernin wrote: Hello, Dave! I see you importing 'places' into efm2. I'm

Re: [E-devel] Efm development

2009-04-01 Thread Viktor Kojouharov
On Wed, 2009-04-01 at 11:52 -0500, Nick Hughart wrote: On Wed, 1 Apr 2009 12:59:54 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Apr 1, 2009 at 9:48 AM, Viktor Kojouharov vkojouha...@gmail.com wrote: On Wed, 2009-04-01 at 14:22 +0400, Sergey Semernin wrote:

Re: [E-devel] Efm development

2009-04-01 Thread Viktor Kojouharov
On Wed, 2009-04-01 at 11:52 -0500, Nick Hughart wrote: On Wed, 1 Apr 2009 12:59:54 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Apr 1, 2009 at 9:48 AM, Viktor Kojouharov vkojouha...@gmail.com wrote: On Wed, 2009-04-01 at 14:22 +0400, Sergey Semernin wrote:

Re: [E-devel] consistentness of the API

2009-04-01 Thread The Rasterman
On Wed, 1 Apr 2009 12:54:13 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Apr 1, 2009 at 9:18 AM, Vincent Torri vto...@univ-evry.fr wrote: On Wed, 1 Apr 2009, Gustavo Sverzut Barbieri wrote: ok, evas_free is there, all ecore is del, maybe rename free-del in

Re: [E-devel] Efm development

2009-04-01 Thread Dave Andreoli
Ok, I'm a little late on this post, I'm really busy lately, sorry :( Hey Sergey welcome :) Some random stuff in replay to the whole thread: * efm atm read .gtk-bookmarks (they are displayed in the new file submenu in the E main menu). This is cool, as many other apps use it, but at the

Re: [E-devel] Efm development

2009-04-01 Thread luchezar Petkov
I may pop in with UX suggestions (mockups, etc). -- ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net

Re: [E-devel] Efm development

2009-04-01 Thread Dave Andreoli
2009/4/2 Dave Andreoli d...@gurumeditation.it Ok, I'm a little late on this post, I'm really busy lately, sorry :( Hey Sergey welcome :) Some random stuff in replay to the whole thread: * efm atm read .gtk-bookmarks (they are displayed in the new file submenu in the E main menu).