forked from HaikuArchives/BurnItNow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
25 lines (16 loc) · 1001 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
* Add vector icons, main app has one now, perhaps add more icons for various
functions at some point.
* Add proper Archiving/Unarchiving for the main window
This will be used for saving the settings/state and in the future could be
used for saving and loading projects
* Add threading functions/classes for running the various tools
Probably best to "borrow" the BCommandRunner class from the Haiku repository.
This will need to take various commands, execute them, and then update a
status bar somewhere, possibly a modal pop up window.
* Implement functions to create an ISO image via mkisofs
* Implement functions to run cdrecord for various things such as burning,
device scanning, blanking, media info
* Replace Tracker in role of file manager for Data compilation view.
* Add more functions to Audio view, like support for MP3/OGG files.
* Give more options to customize compilation, like CD label.
* Write ATA/ATAPI devices support (dev=ATAPI).