Re: [E-devel] e_dbus changes

2010-04-14 Thread Mike
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 the first version of e-udev and it seems to be worki

Re: [E-devel] e_dbus changes

2010-04-14 Thread David Seikel
On Wed, 14 Apr 2010 12:49:25 -0400 Michael Blumenkrantz wrote: > I'm going to be attempting to write a new backend for e_dbus to use > the new udisks/upower framework which is succeeding hal. Some > questions I've been mulling over while I've been doing it: /me hopes that unlike hal, this new s

Re: [E-devel] Focus problem

2010-04-14 Thread The Rasterman
On Wed, 14 Apr 2010 18:54:55 +0200 ychouchane said: > Hello and thanks, so sorry for the french in my code . > > > * So if u do this, "The right way to go is to create the zozor > object in the main and then use evas_object_move(zozor, x, y)" > * the focus will be on the zo

[E-devel] Please welcome e3 and e4 !

2010-04-14 Thread Cedric BAIL
Hello everyone, Today, two little beast are joining our server family. E3 and E4 will now serve us, thanks to the help of Free Foundation ( http://fondation.free.org/ ) for providing the machines, their home and their link to the world. A few people are already stepping up to do the admin job for

Re: [E-devel] E SVN: glima IN trunk/TMP/st/elementary: data/edje_externals src/bin src/edje_externals src/lib

2010-04-14 Thread Gustavo Sverzut Barbieri
On Wed, Apr 14, 2010 at 8:25 AM, Dave Andreoli wrote: > 2010/4/13 Gustavo Sverzut Barbieri : >> On Tue, Apr 13, 2010 at 3:56 AM, Dave Andreoli >> wrote: >>> 2010/4/8 Enlightenment SVN : Log:  Welcome a new Elementary widget: file selector button.  This is an elm button extend

Re: [E-devel] Focus problem

2010-04-14 Thread ychouchane
Hello and thanks, so sorry for the french in my code . * So if u do this, "The right way to go is to create the zozor object in the main and then use evas_object_move(zozor, x, y)" * the focus will be on the zozor, but if i clic on zozor he is move. * But if i c

[E-devel] e_dbus changes

2010-04-14 Thread Michael Blumenkrantz
Hi, I'm going to be attempting to write a new backend for e_dbus to use the new udisks/upower framework which is succeeding hal. Some questions I've been mulling over while I've been doing it: Should I be migrating all the hal/udev calls to some kind of e_dbus_* call system so that it will be tr

Re: [E-devel] e17 on on MacOS-X 10.5 working

2010-04-14 Thread Dave Andreoli
2010/4/14 Dave Ray : > I am happy to report that after pulling along night, e17 is running > well, with most of the modules working. This is on MacOS-X 10.5.8 > without Fink or Mac Ports installed, using the latest Apple X11 > development release. I installed a few themes and checked them out.  I >

Re: [E-devel] e17 on on MacOS-X 10.5 working

2010-04-14 Thread Leif Middelschulte
Hey Dave, you might want to make sure you set the prefix to /opt or something similar so it (EFL and libs you need to build it) can be removed easily later. Congrats and BR, Leif 2010/4/14 Dave Ray : > I am happy to report that after pulling along night, e17 is running > well, with most of the

Re: [E-devel] Focus problem

2010-04-14 Thread Dave Andreoli
2010/4/13 ychouchane : > Hello, > i m tring to make this : > > i want make a windows with little img following the mouse. > > for the moment i make this code : > > #include > #include > > Evas_Object * zozor (Evas *evas,int move1,int move2) > { > > Evas_Object *o; > int iw, ih; > o = evas_object_

Re: [E-devel] e17 on on MacOS-X 10.5 working

2010-04-14 Thread Dave Ray
I am happy to report that after pulling along night, e17 is running well, with most of the modules working. This is on MacOS-X 10.5.8 without Fink or Mac Ports installed, using the latest Apple X11 development release. I installed a few themes and checked them out. I have some screen snaps

Re: [E-devel] E SVN: glima IN trunk/TMP/st/elementary: data/edje_externals src/bin src/edje_externals src/lib

2010-04-14 Thread Cedric BAIL
On Wed, Apr 14, 2010 at 6:25 PM, Dave Andreoli wrote: > 2010/4/13 Gustavo Sverzut Barbieri : >> On Tue, Apr 13, 2010 at 3:56 AM, Dave Andreoli >> wrote: >>> 2010/4/8 Enlightenment SVN : Log:  Welcome a new Elementary widget: file selector button.  This is an elm button extend

Re: [E-devel] E SVN: glima IN trunk/TMP/st/elementary: data/edje_externals src/bin src/edje_externals src/lib

2010-04-14 Thread Dave Andreoli
2010/4/13 Gustavo Sverzut Barbieri : > On Tue, Apr 13, 2010 at 3:56 AM, Dave Andreoli wrote: >> 2010/4/8 Enlightenment SVN : >>> Log: >>>  Welcome a new Elementary widget: file selector button. >>> >>>  This is an elm button extended to launch a file selector on click and to >>> callback_call reg

Re: [E-devel] efreet init patch

2010-04-14 Thread Christopher Michael
Ok, ignore this patch ... seems there are some more places where data == NULL needs fixing :( dh On 04/14/2010 11:48 AM, Christopher Michael wrote: > Here is a small patch for Efreet which fixes the warning(s) issued at E > startup about eina_hash_del being called with Data == NULL. This patch >

[E-devel] efreet init patch

2010-04-14 Thread Christopher Michael
Here is a small patch for Efreet which fixes the warning(s) issued at E startup about eina_hash_del being called with Data == NULL. This patch does fix the problem, but there may be a better way to go about this, hence why I did not direct commit. I've tested it here with no ill effects, but I

Re: [E-devel] Comp effects, hack and suggestion

2010-04-14 Thread Gustavo Sverzut Barbieri
On Mon, Apr 12, 2010 at 8:35 AM, Gustavo Sverzut Barbieri wrote: > Hi Raster and anyone interested in hacking the comp module effects, > > I don't have time to work much on it until next month, but I did a > quick hack to replace the annoying focus in effect with a fade of > unfocused. It show som