2
0
mirror of https://github.com/mbusb/multibootusb synced 2024-11-07 03:20:23 +00:00
Commit Graph

105 Commits

Author SHA1 Message Date
multibootusb
db90ae5fe4 Commit from alindt
Update CHANGELOG
2017-04-29 18:30:39 +05:30
Alin Trăistaru
8be3d661f2 Update CHANGELOG 2017-04-29 15:58:49 +03:00
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
2017-04-29 18:11:11 +05:30
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
2017-04-29 16:40:11 +05:30
multibootusb
4ea4a6fe93 Merge pull request #150 from alindt/fixes
linux: display total size of disk 			
reduce redundant calls
2017-04-29 15:09:03 +05:30
mbusb
ae00ad50fb Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 2017-04-29 14:51:11 +05:30
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
2017-04-29 14:50:21 +05:30
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()
2017-04-29 11:10:10 +03:00
Alin Trăistaru
79e88874b1 linux: display total size of disk 2017-04-29 11:10:10 +03:00
multibootusb
1782495aea Merge pull request #149 from alindt/fixes
Fixes
2017-04-29 09:47:47 +05:30
Alin Trăistaru
fd98b9082f clean up logging timeformat 2017-04-28 22:15:35 +03:00
Alin Trăistaru
580cb84d3b remove ANSI color codes from log file 2017-04-28 22:03:41 +03:00
Alin Trăistaru
bdccb95396 remove duplicate debug message 2017-04-28 22:02:59 +03:00
mbusb
762e644022 Commandline improvements
1. Reframe wordings when displaying messages under CLI
2. Corrected systemrescuecd subdir path
3. Corrected CLI usage example for windows
2017-04-27 20:46:21 +05:30
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
2017-04-26 20:52:24 +05:30
mbusb
7878912172 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 2017-04-26 19:31:53 +05:30
mbusb
764b8dccc3 Enable GUI Controls when selected no to options. 2017-04-26 19:31:37 +05:30
multibootusb
7323699cbd Merge pull request #148 from alindt/fixes
Fixes & added colours to terminal output
2017-04-26 19:30:35 +05:30
Alin Trăistaru
925e2fc12d reduce redundant function calls 2017-04-26 14:19:17 +03:00
Alin Trăistaru
918ebfd35d add initial debug API
- bundled Colorama module (https://pypi.python.org/pypi/colorama)
 - add initial debug API using ANSI colors
2017-04-26 14:19:17 +03:00
multibootusb
abafec8346 Merge pull request #147 from alindt/fixes
linux: try to use default text editor first
2017-04-26 07:15:37 +05:30
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
2017-04-25 22:11:14 +03:00
multibootusb
1e384a27a2 Merge pull request #146 from alindt/fixes
Further reduce CPU usage
2017-04-25 19:56:30 +05:30
Alin Trăistaru
9e16529e44 further reduce CPU usage 2017-04-25 11:33:39 +03:00
multibootusb
f4734bd931 Merge pull request #145 from alindt/fixes
Disable and enable ui when action in progress. 
Reduce CPU usage.
2017-04-25 12:17:55 +05:30
Alin Trăistaru
a0dd6438c5 greatly reduce CPU usage 2017-04-24 20:19:07 +03:00
Alin Trăistaru
670cdbd4d1 disable/enable UI when actions in progress
fixes #90
2017-04-24 20:19:07 +03:00
mbusb
9005fb3f52 Fix for QEMU under windows post install 2017-04-23 16:09:57 +05:30
mbusb
e73e8821ed Added setup.exe support and qemu device boot failure fix for Linux 2017-04-23 14:51:42 +05:30
mbusb
f83297504c Fix for previous commit under windows (check if USB is a disk or partition) 2017-04-23 00:20:24 +05:30
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
2017-04-23 00:07:00 +05:30
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
2017-04-21 23:50:14 +05:30
multibootusb
b84cfea589 Merge pull request #135 from alindt/ui-resources
Add some icons to make GUI better
2017-04-21 20:00:48 +05:30
Alin Trăistaru
43d3754354 add some icons 2017-04-21 13:45:46 +03:00
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.
2017-04-20 23:44:19 +05:30
mbusb
cb3bd559e2 Merge branch 'devel' of https://github.com/mbusb/multibootusb.git into devel 2017-04-20 19:50:20 +05:30
mbusb
0e9cd432e3 Added temp file in gitignore 2017-04-20 19:50:13 +05:30
mbusb
5cdf831892 Improvements in loopback.cfg conversion 2017-04-20 19:49:33 +05:30
multibootusb
0a25f582ba Merge pull request #133 from alindt/fixes
various fixes
2017-04-20 18:45:10 +05:30
Alin Trăistaru
9923b57f3f fix persistence on mount points containing spaces 2017-04-20 14:14:42 +03:00
Alin Trăistaru
374d494f16 fix typos and reword 2017-04-20 14:14:42 +03:00
multibootusb
a150156509 Merge pull request #131 from alindt/no-bus-check
linux: rethink device detection logic
2017-04-20 06:34:09 +05:30
Alin Trăistaru
42f97f3a3c linux: rethink device detection logic
Don't rely on ID_USB udev item
Should fix #110
2017-04-19 23:29:05 +03:00
multibootusb
4dcf38d523 Merge pull request #129 from alindt/detect-centos
Fix CentOS ISOs detection
2017-04-18 14:08:39 +05:30
Alin Trăistaru
97712a0741 Fix CentOS ISOs detection
Closes #98

Signed-off-by: Alin Trăistaru <alin.traistaru+github@gmail.com>
2017-04-18 11:30:26 +03:00
multibootusb
552085a73d Merge pull request #128 from alindt/safe-usb-info-access
Safely access usb info dict
2017-04-18 06:58:02 +05:30
Alin Trăistaru
60635d4808 Safely access usb info dict 2017-04-17 23:04:04 +03:00
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
2017-04-17 22:31:51 +05:30
multibootusb
0e73b8b301 Merge pull request #125 from alindt/dev-info-display
Fix device information display
2017-04-17 19:44:14 +05:30
Alin Trăistaru
3f55b26bfe Fix device information display 2017-04-17 17:04:20 +03:00