summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/component.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the tree, have better ifw.pri. Shadow build support.kh12012-03-191-1207/+0
* make string translatableNiels Weber2012-03-191-1/+1
* Keep common just for the tools.kh12012-03-131-3/+2
* Don't copy over a checksum file.kh12012-03-051-2/+2
* look for translated licensesNiels Weber2012-02-151-3/+10
* function documentationNiels Weber2012-02-151-1/+4
* update contact email to the current oneNiels Weber2012-02-061-2/+2
* more license header fixesNiels Weber2012-02-061-13/+13
* fix cases where now only 2012 was stated as copyright yearkh12012-02-011-1/+1
* Qt SDK -> Installer FrameworkNiels Weber2012-01-311-1/+1
* mass change 2011 -> 2012 for copyrightNiels Weber2012-01-311-1/+1
* Fix crash while deleting components.Tim Jenssen2012-01-241-1/+7
* Use qDebug instead of verbose.kh12012-01-171-6/+4
* fixed QTIFW-75Alexander Lenhardt2012-01-051-1/+18
* Cleanup.kh12011-11-281-1/+1
* begininstallation has nothing todo with createOperationsTim Jenssen2011-11-231-1/+0
* Simplify KD* directory structure.hjk2011-11-211-2/+2
* Remove re-directing KD* header.hjk2011-11-211-2/+2
* fix autodependency behaviourTim Jenssen2011-11-211-0/+10
* introduce beginInstallation() method in ComponentTim Jenssen2011-11-211-0/+10
* introduce a DownloadableArchives package description xml-tagTim Jenssen2011-11-181-0/+1
* Create a scripte engine only if really needed.kh12011-11-181-14/+13
* Add QDebug stream operator to component class.kh12011-11-171-0/+13
* Make sure we remove ui elements we added.kh12011-11-091-2/+2
* make sure that a component with addElevatedOperation will get RequiresAdminRi...Tim Jenssen2011-11-081-0/+4
* added contentChangeRequested on the component classTim Jenssen2011-10-311-0/+9
* Fix some typos.kh12011-10-201-2/+2
* added scRemoteVersion constant for better readabilityAlexander Lenhardt2011-10-131-2/+2
* Fixed QTSDK-961Alexander Lenhardt2011-10-131-4/+6
* fix foundImportantUpdate and rename it to essentialTim Jenssen2011-09-271-1/+1
* convert and use autodependencies like usually dependenciesTim Jenssen2011-09-161-1/+4
* Fixes QTIFW-6.kh12011-09-121-3/+2
* updater can't have a component with uninstallation requestedTim Jenssen2011-08-261-0/+2
* Add a context paramter to be able to pass some other info.kh12011-08-251-4/+4
* component script constructor can cause an exception forward thisTim Jenssen2011-08-251-0/+6
* Add a getter for auto dependency values.kh12011-08-231-7/+12
* catch isDefault and isAutoDependOn errors from scriptTim Jenssen2011-08-221-2/+19
* Expose some private functions and make use of it.kh12011-08-181-4/+3
* Remove now superfluous code as depenedencies work.kh12011-08-151-1/+0
* Fix wrong whitespaces.kh12011-08-121-12/+12
* Small cleanup.kh12011-08-121-16/+14
* Added some comments. Small change to keep the code compact.kh12011-08-121-19/+22
* Revert: 308dc03e a1a130b9 5fb0f4ackh12011-08-101-1/+2
* now autodepend is recursive and worksTim Jenssen2011-07-291-5/+12
* activate auto depend onTim Jenssen2011-07-291-0/+1
* added const to method where possible and clean up the code(removed unused met...Tim Jenssen2011-07-271-9/+4
* enable ,<space> and , as seperator in stringlist valuesTim Jenssen2011-07-271-4/+4
* added an updateIsAvailable flag to component classTim Jenssen2011-07-271-1/+17
* added a why component, because it looks very strange to meTim Jenssen2011-07-271-0/+1
* added isAutoDependOn to Component classTim Jenssen2011-07-221-1/+34