From ebbc3e7cd2086a9f62a857dffe9ab0bd1f5da768 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Fri, 8 Mar 2013 00:00:52 +1100 Subject: - Removed legacy command line hard-coded partition name parameters. - As a result of the above two points, there are no "known boot partitions", and hence boot partitions are not automatically flashed last. - Made partitions flash in the order in order in which partition arguments are specified. Hence, it's recommended that you specify boot partitions last. - Added --usb-level argument that can be used for debugging libusbx, or flashing issues in general. - Removed generally non-functional firmware dumping behaviour. - Removed auto-resume functionality - Although this feature was definitely nice to have; I believe it may be responsible for flashing compatibility issues for a variety of devices. - As a result of the above. In order perform another action after a --no-reboot action, you must provide the --resume flag. - Heimdall Frontend also has support for specifying the --resume flag via a GUI. Heimdall Frontend also tries to keep track of your actions and enable "Resume" automatically after a "No Reboot" action. - Refactored quite a few of the actions, and code responsible for flashing (particularly PIT file flashing). - Bumped version to 1.4RC3 *however* this commit is not yet an official release candidate. It's still a WIP. In particular build files still have not been updated for Linux and OS X. --- heimdall-frontend/mainwindow.ui | 239 +++++++++++++++++++++++----------------- 1 file changed, 140 insertions(+), 99 deletions(-) (limited to 'heimdall-frontend/mainwindow.ui') diff --git a/heimdall-frontend/mainwindow.ui b/heimdall-frontend/mainwindow.ui index 6a165fb..ce42a89 100644 --- a/heimdall-frontend/mainwindow.ui +++ b/heimdall-frontend/mainwindow.ui @@ -401,7 +401,7 @@ 10 300 - 751 + 511 171 @@ -414,9 +414,9 @@ - 350 + 280 130 - 271 + 221 31 @@ -432,8 +432,8 @@ 10 30 - 731 - 91 + 491 + 81 @@ -451,7 +451,7 @@ 10 130 - 331 + 261 21 @@ -468,59 +468,6 @@ Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft - - - false - - - - 620 - 130 - 91 - 31 - - - - Start - - - - - - 720 - 130 - 21 - 23 - - - - - 75 - true - - - - The "Start" button will remain inactive until at least one partition/file is added. - - - QFrame::Panel - - - QFrame::Raised - - - 2 - - - 0 - - - ? - - - Qt::AlignCenter - - @@ -540,7 +487,7 @@ 10 20 391 - 61 + 91 @@ -624,6 +571,25 @@ Qt::AlignCenter + + + false + + + + 10 + 60 + 131 + 21 + + + + Repartitioning will wipe all data for your phone and install the selected PIT file. + + + Repartition + + @@ -738,44 +704,6 @@ - - - false - - - - 250 - 90 - 151 - 21 - - - - Can be enabled to prevent your device rebooting after the flash finishes. - - - No Reboot - - - - - false - - - - 20 - 90 - 151 - 21 - - - - Repartitioning will wipe all data for your phone and install the selected PIT file. - - - Repartition - - @@ -872,6 +800,110 @@ + + + + 530 + 300 + 231 + 171 + + + + Session + + + + false + + + + 10 + 30 + 211 + 21 + + + + Can be enabled to prevent your device rebooting after the flash finishes. + + + No Reboot + + + + + false + + + + 10 + 60 + 211 + 21 + + + + Can be enabled to prevent your device rebooting after the flash finishes. + + + Resume (use after "No Reboot") + + + + + false + + + + 50 + 120 + 111 + 31 + + + + Start + + + + + + 170 + 120 + 21 + 23 + + + + + 75 + true + + + + The "Start" button will remain inactive until at least one partition/file is added. + + + QFrame::Panel + + + QFrame::Raised + + + 2 + + + 0 + + + ? + + + Qt::AlignCenter + + + @@ -1826,6 +1858,8 @@ Advanced + + @@ -1860,6 +1894,14 @@ Verbose Output + + + true + + + Resume Connection + + @@ -1883,7 +1925,6 @@ partitionFileLineEdit partitionFileBrowseButton outputPlainTextEdit - startFlashButton createFirmwareNameLineEdit createFirmwareVersionLineEdit createPlatformNameLineEdit -- cgit v1.1