summaryrefslogtreecommitdiffstats
path: root/tools/devtool
Commit message (Expand)AuthorAgeFilesLines
* Replace 0 with nullptrKatja Marttila2019-01-091-1/+1
* Fix devtoolKatja Marttila2019-01-041-3/+13
* Fix devtool's segmentation fault when using operationTakayuki ORITO2018-03-131-6/+6
* Explicitly declare implicit dependency on QtQml in devtoolJake Petroules2017-09-131-3/+2
* Merge remote-tracking branch 'origin/2.0'Katja Marttila2017-01-307-119/+84
|\
| * License header update to GPL-EXCEPTKatja Marttila2017-01-267-119/+84
* | Revert "Allow signing maintenancetool in Windows"Katja Marttila2016-09-151-10/+1
* | Merge remote-tracking branch 'origin/2.0'Katja Marttila2016-06-211-0/+3
|\|
| * add make install functionality with INSTALL_ROOTKatja Marttila2016-05-191-0/+3
* | Allow signing maintenancetool in WindowsKatja Marttila2016-06-211-1/+10
* | Merge remote-tracking branch 'origin/2.0'Iikka Eklund2016-01-207-28/+21
|\|
| * Update license headersIikka Eklund2015-12-297-28/+21
* | Rename files. Remove {kd} prefix. Remove {kdupdater} prefix.Karsten Heimrich2015-07-141-1/+1
* | Make use of the new varadic template feature + cosmetic changes.Karsten Heimrich2015-07-101-1/+1
* | Unify translated error messagesKai Koehne2015-06-243-26/+26
* | Split the huge header file in more dedicated ones.Karsten Heimrich2015-06-101-0/+2
* | Remove pseudo static core instance, fixes autotests.Karsten Heimrich2015-05-061-3/+1
* | Fix some warnings in devtoolNiels Weber2015-04-291-5/+5
* | Use positional arguments instead of options.kh2015-04-241-31/+114
|/
* Update CopyrightKai Koehne2015-02-187-49/+49
* Dump binary content for both installer and maintenance tool.kh2015-02-051-4/+2
* Rename the exceptions class to be more generic.kh2014-11-241-1/+1
* Fix binary data extractionChristoph VogtlÃĪnder2014-11-131-8/+8
* Fix unregistering resources. Fix --operation argument parsing.kh12014-11-041-7/+7
* Remove superfluous include.kh12014-10-311-1/+0
* Add LGPLv3 as new licenseKai Koehne2014-10-167-98/+49
* Overhaul the binary format API.kh12014-10-152-8/+15
* 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
* 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
* Rename binary format classes and functions. Move to QInstaller.kh12014-08-273-24/+25
* Move permissions handling after rename.kh12014-07-151-2/+1
* Make the marker and the find function class members.kh12014-07-152-7/+11
* Move class BinaryContent into its own file.kh12014-07-153-1/+3
* Introduce developer tool.kh12014-07-118-0/+845