From: Duilio J. P. <dp...@fc...> - 2004-10-07 04:07:18
|
> VisUI is too much for the next release, So I think it's most important > to fix the small issues, and get the XMMS plugin stable (fix GL > at startup and such)... And also stress test it a bit to see if there > aren't any crashes left anylonger... If you have time, It might also be > nice to use GtkCList and the method xmms uses to check for double > clicks to morph to plugins. I think that this is quite important because > right now there isn't an intuitive way to start a different plugin. Ok, I will work on this. I have tried to do it without with the current GtkList, listen on the GDK_BUTTON_PRESS event and using a timer for to detect the double, and it works well on configure dialog alone, but it is trashed by SDL when the SDL screen is created (probably SDL sets again the X event listeners). So I will rewrite this to use GtkCList. I will be on travel this weekend, I hope can do this before, but not shure :-( > I'll be doing some more cleanups in libvisual itself and then I want to > do a bugfix release. After that I want to work on the following items: > > 1. VisUI > 2. VisVideo scaler, both NEAREST and BILINEAR methods. (need this for > good coverart supprt within amarok.) > 3. Portability fixes. > 4. All kind of things that comeup within this cycle. > > What is your idea about this ? > > Cheers, > Dennis I think are all good ideas! I suggest add one more: review all the API functions looking for pointer arguments that will not be changed, and change them to 'const'. Bye, Duilio. |