summaryrefslogtreecommitdiffstats
path: root/installerbuilder/common
Commit message (Expand)AuthorAgeFilesLines
* If there happens to be an error during fetch, reset states.kh12011-11-092-11/+24
* make sure that a component with addElevatedOperation will get RequiresAdminRi...Tim Jenssen2011-11-081-0/+14
* Remove superfluous semicolon...kh12011-11-081-1/+0
* added support for updateUrl redirectsAlexander Lenhardt2011-11-042-7/+9
* Read possible authentication settings for remote repos.kh12011-11-012-28/+145
* the collected items need to depend on the addDependencies booleanTim Jenssen2011-10-211-0/+8
* rename available in availablePackageInfosTim Jenssen2011-10-211-5/+5
* don't calculate dependencies during repogen/binarycreatorTim Jenssen2011-10-201-0/+5
* Fixed QTSDK-961Alexander Lenhardt2011-10-132-7/+19
* cleanFromOSCreatedFiles -> removeSystemGeneratedFilesTim Jenssen2011-10-102-2/+2
* use new cleanFromOSCreatedFiles methodTim Jenssen2011-10-102-0/+12
* improve xml error output in repository generationTim Jenssen2011-10-051-1/+1
* Check for valid version number during package collect.kh12011-09-061-0/+6
* No need to limit on directoriesMaurice Kalinowski2011-08-311-3/+0
* allow archivegen to archive multiple directoriesMaurice Kalinowski2011-08-313-11/+13
* make some more ouput if it can't copy script fileTim Jenssen2011-08-241-4/+5
* Remove compressing resources and operations.kh12011-08-162-11/+8
* enable ,<space> and , as seperator in stringlist valuesTim Jenssen2011-07-271-1/+1
* Operations -> OperationListkh12011-07-052-2/+2
* Fix some includes, remove auto pointer.kh12011-07-052-4/+4
* Define some typedefs and hide the "Update"...kh12011-07-042-10/+5
* Use typedef to hide the "Update" prefix, doesn't fit really.kh12011-07-042-3/+3
* Properly fix the use of the binary file raw pointer.kh12011-06-242-42/+43
* Proper variable naming.kh12011-06-242-18/+18
* In case we are the installer do not close the file.kh12011-06-241-1/+0
* Revert the revert commits as they do not fix the crash.kh12011-06-246-843/+0
* Revert "Resolve TODO. Remove as it's not needed at all."kh12011-06-242-0/+11
* Revert "Remove unused classes. Disable tests."kh12011-06-244-0/+832
* Make it possible to use the class with QVariant.kh12011-06-231-1/+3
* Rename files to match class name. Adjust includes.kh12011-06-203-463/+1
* Rename InstallerSettings to Settings.kh12011-06-203-52/+49
* Style changes. Cleanup.kh12011-06-201-13/+17
* Add one more constant.kh12011-06-101-1/+1
* Move constants into global file and use where possible.kh12011-06-091-3/+4
* Add convenient function.kh12011-05-312-4/+11
* Get rid of mmap-ing at all.kh12011-05-301-21/+17
* Add convenient function.kh12011-05-302-0/+9
* Merge branch 'master' into refactorkh12011-05-301-0/+7
|\
| * added a check that the component name can't contain a "-"Tim Jenssen2011-05-261-0/+7
* | Cleanup, no functional change.kh12011-05-241-41/+29
* | Extend comment.kh12011-05-241-1/+1
* | Compress the resources as well.kh12011-05-242-3/+36
* | Write the operations in compressed form.kh12011-05-242-5/+9
* | Move this into a common shared place.kh12011-05-232-2/+51
* | Add some debug output.kh12011-05-201-0/+6
* | We need to keep the binary file in memory.kh12011-05-202-15/+22
* | Preparation to support a decoupled data file.kh12011-05-192-75/+116
* | Merge branch 'master' into refactorkh12011-05-182-14/+103
|\|
| * Use our own parser for arguments.kh12011-05-182-8/+94
* | Reorder some code.kh12011-05-121-22/+25