Some saner defaults.
This commit is contained in:
parent
6be9f724da
commit
4c92d6d41b
@ -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.
|
-> Detect if the media in a drive has changed and update the drive info using dbus.
|
||||||
-> More graceful handling of errors
|
-> More graceful handling of errors
|
||||||
-> ffmpeg as an alternative backend to gstreamer
|
-> ffmpeg as an alternative backend to gstreamer
|
||||||
TODO
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
|
||||||
-> finish interface
|
-> finish interface
|
||||||
-> more flexible typebuf
|
-> more flexible typebuf
|
||||||
-> more configuration options (speed and drive choice done)
|
-> 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.
|
-> 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)
|
-> 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
|
-> 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
|
DONE
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -51,6 +51,9 @@ ecdb_burn_project_init(Ecdb_Burn_Project *proj)
|
|||||||
proj->underrun_proof = TRUE;
|
proj->underrun_proof = TRUE;
|
||||||
proj->opc = TRUE;
|
proj->opc = TRUE;
|
||||||
proj->multi = TRUE;
|
proj->multi = TRUE;
|
||||||
|
proj->use_joliet = TRUE;
|
||||||
|
proj->use_rockridge = TRUE;
|
||||||
|
proj->iso_level = 3;
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user