Re: [E-devel] someone broke e+efm!!!!

2010-10-15 Thread The Rasterman
On Fri, 15 Oct 2010 09:49:14 +0900 Carsten Haitzler (The Rasterman) said: spank discomfitor/zmike! > i havent had a chance to look at commits, but in the last 12hrs someone broke > e +efm. > > e now takes 20 seconds to start (splash stays up for aages) AND > efm has vanished. doesnt

Re: [E-devel] [BUG REPORT] Edje edje_object_part_text_cursor_next() never returns (infinite loops)

2010-10-15 Thread Brian Wang
Hello all, It turns out that I'm not using elm_entry_cursor_content_get() correctly. I just assume it would return NULL if there's something wrong. Therefore, the infinity loop is my bad. Sorry for the false alarm. brian On Thu, Oct 14, 2010 at 2:44 PM, Brian Wang wrote: > Hello all, > > I'

Re: [E-devel] E SVN: raster trunk/ecore/src/lib/ecore_con

2010-10-15 Thread Gustavo Sverzut Barbieri
On Friday, October 15, 2010, Enlightenment SVN wrote: > Log: >  remove changes in case developer dumber than expected? > >  :) (aagh was most annoying to find this today). Parenthesis? :) -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -

[E-devel] update emacs config in trac

2010-10-15 Thread Lucas De Marchi
Patches coming from emacs users are coming with wrong coding style. They told me they're a following the config as in http://trac.enlightenment.org/e/wiki/ECoding. Could any emacs user please take a look and update that config? When there are some doubts about the right coding style, I'm directin

Re: [E-devel] E SVN: devilhorns IN trunk/PROTO/emote/src: bin lib lib/protocols/irc

2010-10-15 Thread Gustavo Sverzut Barbieri
On Friday, October 15, 2010, Enlightenment SVN wrote: > Log: >  Update emote to build w/ current elm. >  Move main toolbar to the top. >  Use a 'toolbar' for channels at the bottom. >  Change init functions to use Eina_Bool. >  Disable lots of debug output in the emote irc protocol. >  Fix s

Re: [E-devel] E SVN: devilhorns IN trunk/PROTO/emote/src: bin lib lib/protocols/irc

2010-10-15 Thread Christopher Michael
On 10/15/2010 12:11 PM, Gustavo Sverzut Barbieri wrote: > On Friday, October 15, 2010, Enlightenment SVN > wrote: >> Log: >>Update emote to build w/ current elm. >>Move main toolbar to the top. >>Use a 'toolbar' for channels at the bottom. >>Change init functions to use Eina_Bool.

Re: [E-devel] E SVN: devilhorns IN trunk/PROTO/emote/src: bin lib lib/protocols/irc

2010-10-15 Thread Gustavo Sverzut Barbieri
On Friday, October 15, 2010, Christopher Michael wrote: > On 10/15/2010 12:11 PM, Gustavo Sverzut Barbieri wrote: > > On Friday, October 15, 2010, Enlightenment SVN >  wrote: > > Log: >   Update emote to build w/ current elm. >   Move main toolbar to the top. >   Use a 'toolbar' for channels a

Re: [E-devel] E SVN: devilhorns IN trunk/PROTO/emote/src: bin lib lib/protocols/irc

2010-10-15 Thread Christopher Michael
On 10/15/2010 12:51 PM, Gustavo Sverzut Barbieri wrote: > On Friday, October 15, 2010, Christopher Michael > wrote: >> On 10/15/2010 12:11 PM, Gustavo Sverzut Barbieri wrote: >> >> On Friday, October 15, 2010, Enlightenment SVN >> wrote: >> >> Log: >> Update emote to build w/ current elm.

Re: [E-devel] E SVN: devilhorns IN trunk/PROTO/emote/src: bin lib lib/protocols/irc

2010-10-15 Thread Gustavo Sverzut Barbieri
On Friday, October 15, 2010, Christopher Michael wrote: > On 10/15/2010 12:51 PM, Gustavo Sverzut Barbieri wrote: > > On Friday, October 15, 2010, Christopher Michael   > wrote: > > On 10/15/2010 12:11 PM, Gustavo Sverzut Barbieri wrote: > > On Friday, October 15, 2010, Enlightenment SVN >    wro

Re: [E-devel] E SVN: devilhorns IN trunk/PROTO/emote/src: bin lib lib/protocols/irc

2010-10-15 Thread Christopher Michael
On 10/15/2010 01:00 PM, Gustavo Sverzut Barbieri wrote: > On Friday, October 15, 2010, Christopher Michael > wrote: >> On 10/15/2010 12:51 PM, Gustavo Sverzut Barbieri wrote: >> >> On Friday, October 15, 2010, Christopher Michael >> wrote: >> >> On 10/15/2010 12:11 PM, Gustavo Sverzut Barbier

[E-devel] [Question] How to use the new Elementary toolbar API (elm_toolbar_item_add) to load non-standard icons

2010-10-15 Thread Brian Wang
Hello list, I just svn'd up and found elm_toolbar_item_add() API is modified to take an icon string instead of the old Evas_Object * as its icon. I have bunch of dynamically loaded icons (associated with modules within subdirectories) and they are not part of a standard theme file. How do I set t

Re: [E-devel] E SVN: devilhorns IN trunk/PROTO/emote/src: bin lib lib/protocols/irc

2010-10-15 Thread Gustavo Sverzut Barbieri
On Friday, October 15, 2010, Christopher Michael wrote: > On 10/15/2010 01:00 PM, Gustavo Sverzut Barbieri wrote: > > On Friday, October 15, 2010, Christopher Michael   > wrote: > > On 10/15/2010 12:51 PM, Gustavo Sverzut Barbieri wrote: > > On Friday, October 15, 2010, Christopher Michael     > w

Re: [E-devel] [Question] How to use the new Elementary toolbar API (elm_toolbar_item_add) to load non-standard icons

2010-10-15 Thread Gustavo Sverzut Barbieri
On Friday, October 15, 2010, Brian Wang wrote: > Hello list, > > I just svn'd up and found elm_toolbar_item_add() API is modified to > take an icon string instead of the old Evas_Object * as its icon. > I have bunch of dynamically loaded icons (associated with modules > within subdirectories) and