summaryrefslogtreecommitdiffstats
path: root/installerbuilder/common
Commit message (Expand)AuthorAgeFilesLines
* Use qDebug instead of verbose.kh12012-01-173-78/+73
* Make it possible to stream the Repository class.kh12011-11-282-0/+34
* Simplifications in PackageInfo and ZipJob.hjk2011-11-212-22/+8
* Remaining whitespace, removal of empty destructors etc.hjk2011-11-213-17/+15
* Some replacements of QString::fromLatin1 with QLatin1String.hjk2011-11-214-18/+18
* Simplify KD* directory structure.hjk2011-11-212-2/+3
* Remove re-directing KD* header.hjk2011-11-212-3/+1
* Code cosmetics.hjk2011-11-182-73/+73
* Code cosmetics.hjk2011-11-1811-261/+259
* Remove operation xml verbose output.kh12011-11-181-6/+6
* Use QSet throughout the whole code, saves us QList conversions.kh12011-11-151-1/+1
* 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