Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-05-14 | Fixed Heimdall Frontend Mac builds. | Benjamin Dobell | 1 | -1/+1 | |
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 | 1 | -0/+5 | |
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-12 | Fix OS X qmake/environment variable usage in .pro file. | Benjamin Dobell | 1 | -13/+23 | |
2013-01-22 | - Updated MSVC projects to MSVC2012. | Benjamin Dobell | 1 | -0/+2 | |
- Changed from libusb-1.0 to libusbx. - Upgraded to C++11 (defined as C++0x for backwards compatibility with gcc < 4.7). | |||||
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 | 1 | -8/+8 | |
- 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... | |||||
2011-07-11 | 1.3 documentation updates and permission fixes. | Benjamin Dobell | 1 | -62/+62 | |
2011-07-09 | Version 1.3 (beta) | Benjamin Dobell | 1 | -2/+6 | |
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-04 | Removed the "Heimdall" folder and moved its contents to the root directory. | Benjamin Dobell | 1 | -0/+0 | |
2010-12-04 | Addresses: | Benjamin Dobell | 1 | -2/+23 | |
- Issue No. #3 Title: Please improve make and install procedure for heimdall-frontend Reporter: victornoel URL: https://github.com/Benjamin-Dobell/Heimdall/issues#issue/3 Changes: - Removed install procedure from "make" and added it to "make install". - Added install location prompt when calling "qmake". - Updated OS X and Linux READMEs to reflect this. modified: README modified: ../OSX/README.txt modified: ../heimdall-frontend/heimdall-frontend.pro |