Re: [E-devel] Benchmark: Brute force copy from GL pbuffer to image as data

2006-11-26 Thread [EMAIL PROTECTED]
> > Would anybody be surprised if I said that it really isn't fast... > > ahem. Just had to try. Pseudo code of a main loop: > > I'd tell you "why did you even try? I could have told you that!" :) > It's not a sane path to go down. reading pixels back from the video > card is simply death-asking

[E-devel] Some TODO "enlightenment" please

2006-11-26 Thread Christopher Michael
Writting to try and get some clarification on a few TODO items: * IBar will resize itself down to single icon size on start/restart under some circumstances. Any use cases? Reproduction methods? * make e internal windows (config panel, dialogs, config windows etc.) use special border styles

Re: [E-devel] Some TODO "enlightenment" please

2006-11-26 Thread David Seikel
On Sun, 26 Nov 2006 04:18:04 -0500 Christopher Michael <[EMAIL PROTECTED]> wrote: > Writting to try and get some clarification on a few TODO items: > > > * IBar will resize itself down to single icon size on start/restart > under some circumstances. > > Any use cases? Reproduction methods? I

Re: [E-devel] Some TODO "enlightenment" please

2006-11-26 Thread Eugen Minciu
Christopher Michael wrote: > Writting to try and get some clarification on a few TODO items: > > > * IBar will resize itself down to single icon size on start/restart > under some circumstances. > > Any use cases? Reproduction methods? > > > * make e internal windows (config panel, dialogs, config

Re: [E-devel] Benchmark: Brute force copy from GL pbuffer to image as data

2006-11-26 Thread The Rasterman
On Sun, 26 Nov 2006 09:04:03 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > > > > Would anybody be surprised if I said that it really isn't fast... > > > ahem. Just had to try. Pseudo code of a main loop: > > > > I'd tell you "why did you even try? I could have told you that!" :) > > It

Re: [E-devel] Some TODO "enlightenment" please

2006-11-26 Thread Виктор Кожухаров
В нд, 2006-11-26 в 04:18 -0500, Christopher Michael написа: > Writting to try and get some clarification on a few TODO items: > > > * IBar will resize itself down to single icon size on start/restart > under some circumstances. > > Any use cases? Reproduction methods? > > > * make e internal

Re: [E-devel] Some TODO "enlightenment" please

2006-11-26 Thread The Rasterman
On Sun, 26 Nov 2006 15:03:35 +0200 Виктор Кожухаров <[EMAIL PROTECTED]> babbled: > В нд, 2006-11-26 в 04:18 -0500, Christopher Michael написа: > > Writting to try and get some clarification on a few TODO items: > > > > > > * IBar will resize itself down to single icon size on start/restart > >

Re: [E-devel] [epeg] _epeg_scale() not called from epeg_pixels_get()

2006-11-26 Thread Johannes Hofmann
On Sat, Nov 25, 2006 at 10:39:20PM +0900, Carsten Haitzler wrote: > On Wed, 22 Nov 2006 18:16:36 +0100 Johannes Hofmann <[EMAIL PROTECTED]> > babbled: > > > Hi, > > > > I am using the epeg lib to generate thumbnails in memory (for > > display in an X11 application). Therefore I use the > > epeg_

[E-devel] Module development issue

2006-11-26 Thread Olivier Ligot
Hi all, I'm developing a small module to display informations about the currently playing song. I'm aware about the Eloquence module : my module is not a replacement of it but just a exercise to learn more about the EFL. I created an .edc file with only one part of type TEXT. I've added an ecore

Re: [E-devel] Module development issue

2006-11-26 Thread Christopher Michael
Oliver, Try this :) _isound_cb_check(inst); if(!check_timer) check_timer = ecore_timer_add(1.0, _isound_cb_check, inst); > static int _isound_cb_check(void *data) { > Instance *inst; > mpd_Song *song; > char buf[1024]; > inst = data; > mpd_status

Re: [E-devel] Some TODO "enlightenment" please

2006-11-26 Thread Alberto
Christopher Michael wrote: > Writting to try and get some clarification on a few TODO items: > > > * IBar will resize itself down to single icon size on start/restart > under some circumstances. > > Any use cases? Reproduction methods? > > > * make e internal windows (config panel, dialogs, config

Re: [E-devel] Module development issue

2006-11-26 Thread Olivier Ligot
2006/11/26, Christopher Michael <[EMAIL PROTECTED]>: > > Oliver, > > Try this :) > > > _isound_cb_check(inst); > if(!check_timer) > check_timer = ecore_timer_add(1.0, _isound_cb_check, inst); > > > > > static int _isound_cb_check(void *data) { > > Instance *inst; > > mpd_Song *s

Re: [E-devel] Some TODO "enlightenment" please

2006-11-26 Thread David Seikel
On Sun, 26 Nov 2006 16:42:20 -0600 Alberto <[EMAIL PROTECTED]> wrote: > Christopher Michael wrote: > > Writting to try and get some clarification on a few TODO items: > > > > > > * IBar will resize itself down to single icon size on start/restart > > under some circumstances. > > > > Any use case

Re: [E-devel] Some TODO "enlightenment" please

2006-11-26 Thread Alberto
David Seikel wrote: > On Sun, 26 Nov 2006 16:42:20 -0600 Alberto <[EMAIL PROTECTED]> wrote: > > >> Christopher Michael wrote: >> >>> Writting to try and get some clarification on a few TODO items: >>> >>> >>> * IBar will resize itself down to single icon size on start/restart >>> under som

Re: [E-devel] Some TODO "enlightenment" please

2006-11-26 Thread David Seikel
On Sun, 26 Nov 2006 23:44:27 -0600 Alberto <[EMAIL PROTECTED]> wrote: > But I do want to point out that a theme can has a many border styles > as u can think of, so the data {item: "shade" "0"; } option could be > used elsewhere. It just comes down to a matter of design and > preferences. Personal

Re: [E-devel] E CVS: apps/e devilhorns

2006-11-26 Thread Anders Troback
Just want to say: Good idea :-) \\troback On Sun, 26 Nov 2006 11:10:49 -0500 (EST) Enlightenment CVS <[EMAIL PROTECTED]> wrote: > Enlightenment CVS committal > > Author : devilhorns > Project : e17 > Module : apps/e > > Dir : e17/apps/e/src/bin > > > Modified Files: > e_configure

Re: [E-devel] Some TODO "enlightenment" please

2006-11-26 Thread Chady Kassouf
On 11/27/06, Alberto <[EMAIL PROTECTED]> wrote: > > 8<--snip- > Perhaps you are right, that it was silly to suggest it, but this is why > I wanted to emphasize, making it an option within the theme's source > code, but since we are dealing with E's internal windows its probably > for the be