Re: [E-devel] evas software-x11-16 rendering quality

2009-11-13 Thread Vincent Torri
On Fri, 13 Nov 2009, Carsten Haitzler (The Rasterman) wrote: is there a windows opengl emulation lib on top of d3d? as such the gl engine isnt as good as it could be i think - could be better, but its much better than it was before. i don't know if there is such not really sure what to

Re: [E-devel] elm_label problem with specific text

2009-11-13 Thread Gustavo Sverzut Barbieri
On Fri, Nov 13, 2009 at 4:49 AM, Brian Wang brian.wang.0...@gmail.com wrote: [snip] OK.  With the help of gdbserver/gdb, I am able to find where it's looping. However, I don't know what causes it.  Here it goes: [svn r43601] evas/src/lib/canvas/evas_object_textblock.c:3152 The line number

Re: [E-devel] elm_label problem with specific text

2009-11-13 Thread Brian Wang
On Fri, Nov 13, 2009 at 8:12 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Fri, Nov 13, 2009 at 4:49 AM, Brian Wang brian.wang.0...@gmail.com wrote: [snip] OK.  With the help of gdbserver/gdb, I am able to find where it's looping. However, I don't know what causes it.  Here it

Re: [E-devel] elm_label problem with specific text

2009-11-13 Thread Gustavo Sverzut Barbieri
On Fri, Nov 13, 2009 at 3:13 PM, Brian Wang brian.wang.0...@gmail.com wrote: On Fri, Nov 13, 2009 at 8:12 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Fri, Nov 13, 2009 at 4:49 AM, Brian Wang brian.wang.0...@gmail.com wrote: [snip] OK.  With the help of gdbserver/gdb, I am

[E-devel] Simple Edje animation not working

2009-11-13 Thread Eduardo Felipe
Hi Folks! I usually annoy the developers on IRC, but this issue includes a code sample, so e-mail is better. I'm trying to understand edje and create a very simple animation within the theme. All the animation should do is make an icon bigger when an event occurs. Simple enough. Except I cannot

Re: [E-devel] e17 - howto edit apps that are already installed why can't I edit the .desktop name?

2009-11-13 Thread sda
On 23:00 Tue 10 Nov , David C. Rankin wrote: Guys, I have added some apps in e17, but now I have a couple of questions: (1) Where do I go to edit the apps I've added?; (2) They are added to the menus, but I have installed more applications that I need to have added to the

Re: [E-devel] Simple Edje animation not working

2009-11-13 Thread Atton Jonathan
Try with offset instead of min/max. rel1.offset: -64 -64; rel2.offset: 64 64; 2009/11/11 Eduardo Felipe eduardofelip...@gmail.com Hi Folks! I usually annoy the developers on IRC, but this issue includes a code sample, so e-mail is better. I'm trying to understand edje and create a very

[E-devel] Problems with transparent edje parts becoming white

2009-11-13 Thread Viktor Kojouharov
I've recently (from within a week) started seeing this problem on my e17 machine. This problem can be seen in the following screenshot: http://img38.imageshack.us/i/screenshottd.png/ These modules are located on the desktop gadman. The clock turns white on its minute animation, whereas the

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

2009-11-13 Thread Vincent Torri
On Fri, 13 Nov 2009, Gustavo Sverzut Barbieri wrote: On Fri, Nov 13, 2009 at 8:52 PM, Vincent Torri vto...@univ-evry.fr wrote: On Fri, 13 Nov 2009, Enlightenment SVN wrote: Log:  fix valgrind reported problems.  GENERAL WARNING:  do NOT delete sub-objects (elm_widget_sub_object_add) or

Re: [E-devel] Running EWL applications

2009-11-13 Thread Peter Wehrfritz
Peter Wehrfritz wrote: Sorry for the delay, I hadn't much time in the last days. I looked into the config_init code, but there are some parts that I don't fully understand yet. I hope I find the time to dig deeper into it the weekend. Just to have the full picture: Have you also installed

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

2009-11-13 Thread Vincent Torri
On Fri, 13 Nov 2009, Enlightenment SVN wrote: Log: fix valgrind reported problems. GENERAL WARNING: do NOT delete sub-objects (elm_widget_sub_object_add) or resize object (elm_widget_resize_object_set) from del_hook()!! These are deleted automatically before this function is

Re: [E-devel] Is there a shortcut for window remembering?

2009-11-13 Thread Anaël Closson
Hi, I think what you're looking for is right clicking on the window border / more ... / remember. 2009/11/12 Jorge Gascon Perez jorge.gascon.pe...@gmail.com Hi everybody? Just I would like to know if it is possible to remember the settings of a window using a shortcut. The reason is that

Re: [E-devel] elm_label problem with specific text

2009-11-13 Thread Brian Wang
On Sat, Nov 14, 2009 at 1:44 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Fri, Nov 13, 2009 at 3:13 PM, Brian Wang brian.wang.0...@gmail.com wrote: On Fri, Nov 13, 2009 at 8:12 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Fri, Nov 13, 2009 at 4:49 AM, Brian