commit 50fd39450148866f4b45f290f45f990651feac8e
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Jul 13 01:04:16 2008 -0400

    Catch all Exceptions in our GUI, as to not cause silent explosions.

 liveusb/gui.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 5a6131e3e84346904def7f6ec000bed0826a5062
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Jul 13 00:45:16 2008 -0400

    Automatically detect when drives have been added/removed, and update the GUI.
    
    If HAL and DBus are available, attach to the Device{Added,Removed} signals,
    which allow us to automatically update the GUI when devices are added
    and removed from the system.  This will allow us to remove the refresh button
    in our Linux version.

 liveusb/gui.py |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

commit f0e8d8da3ba23d17752aa99ceb04fe4a1f16836b
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Jul 13 00:24:43 2008 -0400

    Ensure we always unmount our ISO

 liveusb/creator.py |   28 ++++++++++++++++------------
 1 files changed, 16 insertions(+), 12 deletions(-)

commit 555a168cc23c70ce5746ee65509be7ea99078148
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Jul 12 23:54:35 2008 -0400

    Remove some superfluous output

 liveusb/creator.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 83db0fd2cd3ae5ccce10541214341ad87669cc2c
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Jul 12 23:40:47 2008 -0400

    Make sure to add a 'device' field to each drive in self.drives

 liveusb/creator.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 17ef28519bc0ed6740c8348129351dd8d51133bc
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Jul 12 23:35:31 2008 -0400

    Revert to the previous _get_device_uuid implementation.
    
    This seems to be a bit more stable, seeing as how the second implementation
    completely stopped working for me.

 liveusb/creator.py |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

commit c3d531acfdca32124b49e56fabafd56f016f4788
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Jul 12 02:05:01 2008 -0400

    Add an extract_iso test case

 tests/test_creator.py |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

commit 1badaec48162762366e5c41c05de12a3def4db18
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Jul 12 02:04:30 2008 -0400

    Don't unmount in the extract_iso method

 liveusb/creator.py |   30 +++++++++++++-----------------
 1 files changed, 13 insertions(+), 17 deletions(-)

commit 5a9f4a90e7e5f41508ecc9ca09504e595d71afa6
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Jul 12 02:04:06 2008 -0400

    Change the way we access the selected drive from the LiveUSBCreator.
    
    - Set the fget for the ``drive`` property to avoid doing it everywhere

 liveusb/creator.py |   98 +++++++++++++++++++++++++++++++++-------------------
 liveusb/gui.py     |    6 ++--
 2 files changed, 65 insertions(+), 39 deletions(-)

commit 03b4f9718ad5d0d50061c5587a759c53bb31b3c4
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Jul 12 00:12:31 2008 -0400

    Add a test_verify_filesystem test case

 tests/test_creator.py |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

commit 528680f99122028a34e308a931d2227727bff053
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Jul 12 00:06:52 2008 -0400

    Write a test_mount_device unit test

 tests/test_creator.py |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

commit e3e3b47f98e4f046e659ab660e5d68012585d786
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Jul 11 22:40:34 2008 -0400

    Improve our detect_removable_drives test case

 tests/test_creator.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit bdde79fb751aaad14a87020536ed2b618939bf57
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed Jul 2 21:21:32 2008 -0400

    Add the beginnings of a test suite

 tests/test_creator.py |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

commit cb9af2c23eea0e7e74be63f9037cefa0239e8966
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed Jul 2 21:08:29 2008 -0400

    Add the opts back to the LiveUSBDialog

 liveusb/gui.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit fbc866e0c07cfb06152b1fbcf87c46ffa7f56539
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Jul 1 22:19:55 2008 -0400

    Bail out if we cannot get/set a label or a uuid

 liveusb/gui.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 92b0c45a841a34154071ad30124b7e7c5fdfcbab
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Jul 1 22:19:22 2008 -0400

    Use the self.opts.safe, instead of the method argument

 liveusb-creator    |    5 +++--
 liveusb/creator.py |    6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

commit 97488c0ac65fecde8beedf126cd68395d21b040c
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Jul 1 18:13:52 2008 -0400

    Clean up the API a bit by removing the force/safe arguments from our methods.
    
    This data comes in via our opts, and is not only passed into the LiveUSBCreator
    upon creation, but also to the gui as well.  This removes the force and safe
    arguments from various LiveUSBCreator methods since it already knows the
    values of those via self.opts.

 liveusb/creator.py |   33 +++++++++++++++------------------
 liveusb/gui.py     |    7 ++-----
 2 files changed, 17 insertions(+), 23 deletions(-)

commit 7cb58797c687aa7130fd194a24ccc20ab1804f9a
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Jul 1 17:08:03 2008 -0400

    LiveUSBCreator.setup_logger does not need to be 'public'

 liveusb/creator.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit dd67ede7b566a485f4943eb0e80ce4c2487135c5
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Jul 1 03:41:25 2008 -0400

    Lots of PEP8 semantic changes based on an initial pylint check.

 liveusb-creator    |   12 ++--
 liveusb/creator.py |  216 ++++++++++++++++++++++++++++------------------------
 liveusb/gui.py     |  166 ++++++++++++++++++++++------------------
 3 files changed, 212 insertions(+), 182 deletions(-)

commit c319757b8b79df8fe1b696639343b5e82376fbad
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Jul 1 03:40:28 2008 -0400

    Create a _to_unicode method to help us mitigate some unicode issues

 liveusb/gui.py |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

commit fc145174d119f62bb4535605d3bf0d9036ad2c4d
Author: Luke Macken <lmacken@redhat.com>
Date:   Mon Jun 30 02:07:23 2008 -0400

    Support proxies in Windows (Ticket #111)

 liveusb/creator.py |   27 +++++++++++++++++++++++++++
 liveusb/gui.py     |   10 ++++++----
 2 files changed, 33 insertions(+), 4 deletions(-)

commit d22c61e036bf5ed23c409d4af32b961a71a5d3f8
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu Jun 12 18:41:45 2008 -0400

    Fix mounting unmounted devices

 liveusb/creator.py |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 7fccbea7deb9268e47df3b0b55017412ab7368c2
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed Jun 11 13:30:33 2008 -0400

    Patch from Caio Begotti to fix our py2exe configuration

 setup.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f1e0d383b60ab3b25ce55a3a51b36afda3b6e8b6
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Jun 7 17:29:56 2008 -0400

    If we cannot decode the iso filename, which is most likely due to unicode
    issues on Windows, then suggest the user move the ISO to the root directory.

 liveusb/gui.py |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

commit c2d0851c7f56be04f1ab16f0aea344ff89652064
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Jun 7 17:22:03 2008 -0400

    Minor status formatting change

 liveusb/creator.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 28d9bd884066058e4078f68b6ff75fcb950f4c7d
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Jun 7 17:05:04 2008 -0400

    Fix a logic bug in unmountDevice()

 liveusb/creator.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e3495a730430c3938797f75fdf3b9d35279e802c
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Jun 6 23:11:56 2008 -0400

    Make sure our tools exist.  If not, tell the user to extract the entire zip.

 liveusb/creator.py |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

commit bd3095782ba191b40b848fa3207301e5d5333595
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Jun 6 14:27:41 2008 -0400

    Add the free space and fstype of our devices upon detection in Windows

 liveusb-creator    |    2 +-
 liveusb/creator.py |    9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 75023cf6b644fba92a46628762006a29026f77cc
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed Jun 4 10:30:48 2008 -0400

    Catch some more errors in the gui

 liveusb/gui.py |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit dfd9e225e8287f3d540e973ace5bc7430a517707
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed Jun 4 10:29:52 2008 -0400

    Catch dbus and filesystem label change errors

 liveusb/creator.py |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

commit 3fdeb6deef0b7fcdf65bc4b5d5bb6fd36a98bedc
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri May 30 17:39:00 2008 -0400

    Dynamically alter the max persistence slider based on the selected device.
    
    This only works for mounted devices, since we can easily determine how much
    free space is available.  For devices that are not mounted, or have more than
    2 gigs of free space, we set the maximum overlay size to 2047mb.

 liveusb/creator.py |    8 ++++----
 liveusb/gui.py     |   15 ++++++++++++++-
 2 files changed, 18 insertions(+), 5 deletions(-)

commit cfcddf99f3a593395832d5532b6d374041583762
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri May 30 17:34:37 2008 -0400

    If we cannot remove the existing LiveOS, something is wrong, so bail out.

 liveusb/gui.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 0e622473bedc961a71badca6b36472363d3adff8
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu May 29 23:03:19 2008 -0400

    Actually check the value of the 'unmount' flag when exiting

 liveusb/creator.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e0d43449a0b052d72b595c9753b7f219e99d5df4
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu May 29 23:02:43 2008 -0400

    Make --force work in Linux

 liveusb/creator.py |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

commit 2033daf7f395660abf12a39b8c54c1960f95c07c
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu May 29 23:00:28 2008 -0400

    Keep track of all of the free bytes of our drives upon detection.

 liveusb/creator.py |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

commit cfa6bafec7245138c7f6f9c32f6ec21abdc8aa9e
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu May 29 22:57:05 2008 -0400

    s/Overlay/Storage/

 data/liveusb-creator.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 07f93ad1fb996ee4c84ced98a55e6f249fe3ab24
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu May 29 22:56:41 2008 -0400

    s/Overlay/Storage/

 liveusb/dialog.py |    4 ++--
 liveusb/gui.py    |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 58055f0bb20dd52f2cc679f078898567ef8787fb
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu May 29 00:51:53 2008 -0400

    Fix a log typo

 liveusb/creator.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 06b70f678e74fd29cf7a441c54099d1c2d9a107a
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu May 29 00:51:17 2008 -0400

    Add some error handling for when people do not fully extract the zip file.

 liveusb/creator.py |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit 4580e30eb6d680d95bf809e6fb6d6e54e76809f8
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu May 29 00:30:10 2008 -0400

    No need to str()ify our slot arguments anymore, thanks to PyQt_PyObject.

 liveusb/gui.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b4364105fbd9360322b924ca6a3af295cc67ae16
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu May 29 00:29:33 2008 -0400

    Catch LiveUSBErrors when trying to remove an existing LiveOS

 liveusb/gui.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit f5691d5ca062ff3f0a88819a256eae7000346441
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu May 29 00:29:04 2008 -0400

    Fixes to our HAL mounting/unmounting code, making it more robust.

 liveusb/creator.py |   61 +++++++++++++++++++++++++++++----------------------
 1 files changed, 35 insertions(+), 26 deletions(-)

commit ac860aad9f9de373f04cde57510ffea6b6d122b8
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed May 28 23:25:10 2008 -0400

    Catch OSErrors when trying to remove the previous LiveOS

 liveusb/creator.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit dde26de0b26455af098d32198cb7933f6efb8beb
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed May 28 23:20:45 2008 -0400

    Remove p7zip from our spec requirement

 liveusb-creator.spec |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 433c26a290d5181dd5c35906c48395d6af4fb65b
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed May 28 23:20:09 2008 -0400

    Use HAL via D-Bus to Mount and Unmount our device when using Linux.

 liveusb/creator.py |   29 ++++++++++++++++++++++-------
 1 files changed, 22 insertions(+), 7 deletions(-)

commit 3554ba9723787315f4834e9b350347693a059274
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed May 28 23:19:19 2008 -0400

    Make our "not enough drive space" message a bit more useful.

 liveusb/creator.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 10c64dedae4c50716aaa01cffc398fb06e8dee28
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed May 28 23:18:25 2008 -0400

    Add a tweaked out QtDesigner ui file specifically for Linux,
    since there are some font size differences between the two platforms.

 data/liveusb-creator-linux.ui |  286 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 286 insertions(+), 0 deletions(-)

commit 4b1fa684e93c2518c0028c2b881aa3d3cdef802d
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed May 28 13:19:08 2008 -0400

    mv liveusb-creator{.py,}

 liveusb-creator    |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 liveusb-creator.py |   63 ----------------------------------------------------
 2 files changed, 63 insertions(+), 63 deletions(-)

commit c606205924576d90ec2836853912008eed338ea3
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed May 28 12:58:18 2008 -0400

    Replace blank spaces with underscores in device labels in our LinuxLiveUSBCreator

 liveusb/creator.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c81e4b46a18a9c99c1633165a0f6487b87182f1d
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue May 27 02:23:10 2008 -0400

    Make some minor cleanups to LiveUSBCreator.popen

 liveusb/creator.py |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 25c47fe28c595bf2ce1a496be6ebcd5edef208ad
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue May 27 02:05:00 2008 -0400

    Refactor our UUID handling.  Remove the need for LiveUSBCreator._getDeviceUUID.
    
    Upon loading, we grab the UUID's of all of the removable (or forced) devices,
    and store them in self.drives[drive]['uuid'].

 liveusb/creator.py |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)

commit 7a7ee3cbcd149932d1cd84673eb968cd0cf00c03
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue May 27 02:03:30 2008 -0400

    Remove the last two lame setter methods, setImage/setOverlay.

 liveusb/creator.py |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

commit a52b50678fd28ca8f9e9ef631045131cbe0125e1
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue May 27 02:02:51 2008 -0400

    Read 1mb chunks when doing the SHA1 check.
    
    This seems to fix an issue with the progressbar being updated too fast, which
    causes some serious lag.

 liveusb/creator.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b9ca23b474ed3fc3ee9ffb2ef624a5a289ef67f2
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue May 27 02:01:12 2008 -0400

    Add a logger to the LiveUSBCreator class

 liveusb/creator.py |   60 ++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 42 insertions(+), 18 deletions(-)

commit 0c2d226f4c2dc25853c96198ddc505cea1e697d8
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue May 27 01:59:27 2008 -0400

    Make sure we always terminate() our dialog  window

 liveusb/gui.py |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit d4143f035f0a841ccca28813c22357d085786d1d
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue May 27 01:48:50 2008 -0400

    Clean up our main script

 liveusb-creator.py |   68 ++++++++++++++++++++++++++++++---------------------
 1 files changed, 40 insertions(+), 28 deletions(-)

commit 6c5426a01b5937a028f4a1128bd20b4b62b8d697
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue May 27 00:09:54 2008 -0400

    Replace our use of the 'const QString &' signal arguments with PyQt_PyObject

 liveusb/gui.py |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 8377b5cdad64ff3a128c02d48b22e6d0fe95d76d
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue May 27 00:05:19 2008 -0400

    Whitespace and some comment cleanups

 liveusb/creator.py |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 6d5926f4b6eeafdd0f34b0fb28bda803e3f30c79
Author: Luke Macken <lmacken@redhat.com>
Date:   Mon May 26 21:31:39 2008 -0400

    Clear the status window when the devices are refreshed

 liveusb-creator.spec |   44 ++++++++++++++++++++++++++++++++++++++++++++
 liveusb/gui.py       |    1 +
 2 files changed, 45 insertions(+), 0 deletions(-)

commit 7e83e81b850836d20ce9de08d0b3bde74b1a5064
Author: Luke Macken <lmacken@redhat.com>
Date:   Mon May 26 20:38:18 2008 -0400

    Remove an unused module from the gui

 liveusb/gui.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 7a9ca80477d2077597f10cc5213a6990089277d9
Author: Luke Macken <lmacken@redhat.com>
Date:   Mon May 26 20:37:33 2008 -0400

    Linux support!  Along with a ton of refactoring...
    
    - Implement the rest of the missing LinuxLiveUSBCreator methods
    - Keep track of our removable devices in a dictionary containing the device,
      label and mount point, which is necessary for the Linux implementation
    - Change LiveUSBCreator.drive into a property
    - LiveUSBCreator.dest is our destination, where 'drive' is now the device name.
    - Add a 'force' option to the detectRemovableDrives method
    - Make extractISO platform-dependent, as we cannot use 7za to extract ISOs
      in Linux
    - Added new LiveUSBCreator methods:
        - terminate
        - mountDevice / unmountDevice
        - deleteLiveOS
        - getFreeBytes
    - Do all of our subprocess error handling within LiveUSBCreator.popen,
      so we don't have to look at p.returncode every time we use it
    - Make installBootloader platform-specific, as syslinux has different arguments
      for each platform.
    - Have the LinuxLiveUSBCreator.verifyFilesystem set the label if necessary
    - Catch errors when setting the volume label in Windows
    - Moved a bunch of logic from the gui into the LiveUSBCreator class

 liveusb/creator.py |  282 ++++++++++++++++++++++++++++++++++++++--------------
 liveusb/gui.py     |   55 ++++-------
 2 files changed, 227 insertions(+), 110 deletions(-)

commit 84dc794eb75692a9d492d55bbfca439cae1ad7f0
Author: Luke Macken <lmacken@redhat.com>
Date:   Mon May 26 20:29:24 2008 -0400

    If we can't acquire the UUID and set a label, bail out.

 liveusb/gui.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit d34adad42dfbbd41e639a56e6d4b38638bc1e0c7
Author: Luke Macken <lmacken@redhat.com>
Date:   Mon May 26 20:27:30 2008 -0400

    Update the dialog module for the new ui changes

 liveusb/dialog.py |   28 ++++++++++++++++++++++++----
 1 files changed, 24 insertions(+), 4 deletions(-)

commit 9360c331877ecc3f44a340e446753e03e510b627
Author: Luke Macken <lmacken@redhat.com>
Date:   Mon May 26 20:27:10 2008 -0400

    Add a --noverify option to allow skipping checksum verification

 liveusb-creator.py |    2 ++
 liveusb/gui.py     |   11 ++++++-----
 tools/7z.exe       |  Bin 0 -> 141824 bytes
 tools/7za.exe      |  Bin 141824 -> 0 bytes
 4 files changed, 8 insertions(+), 5 deletions(-)

commit 6bb7f9460862a49cd0bcddfc513e44b86d7dc845
Author: Luke Macken <lmacken@redhat.com>
Date:   Mon May 26 20:25:31 2008 -0400

    Make our fonts a bit smaller

 data/liveusb-creator.ui |   35 ++++++++++++++++++++++++++++++-----
 1 files changed, 30 insertions(+), 5 deletions(-)

commit 79bb371840681c5b41d7497afc2da8aec9cabeac
Author: Luke Macken <lmacken@redhat.com>
Date:   Mon May 26 13:26:31 2008 -0400

    Rename 7z.exe to 7za.exe, which will let us use the same method across Linux (p7zip) and Windows (7-Zip)

 tools/7z.exe  |  Bin 141824 -> 0 bytes
 tools/7za.exe |  Bin 0 -> 141824 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit 98538d6aead0bcd2464c6d9e79dcc8eb829ce670
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun May 25 20:06:14 2008 -0400

    Move a lot of logic up into the LiveUSBCreator class, making our
    platform-specific subclasses much cleaner.
    
    - Create a generic popen method to handle spawning and logging subprocesses
    - Moved the following methods up into the platform-independent LiveUSBCreator
        verifyImage
        extractISO
        createPersistentOverlay
        installBootloader
    - Move getDevice to _getDevice in the LinuxLiveUSBCreator

 liveusb/creator.py |  195 +++++++++++++++++++++++++---------------------------
 1 files changed, 94 insertions(+), 101 deletions(-)

commit 4998ce696a72e2029dd7bcc0a3d35c85e399af3f
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun May 25 19:38:47 2008 -0400

    Pass the optional 'safe' argument to LiveUSBCreator.installBootloader

 liveusb/gui.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 352585ae724f3b136e34d6d10076b89527b73b76
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun May 25 19:36:12 2008 -0400

    Fix a typo in one of the tooltips, and make an alt+b shortcut to browse for an ISO

 liveusb/dialog.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 8441ee3b868eadbfcd961bdf40ad7fd7ec59f3aa
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun May 25 19:33:07 2008 -0400

    Add a setImage method to our LiveUSBCreator

 liveusb/creator.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 7a52dab1297a087f73afdcd172bdcc73a76039a7
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat May 24 12:24:52 2008 -0400

    Remove non-existant method call

 liveusb-creator.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit cb18a79ee111229d61da07b0f2d7542b3561a887
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat May 24 12:24:33 2008 -0400

    Add an alt+b shortcut for the Browse button

 data/liveusb-creator.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit a214cb628b00448ec3f51e8c15e1ea5437d73460
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed May 21 23:53:26 2008 -0400

    v2.5

 ChangeLog |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

commit af93e20cbb443d7fe5e8637a9cc5628e65e1cd4a
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun May 18 21:37:48 2008 -0400

    Fix the optional force argument to syslinux

 liveusb/creator.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit fdf782b7cfeb22f98ccbe9d10d981ef65cd917c0
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun May 18 14:29:42 2008 -0400

    Set stdin to a subprocess.PIPE, to avoid "the handle is invalid" errors (#38)
    
    This issue only occurs when running the executable from the command-line.
    More details can be found here:
        http://www.py2exe.org/index.cgi/Py2ExeSubprocessInteractions

 liveusb/creator.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 346cee602daee2b128244782d8f3227174bcffb8
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun May 18 03:58:37 2008 -0400

    Add a '--force' option to force the use of a specific device (ticket #15)

 liveusb-creator.py |   16 +++++++++++++---
 liveusb/creator.py |    6 +++---
 liveusb/gui.py     |   18 ++++++++++++------
 3 files changed, 28 insertions(+), 12 deletions(-)

commit 68de834ef2aedbf67c3c2b7a11e6eba6e74c9c40
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat May 17 01:45:56 2008 -0400

    v2.4

 ChangeLog |  111 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 111 insertions(+), 0 deletions(-)

commit 199ac3c57f63473987290eedba15660ea5e7953b
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat May 17 01:44:46 2008 -0400

    Catch all exceptions in _getDeviceUUID, and fallback to dealing with labels.

 liveusb/creator.py |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

commit 65fa522cee67fc8727f8dcdbb620b94340b57954
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat May 17 01:42:54 2008 -0400

    Fix persistence for devices that have a label containing a space (ticket #34)

 liveusb/creator.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 53d1462719b8cab34b90c9aff123c6ae2e84fe07
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed May 14 23:46:21 2008 -0400

    If we can't find a UUID, use a LABEL instead.  This makes it so persistence can work
    on sticks that do not have a serial number.

 liveusb/creator.py |   24 +++++++++++-------------
 liveusb/gui.py     |    9 ---------
 2 files changed, 11 insertions(+), 22 deletions(-)

commit fb9cf8ef12df1d0e3e9bbfeac07d749bac1f018b
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed May 14 19:29:43 2008 -0400

    Try and grab the UUID before we being, to see if we have to disable persistence
    or not.  For certain devices, Windows does not give us a VolumeSerialNumber.
    This sucks, but we can still hack around it.  This fixes ticket #19.

 liveusb/gui.py |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

commit 597f9ac36279e53eaec67d7fb31589d11a2aed1b
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed May 14 19:29:07 2008 -0400

    Make the LiveUSBCreator._getDeviceUUID a bit less insane for Windows platforms.

 liveusb/creator.py |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit 8d2a8059520416119adab2f338af8e26fb4d2c82
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed May 14 19:28:19 2008 -0400

    Add setDrive and setOverlay methods to the LiveUSBCreator.

 liveusb/creator.py |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 83421151d39ccce3d86cfc4d67fa2be061854b86
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed May 14 19:27:25 2008 -0400

    Switch back to using the LABEL for the root device by default, as we
    make sure it this set anyway, and it'll save us the check if we have to
    disable persistence due to a missing UUID.

 liveusb/creator.py |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit f4f93c097e6ca3efca5409fc8c6738d9a177fcc4
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed May 14 19:26:37 2008 -0400

    Remove the miliseconds from our duration time

 liveusb/gui.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 655c2cdceccd56268420c5df2c873c97dfc544f7
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue May 13 20:37:18 2008 -0400

    Fix a typo in one of the tooltips

 data/liveusb-creator.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0d1837e40234298cc22fc7c2855c83e3d32b2649
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue May 13 14:38:44 2008 -0400

    Add the Fedora 9 release

 liveusb/releases.py |   84 +++++++++++++++++++++++++-------------------------
 1 files changed, 42 insertions(+), 42 deletions(-)

commit 9eb8d2c06ead6ab61195459810a658473c22c866
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue May 6 16:29:13 2008 -0400

    v2.1

 ChangeLog                        |   27 +++++++++++++++++++++++++++
 liveusb/urlgrabber/__init__.pyo  |  Bin 1665 -> 0 bytes
 liveusb/urlgrabber/byterange.pyo |  Bin 16391 -> 0 bytes
 liveusb/urlgrabber/grabber.pyo   |  Bin 52714 -> 0 bytes
 liveusb/urlgrabber/keepalive.pyo |  Bin 20266 -> 0 bytes
 liveusb/urlgrabber/mirror.pyo    |  Bin 16892 -> 0 bytes
 liveusb/urlgrabber/progress.pyo  |  Bin 22515 -> 0 bytes
 7 files changed, 27 insertions(+), 0 deletions(-)

commit f6bfa8665bebc0236349aad7274b08c8004629cc
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue May 6 15:43:23 2008 -0400

    Update syslinux to 3.63

 tools/syslinux.exe |  Bin 24576 -> 24576 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 51f6070c887466afae95acb1cabb6e8d13665274
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue May 6 15:42:39 2008 -0400

    Use the device UUID instead of the label

 liveusb/creator.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 78e3906285f100d77204cc6b3098818e96ad097c
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue May 6 15:10:27 2008 -0400

    Update changelog for v2.0

 ChangeLog |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

commit 51eb6b0e39b95a33e87c11d90ed6a43f70556680
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue May 6 15:00:18 2008 -0400

    Have syslinux use a 'safe' version, install an MBR sector, and mark it as bootable.

 liveusb/creator.py |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

commit 461fe3cbf7745ee62caa75d464c82cc2299ac32a
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed Apr 30 17:22:40 2008 -0400

    Update ChangeLog

 ChangeLog |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)

commit f6361977eb863f5d2b8637370fd42aa7c096de90
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed Apr 30 15:03:44 2008 -0400

    Catch LiveUSBErrors while detecting devices.  Disable the start button
    if we can't find any, and re-enable it when one is found.

 liveusb/gui.py |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

commit 968f6f5cd5e17d485378940c826050a292361fe1
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed Apr 30 14:48:30 2008 -0400

    Don't force our syslinux install.  This could potentially hide some problems

 liveusb/creator.py |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

commit 30ddf798d040724c9e6b2cb8d96049458fcf9094
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Apr 29 10:27:48 2008 -0400

    Enable/disable the refresh button as necessary.

 liveusb/gui.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 4f383ab4794df94ef5c4b7fa853b30ab5c201e98
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Apr 29 10:00:02 2008 -0400

    Populate releases before devices.  This way, if no devices are found, we
    don't butcher our release menu.

 liveusb/gui.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f754fac0cb18e5864fcf03f6886ee75ea29ebb2c
Author: Luke Macken <lmacken@redhat.com>
Date:   Mon Apr 28 21:50:20 2008 -0400

    update changelog

 ChangeLog |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

commit 6102c231619d0fb6eea2cf2de8b7063a028244b0
Author: Luke Macken <lmacken@redhat.com>
Date:   Mon Apr 28 21:49:42 2008 -0400

    Remove some unnecessary files

 liveusb/urlgrabber/mirror.pyc |  Bin 16892 -> 0 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 8602c0f12f4808348e085743a1bdee380843626d
Author: Luke Macken <lmacken@redhat.com>
Date:   Mon Apr 28 21:49:32 2008 -0400

    Remove some unnecessary files

 liveusb/urlgrabber/__init__.pyc  |  Bin 1677 -> 0 bytes
 liveusb/urlgrabber/byterange.pyc |  Bin 16918 -> 0 bytes
 liveusb/urlgrabber/grabber.pyc   |  Bin 53564 -> 0 bytes
 liveusb/urlgrabber/keepalive.pyc |  Bin 20834 -> 0 bytes
 liveusb/urlgrabber/progress.pyc  |  Bin 23313 -> 0 bytes
 5 files changed, 0 insertions(+), 0 deletions(-)

commit 3122311dc1f89d5883fef324e9a29935b28e084f
Author: Luke Macken <lmacken@redhat.com>
Date:   Mon Apr 28 21:47:16 2008 -0400

    Add a refresh button for our device list (Ticket #10)

 data/liveusb-creator.ui |   30 +-
 data/refresh.png        |  Bin 0 -> 912 bytes
 data/resources.qrc      |    3 +
 liveusb/creator.py      |    1 +
 liveusb/dialog.py       |   13 +-
 liveusb/gui.py          |   12 +-
 liveusb/resources_rc.py | 2104 ++++++++++++++++++++++++-----------------------
 7 files changed, 1135 insertions(+), 1028 deletions(-)

commit b9a9948ce1fe778b21a88fee2e3aa8b06ab0e7b9
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 20:27:29 2008 -0400

    Fix ui filename in README

 README.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 94260247306ab13cfd8adfeebacacdfee08a4eed
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 04:20:15 2008 -0400

    Update the ChangeLog

 ChangeLog |  690 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 650 insertions(+), 40 deletions(-)

commit 38e788006064ed6ecefe2af820de1298854246dd
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 04:18:01 2008 -0400

    More tools/data organization

 data/liveusb-header.png |  Bin 0 -> 15736 bytes
 tools/7-Zip-License.txt |   79 +++++++++++++++++++++++++++++++++++++++++++++++
 tools/7z.dll            |  Bin 0 -> 601088 bytes
 tools/7z.exe            |  Bin 0 -> 141824 bytes
 tools/7zCon.sfx         |  Bin 0 -> 136192 bytes
 5 files changed, 79 insertions(+), 0 deletions(-)

commit 61219ee9b47ef987b7c7b6bc2f0a6cb0f5d012ce
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 04:17:11 2008 -0400

    Add the gimp file for our shiny new header

 data/liveusb-header.xcf |  Bin 0 -> 26650 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

commit 542da89566cc1a2e314095ebbce2b3f9328b5570
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 04:01:55 2008 -0400

    Shipping the README does not seem to be necessary at the moment.

 setup.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 1a9a05dadf51f3e161a4edab93ed8b2dbf5088e2
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 03:59:30 2008 -0400

    Some minor dialog tweaks

 data/liveusb-creator.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 07d0152605702013ee97d669a8d437928bcface7
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 03:59:18 2008 -0400

    Some minor dialog tweaks

 liveusb/dialog.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 15415ba909adf0ac1e83312d36aeb51ab43fd727
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 03:55:24 2008 -0400

    Add our PyQt resources.qrc file that contains our pixmap reference

 data/resources.qrc |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 4a5e2d483cfbd73b9ab9e9c6acdf2043277da5a4
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 03:54:52 2008 -0400

    Rename our QtDesigner file to liveusb-creator.ui

 data/liveusb-creator.ui |  230 +++++++++++++++++++++++++++++++++++++++++++++++
 data/luDialog.ui        |  104 ---------------------
 data/newdialog.ui       |  230 -----------------------------------------------
 3 files changed, 230 insertions(+), 334 deletions(-)

commit c9d441fc45a1de61b01a5397f4c17344ed6dd0ff
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 03:54:04 2008 -0400

    Sync up our QtDesigner UI changes

 data/newdialog.ui |   72 +++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 54 insertions(+), 18 deletions(-)

commit aa717545a4f5c7c7507228c97bd324326b19a6a4
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 03:46:05 2008 -0400

    Some of our data files have moved.

 setup.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 000dd04ee3efcaf3f106c7060fda05e4f3e0350e
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 03:44:11 2008 -0400

    Alter our progress polling interval

 liveusb/gui.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2d56a87ee294c130a747b092d920795dfeb917a1
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 03:43:11 2008 -0400

    Terminate any subprocesses if the application is closed in the middle of one

 liveusb/creator.py |    4 ++++
 liveusb/gui.py     |   17 ++++++++++++++++-
 2 files changed, 20 insertions(+), 1 deletions(-)

commit 0e2e39daffd6fbe6cd9a4018fa5d5fb04e2ecf84
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 03:42:04 2008 -0400

    Move some tools around

 tools/7-Zip/7-Zip-License.txt |   79 -------
 tools/7-Zip/7z.dll            |  Bin 601088 -> 0 bytes
 tools/7-Zip/7z.exe            |  Bin 141824 -> 0 bytes
 tools/7-Zip/7zCon.sfx         |  Bin 136192 -> 0 bytes
 tools/7-Zip/copying.txt       |  504 -----------------------------------------
 5 files changed, 0 insertions(+), 583 deletions(-)

commit 380bb5df3b4ad98a9506704008f037c748869a53
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 02:47:20 2008 -0400

    Update the README with instructions for getting the latest code in Windows,
    among other cleanups.

 README.txt |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

commit 2824918efb7d2d63cff9857eb7de4643efe46f71
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 01:43:34 2008 -0400

    Fix some file extensions

 setup.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ccb9392195fba6ec03707ace4ff51edb0dd92f8d
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 01:40:14 2008 -0400

    Add our README, LICENSE, and 7-zip license to our distribution

 setup.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit da78c537ea2db9ac4849e14cf38f1a1efd48213f
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 01:39:43 2008 -0400

    Use PyQt resources for our header pixmap.  Also change the wording a bit
    on the overlay help.

 liveusb/dialog.py |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit afd84b01909dcca2dc1d15daea06ef24d0f05c6e
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 01:39:17 2008 -0400

    Add instructions for compiling the PyQt resources to the README

 README.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 81e740ae9d15993683a9ff346d47c2c63d940818
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 01:38:38 2008 -0400

    Add our compiled PyQt resource module, and move a bunch of other stuff around.

 LICENSE                       |  341 --------------
 LICENSE.txt                   |  341 ++++++++++++++
 README                        |   49 --
 README.txt                    |   53 +++
 liveusb/resources_rc.py       | 1020 +++++++++++++++++++++++++++++++++++++++++
 tools/7-Zip/7-Zip-License.txt |   79 ++++
 tools/7-Zip/History.txt       |  777 -------------------------------
 tools/7-Zip/License.txt       |   79 ----
 tools/7-Zip/readme.txt        |   65 ---
 9 files changed, 1493 insertions(+), 1311 deletions(-)

commit 1ee3c8e35ba514c18b74c610020fc5ea2c3efa61
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 01:35:05 2008 -0400

    Fix a bug in the ProgressThread where our totalsize has not been initialized.

 liveusb/gui.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 792ae98b2ce3f1a17dece3ffa6531d386ea3ff41
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 27 00:13:06 2008 -0400

    Interface modifications.  Added lots of help documentation for when users use
    the question mark button in the window.

 liveusb/dialog.py |   41 ++++++++++++++++++++++++++++-------------
 1 files changed, 28 insertions(+), 13 deletions(-)

commit 2f027ce973db2be28017e6c123fd84ebf2d9e2c9
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Apr 26 01:32:50 2008 -0400

    Make the LiveUSBCreator.installBootloader an OS independent method, due
    to various tweaks that need to be done in the win32 implementation.

 liveusb/creator.py |   52 +++++++++++++++++++++++++++++-----------------------
 1 files changed, 29 insertions(+), 23 deletions(-)

commit ee833fb12e72ef047b81504f47f7227c576f4532
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Apr 26 01:29:35 2008 -0400

    Fix our 7-Zip path

 liveusb/creator.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d7c9deba27361431f89fa6e9dd982dafb279f964
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Apr 26 00:19:53 2008 -0400

    Include a the urlgrabber module

 liveusb/gui.py                   |    6 +-
 liveusb/urlgrabber/__init__.py   |   53 ++
 liveusb/urlgrabber/__init__.pyc  |  Bin 0 -> 1677 bytes
 liveusb/urlgrabber/__init__.pyo  |  Bin 0 -> 1665 bytes
 liveusb/urlgrabber/byterange.py  |  465 ++++++++++++
 liveusb/urlgrabber/byterange.pyc |  Bin 0 -> 16918 bytes
 liveusb/urlgrabber/byterange.pyo |  Bin 0 -> 16391 bytes
 liveusb/urlgrabber/grabber.py    | 1483 ++++++++++++++++++++++++++++++++++++++
 liveusb/urlgrabber/grabber.pyc   |  Bin 0 -> 53564 bytes
 liveusb/urlgrabber/grabber.pyo   |  Bin 0 -> 52714 bytes
 liveusb/urlgrabber/keepalive.py  |  603 ++++++++++++++++
 liveusb/urlgrabber/keepalive.pyc |  Bin 0 -> 20834 bytes
 liveusb/urlgrabber/keepalive.pyo |  Bin 0 -> 20266 bytes
 liveusb/urlgrabber/mirror.py     |  459 ++++++++++++
 liveusb/urlgrabber/mirror.pyc    |  Bin 0 -> 16892 bytes
 liveusb/urlgrabber/mirror.pyo    |  Bin 0 -> 16892 bytes
 liveusb/urlgrabber/progress.py   |  609 ++++++++++++++++
 liveusb/urlgrabber/progress.pyc  |  Bin 0 -> 23313 bytes
 liveusb/urlgrabber/progress.pyo  |  Bin 0 -> 22515 bytes
 19 files changed, 3675 insertions(+), 3 deletions(-)

commit 5e4189c9f575affdf915ce452da66d3199901092
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Apr 26 00:17:43 2008 -0400

    Fix a release name

 liveusb/releases.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8eeaa37bf0ff21163f5d1953031029a0f291e64f
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Apr 26 00:06:39 2008 -0400

    Pipe std{err,out} with our syslinux subprocess

 liveusb/creator.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 12a71e6ffe97cc2e78c18c3825d44aabdaf3e773
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Apr 26 00:03:54 2008 -0400

    Whitespace cleanups

 liveusb/gui.py |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 56f0f8dfdf8dc740b532fcaef226ac6c08167d23
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Apr 25 01:59:56 2008 -0400

    LiveUSBCreator class enhancements
    - New getReleases and getReleaseFromISO methods to deal with our known releases
    - Add existingLiveOS, getLiveOS, existingOverlay, and getOverlay helper methods
    - Add verifyImage method that verifies the SHA1 checksum of our ISO
    - Lots of other semantic cleanups

 data/fedorausb.png |  Bin 11346 -> 8861 bytes
 liveusb/creator.py |  138 ++++++++++++++++++++++++++++++++++++---------------
 2 files changed, 97 insertions(+), 41 deletions(-)

commit 2e52562d5107ede9ce61f33ec456a74b44a8ad35
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Apr 25 01:55:44 2008 -0400

    Tons of features:
    
    - Add the ability to download releases!
    - Add the ability to verify the SHA1 checksum for ISOs that we know about,
      along with a progress monitoring
    - Display how long the liveusb creation took upon completion
    - Display device labels in our drive list
      - Add a getSelectedDrive method to handle grabbing just the selected drive letter.
    - Clean up how we lock/unlock our widgets
    - Detect if a LiveOS or persistent overlay already exist, and warn the user asking
      for their confirmation before continuing.
    - By default, if no ISO is selected, kick off a download
    - Add the ability to resume failed downloads

 liveusb/gui.py |  196 ++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 169 insertions(+), 27 deletions(-)

commit cbe5aadd72c9d1f2d7d7daacc23a1ee586cf6be0
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Apr 25 01:49:48 2008 -0400

    Clean up the WindowsLiveUSBCreator._getDeviceUUID method.

 liveusb/creator.py |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

commit f1cd85c36e72df3d97c04b435fbf7b26d9084a85
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Apr 25 01:44:05 2008 -0400

    Handle read-only files in our syslinux directory.
    
    Since python for windows does not allow you to delete read-only files, we have to change the permissions on them if necessary.

 liveusb/creator.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 3f92a2ee38007841307e97a1d1f6baee18a5da69
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Apr 25 01:42:56 2008 -0400

    Add a LiveUSBError exception

 liveusb/__init__.py |    4 +++-
 liveusb/creator.py  |   10 +++++-----
 2 files changed, 8 insertions(+), 6 deletions(-)

commit 2cd5f1a64478737995edf14657bfabbd6d173d34
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Apr 25 01:38:11 2008 -0400

    Pull our releases out into a separate module

 liveusb/releases.py |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)

commit db92e710499aa787408c54293f66424115bb40be
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 20 17:41:09 2008 -0400

    Lots of GUI improvements.
    - Add a drop down list of releases to download
    - Move everything around

 data/newdialog.ui |  226 ++++++++++++++++++++++++++++++++++-------------------
 liveusb/dialog.py |  108 ++++++++++++++-----------
 2 files changed, 206 insertions(+), 128 deletions(-)

commit 7dced9c37757d758f664b5d9dd0f3ff3b07e6c56
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Apr 20 17:40:04 2008 -0400

    Call 7-Zip with the right path

 liveusb/creator.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2f0a8b6d226fa90fdd57bd3e2cb0875b38b9a641
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Apr 11 16:29:15 2008 -0400

    Have py2exe bundle everything into a single exe.  Reorg our tools a bit too.

 data/7-Zip/7z.dll       |  Bin 601088 -> 0 bytes
 data/7-Zip/7z.exe       |  Bin 141824 -> 0 bytes
 data/7-Zip/7zCon.sfx    |  Bin 136192 -> 0 bytes
 data/7-Zip/History.txt  |  777 -----------------------------------------------
 data/7-Zip/License.txt  |   79 -----
 data/7-Zip/copying.txt  |  504 ------------------------------
 data/7-Zip/readme.txt   |   65 ----
 data/dd.exe             |  Bin 342016 -> 0 bytes
 data/syslinux.exe       |  Bin 24576 -> 0 bytes
 liveusb/creator.py      |    7 +-
 liveusb/gui.py          |    2 +-
 setup.py                |   21 +-
 tools/7-Zip/7z.dll      |  Bin 0 -> 601088 bytes
 tools/7-Zip/7z.exe      |  Bin 0 -> 141824 bytes
 tools/7-Zip/7zCon.sfx   |  Bin 0 -> 136192 bytes
 tools/7-Zip/History.txt |  777 +++++++++++++++++++++++++++++++++++++++++++++++
 tools/7-Zip/License.txt |   79 +++++
 tools/7-Zip/copying.txt |  504 ++++++++++++++++++++++++++++++
 tools/7-Zip/readme.txt  |   65 ++++
 tools/dd.exe            |  Bin 0 -> 342016 bytes
 tools/syslinux.exe      |  Bin 0 -> 24576 bytes
 21 files changed, 1444 insertions(+), 1436 deletions(-)

commit 44aa9e977f4a51c05df5af91a73b0f2b87f435e0
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Apr 11 14:25:46 2008 -0400

    Get persistence working!
    - Add a _getDeviceUUID method to our LiveUSBCreator, and implement the Windows version

 liveusb/creator.py |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

commit c0ff3de5a9f7c294bd159b07cec39aa54c3eb6e7
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Apr 11 14:24:23 2008 -0400

    Some minor exception cleanups

 liveusb/creator.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ce1bfef9741b41e112302e8ecb822d183ba9d259
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Apr 11 11:51:37 2008 -0400

    dos2unix

 liveusb/dialog.py |  158 ++++++++++++++++++++++++++--------------------------
 1 files changed, 79 insertions(+), 79 deletions(-)

commit d6c874a49447748cdd70b9cbfba30a3dd751db2e
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu Apr 10 19:38:09 2008 -0400

    Update our setup.py

 setup.py |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit ca7097db8397acb2894f04f8075b6e145509503c
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu Apr 10 19:26:10 2008 -0400

    Flip some more executable bits

 0 files changed, 0 insertions(+), 0 deletions(-)

commit 2c8b3fc3fe4850478fb1a7401433fa8d488975a9
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu Apr 10 19:25:41 2008 -0400

    Flip some bits

 0 files changed, 0 insertions(+), 0 deletions(-)

commit 7cbae69539d57c99ccd323db9b81c31492790d3a
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu Apr 10 19:25:24 2008 -0400

    Add a LICENSE file

 LICENSE |  341 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 341 insertions(+), 0 deletions(-)

commit 4fef8421a08477651366f75e21c77bdfb5e52d24
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu Apr 10 19:24:39 2008 -0400

    Add win32 dd.exe, and update our README

 README      |    5 +++++
 data/dd.exe |  Bin 0 -> 342016 bytes
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 8a1c69b21413fb101b408672cfbd16584bc9f9f0
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu Apr 10 19:22:37 2008 -0400

    Lots of GUI changes.
    - Add a LiveUSBThread that does the actual work.  This sends status signals
      to the main dialog, which then updates the status text area.
    - Add a ProgressThread that checks up on how much work has been done, and
      sends signals to the main dialog which updates our progress bar
    - Lots of other UI improvements

 liveusb/gui.py |  146 ++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 127 insertions(+), 19 deletions(-)

commit cf9b2bebf9a72784306f58ac2395820fa93bc6b6
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu Apr 10 18:44:32 2008 -0400

    Add a checkFreeSpace method to make sure we have enough space on the device before proceeding

 liveusb/creator.py |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit 89952f4d29ba5d329760e5ca83d493f1c1ae7ed7
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu Apr 10 18:42:18 2008 -0400

    If we only find 1 drive, then default to it

 liveusb/creator.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 48f160e12f2046e060821f100995674e1ac2f2ca
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu Apr 10 18:41:50 2008 -0400

    Add a writeLog method to the LiveUSBCreator that is called before throwing an exception after a failing subprocess

 liveusb/creator.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 9d7035f2b7055a90e37c099c922ffbb28ff7579c
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu Apr 10 18:40:34 2008 -0400

    Replace our os.system calls with subprocess.  Upon errors, write the
    stdin and stderr of the processes to a file before throwing an exception.

 liveusb/creator.py |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

commit 0a6fa7d27b78181a12133fd1c396c2e0704c2bff
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu Apr 10 18:39:18 2008 -0400

    Remove the syslinux directory if it exiss

 liveusb/creator.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 39a03d32edd8caed9fab1b24883e69f7a981b436
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu Apr 10 18:36:17 2008 -0400

    Add persistent overlay support.  This is not fully complete yet, as
    we need to figure out how to grab the device UUID from windows.

 liveusb/creator.py |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

commit f2fcf0659e7ff0ef8830ae0fe2e56af7b5310ad9
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu Apr 10 18:33:59 2008 -0400

    Add overlay and log fields to the LiveUSBCreator parent class

 liveusb/creator.py |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

commit de1f79a774091910022544321157581af6684a84
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu Apr 10 18:28:51 2008 -0400

    Add a redesigned UI file

 data/newdialog.ui |  130 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 130 insertions(+), 0 deletions(-)

commit ce961baae0f92402cf7545848d145ed8f4b176af
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu Apr 10 18:28:30 2008 -0400

    Add a newly generated dialog module from the newdialog.ui interface

 liveusb/dialog.py |   79 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 79 insertions(+), 0 deletions(-)

commit b99cb1e1380f70e77f969297dac8367ee3ad331d
Author: Luke Macken <lmacken@redhat.com>
Date:   Thu Apr 10 18:27:50 2008 -0400

    Remove luDialog.py in favor of the new liveusb.dialog module

 liveusb/luDialog.py |   74 ---------------------------------------------------
 1 files changed, 0 insertions(+), 74 deletions(-)

commit b91799f09f7028ee95924fd1097cd2419d81b675
Merge: 12abbb7... f6d0187...
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Apr 8 17:01:18 2008 -0400

    Merge branch 'master' of ssh://git.fedorahosted.org/git/liveusb-creator

commit 12abbb7e734b6eb0c058ba163aca0c6cdc2a6fe5
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Apr 8 17:00:48 2008 -0400

    Docstrings and new-style classes are good

 liveusb/creator.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit d4cdb5287bcd611441bfcd5eb4b742478496ef97
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Apr 8 16:55:15 2008 -0400

    Add an __all__ global to our liveusb module

 liveusb/__init__.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 2e08a6bc04c024ea02d0f44bff13ec1180c3a5dd
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Apr 8 16:53:39 2008 -0400

    README updates

 README |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

commit f6d0187ad5d82f73a463ed0af5da26138b024196
Author: Kushal Das <kushal@fedoraproject.org>
Date:   Mon Apr 7 06:18:07 2008 +0530

    New persistent overlay spinbox added in the GUI, also text changed for the burnBttn

 data/luDialog.ui    |   27 ++++++++++++---------------
 liveusb/luDialog.py |   27 +++++++++++++++++----------
 2 files changed, 29 insertions(+), 25 deletions(-)

commit d5a635f2f4baa64043bcd94139fb7c459abf6b59
Author: Kushal Das <kd@kdlappy.(none)>
Date:   Wed Feb 27 10:56:43 2008 +0530

    liveusb-creator.py filename fixed in setup.py also changed the icon path in the same file

 setup.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 1cb22a043c33405104daf7a99cd8955f1eda451e
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Feb 22 10:37:52 2008 -0500

    Add a logo from Kushal

 data/fedorausb.png |  Bin 0 -> 11346 bytes
 liveusb-creator.py |    2 +-
 liveusb/creator.py |    3 ++-
 3 files changed, 3 insertions(+), 2 deletions(-)

commit 12f2aff9151a667b89915f86c1c977a81ff02487
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Feb 12 23:21:03 2008 -0500

    Update the changelog

 ChangeLog |  208 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 208 insertions(+), 0 deletions(-)

commit a0a67cd754edb0a05d1832e8468fd632bbafab21
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Feb 8 03:57:25 2008 -0500

    Update our setup.py to pull in PyQt4 when we py2exe

 setup.py |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

commit 5fe91c186f3e86293d9b7aa27cb2ae023babf1b3
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Feb 8 03:52:08 2008 -0500

    Update the path to our icon

 setup.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 2a1c30763a60c3a66d44609f2a478d1e611ad86c
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Feb 8 03:25:36 2008 -0500

    Add authors file

 AUTHORS |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 04567b3a24417d2dddb205e236c2f885447fe68f
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Feb 8 03:23:27 2008 -0500

    Add '--nogui' option to liveusb-creator.py

 liveusb-creator.py |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

commit 97a33f57c6820bf505330f768b1d8999bd7d64fe
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Feb 8 03:11:51 2008 -0500

    Reorganize the project, making it much more modular.
    
    Broke code out into, liveusb.{creator,gui}
    Organize our binaries and other data

 7-Zip/7z.dll           |  Bin 601088 -> 0 bytes
 7-Zip/7z.exe           |  Bin 141824 -> 0 bytes
 7-Zip/7zCon.sfx        |  Bin 136192 -> 0 bytes
 7-Zip/History.txt      |  777 ------------------------------------------------
 7-Zip/License.txt      |   79 -----
 7-Zip/copying.txt      |  504 -------------------------------
 7-Zip/readme.txt       |   65 ----
 README                 |   15 +-
 data/7-Zip/7z.dll      |  Bin 0 -> 601088 bytes
 data/7-Zip/7z.exe      |  Bin 0 -> 141824 bytes
 data/7-Zip/7zCon.sfx   |  Bin 0 -> 136192 bytes
 data/7-Zip/History.txt |  777 ++++++++++++++++++++++++++++++++++++++++++++++++
 data/7-Zip/License.txt |   79 +++++
 data/7-Zip/copying.txt |  504 +++++++++++++++++++++++++++++++
 data/7-Zip/readme.txt  |   65 ++++
 data/fedora.ico        |  Bin 0 -> 9662 bytes
 data/luDialog.ui       |  107 +++++++
 data/syslinux.exe      |  Bin 0 -> 24576 bytes
 fedora.ico             |  Bin 9662 -> 0 bytes
 liveusb-creator.py     |  108 +-------
 liveusb/__init__.py    |   33 ++
 liveusb/luDialog.py    |   67 ++++
 setup.py               |    4 +-
 syslinux.exe           |  Bin 24576 -> 0 bytes
 24 files changed, 1655 insertions(+), 1529 deletions(-)

commit c07051b82df32da1d3c410d37e970bc5da9e3a4c
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Feb 8 03:09:09 2008 -0500

    Pull our LiveUSBCreator out into the liveusb.creator module.
    
    The best way to get to this is via 'liveusb.LiveUSBCreator', which will return
    either a LinuxLiveUSBCreator, or a WindowsLiveUSBCreator based on your platform.

 liveusb/creator.py |  149 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 149 insertions(+), 0 deletions(-)

commit 1b33fe06d8b3802cfca2806948cd9ece9fd250fd
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Feb 8 03:07:26 2008 -0500

    Pull our PyQt gui out into the liveusb.gui module

 liveusb/gui.py |   69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 69 insertions(+), 0 deletions(-)

commit 7a4db09e3389db981af15e97e40cf8d92e7ea89f
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed Feb 6 14:45:19 2008 -0500

    Update ChangeLog

 ChangeLog |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

commit 37817f778f44c8860e851e9ccb73cd99f38e5688
Author: Luke Macken <lmacken@redhat.com>
Date:   Wed Feb 6 14:44:56 2008 -0500

    Update our copyright and license

 liveusb-creator.py |   29 ++++++++++++++++-------------
 1 files changed, 16 insertions(+), 13 deletions(-)

commit 0c75877ab7b3bc5a31b632d9f1fe23da17638f79
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Feb 5 22:16:27 2008 -0500

    Add a ChangeLog

 ChangeLog |   95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 95 insertions(+), 0 deletions(-)

commit b4adea4e8826cdf62b5ed4924fedf1c5961cbd9c
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Feb 5 22:13:03 2008 -0500

    Wipe out any old syslinux directories if we have to

 liveusb-creator.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 67984d05973dcdd0828673bdeae939bba2f9fe0f
Author: Luke Macken <lmacken@redhat.com>
Date:   Tue Feb 5 21:42:52 2008 -0500

    Rename project to liveusb-creator

 README               |    4 +-
 livecd-iso-to-usb.py |  130 --------------------------------------------------
 liveusb-creator.py   |  130 ++++++++++++++++++++++++++++++++++++++++++++++++++
 setup.py             |    2 +-
 4 files changed, 133 insertions(+), 133 deletions(-)

commit 625062a0065cdef7bc99f90e7a59760e96eeb472
Author: Luke Macken <lmacken@redhat.com>
Date:   Mon Feb 4 00:57:53 2008 -0500

    Catch exceptions when calling win32api.GetVolumeInformation, and tell the user to make sure their USB key is plugged in and formatted properly.

 livecd-iso-to-usb.py |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

commit cd45aaa1f62b2318883902b1713a2ea55618e037
Author: Luke Macken <lmacken@redhat.com>
Date:   Mon Feb 4 00:09:05 2008 -0500

    Include syslinux and 7-Zip in our setup.py

 setup.py |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit c4541d82c5636f3e499e3198b25afc492e697c10
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Feb 3 23:39:26 2008 -0500

    Add fedora.ico, thanks to Máirín Duffy.

 fedora.ico |  Bin 0 -> 9662 bytes
 setup.py   |    9 ++++++++-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit baec42f7350c3f1a5e3e9ee08dfc289a717e2e64
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Feb 3 17:20:11 2008 -0500

    Elaborate on our invalid filesystem exception message

 livecd-iso-to-usb.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 6170c673fa60392be8503ab2d4dfdf60d25c708f
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Feb 3 02:45:35 2008 -0500

    s/FAT16/FAT/

 livecd-iso-to-usb.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit cb197ac29f174fbed6fc8122c3b79cea85953786
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Feb 3 02:45:13 2008 -0500

    Remove unused module

 livecd-iso-to-usb.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 0492c82bd6608539b3852311213ab56e11366fdf
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Feb 3 02:44:52 2008 -0500

    Notify the user if their USB key already contains a LiveOS

 livecd-iso-to-usb.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit cda5637c30a38ed911af485f28058a21a440f1a2
Author: Luke Macken <lmacken@redhat.com>
Date:   Sun Feb 3 02:37:33 2008 -0500

    Specify that this works on F7+

 livecd-iso-to-usb.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 7bc1cb196d59d88449120d9e50b898543b230697
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Feb 2 04:50:47 2008 -0500

    Fix up some error message formatting

 livecd-iso-to-usb.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 364de99e8c8641b554c788c33435525a70b50875
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Feb 2 04:47:55 2008 -0500

    Proper syntax tends to help

 livecd-iso-to-usb.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1f0aa6f79f367219300f552d8d2c019af93e6db9
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Feb 2 04:44:24 2008 -0500

    Throw our download message in the exception.

 livecd-iso-to-usb.py |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit d16298ece498a457f723bb28e741a40dfb0ee7aa
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Feb 2 04:25:55 2008 -0500

    Add a README

 README |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

commit f71f6e2a509027f6faf12d4aacf3f900027c86d3
Author: Luke Macken <lmacken@redhat.com>
Date:   Sat Feb 2 04:24:04 2008 -0500

    Add license to header

 livecd-iso-to-usb.py |   24 +++++++++++++++++++-----
 1 files changed, 19 insertions(+), 5 deletions(-)

commit c221332dbdf0843e25be3810e118eb7e0181afb9
Author: Luke Macken <lmacken@redhat.com>
Date:   Fri Feb 1 20:22:34 2008 -0500

    Initial code dump

 7-Zip/7z.dll         |  Bin 0 -> 601088 bytes
 7-Zip/7z.exe         |  Bin 0 -> 141824 bytes
 7-Zip/7zCon.sfx      |  Bin 0 -> 136192 bytes
 7-Zip/History.txt    |  777 ++++++++++++++++++++++++++++++++++++++++++++++++++
 7-Zip/License.txt    |   79 +++++
 7-Zip/copying.txt    |  504 ++++++++++++++++++++++++++++++++
 7-Zip/readme.txt     |   65 +++++
 livecd-iso-to-usb.py |  111 +++++++
 setup.py             |    4 +
 syslinux.exe         |  Bin 0 -> 24576 bytes
 10 files changed, 1540 insertions(+), 0 deletions(-)
