Re: [E-devel] Recent e_modules configure.in changes

2007-11-15 Thread Vincent Torri
On Wed, 14 Nov 2007, Christopher Michael wrote: Hey Seb, Just looking through configure.in I wondered why you didn't use: AC_PATH_PROG(EDJE_CC, edje_cc, , $PATH) instead of the: edje_cc=$(pkg-config --variable=prefix edje)/bin/edje_cc it is maybe possible that $(pkg-config

Re: [E-devel] Recent e_modules configure.in changes

2007-11-15 Thread Vincent Torri
On Thu, 15 Nov 2007, [EMAIL PROTECTED] wrote: With edje_cc=$(pkg-config --variable=prefix edje)/bin/edje_cc you get the full path, so it will be executable anyway. ha, indeed :) With AC_PATH_PROG(EDJE_CC, edje_cc, , $PATH) edje_cc must be in the path, which is possible that it isn't.

[E-devel] Trac? (milestone/todo list visibility)

2007-11-15 Thread The Rasterman
So I set up Trac: http://trac.enlightenment.org/e As per the news: http://www.enlightenment.org/p.php?p=news/showl=ennews_id=6 it's intended for project tracking. tracking our TODO items, etc. etc. it seems it's only me that likes TODO in CVS. no one else except a few core devs even knows its

Re: [E-devel] Ecore + XIM working

2007-11-15 Thread Andre Magalhaes
Hey, I've finished a first version of the Ecore_IM (that's how I called it) and you can check it from: http://staff.get-e.org/?p=users/andrunko/ecore.git;a=commitdiff;h=d8264fed3811ef9262437b57c1c6f9e68676c822 Here is a little overview of the architecture: The module ecore_im is the responsible

Re: [E-devel] Recent e_modules configure.in changes

2007-11-15 Thread sebastid
On Wed, 14 Nov 2007, Christopher Michael wrote: Hey Seb, Just looking through configure.in I wondered why you didn't use: AC_PATH_PROG(EDJE_CC, edje_cc, , $PATH) instead of the: edje_cc=$(pkg-config --variable=prefix edje)/bin/edje_cc it is maybe possible that $(pkg-config

Re: [E-devel] Recent e_modules configure.in changes

2007-11-15 Thread sebastid
Hey Seb, Just looking through configure.in I wondered why you didn't use: AC_PATH_PROG(EDJE_CC, edje_cc, , $PATH) instead of the: edje_cc=$(pkg-config --variable=prefix edje)/bin/edje_cc that is there currently. Because the latter was used in the first file I encountered, and I just

Re: [E-devel] Recent e_modules configure.in changes

2007-11-15 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carsten Haitzler (The Rasterman) schreef: On Thu, 15 Nov 2007 11:12:49 +0100 Dr. Michael 'Mickey' Lauer [EMAIL PROTECTED] babbled: If you want to be nice to cross-compilation environments, AC_PATH_PROG(EDJE_CC, edje_cc, , $PATH) edje_cc is more

Re: [E-devel] Recent e_modules configure.in changes

2007-11-15 Thread Dr. Michael 'Mickey' Lauer
If you want to be nice to cross-compilation environments, AC_PATH_PROG(EDJE_CC, edje_cc, , $PATH) edje_cc is more advisable than edje_cc=$(pkg-config --variable=prefix edje)/bin/edje_cc since in the latter case it would probably point to the cross-compiled edje_cc which we surely can't run during

Re: [E-devel] {Spam?} Re: Trac? (milestone/todo list visibility)

2007-11-15 Thread Vincent Torri
On Thu, 15 Nov 2007, Gustavo Sverzut Barbieri wrote: On Nov 15, 2007 5:40 AM, The Rasterman Carsten Haitzler it even provides a NICE wishlist system. it's friendlier than bugzilla, but not as powerful. Ok, I really like trac, but keeping both doesn't solve the previous problem of

Re: [E-devel] Recent e_modules configure.in changes

2007-11-15 Thread The Rasterman
On Thu, 15 Nov 2007 11:12:49 +0100 Dr. Michael 'Mickey' Lauer [EMAIL PROTECTED] babbled: If you want to be nice to cross-compilation environments, AC_PATH_PROG(EDJE_CC, edje_cc, , $PATH) edje_cc is more advisable than edje_cc=$(pkg-config --variable=prefix edje)/bin/edje_cc since in the

Re: [E-devel] Trac? (milestone/todo list visibility)

2007-11-15 Thread Gustavo Sverzut Barbieri
On Nov 15, 2007 5:40 AM, The Rasterman Carsten Haitzler [EMAIL PROTECTED] wrote: So I set up Trac: http://trac.enlightenment.org/e As per the news: http://www.enlightenment.org/p.php?p=news/showl=ennews_id=6 it's intended for project tracking. tracking our TODO items, etc. etc. it seems

Re: [E-devel] {Spam?} Re: Trac? (milestone/todo list visibility)

2007-11-15 Thread Nick Hughart
Anyone opposed to something like Google Calendar to figure out the best meeting times? It is nice because it allows you to overlay other's calendars on top of your own so we can find the holes. This may be more then some people are willing to do, but it will be hard to schedule any type of

Re: [E-devel] {Spam?} Re: Trac? (milestone/todo list visibility)

2007-11-15 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick Hughart schreef: This was not meant to turn into a big deal. Trac is up there, no one is forcing you to use it yet. Since there are now patches in there, people *are* forced to use it if they want to avoid getting yelled for ignoring

Re: [E-devel] {Spam?} Re: Trac? (milestone/todo list visibility)

2007-11-15 Thread Nick Hughart
This was not meant to turn into a big deal. Trac is up there, no one is forcing you to use it yet. Quit acting like a bunch of whiny children. It is up there for people to play with and people have already expressed that they like Trac. Personally I find Bugzilla painful to use and others

Re: [E-devel] Ecore + XIM working

2007-11-15 Thread Andre Magalhaes
Hey! On Nov 15, 2007 10:52 AM, Stafford Horne [EMAIL PROTECTED] wrote: This is very cool. Tnx for the feedback. Ill need more time to look into it and read the comments. Do you think this should be integrated into ETK? I thought it might be better to support input methods directly in the

Re: [E-devel] Ecore + XIM working

2007-11-15 Thread Gustavo Sverzut Barbieri
On Nov 15, 2007 11:10 AM, Andre Magalhaes [EMAIL PROTECTED] wrote: Hey! On Nov 15, 2007 10:52 AM, Stafford Horne [EMAIL PROTECTED] wrote: This is very cool. Tnx for the feedback. Ill need more time to look into it and read the comments. Do you think this should be integrated into ETK?

Re: [E-devel] Trac? (milestone/todo list visibility)

2007-11-15 Thread dan sinclair
Gustavo Sverzut Barbieri wrote: I also like bugzilla completeness, but unless we'll create hierarchical bug dependencies, it doesn't worth the pain. We already use bug dependencies in Ewl and we have to keep this capability. If Trac can't handle this it isn't an option. dan

Re: [E-devel] {Spam?} Re: Trac? (milestone/todo list visibility)

2007-11-15 Thread dan sinclair
The fact that trac has been added as a link on the main title bar makes it seem pretty official. It also means that anyone coming to the site will use trac instead of bugzilla which isn't on the main titlebar. dan Nick Hughart wrote: This was not meant to turn into a big deal. Trac is up

Re: [E-devel] Trac? (milestone/todo list visibility)

2007-11-15 Thread Nathan Ingersoll
On 11/15/07, Massimiliano Calamelli [EMAIL PROTECTED] wrote: Example: usually i'm involved with Etk, so now i know that i've to CC to codewarrior,lok,leviathan,moom and morlenxus, but there's other people that can take a look to my patch and apply it if it's right. Note that's not easy to do

[E-devel] Configuration module for theme doens't work in advanced mode

2007-11-15 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi devs, it seems that config module for themes doesn't work in advanced mode, every theme you choose the module uses the theme file that's currently used. I've just printf-ed the module (e_int_config_theme.c) to see what happens. After changing

Re: [E-devel] Trac? (milestone/todo list visibility)

2007-11-15 Thread Morten Nilsen
On 15/11/2007, Massimiliano Calamelli [EMAIL PROTECTED] wrote: of them, usually i attach a patch, or at least a backtrace): 0) i've to choose a product; 1) i've to choose the people involved; 2)i've to Nobody should be twiddling the CC list by hand, except to add themselves. Example: usually

Re: [E-devel] Trac? (milestone/todo list visibility)

2007-11-15 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 15 Nov 2007 09:40:53 -0300 Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: Pro-Trac: it's simpler and provides wiki and scm view (I know git and svn works, but does cvs?) Pro-Bugzilla: it's complete, you can have hierarchical bugs and

Re: [E-devel] {Spam?} Re: Trac? (milestone/todo list visibility)

2007-11-15 Thread Nathan Ingersoll
Which wiki would that be now? There is the existing one and now the one in trac. On 11/15/07, Cedric BAIL [EMAIL PROTECTED] wrote: On Thursday 15 November 2007 13:15:07 Nick Hughart wrote: Before any decision like this can be made, a meeting should take place to discuss it along with some of

Re: [E-devel] Ecore + XIM working

2007-11-15 Thread Stafford Horne
Andre, This is very cool. Ill need more time to look into it and read the comments. Do you think this should be integrated into ETK? I thought it might be better to support input methods directly in the ecore_x layer as I have done with XIM. This has been required as XIM ties in closely

Re: [E-devel] [e-users] News from the E stables

2007-11-15 Thread Paul Stejskal
Carsten Haitzler [EMAIL PROTECTED] wrote: Looking at major end user interface, one can see that Compiz-Fusion, in the Linux world, is becoming the favored desktop for a lot of people, and, in the Windows world, you should agree that Windows Vista has became nice to look at ;) not sure

Re: [E-devel] [e-users] News from the E stables

2007-11-15 Thread Adam Hamsik
On Nov,Saturday 10 2007, at 3:46 PM, Michel BRIAND wrote: Hi, Fist, your involvement and wisdom as team leader is respected and appreciated ! Ulisses said: Formalising can be a good thing, I think. We could even try to change our workflow and start using git. What do you think? Yes,

Re: [E-devel] Trac? (milestone/todo list visibility)

2007-11-15 Thread dan sinclair
Having two systems is going to quickly get out of hand. The longer they both exist the harder this is going to be to fix it. We currently track our todo lists and bugs in bugzilla. We just mark todos as enhancements. You, of course, have the ability to add comments and we have a wiki setup

Re: [E-devel] Ecore + XIM working

2007-11-15 Thread Andre Magalhaes
I've changed some minor things, check the new version from: http://staff.get-e.org/?p=users/andrunko/ecore.git;a=summary -- Andre Moreira Magalhaes (andrunko) Jabber: [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] Skype: andrunko Blog:

[E-devel] Problem with edje in the penguins module

2007-11-15 Thread Dave
Hi all, I have a strange problem using edje in the penguins module, I'll try to explain it in my bad english... You can see the problem only with the lemmings population. When you left-click on a lemming it start the bombing animation, as you can probably see there's a glitch. It is caused

Re: [E-devel] Problem with edje in the penguins module

2007-11-15 Thread Dave
Incredible, I have resolved 10 minutes after sending the request :) forgot it Dave Hi all, I have a strange problem using edje in the penguins module, I'll try to explain it in my bad english... You can see the problem only with the lemmings population. When you left-click on a lemming it

Re: [E-devel] Configuration module for theme doens't work in advanced mode

2007-11-15 Thread lok
Don't worry (be happy :) ), it's a normal output which help tracking the efm-hal part. By the way, I'm not sure that those printf are still usefull. Maybe we can comment or remove them ? lok Massimiliano Calamelli wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi devs, it seems that

Re: [E-devel] Ecore + XIM working

2007-11-15 Thread Stafford Horne
On Thu, 15 Nov 2007 12:06:27 -0300 Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: Yes, building XIM on top of this Ecore_IM would be a better option. shorne, could you have a look? Yeah, Ill take a look. I probably wont have much time between now and the first week of december, but Ill

Re: [E-devel] {Spam?} Re: Trac? (milestone/todo list visibility)

2007-11-15 Thread Jorge Luis Zapata Muga
On Nov 15, 2007 2:46 PM, Koen Kooi [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nick Hughart schreef: This was not meant to turn into a big deal. Trac is up there, no one is forcing you to use it yet. Since there are now patches in there, people *are* forced to

Re: [E-devel] Problem with edje in the penguins module

2007-11-15 Thread The Rasterman
On Thu, 15 Nov 2007 21:34:11 +0100 Dave [EMAIL PROTECTED] babbled: hahahahah! :) Incredible, I have resolved 10 minutes after sending the request :) forgot it Dave Hi all, I have a strange problem using edje in the penguins module, I'll try to explain it in my bad english... You

Re: [E-devel] Recent e_modules configure.in changes

2007-11-15 Thread The Rasterman
On Thu, 15 Nov 2007 13:15:32 +0100 Koen Kooi [EMAIL PROTECTED] babbled: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carsten Haitzler (The Rasterman) schreef: On Thu, 15 Nov 2007 11:12:49 +0100 Dr. Michael 'Mickey' Lauer [EMAIL PROTECTED] babbled: If you want to be nice to

Re: [E-devel] Ecore + XIM working

2007-11-15 Thread Andre Magalhaes
On Nov 15, 2007 7:56 PM, Stafford Horne [EMAIL PROTECTED] wrote: On Thu, 15 Nov 2007 12:06:27 -0300 Gustavo Sverzut Barbieri [EMAIL PROTECTED] wrote: Yes, building XIM on top of this Ecore_IM would be a better option. shorne, could you have a look? Yeah, Ill take a look. I probably

Re: [E-devel] Trac? (milestone/todo list visibility)

2007-11-15 Thread The Rasterman
On Thu, 15 Nov 2007 09:40:53 -0300 Gustavo Sverzut Barbieri [EMAIL PROTECTED] babbled: *blah blah - lots of emails - reply to all* i set up track for project timeline/status/completion tracking - ti deos things bugzilla doesn't. 1. it doesn't piss me off so much that i might actually use it. 2.

Re: [E-devel] Recent e_modules configure.in changes

2007-11-15 Thread Christopher Michael
[EMAIL PROTECTED] wrote: Hey Seb, Just looking through configure.in I wondered why you didn't use: AC_PATH_PROG(EDJE_CC, edje_cc, , $PATH) instead of the: edje_cc=$(pkg-config --variable=prefix edje)/bin/edje_cc that is there currently. Because the latter was used in the first file

Re: [E-devel] {Spam?} Re: Trac? (milestone/todo list visibility)

2007-11-15 Thread The Rasterman
On Thu, 15 Nov 2007 14:32:52 +0100 Massimiliano Calamelli [EMAIL PROTECTED] babbled: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 15 Nov 2007 06:28:15 -0600 Nick Hughart [EMAIL PROTECTED] wrote: Anyone opposed to something like Google Calendar to figure out the best meeting

Re: [E-devel] Recent e_modules configure.in changes

2007-11-15 Thread Mike Frysinger
On Thursday 15 November 2007, Carsten Haitzler wrote: On Thu, 15 Nov 2007 11:12:49 +0100 Dr. Michael 'Mickey' Lauer If you want to be nice to cross-compilation environments, AC_PATH_PROG(EDJE_CC, edje_cc, , $PATH) edje_cc is more advisable than edje_cc=$(pkg-config --variable=prefix

[E-devel] theming tutorial link dead

2007-11-15 Thread jochen schroeder
Hi all, just been reading in the wiki and noticed that the link to the Basic Theming Tutorial link in the Creating E17 themes section is dead. Cheers Jochen - This SF.net email is sponsored by: Microsoft Defy all