summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/binaryformat.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix documentation warningsTopi Reinio2020-09-161-4/+4
* Enable support for Qt 5.12 in installer frameworkArttu Tarkiainen2019-08-221-1/+1
* Replace 0 with nullptrKatja Marttila2019-01-091-1/+1
* Merge remote-tracking branch 'origin/2.0'Katja Marttila2017-01-301-17/+12
|\
| * License header update to GPL-EXCEPTKatja Marttila2017-01-261-17/+12
* | Merge remote-tracking branch 'origin/2.0'Iikka Eklund2016-01-201-4/+3
|\|
| * Update license headersIikka Eklund2015-12-291-4/+3
* | Unify translated error messagesKai Koehne2015-06-241-2/+2
|/
* Update CopyrightKai Koehne2015-02-181-7/+7
* Doc: edited binaryformat docsLeena Miettinen2015-01-291-4/+4
* Fix online installation into directory with elevated permissions.kh2014-12-011-1/+6
* Documentation updates and fixes.kh2014-12-011-1/+1
* Compile fix for Visual Studio 11.kh12014-10-161-1/+1
* Add LGPLv3 as new licenseKai Koehne2014-10-161-14/+7
* Overhaul the binary format API.kh12014-10-151-189/+204
* Remove unused operators.kh12014-09-051-12/+0
* Rename binary format classes and functions. Move to QInstaller.kh12014-08-271-138/+219
* Adjust the segment in place instead in different locations.kh12014-07-211-2/+2
* Move class BinaryContent into its own file.kh12014-07-151-461/+1
* Move updater class into sdk binary and rename to UpdateChecker.kh12014-07-151-29/+1
* Workaround for QFileInfo::isBundle().kh12014-07-041-2/+4
* Replace Q_OS_MAC with Q_OS_OSXNiels Weber2014-07-031-1/+1
* Revert change from QIODevice to QFileDevice.kh12014-07-021-129/+58
* Fix possible case of uninstalling whole windows.kh12014-06-241-37/+25
* Don't use QObject::tr().kh12014-06-241-21/+35
* Split out the file IO stuff and adjust other files respectively.kh12014-06-241-187/+39
* Add important note.kh12014-06-161-0/+3
* Cleanup. Remove some unused and broken code.kh12014-05-141-92/+0
* Read file content in case mmap fails (fallback).kh12013-11-121-6/+20
* Compile fix.kh12013-10-161-1/+3
* Implement a way to replace the default resource.kh12013-10-161-1/+22
* We can't expect a multiple of 8 during marker search.kh12013-09-241-1/+1
* Rewrite function to use QFile::map().kh12013-09-101-26/+20
* Merge remote-tracking branch 'origin/1.3' into 1.4Tim Jenssen2013-09-091-1/+1
|\
| * Fix installer.dat not found issueMichal Klocek2013-08-281-1/+1
* | Merge remote-tracking branch 'origin/1.3' into 1.4Tim Jenssen2013-08-261-0/+8
|\|
| * Fixes QTIFW-322, missing magic cookie in installer binaryMichal Klocek2013-08-231-0/+8
* | reformat initialize list of classesTim Jenssen2013-04-241-12/+12
|/
* we need to continue if the operations is unknownTim Jenssen2013-04-111-2/+4
* Add 2013 to the copyright.Niels Weber2013-02-051-1/+1
* Make IFW compile with mingw.kh12013-01-291-1/+1
* Fix some warnings in our code after Idcfec77.kh12013-01-231-0/+6
* Change copyright headers from Nokia to DigiaSergio Ahumada2012-12-211-18/+27
* Fix dangling resource data.kh12012-11-211-6/+6
* Some changes to start compile with Qt5.kh12012-11-201-2/+4
* Add empty ctor, copy ctor and remove superfluous dtor...kh12012-11-141-12/+22
* remove unused valueNiels Weber2012-10-151-1/+1
* introduce general humanReadableSize methodTim Jenssen2012-03-271-3/+3
* Reorganize the tree, have better ifw.pri. Shadow build support.kh12012-03-191-0/+1115