(0)	= before next release
(1)	= for final release.
(+)	= Done

MatrixDialog:
1	ImageObject is crappy.
1	Add handling of transparency for all objects.

ButtonDialog:
o	When rotating an image, the frame is out of whack.

ImageDialog:
1	Improve Speed through usage of the Thumbnail rather then re-loading all images.

SlideshowDialog:
o	Integration of SLideshow creation with the SourceFileEntries.
	- Modify the slideshow.xml to "slideshow Name".xml and store in the Project directory under the temp drive.
+	- emit signalSlideshowDone.
+	- after reception of signal, change SourceFileEntry to reflect availability of movie.
	- when User presses GenerateDVD and slideshows are not yat all done give option to 
		- Abort creation,
		- Create DVD after all slideshows have been generated.
+	- Make SlideshowDialog NonModal. Currently this dialog is Modal and blocks the main QDVDAuthor application.

QDVDAuthor:
o	Create utility-check-facility which automagically picks out the installed utilities on the users machine and utilizes the prefered ones. E.g. is mplayer installed, how about sox, transcode etc.
	- If one utility is missing inform the user of the missing features. E.g. no conversion of mvo files without mplayer, no dvd-slideshow without sox etc.
	- Try when ever possible to substitute utilities which are missing.
1	Add Icons to the Structure Widget.

dvdauthor - XML - creation:
o	Implementation of movie conversion of the SourceFileEntry movies.



-- SNIP --
Motion Menu - clips at (http://www.crazypants.com/)
Cool Tutorials : http://www.mediachance.com/dvdlab/tutorial/)
-- SNIP --
VAMPS is a fast requantizer for ripping streams from a DVD and compressing them ready for further use with DVDauthor.

Get it here:
ftp://ftp.heise.de/pub/ct/listings/0401-094.tgz

Sample usage:

Rip the stream Track 1 Chap 1 angle 1:
#vamps-play_title /dev/dvd 1 1 1 > chapter01.mpg

Compressing the Stream using audio channels 1+2, subchannel 3 with factor 1.5
# vamps -E 1.5 -a 1,2 -s 3 < chapter01.mpg > c_chapter01.mpg


