legacy/experimental/ecdb/trunk/TODO

29 lines
1.4 KiB
Plaintext
Raw Normal View History

2009-01-11 04:21:16 +00:00
NEW NAME!
Flourine
Einferno
Enflame
TODO
//////////////////////////////////////////////////////////////////////////////
2009-04-30 00:04:43 +00:00
-> unbreak appending to discs
-> reset burn data gui better following a burn
2008-12-14 00:55:47 +00:00
-> More graceful handling of errors
-> ffmpeg as an alternative backend to gstreamer
2008-08-06 02:21:20 +00:00
-> finish interface
-> more flexible typebuf
-> more configuration options (speed and drive choice done)
-> 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)
2009-01-10 03:33:37 +00:00
-> integrate exchange
2009-01-11 04:21:16 +00:00
-> 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)
->able to allow entire gui to be handled by theme... so we only interact with signals (no widgets at all)
2009-01-10 03:33:37 +00:00
DONE
//////////////////////////////////////////////////////////////////////////////
-> better way to detect pipe deletion (done? - needs more testing)
2009-04-19 01:57:03 +00:00
-> 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)