summaryrefslogtreecommitdiffstats
path: root/tools/binarycreator/binarycreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tools: refactor to move general purpose functionality to installer libArttu Tarkiainen2020-12-021-1043/+0
* Repogen: Fix options to work with unite metadataKatja Marttila2020-10-151-1/+1
* Add support for vendor set image decorationArttu Tarkiainen2020-08-251-0/+15
* Fix installer executable creation in Linux3.1.2-rc3Katja Marttila2019-11-191-2/+2
* Update usage of Apple-related terminologyArttu Tarkiainen2019-08-161-9/+9
* Fix IFW version information not apparent on macOSArttu Tarkiainen2019-08-151-1/+4
* Replace 0 with nullptrKatja Marttila2019-01-091-1/+1
* Merge remote-tracking branch 'origin/3.0' into masterKatja Marttila2018-12-101-0/+7
|\
| * Increase number of files allowed for macOSBrett Stottlemyer2018-11-071-0/+7
* | Merge remote-tracking branch 'origin/3.0'Katja Marttila2017-09-251-0/+171
|\|
| * binarycreator: Write a proper LSMinimumSystemVersion valueJake Petroules2017-08-301-0/+171
* | Merge remote-tracking branch 'origin/3.0' into masterKatja Marttila2017-08-211-21/+24
|\|
| * Fix syntax errorsJake Petroules2017-07-241-3/+3
| * Write plists in the correct format, using v1.0 and with tabsJake Petroules2017-07-191-19/+19
| * Fix install type if --online-only passed to binarycreatorKatja Marttila2017-06-221-2/+5
* | Merge remote-tracking branch 'origin/3.0'Katja Marttila2017-03-301-0/+1
|\|
| * Merge remote-tracking branch 'origin/2.0' into 3.0Katja Marttila2017-03-301-0/+1
| |\
| | * QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* | | Teach 'binarycreator' and 'repogen' to repack packages from repositoryKonstantin Podsvirov2017-03-131-9/+35
|/ /
* | Merge remote-tracking branch 'origin/2.0'Katja Marttila2017-01-301-17/+12
|\|
| * License header update to GPL-EXCEPTKatja Marttila2017-01-261-17/+12
* | Revert "Allow signing maintenancetool in Windows"Katja Marttila2016-09-151-7/+2
* | Allow signing maintenancetool in WindowsKatja Marttila2016-06-211-2/+7
* | Fixed (and greatly simplified) creating .dmg filesFrerich Raabe2016-04-081-7/+20
* | Add new '--sign' switch to binarycreator for signing OS X app bundlesFrerich Raabe2016-02-181-2/+46
* | Merge remote-tracking branch 'origin/2.0'Iikka Eklund2016-01-201-4/+3
|\|
| * Update license headersIikka Eklund2015-12-291-4/+3
* | Fix timeout errors while building app bundles files on OS XFrerich Raabe2016-01-121-2/+2
* | Sanitize QDebug outputKai Koehne2015-07-091-3/+2
* | Unify translated error messagesKai Koehne2015-06-241-8/+8
|/
* Update CopyrightKai Koehne2015-02-181-7/+7
* no longer use Version as the repository format versionChristoph Vogtländer2015-01-201-1/+1
* Small cosmetical changes, no functional.karsten.heimrich@theqtcompany.com2014-11-211-1/+1
* Fix generation of Updates.xmlChristoph Vogtländer2014-11-181-8/+14
* Fix compilation on OSX and WindowsNiels Weber2014-11-141-6/+1
* Allow to check for IFW version in codeKai Koehne2014-11-111-1/+1
* Fix the steps we perform to build an installer.kh12014-11-051-11/+21
* Add LGPLv3 as new licenseKai Koehne2014-10-161-14/+7
* Overhaul the binary format API.kh12014-10-151-22/+27
* Make use of the new binary content write function.kh12014-08-271-90/+53
* Rename binary format classes and functions. Move to QInstaller.kh12014-08-271-22/+16
* Update documentation and rename code to improve readability.kh12014-07-151-8/+10
* Make the marker and the find function class members.kh12014-07-151-2/+2
* Move class BinaryContent into its own file.kh12014-07-151-1/+2
* Workaround for QFileInfo::isBundle().kh12014-07-041-1/+1
* Replace Q_OS_MAC with Q_OS_OSXNiels Weber2014-07-031-7/+7
* Fix broken tools after switching to QFileDevice.kh12014-07-021-15/+23
* Split out the file IO stuff and adjust other files respectively.kh12014-06-241-19/+20
* Use QTemporaryDir instead of our homemade solution.kh12014-06-031-1/+4
* Name .dmg files after the application bundle on Mac OS XSascha Cunz2013-11-081-1/+1