Erasing now utilizes info already aquired from ecdb_hal.

This commit is contained in:
Jaime Thomas
2009-04-19 19:20:04 +00:00
parent 62607be1c9
commit c741e1b580
4 changed files with 27 additions and 20 deletions

View File

@ -11,7 +11,6 @@ TODO
-> finish interface
-> more flexible typebuf
-> more configuration options (speed and drive choice done)
-> fix combo theme
-> 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
@ -24,3 +23,4 @@ DONE
-> get rid of evas_object_name_find/name_set
-> Detect if the media in a drive has changed and update the drive info using dbus.
-> make theme and code use a custom signal, rather than mouse,clicked,1
-> fix combo theme (good enough, and hopefully someone will make a nicer default theme anyways)