lp://staging/~xnox/usb-creator/nexus7
Created by
Dimitri John Ledkov
and last modified
- Get this branch:
- bzr branch lp://staging/~xnox/usb-creator/nexus7
Only
Dimitri John Ledkov
can upload to this branch. If you are
Dimitri John Ledkov
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Evan (community): Approve
- James Hunt: Pending requested
- The Ubuntu Nexus7 Team: Pending requested
-
Diff: 944 lines (+376/-103)15 files modifiedbin/usb-creator-gtk (+16/-5)
debian/changelog (+6/-0)
debian/rules (+3/-0)
debian/usb-creator-common.install (+1/-0)
debian/usb-creator-gtk.upstart (+24/-0)
gui/ubuntu-nexus7-USAGE-NOTICE-en.txt (+21/-0)
gui/usbcreator-gtk.ui (+61/-26)
setup.py (+2/-0)
usbcreator/backends/base/backend.py (+17/-2)
usbcreator/backends/fastboot/__init__.py (+1/-0)
usbcreator/backends/fastboot/backend.py (+68/-0)
usbcreator/backends/udisks/backend.py (+0/-11)
usbcreator/frontends/gtk/frontend.py (+111/-57)
usbcreator/install.py (+36/-2)
usbcreator/misc.py (+9/-0)
Branch information
Recent revisions
- 403. By Dimitri John Ledkov
-
* Port helper script to gobject-
interspection. (LP: #1078810)
* Fix pygi depreciation warnings.
* Fix passing one to many arguments to one Gtk.MessageDialog. - 402. By Dimitri John Ledkov
-
Restrict architectures to i386 & amd64. Although it's all pure python,
it depends on executing syslinux which is only available on i386 &
amd64. - 400. By Dimitri John Ledkov
-
* Drop utf-8/gnome workaround, now fixed in gnome.
* Do not use INT_MAX (LP: #1076305).
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/usb-creator