[E-devel] ecore dbus

2006-02-15 Thread Jorge Luis Zapata Muga
hi all, on http://www.labotomy.net/ecore_dbus/ (thanks emte) there are several examples of how to use the ecore_dbus api for those who have been asking. just a note: the code is old and needs a rewrite before all major distributions use the new dbus (the new protocol). it is planned to be done, j

[E-devel] Re: E CVS: proto doursse

2006-02-15 Thread dan sinclair
src/bin/Makefile.in not found. dan enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committal Author : doursse Project : e17 Module : proto Dir : e17/proto/epdf/src/bin Added Files: epdf_esmart_test.c epdf_etk_test.c epdf_evas_test.c epdf_ewl_test.c Log Message

[E-devel] The oh-so-ugly Transparency situation...

2006-02-15 Thread Ed Presutti
I was doing some reading last night on the E17 transparency situation. I really need my Ecore/Evas/Edje based application to do transparency to the desktop, not just the "alpha > 128" rule that it does now. After reading the following post and going back to "The Road to Enlightenment", I understa

[E-devel] E ipc server

2006-02-15 Thread Arnaud Vrac
Hi, I think there is a little problem in the IPC server of enlightenment: the client is deleted in the disconnection handler. This means that pending callbacks for this event on other servers will cause an ecore spank error when trying to read the client data (this problem occurs for me as i'

Re: [E-devel] Evas double or triple click

2006-02-15 Thread Simon TRENY
Ok, thanks for the quick answer :) Is there a way to know the double quick delay time with ecore_x so we can implement this whole thing "manually" in evas or in etk by comparing the event timestamps? Simon On Wed, 15 Feb 2006 09:59:55 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wr

Re: [E-devel] Re: context menu

2006-02-15 Thread David Stevenson
On 2/15/06, David Stevenson <[EMAIL PROTECTED]> wrote: On 2/15/06, David Stevenson < [EMAIL PROTECTED]> wrote: On 2/15/06, Martin Geisler < [EMAIL PROTECTED]> wrote: Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes:> there's no documented call though to tell gettext to "flush your > mush

Re: [E-devel] Re: context menu

2006-02-15 Thread David Stevenson
On 2/15/06, David Stevenson <[EMAIL PROTECTED]> wrote: On 2/15/06, Martin Geisler < [EMAIL PROTECTED]> wrote: Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes:> there's no documented call though to tell gettext to "flush your > mush" :( I found this in the Gettext info pages, so for GNU

Re: [E-devel] Re: context menu

2006-02-15 Thread David Stevenson
On 2/15/06, Martin Geisler <[EMAIL PROTECTED]> wrote: Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes:> there's no documented call though to tell gettext to "flush your> mush" :( I found this in the Gettext info pages, so for GNU Gettext there is away to make it change language at runti

[E-devel] Re: context menu

2006-02-15 Thread Martin Geisler
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> writes: > there's no documented call though to tell gettext to "flush your > mush" :( I found this in the Gettext info pages, so for GNU Gettext there is a way to make it change language at runtime: 10.5 Being a `gettext' grok ===