Re: [E-devel] [PATCH]: Trivial error in keyboard definition

2009-12-09 Thread Jens Seidel
On Tue, Dec 08, 2009 at 06:22:00PM +0200, Tom Hacohen wrote: > On Mon, Dec 7, 2009 at 8:48 AM, Jens Seidel wrote: > > BTW: I want to create a German keyboard Terminal-de.kbd based on > > Terminal.kbd. Would this be accepted? > >

Re: [E-devel] [PATCH]: Trivial error in keyboard definition

2009-12-09 Thread Jens Seidel
On Mon, Dec 07, 2009 at 06:00:33PM -0500, Christopher Michael wrote: > Committed, Thanks :) Great. > German Keyboard: I don't see why not...sounds like a good idea to me :) I have it already working except one thing: I'm unable to support a new modifier key AltGr (right alt). I tried it as fol

[E-devel] elementary and disabled widgets

2009-12-09 Thread Sebastian Spaeth
I am using elementary rev 44165 and have a question with regard to disabled widgets. (accessed through python-elementary in this case). The default elementary theme never sets disabled toggles back to "enabled" visually. They work or don't work (according to their disabled state), but they always

[E-devel] cannot build elementary

2009-12-09 Thread Pavol Klačanský
Hallo, I cannot build latest snapshot [...@myhost elementary-0.6.0.063]$ make make all-recursive make[1]: Entering directory `/home/pk/Downloads/elementary-0.6.0.063' Making all in src make[2]: Entering directory `/home/pk/Downloads/elementary-0.6.0.063/src' Making all in lib make[3]: Entering di

Re: [E-devel] E SVN: barbieri trunk/TMP/st/elementary/src/lib

2009-12-09 Thread Luis Felipe Strano Moraes
Gustavo, the macro you created ELM_LIST_ITEM_CHECK_DELETED_RETURN didn't actually check for NULL (though the message did imply that). The attached patch fixes that (and fixes about 10 or more null pointer dereferences from the latest clang tests). --lf On Wed, Dec 2, 2009 at 4:59 PM, Enlightenm

Re: [E-devel] E SVN: barbieri trunk/TMP/st/elementary/src/lib

2009-12-09 Thread Luis Felipe Strano Moraes
hm, actually this patch :P --lf On Wed, Dec 9, 2009 at 5:49 PM, Luis Felipe Strano Moraes wrote: > Gustavo, > > the macro you created ELM_LIST_ITEM_CHECK_DELETED_RETURN didn't actually check > for NULL (though the message did imply that). The attached patch fixes > that (and fixes about > 10 or

Re: [E-devel] cannot build elementary

2009-12-09 Thread Cazze
On 9/12/2009 20:26, Pavol Klačanský wrote: > Hallo, I cannot build latest snapshot > > [...@myhost elementary-0.6.0.063]$ make > make all-recursive > make[1]: Entering directory `/home/pk/Downloads/elementary-0.6.0.063' > Making all in src > make[2]: Entering directory `/home/pk/Downloads/elementa

Re: [E-devel] [PATCH]: Trivial error in keyboard definition

2009-12-09 Thread The Rasterman
On Tue, 8 Dec 2009 00:51:03 +0100 Jens Seidel said: > On Mon, Dec 07, 2009 at 06:00:33PM -0500, Christopher Michael wrote: > > Committed, Thanks :) > > Great. > > > German Keyboard: I don't see why not...sounds like a good idea to me :) > > I have it already working except one thing: I'm unabl

Re: [E-devel] cannot build elementary

2009-12-09 Thread The Rasterman
On Wed, 9 Dec 2009 20:26:20 +0100 Pavol Klačanský said: > Hallo, I cannot build latest snapshot you didn't build/use the edje that also was released in the snapshot. > [...@myhost elementary-0.6.0.063]$ make > make all-recursive > make[1]: Entering directory `/home/pk/Downloads/elementary-0.6.

Re: [E-devel] E SVN: barbieri trunk/TMP/st/elementary/src/lib

2009-12-09 Thread The Rasterman
On Wed, 9 Dec 2009 18:00:38 -0200 Luis Felipe Strano Moraes said: thanks! :) in svn! > hm, actually this patch :P > > --lf > > > On Wed, Dec 9, 2009 at 5:49 PM, Luis Felipe Strano Moraes > wrote: > > Gustavo, > > > > the macro you created ELM_LIST_ITEM_CHECK_DELETED_RETURN didn't actually >

Re: [E-devel] E Crash

2009-12-09 Thread The Rasterman
On Mon, 07 Dec 2009 12:27:09 -0500 Christopher Michael said: > Hi all, > > Kingrayray found a nasty crash wrt E. If you go to the Font Config > dialog, select Advanced and try to change the font hinting...BANG !! :( > > I've attached a patch that fixes the crash issue, but I am almost sure >

[E-devel] problems to cross-compile EFL librairies

2009-12-09 Thread haithem rahmani
Hi all, the ecore autotools scripts seems not working attached is the config.h generated. as you can see the DirectFB support is not taken in considiration: /* Build Ecore_DirectFB Module */ /* #undef BUILD_ECORE_DIRECTFB */ /* Support for DirectFB Engine in Ecore_Evas */ /* #undef BUILD_ECORE_

Re: [E-devel] problems to cross-compile EFL librairies

2009-12-09 Thread Vincent Torri
hey, > did anyone succeeded to build using DirectFB backend? did you install directfb development files ? > but now I have a problem to compile ecore. > I would like to enable the "evas-directfb" module for ecore but the > configure is behaving in > a stange way here what I did: ecore-directf