summaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/heimdall-frontend.pro (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-18Removed autotools and VS files, and standardised source dir namingBenjamin Dobell1-109/+0
2014-05-14Fixed Heimdall Frontend Mac builds.Benjamin Dobell1-1/+1
2013-06-08Modified 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 Dobell1-0/+5
2013-06-04Renamed udev rules file and explictly added /usr/include to the include search path for Heimdall Frontend on UNIX systems.Benjamin Dobell1-0/+1
2013-05-12Fix OS X qmake/environment variable usage in .pro file.Benjamin Dobell1-13/+23
2013-01-22- Updated MSVC projects to MSVC2012.Benjamin Dobell1-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-02Made Qt project (qmake) configurable using environment variables on OS X. Also added a missing &reference symbol in heimdall/source/Arguments.hBenjamin Dobell1-5/+34
2012-10-01Heimdall 1.4 RC1:Benjamin Dobell1-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-111.3 documentation updates and permission fixes.Benjamin Dobell1-62/+62
2011-07-09Version 1.3 (beta)Benjamin Dobell1-2/+6
2010-12-17Ran make distclean for libusb and universal binary support to heimdall-frontendBenjamin-Dobell1-2/+11
2010-12-07make install output directory can now be set via qmake variable FRONTENDOUTDIRBenjamin-Dobell1-20/+24
It can be set like so: qmake -set FRONTENDOUTDIR /Desired/Out/Dir
2010-12-04Removed the "Heimdall" folder and moved its contents to the root directory.Benjamin Dobell1-0/+0
2010-12-04Addresses:Benjamin Dobell1-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