Re: [E-devel] e_widget_ilist and queue

2009-02-15 Thread Atton Jonathan
ok currently this is not urgent :) 2009/2/16 The Rasterman Carsten Haitzler > On Sun, 15 Feb 2009 20:23:56 + Atton Jonathan < > [email protected]> > said: > > > hey, > > > > About the change: > > > http://trac.enlightenment.org/e/browser/trunk/e/src/bin/e_widget_ilist.cwhere > > raste

Re: [E-devel] e_widget_ilist and queue

2009-02-15 Thread The Rasterman
On Sun, 15 Feb 2009 20:23:56 + Atton Jonathan said: > hey, > > About the change: > http://trac.enlightenment.org/e/browser/trunk/e/src/bin/e_widget_ilist.cwhere > raster use a queue to differ the real append of an item in a ilist. > > Can we force the execution of the list ? > > In exalt I

[E-devel] e_fm work

2009-02-15 Thread Gustavo Sverzut Barbieri
Hey guys, I did some work on file manager this weekend, now Control+{X,C,V} work, as well as "Delete" key. It will now save pan position (horizontal and vertical percentage) and directory preferences: view mode, icon size, show hidden files and remember ordering. Please test. One thing I noticed

[E-devel] PATCH: Make Ecore_X handle MappingNotify events

2009-02-15 Thread Olof Sjobergh
Hi, To correctly handle key events sent by the ecore_x_test_fake_key_press function, Ecore_X has to handle X MappingNotify events. Otherwise, utf8 chars not mapped to simple keycodes won't be received correctly, since ecore_x_test_fake_key_press remaps the keymap to send arbitrary strings. Handlin

[E-devel] e_widget_ilist and queue

2009-02-15 Thread Atton Jonathan
hey, About the change: http://trac.enlightenment.org/e/browser/trunk/e/src/bin/e_widget_ilist.cwhere raster use a queue to differ the real append of an item in a ilist. Can we force the execution of the list ? In exalt I: - add an item - ask the IP address to the daemon - a short times after I g