Re: [E-devel] e_dbus changes

2010-04-15 Thread David Seikel
On Thu, 15 Apr 2010 19:02:01 +0200 Thomas Gstädtner wrote: > On Thu, Apr 15, 2010 at 15:29, William Keaney > wrote: > > So you will still be able to hotplug as user, no problems there at > all. Computers don't usually authenticate the random human, cat, or robot that actually physically plugs

Re: [E-devel] Callback

2010-04-15 Thread Samuel Nicholas
I'm no expert, but...(disclaimer) the callback is raised when the mouse is moving over the zozor because thats the object you have set the callback on. if you had a transparent object (the size of your window) above everything, and had the callback attached to that it would work as you intend. o

[E-devel] Gentoo overlay: rename editje executable to fit gentoo naming scheme

2010-04-15 Thread Thomas Gstädtner
The attached patch works around the editje'-bin' "issue" in the ebuild to have a name for the executable that fits the gentoo naming scheme. Yeah, I know, this is not a big deal, but imho it can't hurt to have it right. If you think this is totally stupid and unnecessary, feel free to ignore this

[E-devel] Edje-external emotion sets audio_volume

2010-04-15 Thread Thomas Gstädtner
While playing with Editje, I noticed that the Emotion widget (as edje-external) sets the audio volume to 0.9 (90%) by default, which is kind of annoying because just loading the widget automatically changes the volume of the mixer (in an hardware accelerated alsa-only setup: the PCM mixer). I don't

Re: [E-devel] State name?

2010-04-15 Thread Sachiel
On Thu, Apr 15, 2010 at 8:09 PM, Andreas Volz wrote: > Hello, > > I'm a little confused how to correct add state names to a part with > Edje_Edit API. > > To add a state: > > /**Create a new state to the give part >  */ > EAPI void > edje_edit_state_add( >   Evas_Object *obj,       ///< The edje o

[E-devel] State name?

2010-04-15 Thread Andreas Volz
Hello, I'm a little confused how to correct add state names to a part with Edje_Edit API. To add a state: /**Create a new state to the give part */ EAPI void edje_edit_state_add( Evas_Object *obj, ///< The edje object const char *part, ///< The name of the part const char *

Re: [E-devel] E17 in 16:10 environment

2010-04-15 Thread Andreas Volz
Am Fri, 9 Apr 2010 08:50:23 +0900 schrieb Carsten Haitzler (The Rasterman): > On Thu, 8 Apr 2010 22:52:08 +0200 Andreas Volz > said: > > > Hello, > > > > I'm running E17 on my new notebook with a 16:10 (1680x1050) screen. > > It shows the big width doesn't help much applications. So I > > reord

Re: [E-devel] [PATCH] Modify elm_spinner to accept special values

2010-04-15 Thread Rafael Fonseca
On 04/15/2010 11:52 AM, Rafael Fonseca wrote: The following patch add the capability to replace numerical values by strings in elm_spinner as already is done by e_slider. Just a little modification in the patch adding the option to make the spinner not editable. That way the user can go throu

Re: [E-devel] e_dbus changes

2010-04-15 Thread Thomas Gstädtner
On Thu, Apr 15, 2010 at 15:29, William Keaney wrote: > On Wed, Apr 14, 2010 at 11:46 PM, wrote: > >> udisks only allows mounting of drives that are in fstab as of now, so >> it seems like this might be the case.  Then again, there are still a >> few things missing from it so it may just destroy y

[E-devel] Callback

2010-04-15 Thread ychouchane
Hello and thanks I have rename my topic on callback . this topic follow the focus problem i have update my code, and i have the minimum, so a background "object_01" and on object zozor and i want this object follow the move of the mouse. and with this code the zozor will be follow the mouse only

[E-devel] [PATCH] Modify elm_spinner to accept special values

2010-04-15 Thread Rafael Fonseca
The following patch add the capability to replace numerical values by strings in elm_spinner as already is done by e_slider. -- Rafael Fonseca ProFUSION embedded systems http://www.profusion.mobi >From d88c8413fec225f703d7a713fcdd3f12fe79d87b Mon Sep 17 00:00:00 2001 From: Rafael Fonseca Date:

Re: [E-devel] e_dbus changes

2010-04-15 Thread William Keaney
On Wed, Apr 14, 2010 at 11:46 PM, wrote: > udisks only allows mounting of drives that are in fstab as of now, so > it seems like this might be the case. Then again, there are still a > few things missing from it so it may just destroy your hopes and dreams > like hal did :) > I actually find thi

Re: [E-devel] e_dbus changes

2010-04-15 Thread Thomas Gstädtner
On Thu, Apr 15, 2010 at 05:46, wrote: > udisks only allows mounting of drives that are in fstab as of now, so > it seems like this might be the case.  Then again, there are still a > few things missing from it so it may just destroy your hopes and dreams > like hal did :) > > I've just finished t