aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall-frontend
Commit message (Collapse)AuthorAgeFilesLines
* - fixed possible null pointer accessSteffen Pankratz2016-02-291-1/+1
|
* - fixed memory leakSteffen Pankratz2016-02-291-1/+1
| | | | Memory allocated by 'new[]' should be deallocated by 'delete[]'.
* Due to a Qt bug on OS X we need to browse for *.gz not *.tar.gzBenjamin Dobell2015-03-061-2/+2
|
* Fixed a few Heimdall Frontend nigglesBenjamin Dobell2015-02-212-69/+70
| | | | | Yes, the HeimdallState enum class operator overloading and operator usage is crazy nonsense. I want to love enum class, but this is just ridiculous.
* Fix Unix build issues and work-around Qt5 Mac UI bugsBenjamin Dobell2015-02-193-2/+65
|
* Removed autotools and VS files, and standardised source dir namingBenjamin Dobell2015-02-1923-4323/+1750
|
* Upgrade Heimdall Frontend to Qt5 and build with cmakeBenjamin Dobell2015-02-196-14/+62
|
* Tweaked VC++ linker options for Frontend (to ensure quicker builds).Benjamin Dobell2014-05-181-0/+2
|
* Fixed Frontend bug that could cause flashing to fail.Benjamin Dobell2014-05-181-0/+1
| | | | | | | The resume boolean did not have a default value set. Consequently if the memory address containing the boolean was already non-null it resulted in the heimdall CLI binary being called with the --resume flag even though the Resume check-box in the UI was not checked.
* Fixed Heimdall Frontend Mac builds.Benjamin Dobell2014-05-151-1/+1
|
* Updated copyright notices to 2014Benjamin Dobell2014-05-0614-15/+15
|
* Fixed statically linked builds on Windows.Benjamin Dobell2014-05-062-2/+19
|
* Bumped version number to 1.4.1Benjamin Dobell2014-05-061-1/+1
|
* Project file changes (for statically linked vc++ library builds).Benjamin Dobell2014-05-061-0/+65
|
* Modified Heimdall Frontend so it can find Heimdall CLI in /usr/local/bin on ↵Benjamin Dobell2013-06-082-2/+14
| | | | OS X. Also updated the OS X build files, as well as READMEs for all platforms.
* Renamed udev rules file and explictly added /usr/include to the include ↵Benjamin Dobell2013-06-041-0/+1
| | | | search path for Heimdall Frontend on UNIX systems.
* Moved LICENSE to root of the repo and deleted heimdall-frontend duplicate ↵Benjamin Dobell2013-05-142-554/+0
| | | | documentation in doc-pak.
* Update copyright notices, version identifier and documentation for 1.4.0 ↵Benjamin Dobell2013-05-1314-21/+21
| | | | release.
* Fix OS X qmake/environment variable usage in .pro file.Benjamin Dobell2013-05-131-13/+23
|
* Fixed bug in Heimdall Frontend where "resume" wasn't being checked when it ↵Benjamin Dobell2013-05-062-39/+37
| | | | should have been.
* Fixed two major bugs in libpit related functionality:Benjamin Dobell2013-05-051-1/+1
| | | | | | | | | - Partitions were being excluded from flashing (and UI) if the block-count was zero. Instead this is now done using a new IsFlashable() method which checks if the partition name is not blank. - PitData::Pack() was packing the partition name where it should have been packing the "flash filename". This resulted in incorrect PIT files being flashed to the device.
* Updated Linux build files and fixed a string formatting warning in Heimdall ↵Benjamin Dobell2013-03-101-1/+1
| | | | Frontend.
* - Removed legacy command line hard-coded partition name parameters.Benjamin Dobell2013-03-084-105/+193
| | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* - Updated MSVC projects to MSVC2012.Benjamin Dobell2013-01-232-0/+4
| | | | | - Changed from libusb-1.0 to libusbx. - Upgraded to C++11 (defined as C++0x for backwards compatibility with gcc < 4.7).
* Made Heimdall Frontend pass the --verbose parameter for all actions when ↵Benjamin Dobell2012-10-131-0/+12
| | | | 'Verbose Output' is checked.
* Added a Qt4VSPropertySheet.props file that will hopefully work for other people.Benjamin Dobell2012-10-071-0/+13
|
* Made Qt project (qmake) configurable using environment variables on OS X. ↵Benjamin Dobell2012-10-031-5/+34
| | | | Also added a missing &reference symbol in heimdall/source/Arguments.h
* Heimdall 1.4 RC1:Benjamin Dobell2012-10-0214-231/+624
| | | | | | | | | - Massive refactoring. - Support for Qualcomm based devices. - Print PIT from file. - Use partition names as arguments e.g. --HIDDEN, --KERNEL, --MOVINAND etc. - Heimdall Frontend UI improvements. - And much more...
* Updated version to 1.3.2 and copyright notices to 2012.Benjamin Dobell2012-03-3114-16/+16
|
* Heimdall 1.3.1Benjamin Dobell2011-09-113-12/+14
| | | | | | | - Improved the no-reboot functionality, you no longer have to reboot to flash more files. - Fixed repartitioning functionality (thanks XDA user psych0phobia for finding the problem!)
* Minor OS X UI tweaks.Benjamin-Dobell2011-07-282-62/+62
|
* Added proper copyright notices to the About window and also updated some ↵Benjamin Dobell2011-07-261-279/+389
| | | | documentation slightly.
* - Added file extension checks to Heimdall Frontend (for partition files).Benjamin Dobell2011-07-212-9/+49
| | | | | - Made sure Heimdall command line always returns 1 if a device is not detected. - Minor interface tweaks for Heimdall Frontend.
* Documentation update.Benjamin Dobell2011-07-201-7/+0
|
* - Heimdall Frontend large font fixes.Benjamin Dobell2011-07-207-68/+358
| | | | | - Heimdall Frontend name collision resolution (over the top). - Attempt at resolving SGS2 failure to end session errors. (Needs testing)
* - Added Utilities tab to Heimdall Frontend.Benjamin Dobell2011-07-174-245/+900
| | | | | | | - Fixed Heimdall command line support for PIT files without a reference to themselves. - Added tool tips to Heimdall Frontend. - Added heimdall 'info' and 'download-pit' actions. - Made 'detect' action return 0 if a device is detected, 1 otherwise.
* Altered the user interface slightly to prevent clipping on certain OS.Benjamin-Dobell2011-07-121-15/+15
|
* Fixed include directories for MSVC release builds.Benjamin Dobell2011-07-121-2/+2
|
* Missed two READMEs, updated now.Benjamin Dobell2011-07-121-56/+465
|
* 1.3 documentation updates and permission fixes.Benjamin Dobell2011-07-111-62/+62
|
* Version 1.3 (beta)Benjamin Dobell2011-07-0917-84/+96
|
* 1.3 betaBenjamin Dobell2011-07-0816-126/+335
|
* Version 1.3 beta.Benjamin Dobell2011-07-088-211/+693
|
* Major 1.3 updatesBenjamin Dobell2011-07-0618-945/+5074
|
* 1.2.0b Heimdall command line update. Large update that adds lots of PIT file ↵Benjamin Dobell2011-06-011-1/+60
| | | | functionality and better support for more devices.
* Ran make distclean for libusb and universal binary support to heimdall-frontendBenjamin-Dobell2010-12-181-2/+11
|
* make install output directory can now be set via qmake variable FRONTENDOUTDIRBenjamin-Dobell2010-12-081-20/+24
| | | | | It can be set like so: qmake -set FRONTENDOUTDIR /Desired/Out/Dir
* Added .gitignore file to remove all of OS X's directory fluff.aidansteele2010-12-0710-0/+0
|
* Removed the "Heimdall" folder and moved its contents to the root directory.Benjamin Dobell2010-12-0526-0/+2623