Commit Graph

103 Commits (38f28e15c421d265f857f9699d98e717d0afce0e)
 

Author SHA1 Message Date
mbusb 38f28e15c4 Prepare for version 8.7.0 and other improvements
1. Version upgraded to 8.7.0
2. Updated changelog for version 8.7.0
3. Auto convert multibootusb file ending to Linux using dos2unix during packaging
4. Re-enable log message
5. Avoid crashing due to existence of syslinux.cfg
7 years ago
mbusb 2331f51c0b Added distro and few other improvements
1. Added vba32 rescue
2. Temproraily remove 'remove ANSI color codes from logs' patch as it crash under windows
7 years ago
multibootusb 4ea4a6fe93 Merge pull request #150 from alindt/fixes
linux: display total size of disk 			
reduce redundant calls
7 years ago
mbusb ae00ad50fb Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
mbusb 75c787077e Removed dependency and few other improvements
1. Droped p7zip-plugin for suse and mageia
2. Added PC Tool. But does not seems to work
3. Added custom functions for writing custom loopback.cfg file
4. Improved CLI working
5. Added custom menu entry file
6. Removed unnecessary codes
7. Removed windows line ending which prevented application not to start
7 years ago
Alin Trăistaru a64bf2402f reduce redundant usb.py:details() calls
from...
    usb.py:406:details() called from persistence.py:28:max_disk_persistence()
    usb.py:406:details() called from mbusb_gui.py:148:onComboChange()
    usb.py:406:details() called from uninstall_distro.py:24:install_distro_list()

...to
    usb.py:406:details() called from mbusb_gui.py:147:onComboChange()
7 years ago
Alin Trăistaru 79e88874b1 linux: display total size of disk 7 years ago
multibootusb 1782495aea Merge pull request #149 from alindt/fixes
Fixes
7 years ago
Alin Trăistaru fd98b9082f clean up logging timeformat 7 years ago
Alin Trăistaru 580cb84d3b remove ANSI color codes from log file 7 years ago
Alin Trăistaru bdccb95396 remove duplicate debug message 7 years ago
mbusb 762e644022 Commandline improvements
1. Reframe wordings when displaying messages under CLI
2. Corrected systemrescuecd subdir path
3. Corrected CLI usage example for windows
7 years ago
mbusb 160e1a75d2 Fixed for command line interface and minor improvements
1.  Fixed bug which prevents installing distro through CLI
2.  Added entries for windoes cli and uninstall in usage for CLI
3.  Added "Alin Trăistaru (alindt)" in authors list and reduced About window size
4.  Fixed few other minor bugs
7 years ago
mbusb 7878912172 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
mbusb 764b8dccc3 Enable GUI Controls when selected no to options. 7 years ago
multibootusb 7323699cbd Merge pull request #148 from alindt/fixes
Fixes & added colours to terminal output
7 years ago
Alin Trăistaru 925e2fc12d reduce redundant function calls 7 years ago
Alin Trăistaru 918ebfd35d add initial debug API
- bundled Colorama module (https://pypi.python.org/pypi/colorama)
 - add initial debug API using ANSI colors
7 years ago
multibootusb abafec8346 Merge pull request #147 from alindt/fixes
linux: try to use default text editor first
7 years ago
Alin Trăistaru c85eae4806 linux: try to use default text editor first
xdg-open launches the user's default text editor defined
on the current desktop environment for text/plain mimetype
7 years ago
multibootusb 1e384a27a2 Merge pull request #146 from alindt/fixes
Further reduce CPU usage
7 years ago
Alin Trăistaru 9e16529e44 further reduce CPU usage 7 years ago
multibootusb f4734bd931 Merge pull request #145 from alindt/fixes
Disable and enable ui when action in progress. 
Reduce CPU usage.
7 years ago
Alin Trăistaru a0dd6438c5 greatly reduce CPU usage 7 years ago
Alin Trăistaru 670cdbd4d1 disable/enable UI when actions in progress
fixes #90
7 years ago
mbusb 9005fb3f52 Fix for QEMU under windows post install 7 years ago
mbusb e73e8821ed Added setup.exe support and qemu device boot failure fix for Linux 7 years ago
mbusb f83297504c Fix for previous commit under windows (check if USB is a disk or partition) 7 years ago
mbusb 11096af0d8 User improvements and version bump
1. Warn users when using partition/disk for dd and normal disto install through a message
2. Bumped the version to 8.6.0
3. Updated changelog for version 8.6.0
4. Changes logic for Slackware mini
5. Check for host pyudev and use inbuilt if not available
6. Updated setup.py for inclusion of newer files towards new release
7 years ago
mbusb 4ca22ff1fd Bug fix
1.  GRUB command not found error
2.  Added missing command.lst file
3.  Crash while writing ISO to USB disk under Windows
7 years ago
multibootusb b84cfea589 Merge pull request #135 from alindt/ui-resources
Add some icons to make GUI better
7 years ago
Alin Trăistaru 43d3754354 add some icons 7 years ago
mbusb ec637515f8 Improvement in loopback.cfg creation
1. Changed logic to convert syslinux config files to loopback.cfg
2. Added improvement in GUI (install and uninstall icons on buttons). But this does not work at the moment.
7 years ago
mbusb cb3bd559e2 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 7 years ago
mbusb 0e9cd432e3 Added temp file in gitignore 7 years ago
mbusb 5cdf831892 Improvements in loopback.cfg conversion 7 years ago
multibootusb 0a25f582ba Merge pull request #133 from alindt/fixes
various fixes
7 years ago
Alin Trăistaru 9923b57f3f fix persistence on mount points containing spaces 7 years ago
Alin Trăistaru 374d494f16 fix typos and reword 7 years ago
multibootusb a150156509 Merge pull request #131 from alindt/no-bus-check
linux: rethink device detection logic
7 years ago
Alin Trăistaru 42f97f3a3c linux: rethink device detection logic
Don't rely on ID_USB udev item
Should fix #110
7 years ago
multibootusb 4dcf38d523 Merge pull request #129 from alindt/detect-centos
Fix CentOS ISOs detection
7 years ago
Alin Trăistaru 97712a0741 Fix CentOS ISOs detection
Closes #98

Signed-off-by: Alin Trăistaru <alin.traistaru+github@gmail.com>
7 years ago
multibootusb 552085a73d Merge pull request #128 from alindt/safe-usb-info-access
Safely access usb info dict
7 years ago
Alin Trăistaru 60635d4808 Safely access usb info dict 7 years ago
mbusb 7c98ec00a0 Windows Fix for commit 0e73b8b
1. Activate listing of devices when All drives option is enabled and disabled
2. Add a dummy devtype to usb.py module to avoid crash under Windows
7 years ago
multibootusb 0e73b8b301 Merge pull request #125 from alindt/dev-info-display
Fix device information display
7 years ago
Alin Trăistaru 3f55b26bfe Fix device information display 7 years ago
multibootusb df9779935f Merge pull request #124 from alindt/all-drives
re-enable "All drives" functionality
7 years ago
Alin Trăistaru a18c3be489 re-enable "All drives" functionality 7 years ago