summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Update license headersIikka Eklund2015-12-2924-92/+101
* Fix dubious warning about RequiresAdminRights tag.kh12015-04-271-6/+0
* Compile with Qt 5.5kh2015-04-131-3/+4
* Change binary name to Qt Installer FrameworkNiels Weber2015-03-241-1/+1
* Correct usage info for archivegenNiels Weber2015-03-101-1/+1
* Strip binaries before packagingNiels Weber2015-03-061-0/+6
* Installer: Do not package binary artifacts in /binKai Koehne2015-03-051-1/+1
* Update CopyrightKai Koehne2015-02-1823-161/+161
* Dump binary content for both installer and maintenance tool.kh2015-02-051-4/+2
* no longer use Version as the repository format versionChristoph Vogtländer2015-01-201-1/+1
* Fix qmake warning about "Redunant entry in QTPLUGIN"Kai Koehne2015-01-131-1/+0
* Rename the exceptions class to be more generic.kh2014-11-241-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
* Introduce scScript constant and use whenever neededjkobus2014-11-181-1/+1
* Fix compilation on OSX and WindowsNiels Weber2014-11-141-6/+1
* Remove -c from repogenNiels Weber2014-11-141-9/+0
* Fix binary data extractionChristoph Vogtländer2014-11-131-8/+8
* 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
* Remove now superfluous tool, functionality ported to devtool.kh12014-11-059-918/+1
* add info message line endingChristoph Vogtländer2014-11-041-1/+1
* Fix unregistering resources. Fix --operation argument parsing.kh12014-11-041-7/+7
* Remove superfluous include.kh12014-10-311-1/+0
* Replace all occurrences of "can not" with "cannot"Niels Weber2014-10-311-1/+1
* Add LGPLv3 as new licenseKai Koehne2014-10-1626-364/+182
* Overhaul the binary format API.kh12014-10-153-30/+42
* Fix warning and handle file scheme like files better.kh12014-10-102-2/+3
* Fix broken update option.kh12014-10-101-6/+11
* Fix relative path issue.kh12014-10-101-2/+3
* Add missing help option.kh12014-10-101-0/+1
* Build all tools by default.kh12014-09-251-21/+1
* Rewrite binary layout read/ write implementation.kh12014-09-043-65/+44
* Split and implement new installer base, update checker.kh12014-09-043-16/+7
* Let the binary layout function find the cookie on its own.kh12014-08-291-4/+3
* Make BinaryFormatEngineHandler a real singleton.kh12014-08-291-3/+2
* Adjust implementation to not use the collection manager.kh12014-08-291-2/+2
* 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-274-46/+41
* Move permissions handling after rename.kh12014-07-151-2/+1
* Update documentation and rename code to improve readability.kh12014-07-151-8/+10
* Make the marker and the find function class members.kh12014-07-153-9/+13
* Move class BinaryContent into its own file.kh12014-07-154-2/+5
* Introduce developer tool.kh12014-07-119-1/+847
* Remove now superfluous tool, replaced by devtool.kh12014-07-103-216/+0
* Make tools compile again.kh12014-07-108-36/+35
* Workaround for QFileInfo::isBundle().kh12014-07-041-1/+1
* Rename pathes -> pathsjkobus2014-07-031-3/+3
* 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