Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-05-11 | Bumped version to 1.4.2v1.4.2 | Benjamin Dobell | 1 | -1/+1 | |
2017-05-11 | It's 2017. Where did the years go? | Benjamin Dobell | 14 | -15/+15 | |
2016-02-29 | - fixed possible null pointer access | Steffen Pankratz | 1 | -1/+1 | |
2016-02-29 | - fixed memory leak | Steffen Pankratz | 1 | -1/+1 | |
Memory allocated by 'new[]' should be deallocated by 'delete[]'. | |||||
2015-03-05 | Due to a Qt bug on OS X we need to browse for *.gz not *.tar.gz | Benjamin Dobell | 1 | -2/+2 | |
2015-02-20 | Fixed a few Heimdall Frontend niggles | Benjamin Dobell | 2 | -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. | |||||
2015-02-18 | Fix Unix build issues and work-around Qt5 Mac UI bugs | Benjamin Dobell | 3 | -2/+65 | |
2015-02-18 | Removed autotools and VS files, and standardised source dir naming | Benjamin Dobell | 23 | -4323/+1750 | |
2015-02-18 | Upgrade Heimdall Frontend to Qt5 and build with cmake | Benjamin Dobell | 6 | -14/+62 | |
2014-05-17 | Tweaked VC++ linker options for Frontend (to ensure quicker builds). | Benjamin Dobell | 1 | -0/+2 | |
2014-05-17 | Fixed Frontend bug that could cause flashing to fail. | Benjamin Dobell | 1 | -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. | |||||
2014-05-14 | Fixed Heimdall Frontend Mac builds. | Benjamin Dobell | 1 | -1/+1 | |
2014-05-06 | Updated copyright notices to 2014 | Benjamin Dobell | 14 | -15/+15 | |
2014-05-06 | Fixed statically linked builds on Windows. | Benjamin Dobell | 2 | -2/+19 | |
2014-05-06 | Bumped version number to 1.4.1 | Benjamin Dobell | 1 | -1/+1 | |
2014-05-06 | Project file changes (for statically linked vc++ library builds). | Benjamin Dobell | 1 | -0/+65 | |
2013-06-08 | Modified Heimdall Frontend so it can find Heimdall CLI in /usr/local/bin on OS X. Also updated the OS X build files, as well as READMEs for all platforms. | Benjamin Dobell | 2 | -2/+14 | |
2013-06-04 | Renamed udev rules file and explictly added /usr/include to the include search path for Heimdall Frontend on UNIX systems. | Benjamin Dobell | 1 | -0/+1 | |
2013-05-13 | Moved LICENSE to root of the repo and deleted heimdall-frontend duplicate documentation in doc-pak. | Benjamin Dobell | 2 | -554/+0 | |
2013-05-12 | Update copyright notices, version identifier and documentation for 1.4.0 release. | Benjamin Dobell | 14 | -21/+21 | |
2013-05-12 | Fix OS X qmake/environment variable usage in .pro file. | Benjamin Dobell | 1 | -13/+23 | |
2013-05-05 | Fixed bug in Heimdall Frontend where "resume" wasn't being checked when it should have been. | Benjamin Dobell | 2 | -39/+37 | |
2013-05-05 | Fixed two major bugs in libpit related functionality: | Benjamin Dobell | 1 | -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. | |||||
2013-03-09 | Updated Linux build files and fixed a string formatting warning in Heimdall Frontend. | Benjamin Dobell | 1 | -1/+1 | |
2013-03-07 | - Removed legacy command line hard-coded partition name parameters. | Benjamin Dobell | 4 | -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. | |||||
2013-01-22 | - Updated MSVC projects to MSVC2012. | Benjamin Dobell | 2 | -0/+4 | |
- Changed from libusb-1.0 to libusbx. - Upgraded to C++11 (defined as C++0x for backwards compatibility with gcc < 4.7). | |||||
2012-10-13 | Made Heimdall Frontend pass the --verbose parameter for all actions when 'Verbose Output' is checked. | Benjamin Dobell | 1 | -0/+12 | |
2012-10-07 | Added a Qt4VSPropertySheet.props file that will hopefully work for other people. | Benjamin Dobell | 1 | -0/+13 | |
2012-10-02 | Made Qt project (qmake) configurable using environment variables on OS X. Also added a missing &reference symbol in heimdall/source/Arguments.h | Benjamin Dobell | 1 | -5/+34 | |
2012-10-01 | Heimdall 1.4 RC1: | Benjamin Dobell | 14 | -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... | |||||
2012-03-31 | Updated version to 1.3.2 and copyright notices to 2012.v1.3.2 | Benjamin Dobell | 14 | -16/+16 | |
2011-09-11 | Heimdall 1.3.1 | Benjamin Dobell | 3 | -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!) | |||||
2011-07-27 | Minor OS X UI tweaks.v1.3.0 | Benjamin-Dobell | 2 | -62/+62 | |
2011-07-26 | Added proper copyright notices to the About window and also updated some documentation slightly. | Benjamin Dobell | 1 | -279/+389 | |
2011-07-20 | - Added file extension checks to Heimdall Frontend (for partition files). | Benjamin Dobell | 2 | -9/+49 | |
- Made sure Heimdall command line always returns 1 if a device is not detected. - Minor interface tweaks for Heimdall Frontend. | |||||
2011-07-19 | Documentation update. | Benjamin Dobell | 1 | -7/+0 | |
2011-07-19 | - Heimdall Frontend large font fixes. | Benjamin Dobell | 7 | -68/+358 | |
- Heimdall Frontend name collision resolution (over the top). - Attempt at resolving SGS2 failure to end session errors. (Needs testing) | |||||
2011-07-17 | - Added Utilities tab to Heimdall Frontend. | Benjamin Dobell | 4 | -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. | |||||
2011-07-11 | Altered the user interface slightly to prevent clipping on certain OS. | Benjamin-Dobell | 1 | -15/+15 | |
2011-07-11 | Fixed include directories for MSVC release builds. | Benjamin Dobell | 1 | -2/+2 | |
2011-07-11 | Missed two READMEs, updated now. | Benjamin Dobell | 1 | -56/+465 | |
2011-07-11 | 1.3 documentation updates and permission fixes. | Benjamin Dobell | 1 | -62/+62 | |
2011-07-09 | Version 1.3 (beta) | Benjamin Dobell | 17 | -84/+96 | |
2011-07-08 | 1.3 beta | Benjamin Dobell | 16 | -126/+335 | |
2011-07-07 | Version 1.3 beta. | Benjamin Dobell | 8 | -211/+693 | |
2011-07-05 | Major 1.3 updates | Benjamin Dobell | 18 | -945/+5074 | |
2011-05-31 | 1.2.0b Heimdall command line update. Large update that adds lots of PIT file functionality and better support for more devices. | Benjamin Dobell | 1 | -1/+60 | |
2010-12-17 | Ran make distclean for libusb and universal binary support to heimdall-frontend | Benjamin-Dobell | 1 | -2/+11 | |
2010-12-07 | make install output directory can now be set via qmake variable FRONTENDOUTDIR | Benjamin-Dobell | 1 | -20/+24 | |
It can be set like so: qmake -set FRONTENDOUTDIR /Desired/Out/Dir | |||||
2010-12-07 | Added .gitignore file to remove all of OS X's directory fluff. | aidansteele | 10 | -0/+0 | |
2010-12-04 | Removed the "Heimdall" folder and moved its contents to the root directory. | Benjamin Dobell | 26 | -0/+2623 | |