Re: [E-devel] Remember Pinned state and toggle pinned state keybinding....

2007-02-26 Thread Ravenlock
On 02/24/2007 23:05, Ravenlock wrote: On 02/24/2007 17:27, Sebastian Dransfeld wrote: If pinned is actually just a combination of three other states, why not just make an action which triggers these states and not add a lot of duplicate code? Sebastian [Sorry if this double posts. Sent ori

Re: [E-devel] Enlightenment crashes when openening icon-less application menu property page

2007-02-26 Thread Sam Bobroff
Carsten Haitzler (The Rasterman) wrote: > > On Sat, 20 Jan 2007 01:32:41 +1100 Sam Bobroff <[EMAIL PROTECTED]> babbled: > > > [snip] > > unfortunately the real problem is that someone is calling > > e_widget_sub_object_add > > () on an object that isnt an e_widget - and thats bad. can you

[E-devel] Forecasts font overlapping

2007-02-26 Thread Landry, Marc-Andre
I have just install the newly add forecasts e-modules to see a little bug. Nothing that much anoying else that I can't read is beginning. http://picasaweb.google.fr/lma1980/EnlightenmentDR17Screenshot/photo#5035991375881178274 Keep on good work, LMA --

[E-devel] winlist escape patch

2007-02-26 Thread Stark, Thomas
Hi, attached a patch which restores the last focused border, mouseposition and desktop when you press escape while selecting through the winlist. Bye, Thomas -- Stark, Thomas <[EMAIL PROTECTED]> --- cvs/e17/apps/e/src/bin/e_winlist.c 28 Dec 2006 14:15:10 - 1.49 +++ build/e17/apps/e/src/b

Re: [E-devel] state of ecore_dbus

2007-02-26 Thread Brian Mattern
On Mon, Feb 26, 2007 at 08:10:48PM +0100, Sebastian Dransfeld wrote: > Hannes Janetzek wrote: > > Hi, > > I have started to make a module for e17 to control NetwokManager. I > > would like to use ecore_dbus for that, but it seems > > ecore_dbus_message_new_method_return doesn't work correctly. (I n

Re: [E-devel] Patch for e_modules to add support to gettext with automake-1.10

2007-02-26 Thread Michael Jennings
On Wednesday, 14 February 2007, at 19:45:11 (+0100), Kim Woelders wrote: > Yeah, I'm a sneaky bastard. I even sent a stealth message to the > e-devel list about it to make sure nobody noticed: > http://sourceforge.net/mailarchive/message.php?msg_id=37464062 > my devious plan failed and somebody wh

Re: [E-devel] state of ecore_dbus

2007-02-26 Thread Sebastian Dransfeld
Hannes Janetzek wrote: > Hi, > I have started to make a module for e17 to control NetwokManager. I > would like to use ecore_dbus for that, but it seems > ecore_dbus_message_new_method_return doesn't work correctly. (I need > this function since NetworkManager gathers user preferences from the > cl

[E-devel] Bug in libecore

2007-02-26 Thread Christian P. Schmidt
Hi all, There's a bug in libecore (ecore_config/ecore_config.c), preventing the deletion of configuration items (just realized when trying to change my enlightenment config): EAPI Ecore_Config_Prop * ecore_config_dst(Ecore_Config_Prop * e) { Ecore_Config_Bundle *t; Ecore_Config_Prop *p, *

Re: [E-devel] Remember Pinned state and toggle pinned state keybinding....

2007-02-26 Thread Eric Schuele
On 02/24/2007 17:27, Sebastian Dransfeld wrote: If pinned is actually just a combination of three other states, why not just make an action which triggers these states and not add a lot of duplicate code? Sebastian Attached is a modified patch which addresses Sebastian's concerns (I hope).

Re: [E-devel] Remember Pinned state and toggle pinned state keybinding....

2007-02-26 Thread Eric Schuele
On 02/24/2007 17:27, Sebastian Dransfeld wrote: > If pinned is actually just a combination of three other states, why not > just make an action which triggers these states and not add a lot of > duplicate code? Yep... your right. I assume you are referring to the code in the action, _e_border_

[E-devel] state of ecore_dbus

2007-02-26 Thread Hannes Janetzek
Hi, I have started to make a module for e17 to control NetwokManager. I would like to use ecore_dbus for that, but it seems ecore_dbus_message_new_method_return doesn't work correctly. (I need this function since NetworkManager gathers user preferences from the client.) so when the return message i