Tag '3.13.0' created by Luke Macken lmacken@redhat.com at 2014-11-26 22:12 +0000
3.13.0
Changes since 3.12.1: Luke Macken (31): Merge branch 'release/3.12.1' into develop Sync our RPM spec with rawhide Add the appdata.xml (issue #12) Remove housekeeping comment from appdata Add myself as the updatecontact in the AppData Don't 'make mo' twice in the spec Install the appdata from our setup.py Include the appdata in our spec Optimize our MANIFEST.in Remove the extension from our icon in the desktop file to fix a soon-to-be-fatal warning Fix a bug in the get_fedora_releases function to properly fetch the latest releases Gracefully handle exceptions in the release fetching code (#1096460) Rename the README so it gets rendered as reStructuredText New UI changes for liveusb creation method Add a LiveUSBCreator.dd_image method Hook the gui up to the new destructive installation API s/txt/rst for the README Tweak the radio button label Fire up the progress bar during the dd Update the linux_dialog.py Add a --dd command-line option dd optimizations Use dd oflag=direct Add some tooltips Require confirmation for destructive installs Merge pull request #13 from lmacken/feature/destructive Get the calculate_liveos_checksum method workin on Linux (fixes #1) Revamp the gui to use proper widget layouts (#807) Disable the download group when an ISO has been manually selected Add the chopped up header images Bump version to 3.13.0
--- MANIFEST.in | 27 README.rst | 51 README.txt | 51 data/liveusb-creator.appdata.xml | 28 data/liveusb-creator.desktop | 2 data/liveusb-creator.ui | 724 +++++---- data/liveusb-header-bg.png |binary data/liveusb-header-left.png |binary data/liveusb-header-right.png |binary data/resources.qrc | 15 liveusb-creator | 5 liveusb-creator.spec | 95 + liveusb/__init__.py | 6 liveusb/creator.py | 72 liveusb/gui.py | 157 +- liveusb/linux_dialog.py | 312 +++- liveusb/releases.py | 4 liveusb/resources_rc.py | 3008 ++++++++++++++++++++++++++------------- release.bat | 2 setup.py | 3 20 files changed, 3014 insertions(+), 1548 deletions(-) ---
liveusb-creator@lists.stg.fedorahosted.org