Some saner defaults.

This commit is contained in:
Jaime Thomas 2009-01-11 04:21:16 +00:00
parent 4919fe550e
commit bdedf6a6b2
2 changed files with 12 additions and 3 deletions

View File

@ -1,8 +1,14 @@
NEW NAME!
Flourine
Einferno
Enflame
TODO
//////////////////////////////////////////////////////////////////////////////
-> Detect if the media in a drive has changed and update the drive info using dbus.
-> More graceful handling of errors
-> ffmpeg as an alternative backend to gstreamer
TODO
//////////////////////////////////////////////////////////////////////////////
-> finish interface
-> more flexible typebuf
-> more configuration options (speed and drive choice done)
@ -11,7 +17,7 @@ TODO
-> figure out what to do about dnd, should it be consolidated into one system, how to handle internel, etc.
-> don't load the sources all at one time (lots of memory consumed -- for my entire development tree containing 154256 files, ecdb uses 46mb)
-> integrate exchange
-> instead of always swallowing widgets, allow theme to specify on a widget-by-widget basis if it wants to emit signals from internal parts
-> instead of always swallowing widgets, allow theme to specify on a widget-by-widget basis if it wants to emit signals from internal parts (so, for example, the settings could be triggered by a small + in the corner, and expand from there)
DONE
//////////////////////////////////////////////////////////////////////////////

View File

@ -51,6 +51,9 @@ ecdb_burn_project_init(Ecdb_Burn_Project *proj)
proj->underrun_proof = TRUE;
proj->opc = TRUE;
proj->multi = TRUE;
proj->use_joliet = TRUE;
proj->use_rockridge = TRUE;
proj->iso_level = 3;
return TRUE;
}