[E-devel] Efreet Menu Desktop Remove

2007-04-05 Thread Christopher Michael
Hi Guys, I patched up a diff for ya that creates the function efreet_menu_desktop_remove to go along with the _desktop_insert. I did not direct commit this because I'm not totally familiar with efreet internals yet. Please have a look, comments welcome :) dh Index: efreet_menu.c ===

Re: [E-devel] Efreet Menu Desktop Remove

2007-04-05 Thread Sebastian Dransfeld
Christopher Michael wrote: > Hi Guys, > > I patched up a diff for ya that creates the function > efreet_menu_desktop_remove to go along with the _desktop_insert. I did > not direct commit this because I'm not totally familiar with efreet > internals yet. > > Please have a look, comments welcom

Re: [E-devel] Theme for new forums

2007-04-05 Thread Nathan Ingersoll
Looks good so far, but I have a couple suggestions on the design. 1. Alignment - I think the layout would flow better if the contents were left-aligned or fully justified rather than centered. This applies to both the left menu and the forum post contents. http://wiki.enlightenment.org/ is a good

[E-devel] Another prob crosscompiling Ecore

2007-04-05 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, here another prob... Running make i got this error: ecore_fb_li.c: In function `ecore_fb_input_device_open': ecore_fb_li.c:385: error: `EV_SYN' undeclared (first use in this function) ecore_fb_li.c:385: error: (Each undeclared identifier is rep

Re: [E-devel] Another prob crosscompiling Ecore

2007-04-05 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Massimiliano Calamelli schreef: > > make[1]: Leaving directory `/home/massi/cirrus-arm-linux-2.0.8/ecore' You cirrus toolchain is old, broken, and only supported by cirrus itself, so you should ask them to solve the problem. You could solve the p

[E-devel] easy_e17.sh

2007-04-05 Thread Thomas Hühn
Hi Is easy_e17.sh still a good and the recommended way to get E17 if I just want to try E17 without trying to find out about all of the dependencies myself and compile everything manually? If so, how can I make it work? :-) "too many arguments to function" sounds like a pretty basic problem, but

Re: [E-devel] easy_e17.sh

2007-04-05 Thread Pomarede Nicolas
On Thu, 5 Apr 2007, Thomas Hühn wrote: Hi Is easy_e17.sh still a good and the recommended way to get E17 if I just want to try E17 without trying to find out about all of the dependencies myself and compile everything manually? If so, how can I make it work? :-) "too many arguments to functio

Re: [E-devel] easy_e17.sh

2007-04-05 Thread Michael Jennings
On Thursday, 05 April 2007, at 18:45:04 (+0200), Thomas H?hn wrote: > Is easy_e17.sh still a good and the recommended way to get E17 "Recommended" is one of those words... The core E team does not "recommend" any particular update/build/package script, so in that sense, the recommended way is to

Re: [E-devel] easy_e17.sh

2007-04-05 Thread Thomas Hühn
Pomarede Nicolas <[EMAIL PROTECTED]> writes: > The problem is that among all the things compiled by easy_e17, some > packages are currently broken. > > To skip them, you can try to do : > > touch /tmp/easy_e17/entrance_edit_gui.noerror ^s > Then run e

Re: [E-devel] easy_e17.sh

2007-04-05 Thread David Seikel
On Thu, 5 Apr 2007 19:26:35 +0200 (CEST) Pomarede Nicolas <[EMAIL PROTECTED]> wrote: > The problem is that among all the things compiled by easy_e17, some > packages are currently broken. > > To skip them, you can try to do : > > touch /tmp/easy_e17/entrance_edit_gui.noerror > > Then run easy_

[E-devel] shelf authohide patch

2007-04-05 Thread Hannes Janetzek
Hi, I made a patch so that hiding of the shelf is done by the shelf and not by the theme. I think this will make it easier to have a consistent and configurable shelf-hiding behaviour. I added one theme-data item to the shelf group: "hidden_state_size" which sets the height or width for the shelf

Re: [E-devel] easy_e17.sh

2007-04-05 Thread Charles de Noyelle
Pomarede Nicolas a écrit : > On Thu, 5 Apr 2007, Thomas Hühn wrote: > >> Hi >> >> Is easy_e17.sh still a good and the recommended way to get E17 if I just >> want to try E17 without trying to find out about all of the dependencies >> myself and compile everything manually? >> >> If so, how can I m

Re: [E-devel] E CVS: apps/e englebass

2007-04-05 Thread Ravenlock
On 04/05/2007 10:36, Enlightenment CVS wrote: > Enlightenment CVS committal > > Author : englebass > Project : e17 > Module : apps/e > > Dir : e17/apps/e/src/bin > > > Modified Files: > e_int_menus.c > > > Log Message: > - No need to use calloc. Was curious about your reason(s)