Change logs for usb-creator source package in Karmic

  • usb-creator (0.2.12) karmic; urgency=low
    
      * Properly mount the device when the user requests to open it in a
        file manager (LP: #455199).
      * Blacklist gfxboot.cfg in mangle_syslinux (LP: #456990).
    
     -- Evan Dandrea <email address hidden>   Thu, 22 Oct 2009 12:52:01 +0100
  • usb-creator (0.2.11) karmic; urgency=low
    
      * Add a help button for the GTK+ frontend.
      * Feature freeze exception (LP: #451124).
    
     -- Evan Dandrea <email address hidden>   Thu, 15 Oct 2009 12:00:47 +0100
  • usb-creator (0.2.10) karmic; urgency=low
    
      [ Cody A.W. Somerville ]
      * usbcreator/install.py:
        - Do not copy /syslinux/syslinux.cfg to root of disk, no longer needed.
        - Look at all files ending in .cfg under the syslinux directory when
          updating configuration files based on the options selected in usb-creator.
        - Strip tabs when parsing iso/syslinx config files to correctly identify
          commands in a syslinux config file that indents lines.
    
      [ Evan Dandrea ]
      * Small fixes to Cody's changes to the mangle_syslinux function:
        - Don't assume / is the path separator.
        - Add command line entries to the front, to avoid them being carried over
          to the installed system.
        - Write all lines, not just modified ones.
      * Properly set the icons in the source treeview.  Thanks John S.
        Gruber (LP: #436469).
      * Handle the device no longer existing in fs_size (LP: #439001).
      * Update translations from Launchpad.
    
      [ Roderick B. Greening ]
      * Fix issues with UTF.8 (unicode) strings being cast to str
        (LP: #440719).
        - Updated KDE Front-end
    
     -- Evan Dandrea <email address hidden>   Tue, 13 Oct 2009 11:08:16 +0100
  • usb-creator (0.2.9) karmic; urgency=low
    
      * Properly catch exceptions around modifying the syslinux
        configuration (LP: #439977).
    
     -- Evan Dandrea <email address hidden>   Fri, 02 Oct 2009 11:42:25 +0100
  • usb-creator (0.2.8) karmic; urgency=low
    
      * Modify adtext.cfg as well when adding options to the syslinux
        configuration (LP: #317059).
      * The persistence value is no longer passed around as a string.  Fix a
        check that assumed it was.  This was causing the persistence option
        to always be written (LP: #436207).
    
     -- Evan Dandrea <email address hidden>   Tue, 29 Sep 2009 09:13:56 +0100
  • usb-creator (0.2.7) karmic; urgency=low
    
      [ Evan Dandrea ]
      * Add PolicyKit support (LP: #273483).
      * Move logging back to the home directory, now that usb-creator is run as a
        regular user (LP: #431266).
      * Use GIO instead of gnomevfs.  Only lookup GNOME device names and
        icons as needed.
      * Remove the device in the DeviceKit-disks backend when it's removed
        from the system.
      * Only set the non-size columns to expand to fill available space in the GTK+
        frontend.  Set a minimum width of 75px for all columns.
      * Add the missing retry dialog to the GTK+ frontend.
      * Fix a deadlock when the failed dialog runs.
      * Explicitly depend on mtools, just in case someone removes it and
        expects usb-creator to still work (LP: #295212).
      * Re-enable the format button now that Devicekit-disks 007 has been
        released.
      * Depend on DeviceKit-disks >= 007.
      * Freeze exception (LP: #432542).
      * Update translations from Launchpad.
    
      [ Roderick B. Greening ]
      * Bump version in setup.py, kde_about.py, usb-creator-gtk, and man to 0.2.7
      * Remove completed TODO items
      * Update some message strings for translations
      * Add the missing retry dialog to the KDE frontend.
      * Update man pages to reflect new log file location
      * In devicekit backend, ensure mount is empty string '' rather than empty
        dbus.Array to prevent crashes in os.statvfs from misc.py
    
     -- Evan Dandrea <email address hidden>   Thu, 24 Sep 2009 10:02:28 -0700
  • usb-creator (0.2.6) karmic; urgency=low
    
      [ Evan Dandrea ]
      * Ignore 0 byte devices.  Thanks Roderick B. Greening!
      * Close the file chooser when Cancel is selected (LP: #426430).  Thanks
        Severin Heiniger!
      * Ellipsize long text strings in the GTK+ treeviews (LP: #424883).
      * Make sure the ISO image gets unmounted when the install succesfully
        completes (LP: #414821).
      * Re-enable the destination status message.
      * Fix broken free space update.
      * Don't report disks as having 0 B free space.  It's confusing.
      * Updated translations from Launchpad.
    
      [ Roderick B. Greening ]
      * Make kde frontend call detect_devices from private ref (self.__backend).
      * Add update_loop timer to mirror gtk frontend
      * Fix Makefile to include ./bin/usb-creator-* for translations
      * Update kde frontend and ui to provide better translations in line with
        gtk frontend.
      * Add the translation script (Messages.sh) for kde .pot file generation
      * Bump version in setup.py, kde_about.py, usb-creator-gtk, and man to 0.2.6
      * Enforce a MAX_PERSISTENCE of 4GB, otherwise dd fails tring to create
        a file > 4GB
      * Add the destination status message to kde frontend.
      * Update man pages
      * Add unmount ISO call to kde frontend
      * Use id-label instead of partition-label in devicekit backend
    
      [ Harald Sitter ]
      * Bump standards version to 3.8.3
      * Fix spelling GTK -> GTK+
      * Don't exceed 80 characters in control file
      * Don't exceed 80 characters in changelog file
      * KDE UI:
        + Backend expects str for add_image, so do a type conversion from QString
    
      [ Jonathan Riddell ]
      * kde_about.py: Use correct translations catalogue
      * Extract strings for KDE frontend into .pot file
    
     -- Evan Dandrea <email address hidden>   Tue, 15 Sep 2009 18:26:23 +0100
  • usb-creator (0.2.5) karmic; urgency=low
    
      [ Harald Sitter ]
      * Remove settings categories to de-clutter the KDE menu (settings doesn't
        make all that much sense for KDE)
    
      [ Evan Dandrea ]
      * Show partition table block devices.
      * Fix persistence once more.
      * Fail more gracefully when an error occurs while setting up the install
        routine.
      * Fully re-enable ISO image support (LP: #422671)
      * Add some debugging breadcrumbs.
      * Unmount partitions before writing a disk image.
      * Clear the boot sector code area and set the boot flag on the partition
        (LP: #425680).
    
      [ Roderick B. Greening ]
      * Updated man pages
      * Updated licence info in kde frontend modules to GPLv3+
      * Bump version in setup.py, kde_about.py, usb-creator-gtk to 0.2.5
      * Fix exit button which fails to exit in usb-creator-gtk (on fail or
        successful install dialog)
      * Remove unused get_solid_drive() from kde/frontend.py
    
      [ Steve Langasek ]
      * Make sure .ui files are marked as type: gettext/glade in POTFILES.in, so
        that source strings are picked up for translation. LP: #419069.
    
     -- Evan Dandrea <email address hidden>   Tue, 08 Sep 2009 15:34:58 +0100
  • usb-creator (0.2.4) karmic; urgency=low
    
      [ Evan Dandrea ]
      * Re-enable perodic sufficient free space checks.
      * Re-enable optional persistence file creation in the UI.
      * Fix image and ISO writing for the devicekit backend.
    
      [ Roderick B. Greening ]
      * Update KDE TODO
      * Bump version in setup.py, kde_about.py, usb-creator-gtk to 0.2.4
      * General clean-up in usb-creator-kde to mirror current usb-creator-gtk
        - remove _fail, excepthook def's as not needed
        - remove trace options
        - remove safe command line option
      * Update man page
      * General clean-up in kde/frontend.py
        - remove unused setup_sources_treeview and setup_targets_treeview
        - temporarily disable format and other buttons as they are currently broken
    
      [ Colin Watson ]
      * Resolve GTK object ID clash (LP: #422071).
    
     -- Colin Watson <email address hidden>   Tue, 01 Sep 2009 15:29:56 +0100
  • usb-creator (0.2.3) karmic; urgency=low
    
      [ Evan Dandrea ]
      * Depend on python-qt4-dbus.  Thanks Daniel T. Chen (LP: #404553).
      * New KDE icon.  Thanks Jonathan Riddell and Ken Wimer!
      * Massively cleaned up the structure of the usb-creator code.
      * Replaced the HAL backend with a DeviceKit-disks backend.
      * Added a Windows frontend and backend (built outside the archive).
      * Manage the install routine and progress feedback in separate threads,
        rather than a separate process.
      * Replace dependency on parted and mtools with devicekit-disks.
    
      [ Roderick B. Greening ]
      * Update ui file name for KDE.
    
     -- Evan Dandrea <email address hidden>   Wed, 26 Aug 2009 21:16:18 +0100
  • usb-creator (0.2.2) karmic; urgency=low
    
      [ Sebastien Bacher ]
      * Use gtkbuilder rather than libglade (lp: #403543)
    
      [ Evan Dandrea ]
      * Shuffle treeview selection callbacks around to avoid them getting
        triggered before the backend is running.
      * Update translations.
    
     -- Evan Dandrea <email address hidden>   Fri, 24 Jul 2009 10:38:47 +0100
  • usb-creator (0.2.1) karmic; urgency=low
    
      * Better i18n support.  Thanks Loïc Minier and Juanje Ojeda Croissier!
      * Some fixes to the KDE frontend from Roderick B. Greening:
        - Update bug e-mail for about settings
        - Tighten up some of the import statememnts in kde_frontend
        - Connect the apps quit signal to kde_frontend's quit method
        - Cleanup/improve progress bar code for kde_frontend
        - Make sure we cleanup after finish is called in kde_frontend
    
     -- Evan Dandrea <email address hidden>   Thu, 23 Jul 2009 12:42:30 +0100
  • usb-creator (0.2.0) karmic; urgency=low
    
      [ Roderick B. Greening ]
      * Add a KDE frontend.
      * Updated packaging
        - bump to debhelper 7
        - bump standards version
        - add usb-creator-kde package
        - split usb-creator into usb-creator-gtk and usb-creator-common
          - usb-creator-common conflict/replaces old usb-creator
        - add transitional package for usb-creator and rename old
          usb-creator to usb-creator-gtk
        - update man pages
        - update install files according to new split
        - update setup.py to look for data files (better for portability)
        - update desktop files
      * Update pot files for kde addition and gtk transition
      * Added KDE Icon and renamed GTK one
      * Added a 'Syncing' media message to install.py (syncing takes a while and app sits at 99%)
    
      [ Evan Dandrea ]
      * Add a simplistic estimator of the remaining time.  Thanks Lars
        Wirzenius (LP: #333051).
      * Go back to the Intrepid behavior of using MB precision for the persistent
        storage size.
      * Add raw disk image support.  Thanks Bruno Dilly for the progress logic.
      * Change the wording on the reboot message slightly to ease confusion.
        Thanks Andrew Keyes.
      * Add unittest support.
      * Use the logging module, rather than a custom logging class.
      * Raise exceptions in backend.popen rather than parsing a tuple returned
        from it.
      * Add icons for CD images and raw disk images.
      * Support drag and drop of CD images and raw disk images.
      * Completely refactor the backend and gtk_frotend code.
      * Use HAL where possible to unmount partitions in order to avoid races.
      * Handle HAL not running and other errors when usb-creator is started.
      * Properly connect to the system bus.
      * Get mountpoints directly from HAL as needed, rather than trying to keep a
        list of them in sync.
      * Unmount partitions mounted by usb-creator on unrecoverable failure.
    
     -- Evan Dandrea <email address hidden>   Thu, 23 Jul 2009 11:40:58 +0100
  • usb-creator (0.1.16) jaunty; urgency=low
    
      * gui/usbcreator.glade: gtk-quit, gtk-open, gtk-cancel labels shouldn't be
        translatable.
      * po/usbcreator.pot: update for previous change.
    
     -- Loic Minier <email address hidden>   Fri, 17 Apr 2009 12:52:19 +0200