Merge lp://staging/~flimm/usb-creator/warn-before-format into lp://staging/usb-creator
Proposed by
David D Lowe
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~flimm/usb-creator/warn-before-format |
Merge into: | lp://staging/usb-creator |
Diff against target: |
149 lines (+83/-4) 5 files modified
bin/usb-creator-helper (+1/-1) debian/changelog (+5/-1) debian/copyright (+5/-0) usbcreator/backends/devicekit/backend.py (+1/-1) usbcreator/frontends/gtk/frontend.py (+71/-1) |
To merge this branch: | bzr merge lp://staging/~flimm/usb-creator/warn-before-format |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Dimitri John Ledkov (community) | Needs Information | ||
Review via email: mp+17177@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 260. By David D Lowe
-
Display partition name instead of drive name if only one partition is going to be deleted.
- 259. By David D Lowe
-
Merged with trunk.
- 258. By David D Lowe
-
Warn user before formatting, listing all partitions that are going to be lost if more than one. (Fixes bug #446891
- 257. By David D Lowe
-
Warn user before formatting drive. (Fixes bug #443330)
Now we do have a warning dialog box "Are you sure you want to erase this drive?" (at least in gtk).
Also we erase individual partitions now.
Is this still necessary? I see that you make more informative dialog boxes.