Re: [E-devel] Ecore_X: action in XDndPosition

2008-08-16 Thread Fedor Gusev
On Fri, Aug 15, 2008 at 11:17:35PM +0400, Fedor Gusev wrote: Hello everyone! Attached patched brings two new functions to Ecore_X: EAPI void ecore_x_dnd_source_action_set(Ecore_X_Atom action); EAPI Ecore_X_Atom ecore_x_dnd_source_action_get(void); The first one sets the

[E-devel] EFM: DND action modifiers

2008-08-16 Thread Fedor Gusev
Hello. First of two attached patches brings an API that allows one to handle key pressing while DND using two functions: EAPI void e_drag_key_down_cb_set(E_Drag *drag, void (*func)(E_Drag *drag, Ecore_X_Event_Key_Down *e)); EAPI void e_drag_key_up_cb_set(E_Drag *drag, void (*func)(E_Drag *drag,

Re: [E-devel] EFM: DND action modifiers

2008-08-16 Thread Gustavo Sverzut Barbieri
On Sat, Aug 16, 2008 at 9:55 AM, Fedor Gusev [EMAIL PROTECTED] wrote: Hello. First of two attached patches brings an API that allows one to handle key pressing while DND using two functions: EAPI void e_drag_key_down_cb_set(E_Drag *drag, void (*func)(E_Drag *drag, Ecore_X_Event_Key_Down

Re: [E-devel] EFM: DND action modifiers

2008-08-16 Thread Fedor Gusev
On Sat, Aug 16, 2008 at 04:55:18PM +0400, Fedor Gusev wrote: Note that you need a modified Ecore_X for this to work, see my previous mail. Nevermind, that patch is already in CVS. -- King regards, Fedor Gusev. - This

Re: [E-devel] EFM: DND action modifiers

2008-08-16 Thread Nick Hughart
Gustavo Sverzut Barbieri wrote: On Sat, Aug 16, 2008 at 9:55 AM, Fedor Gusev [EMAIL PROTECTED] wrote: Hello. First of two attached patches brings an API that allows one to handle key pressing while DND using two functions: EAPI void e_drag_key_down_cb_set(E_Drag *drag, void

[E-devel] Nightly build log for E17 on 2008-08-16 07:43:25 -0700

2008-08-16 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-08-16 07:43:25 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: enna http://download.enlightenment.org/tests/logs/enna.log epdf http://download.enlightenment.org/tests/logs/epdf.log

[E-devel] cvs-svn...

2008-08-16 Thread The Rasterman
is underway. it may take a few hours... i'll mail when done and confirmed. unfortunately it has ended up being a little tricky to import... but it's on its way. -- - Codito, ergo sum - I code, therefore I am -- The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]

Re: [E-devel] EFM: DND action modifiers

2008-08-16 Thread Gustavo Sverzut Barbieri
On Sat, Aug 16, 2008 at 12:09 PM, Nick Hughart [EMAIL PROTECTED] wrote: Gustavo Sverzut Barbieri wrote: On Sat, Aug 16, 2008 at 9:55 AM, Fedor Gusev [EMAIL PROTECTED] wrote: Hello. First of two attached patches brings an API that allows one to handle key pressing while DND using two

Re: [E-devel] EFM: DND action modifiers

2008-08-16 Thread Nick Hughart
Gustavo Sverzut Barbieri wrote: On Sat, Aug 16, 2008 at 12:09 PM, Nick Hughart [EMAIL PROTECTED] wrote: Gustavo Sverzut Barbieri wrote: On Sat, Aug 16, 2008 at 9:55 AM, Fedor Gusev [EMAIL PROTECTED] wrote: Hello. First of two attached patches brings an API that allows one