Re: [E-devel] efl documentation (for 1.0.0)

2010-10-21 Thread The Rasterman
On Fri, 22 Oct 2010 07:31:48 +0200 (CEST) Vincent Torri said: > > > On Fri, 22 Oct 2010, Carsten Haitzler (The Rasterman) wrote: > > > ok as a general thing. this isn't any api break. > > > > doxyegen doc comments. should they go in .c files or in .h files? good > > question. eet has it all in

Re: [E-devel] efl documentation (for 1.0.0)

2010-10-21 Thread Vincent Torri
On Fri, 22 Oct 2010, Carsten Haitzler (The Rasterman) wrote: > ok as a general thing. this isn't any api break. > > doxyegen doc comments. should they go in .c files or in .h files? good > question. eet has it all in Eet.h. the rest of efl has it in .c files. a good > case has been made for it b

[E-devel] efl documentation (for 1.0.0)

2010-10-21 Thread The Rasterman
ok as a general thing. this isn't any api break. doxyegen doc comments. should they go in .c files or in .h files? good question. eet has it all in Eet.h. the rest of efl has it in .c files. a good case has been made for it being in .h files instead of .c - that developers actually do read the .h

Re: [E-devel] using evas_object_del to delete elementary widget

2010-10-21 Thread The Rasterman
On Fri, 22 Oct 2010 10:41:48 +0800 whtuhtc tu said: > Dear, > > Is it workable to delete elementray widget by using evas_object_del ? Will > it free memory completely. > > eg. > Evas_Object * btn = elm_button_add(win); > > evas_object_del(btn); > > It seems evas_object_del does not free memo

Re: [E-devel] Question about "activated" signal in elm_entry

2010-10-21 Thread The Rasterman
On Fri, 22 Oct 2010 11:17:12 +0900 Jihoon Kim said: aaah docs are wrong. code is right. for single-line entries generally return is "i am done entering this and take me to the next step, so commit my changes and get on with it". so for example when you log in you type in login name, then enter, t

[E-devel] using evas_object_del to delete elementary widget

2010-10-21 Thread whtuhtc tu
Dear, Is it workable to delete elementray widget by using evas_object_del ? Will it free memory completely. eg. Evas_Object * btn = elm_button_add(win); evas_object_del(btn); It seems evas_object_del does not free memory completely. If not, how do I free elementary widget effectively , even mo

[E-devel] Question about "activated" signal in elm_entry

2010-10-21 Thread Jihoon Kim
Hi, all In doxygen of Elementary's entry widget (http://docs.enlightenment.org/auto/elementary/group__Entry.html#_details), I think the description of "activated" signal is wrong. It describes like below: "activated" - The entry has received focus and the cursor However, that signal i

Re: [E-devel] [PATCH] _edje_entry_imf_event_delete_surrounding_cb in edje_entry is implemented.

2010-10-21 Thread Jihoon Kim
Thank you for your advice, sachiel. I sent this patch to Tom Hacohen yesterday, and he applied it as revision 53709. -Original Message- From: Iván Briano (Sachiel) [mailto:sachi...@gmail.com] Sent: Thursday, October 21, 2010 7:54 PM To: jihoon48@samsung.com Cc: enlightenment-devel@li

Re: [E-devel] E SVN: rfonseca trunk/TMP/st/elementary/src/lib

2010-10-21 Thread Rafael Fonseca
On 10/21/2010 05:41 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Oct 21, 2010 at 5:24 PM, Enlightenment SVN > wrote: >> Log: >> Use shrink mode info from profile on elm_toolbar. >> >> The default shrink mode for desktops is Scroll and for mobiles is Menu. > > nah! I guess either menu for bot

Re: [E-devel] E SVN: rfonseca trunk/TMP/st/elementary/src/lib

2010-10-21 Thread Gustavo Sverzut Barbieri
On Thu, Oct 21, 2010 at 5:24 PM, Enlightenment SVN wrote: > Log: >  Use shrink mode info from profile on elm_toolbar. > >  The default shrink mode for desktops is Scroll and for mobiles is Menu. nah! I guess either menu for both or scroller for mobile. Particularly I dislike the toolbar scroll, b

Re: [E-devel] E SVN: rfonseca IN trunk/TMP/st/elementary: config/default config/illume config/standard src/lib

2010-10-21 Thread Rafael Fonseca
On 10/21/2010 04:32 PM, Gustavo Lima Chaves wrote: > * Enlightenment SVN [2010-10-21 11:26:14 -0700]: > > Fonseca, as you're playing at this file, check this out: > > Noun > threshhold > Common misspelling of threshold. > > from wiktionary.org. :) > Fixed. Thanks. -- Rafael Fonseca ProFUSION emb

Re: [E-devel] E SVN: rfonseca IN trunk/TMP/st/elementary: config/default config/illume config/standard src/lib

2010-10-21 Thread Gustavo Lima Chaves
* Enlightenment SVN [2010-10-21 11:26:14 -0700]: Fonseca, as you're playing at this file, check this out: Noun threshhold Common misspelling of threshold. from wiktionary.org. :) > Log: > Improve Elementary's profiles. > > This is still a work in progress. The idea is to have two differ

Re: [E-devel] 2 Backtraces (crashes/segfaults of e17)

2010-10-21 Thread Thomas Sachau
Am 20.10.2010 22:01, schrieb Leif Middelschulte: > Hello Thomas, > > at the moment I don't have access to an external monitor for further > debugging of the randr mode setting issue. Last time I had access to > an external monitor, I traced it down to a wrong events sent by my > driver for some re

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

2010-10-21 Thread Gustavo Sverzut Barbieri
On Thu, Oct 21, 2010 at 1:02 PM, Cedric BAIL wrote: > On Thu, Oct 21, 2010 at 4:45 PM, Gustavo Sverzut Barbieri > wrote: >> On Thu, Oct 21, 2010 at 11:44 AM, Cedric BAIL wrote: >>> On Thu, Oct 21, 2010 at 1:03 PM, Gustavo Sverzut Barbieri >>> wrote: On Thu, Oct 21, 2010 at 4:10 AM, Cedric

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

2010-10-21 Thread Cedric BAIL
On Thu, Oct 21, 2010 at 4:45 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Oct 21, 2010 at 11:44 AM, Cedric BAIL wrote: >> On Thu, Oct 21, 2010 at 1:03 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Thu, Oct 21, 2010 at 4:10 AM, Cedric BAIL wrote: On Wed, Oct 20, 2010 at 7:20 PM, Gustavo Sv

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

2010-10-21 Thread Gustavo Sverzut Barbieri
On Thu, Oct 21, 2010 at 11:44 AM, Cedric BAIL wrote: > On Thu, Oct 21, 2010 at 1:03 PM, Gustavo Sverzut Barbieri > wrote: >> On Thu, Oct 21, 2010 at 4:10 AM, Cedric BAIL wrote: >>> On Wed, Oct 20, 2010 at 7:20 PM, Gustavo Sverzut Barbieri >>> wrote: On Wed, Oct 20, 2010 at 2:42 PM, Enlight

Re: [E-devel] EIO

2010-10-21 Thread Cedric BAIL
On Thu, Oct 21, 2010 at 1:29 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Oct 21, 2010 at 9:05 AM, Viktor Kojouharov > wrote: >> Yo can do a lot of things. But the question is,  would eio evolve to do them >> for you. >> >> If you do SSH://foobar would it handle it in the future > > the API woul

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

2010-10-21 Thread Cedric BAIL
On Thu, Oct 21, 2010 at 1:03 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Oct 21, 2010 at 4:10 AM, Cedric BAIL wrote: >> On Wed, Oct 20, 2010 at 7:20 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Wed, Oct 20, 2010 at 2:42 PM, Enlightenment SVN >>> wrote: Log:        * eio: add eio_fi

Re: [E-devel] EIO

2010-10-21 Thread Viktor Kojouharov
that's what I wanted to know. On Thu, Oct 21, 2010 at 2:29 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Thu, Oct 21, 2010 at 9:05 AM, Viktor Kojouharov > wrote: > > Yo can do a lot of things. But the question is, would eio evolve to do > them > > for you. > > > > If you d

Re: [E-devel] EIO

2010-10-21 Thread Gustavo Sverzut Barbieri
On Thu, Oct 21, 2010 at 9:05 AM, Viktor Kojouharov wrote: > Yo can do a lot of things. But the question is,  would eio evolve to do them > for you. > > If you do SSH://foobar would it handle it in the future the API would allow for that, but the current core will not. If we'll change the interna

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-21 Thread Gustavo Sverzut Barbieri
On Thu, Oct 21, 2010 at 9:08 AM, Davide Andreoli wrote: > Ok I have to say this: I'm really in disappoint whit this annunce! > I dont think elementary is ready for this. > At least for my experience every time you write an app using elm you need to > patch/break/add stuff to elm itself. So freezi

Re: [E-devel] EIO

2010-10-21 Thread Viktor Kojouharov
Yo can do a lot of things. But the question is, would eio evolve to do them for you. If you do SSH://foobar would it handle it in the future On Oct 21, 2010 12:36 PM, "Mike Blumenkrantz" wrote: > On Thu, 21 Oct 2010 12:01:46 +0300 > Viktor Kojouharov wrote: > >> Do you plan to add support for p

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

2010-10-21 Thread Gustavo Sverzut Barbieri
On Thu, Oct 21, 2010 at 4:10 AM, Cedric BAIL wrote: > On Wed, Oct 20, 2010 at 7:20 PM, Gustavo Sverzut Barbieri > wrote: >> On Wed, Oct 20, 2010 at 2:42 PM, Enlightenment SVN >> wrote: >>> Log: >>>        * eio: add eio_file_chmod and eio_file_chown. >> >> Okay, we're in a thread, but recursive

Re: [E-devel] [PATCH] _edje_entry_imf_event_delete_surrounding_cb in edje_entry is implemented.

2010-10-21 Thread Sachiel
2010/10/21 김지훈 : > I send the attachment again. :) > Still not there, make sure it gets recognized as type text, or just rename it to patch.txt. > --- Original Message --- > Sender : Cedric BAIL > Date   : 2010-10-21 14:43 (GMT+09:00) > Title  : Re: [E-devel] [PATCH] _edje_entry_imf_event

Re: [E-devel] E SVN: raster trunk/TMP/st/elementary/src/lib

2010-10-21 Thread Gustavo Sverzut Barbieri
On Thursday, October 21, 2010, Enlightenment SVN wrote: > Log: >  patch from:  ?\234?\185?\128?\236?\167?\128?\237?\155?\136 > >  Subject: elementary patch > >  In this elementary patch. type casting is used in elm_colorpicker. Raster, did u see the patch? Cast from void* >  In ad

Re: [E-devel] EIO

2010-10-21 Thread Mike Blumenkrantz
On Thu, 21 Oct 2010 12:01:46 +0300 Viktor Kojouharov wrote: > Do you plan to add support for protocol schemas (file://) and/or operations > for stuff like sftp/FTP/tar/zip... tar/zip/etc you can just use ecore_exe to pipe run it ecore_con does ftp sftp you could probably do using a layer over eco

Re: [E-devel] EIO

2010-10-21 Thread Viktor Kojouharov
Do you plan to add support for protocol schemas (file://) and/or operations for stuff like sftp/FTP/tar/zip... On Oct 21, 2010 11:55 AM, "Cedric BAIL" wrote: > Hi guys, > > I wanted to introduce you to the new kid in svn, EIO. This library is > designed to provide asynchronous input/output operati

[E-devel] EIO

2010-10-21 Thread Cedric BAIL
Hi guys, I wanted to introduce you to the new kid in svn, EIO. This library is designed to provide asynchronous input/output operation. You application should never lock again when listing a directory content, changing file permission, copying file, ... Eio documentation is available at http://do

Re: [E-devel] ANNOUNCE: ALPHA Release of Elementary

2010-10-21 Thread Tom Hacohen
On Wed, 2010-10-20 at 17:59 -0200, Bruno Dilly wrote: > I've been talking to Falcão, and what about just including the (auto) > save / file set stuff to (scrolled) entries and remove notepad ? > So if you want to set an entry to load / save to a file, you can use > it the same way you could use not