~usb-creator-hackers/usb-creator/trunk

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Brian Murray
  • Date: 2021-04-02 15:52:52 UTC
  • Revision ID: brian@canonical.com-20210402155252-tk5d4a6lczeld0e0
Tags: 0.3.9
releasing package usb-creator version 0.3.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TODO for usb-creator-gtk:
 
2
-------------------------
 
3
 * Make window bigger
 
4
 
1
5
TODO for usb-creator-kde:
2
 
-------------------------------------
3
 
 * Find out why resume from cancel install hangs the creator
4
 
 * Implement icons in treeview similar to gtk frontend (warning, etc)
5
 
   - need gio and get_gnome_drive equivalent functions from commit 205
6
 
 
7
 
TODO for usb-creator-win:
8
6
-------------------------
9
 
 
10
 
 * Resolve possible redistribution issue with Python for Windows 2.6 mentioned
11
 
   by Agostino Russo.
12
 
 * Improve the icon.  Get the icon working in the title bar.
13
 
 * Include sources for all of the code we're distributing.
 
7
 * 
14
8
 
15
9
General TODO:
16
10
-------------
17
 
 
18
 
 * Mac OSX support.  It looks like it requires GPT and a blessed image.  GRUB 2
19
 
   does not support it as of this writing (2009-07-09), which will have to
20
 
   happen first.  We'll also likely move to GRUB 2 at that point, assuming
21
 
   Ubuntu does first.
22
 
 * QA and testing
23
 
   - Successful install does not unmount USB Stick
24
 
   - Format USB stick fails to re-detect the formatted stick (format does not make a valid FS)
25
 
   - Cannot eject CD-ROM (held by root)
26
 
 * Create a backend.base.install class, replace usb-creator/install.py with
27
 
   backend.BACKEND.install.
 
11
 * Fix irregular backend progress updates caused by buffering
 
12
 * Bring persistence back, possibly by creating a partition in the
 
13
   remaining free space
 
14
 * Fix cancel