[E-devel] Evas_Quartz and Expedite Patches

2008-08-11 Thread Timothy P. Horton
Hi, all! I sent Vincent and Carsten an Evas_Quartz patch on Saturday to review (and hopefully, at some point, commit); Nathan suggested that I should send it to the list as well, so that other people can poke around and see what's up. Attached is a slightly updated Evas_Quartz patch, and

[E-devel] Dead keys and E

2008-08-11 Thread Leandro Santiago
Hello to all. I posted there a while ago in the forum [1] that I have a problem with the dead keys of my keyboard. In my language - Portuguese - we use special symbols to modify existing characters. For example, to enter รต, press the character "~" and then the letter "o". This should result in "

[E-devel] Error with enlightenment_remote -init-set

2008-08-11 Thread Jorge Mariani
Hi. Issuing the following command: enlightenment_remote -init-set theme.edj causes the system to reboot. Cya! - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based appl

Re: [E-devel] Layout module?

2008-08-11 Thread Michael Stapelberg
Hi Andreas, * [12.08.08 00:29]: > do > { > E_Border *border; > clientList = evas_list_next (clientList); > border = clientList->data; > [...] > The question is why that happens. Maybe I used Evas_List in a wrong > way. Could anyone have a short eye on this? Yes, you do. The problem

[E-devel] Layout module?

2008-08-11 Thread Andreas Volz
Hi, I did some play around with the layout module. Works really easy so far. But now I get a segfault in E while trying to get the window list. static void _e_module_layout_cb_hook(void *data, E_Border *bd) { Evas_List *clientList = NULL; int i = 0; clientList = e_border_client_list()

[E-devel] Nightly build log for E17 on 2008-08-11 07:11:30 -0700

2008-08-11 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-08-11 07:11:30 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: enna http://download.enlightenment.org/tests/logs/enna.log epdf http://download.enlightenment.org/tests/logs/epdf.log Packages

Re: [E-devel] [EFM] Desktop HAL icons

2008-08-11 Thread Fedor Gusev
On Sun, Aug 10, 2008 at 07:08:20PM -0500, Nick Hughart wrote: > This change: > > - snprintf(buf, sizeof(buf), "%s/.e/e/fileman/favorites/|%s_%d.desktop", > + snprintf(buf, sizeof(buf) - 1, "%s/.e/e/fileman/favorites/|%s_%d.desktop", > e_user_homedir_get(), id, v->partition_number); >

Re: [E-devel] [EFM] Desktop HAL icons

2008-08-11 Thread Fedor Gusev
On Sun, Aug 10, 2008 at 07:08:20PM -0500, Nick Hughart wrote: > This change: > > - snprintf(buf, sizeof(buf), "%s/.e/e/fileman/favorites/|%s_%d.desktop", > + snprintf(buf, sizeof(buf) - 1, "%s/.e/e/fileman/favorites/|%s_%d.desktop", > e_user_homedir_get(), id, v->partition_number); >