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

2009-11-16 Thread Viktor Kojouharov
I found the exact evas revision which introduces these problems: r43584 | raster | 2009-11-09 17:18:37 +0200 (Mon, 09 Nov 2009) | 5 lines god damnt that took some time! fixed some bugs with map + smart objcs + repainting etc. etc. - seems to be working now in complex smart obj tests and simple on

Re: [E-devel] Why is the order of 'task-switching' (alt+tab) so bewildering in e17 (and e16) -- Bug or Feature??

2009-11-16 Thread The Rasterman
On Mon, 16 Nov 2009 21:21:46 -0600 "David C. Rankin" said: > Guy, > > I can't figure out why task switching feels so weird in e? I have a > feeling that the task que (or whatever e uses to keep track of task > switching) doesn't push the current app to the top of the que so you end up > ha

Re: [E-devel] e17 default ibox Favorites Menu Add App window size needs to be larger -- text clipped

2009-11-16 Thread David C. Rankin
On Monday 16 November 2009 22:38:07 and regarding: > not fit in the window. This occurs all the way down the list. > Uugh! I forgot the screenshot, sorry. http://www.3111skyline.com/download/ss/e/e17/menuFavorites.jpg -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nac

[E-devel] e17 default ibox Favorites Menu Add App window size needs to be larger -- text clipped

2009-11-16 Thread David C. Rankin
Guys, This is just a suggestion/FYI for whoever handles default window widths etc., the width of the ibox add application window with should be a little bigger. Currently it clips the text of quite a few applications. Here is a screenshot of the first page of listed apps. You can see t

[E-devel] Why is the order of 'task-switching' (alt+tab) so bewildering in e17 (and e16) -- Bug or Feature??

2009-11-16 Thread David C. Rankin
Guy, I can't figure out why task switching feels so weird in e? I have a feeling that the task que (or whatever e uses to keep track of task switching) doesn't push the current app to the top of the que so you end up having to alt+tab 5 times just to get back to the application you wer

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

2009-11-16 Thread David C. Rankin
On Monday 16 November 2009 18:23:29 you wrote: > > Err. I wasn't clear. I'm in E17 and I still can't find where to open EFM > > other than rt-clicking the desktop and choosing file -> home or root. I > > was asking how I just open EFM from the cli of a terminal running in E17 > > or what executable

Re: [E-devel] This is Very Bad. Enlightenment SIGABRT'd (setting ibar apps)

2009-11-16 Thread David C. Rankin
On Monday 16 November 2009 15:03:00 you wrote: > Here is some info on debugging E: > http://wiki.enlightenment.org/index.php/Debugging > > And here is more info on the menus and efreet: > http://wiki.enlightenment.org/index.php/E17_and_Efreet > > dh > Thanks Christopher, That's the inf

Re: [E-devel] elock does not unlock on openSuSE, works fine on Arch Linux - I can't figure it out??

2009-11-16 Thread David C. Rankin
On Tuesday 10 November 2009 20:40:01 and regarding: > sda hasn't figured it out. sda has only provided a workaround in the > wiki. If you have some debug information, please do post it in the > ticket. > Done. -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoc

Re: [E-devel] Proposal: OpenCL-Bindings to fasten up the core libs

2009-11-16 Thread Gustavo Sverzut Barbieri
On Mon, Nov 16, 2009 at 7:20 PM, Vincent Torri wrote: > On Mon, 16 Nov 2009, Christian K. wrote: > >> my prob is that i'm known to the usage of the libs (e. g. coding an app >> which uses the libs) but i'm not really familiar with the internal structure >> and how it works "under the hood". especi

Re: [E-devel] Proposal: OpenCL-Bindings to fasten up the core libs

2009-11-16 Thread Atton Jonathan
And write a patch for something simple (like in eina). One problem is to see if it complicate a lot the code or not. But what you proposed is realy interesting. 2009/11/16 Vincent Torri > > > On Mon, 16 Nov 2009, Christian K. wrote: > > > my prob is that i'm known to the usage of the libs (e. g.

Re: [E-devel] Proposal: OpenCL-Bindings to fasten up the core libs

2009-11-16 Thread Vincent Torri
On Mon, 16 Nov 2009, Christian K. wrote: > my prob is that i'm known to the usage of the libs (e. g. coding an app > which uses the libs) but i'm not really familiar with the internal structure > and how it works "under the hood". especially evas seems to be damn complex. > > to the note: yes th

Re: [E-devel] Proposal: OpenCL-Bindings to fasten up the core libs

2009-11-16 Thread Christian K.
my prob is that i'm known to the usage of the libs (e. g. coding an app which uses the libs) but i'm not really familiar with the internal structure and how it works "under the hood". especially evas seems to be damn complex. to the note: yes thats what i thought first, too. but there could also b

Re: [E-devel] This is Very Bad. Enlightenment SIGABRT'd (setting ibar apps)

2009-11-16 Thread Christopher Michael
Here is some info on debugging E: http://wiki.enlightenment.org/index.php/Debugging And here is more info on the menus and efreet: http://wiki.enlightenment.org/index.php/E17_and_Efreet dh David C. Rankin wrote: > Guys, > > This is very strange. On the new Arch Linux install, E17 (svn 434

[E-devel] This is Very Bad. Enlightenment SIGABRT'd (setting ibar apps)

2009-11-16 Thread David C. Rankin
Guys, This is very strange. On the new Arch Linux install, E17 (svn 43431) had been behaving perfectly, but now adding/changing ibar applications results in the error: This is Very Bad. Enlightenment SIGABRT'd This occurs about 1 out of 4-5 changes to ibar, like adding an a

Re: [E-devel] Proposal: OpenCL-Bindings to fasten up the core libs

2009-11-16 Thread Gustavo Sverzut Barbieri
On Mon, Nov 16, 2009 at 5:44 PM, Christian K. wrote: > Hello, > > i just started to code some scientific apps on a mac using opencl (also my > first time of coding with opencl) and the plus on performance is stunning > (almost 90% in comparison to a standard C Code Version). Well its a project > w

[E-devel] Proposal: OpenCL-Bindings to fasten up the core libs

2009-11-16 Thread Christian K.
Hello, i just started to code some scientific apps on a mac using opencl (also my first time of coding with opencl) and the plus on performance is stunning (almost 90% in comparison to a standard C Code Version). Well its a project with a lot of parallel data processing so quasi made for opencl.

[E-devel] Using illume in 3DAW

2009-11-16 Thread Carlo Ascani
As you know, i'm interested in pro audio software and hardware on linux (i say it every single time, lol). With some friends, we are working on a great project called 3Daw, an all-in-one pro live mixer and recorder... We would power this thick piece of hardware with an environment on wich run some

Re: [E-devel] ANN: editje

2009-11-16 Thread Gustavo Sverzut Barbieri
On Mon, Nov 16, 2009 at 12:12 PM, nathan baxter wrote: > On 16/11/2009, Gustavo Sverzut Barbieri wrote: >> Hi all, >> >> We'd like to announce Editje, a new tool to edit Edje files in a >> visual way. It's based on interactions like Flash for animations, >> where you have a timeline and select po

Re: [E-devel] ANN: editje

2009-11-16 Thread nathan baxter
On 16/11/2009, Gustavo Sverzut Barbieri wrote: > Hi all, > > We'd like to announce Editje, a new tool to edit Edje files in a > visual way. It's based on interactions like Flash for animations, > where you have a timeline and select points, then states and it will > do the rest. > > That said, it'

[E-devel] ANN: editje

2009-11-16 Thread Gustavo Sverzut Barbieri
Hi all, We'd like to announce Editje, a new tool to edit Edje files in a visual way. It's based on interactions like Flash for animations, where you have a timeline and select points, then states and it will do the rest. That said, it's different from hand-written edc files, where we used to crea