summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller
Commit message (Expand)AuthorAgeFilesLines
* Add authentication support to the downloaders.kh12011-11-283-2/+23
* Fix a problem that isOfflineOnly returned true.kh12011-11-281-1/+4
* Introduce our own proxy factory class.kh12011-11-282-0/+132
* Move the proxy factory base class into the downloader factory.kh12011-11-284-23/+29
* Add the possibility to have an settings button int the ui.kh12011-11-282-5/+87
* Cleanup.kh12011-11-286-9/+7
* Extend Settings class to store proxy settings.kh12011-11-282-0/+61
* Introduce some more set'ter to add repositories.kh12011-11-282-0/+21
* Make sure to create components for local installed packages.kh12011-11-281-0/+16
* Refactor the code with the use of buildComponentTree.kh12011-11-253-82/+64
* Fix QtSDK-1070.kh12011-11-241-12/+16
* Fix warning about initialization order. Use scoped pointer.kh12011-11-241-5/+5
* Make archive info thread safe.kh12011-11-231-13/+24
* Some more code cosmetics.kh12011-11-231-322/+422
* Code cosmetics.kh12011-11-231-408/+408
* remove autodependon need to check the replacements aswellTim Jenssen2011-11-231-3/+9
* begininstallation has nothing todo with createOperationsTim Jenssen2011-11-231-1/+0
* Fix 3a8b2248814e468d86355b2992dca76464db70dd.kh12011-11-221-2/+9
* Mac compile fixesNiels Weber2011-11-223-1/+12
* compile fix for old gccTim Jenssen2011-11-221-0/+4
* calculateComponentsToUninstall shouldn't remove needed dependenciesTim Jenssen2011-11-212-5/+7
* Simplifications in QInstaller::Updaterhjk2011-11-212-29/+24
* Simplifications in PackageInfo and ZipJob.hjk2011-11-212-27/+25
* De-pimpl KDUpdater::Environmenthjk2011-11-212-30/+12
* Whitespace changes in Windows-specific code.hjk2011-11-211-67/+58
* Merge unneeded KDSysInfo 'pseudo namespace' into KDUpdater namespace.hjk2011-11-2111-117/+125
* Remove unused parts of KDGenericFactory.hjk2011-11-215-84/+4
* De-pimpl KDSysInfo::Volume.hjk2011-11-212-62/+21
* De-pimpl KDUpdater::Task.hjk2011-11-215-137/+119
* De-pimpl UpdateOperationhjk2011-11-212-50/+34
* Remove unneeded empty struct UpdateOperationFactoryData.hjk2011-11-212-15/+0
* Remaining whitespace, removal of empty destructors etc.hjk2011-11-2183-495/+267
* Use arrays for string literals.hjk2011-11-211-25/+24
* Some replacements of QString::fromLatin1 with QLatin1String.hjk2011-11-213-29/+29
* Whitespace style.hjk2011-11-2132-1824/+1697
* Reformat kdtools/*.hjk2011-11-2131-1291/+1308
* Simplify macros in kdtoolsglobal.h and kdupdater.h.hjk2011-11-2127-100/+55
* Remove pimpl_ptr.hjk2011-11-2126-327/+41
* Simplify KD* directory structure.hjk2011-11-2188-96/+89
* Remove re-directing KD* header.hjk2011-11-2136-69/+37
* Replace KDByteSize with plain quint64.hjk2011-11-2110-196/+41
* Use more direct way to show human readable sizes.hjk2011-11-211-1/+22
* Remove unused KDSysInfo::ArchitectureTypehjk2011-11-212-35/+0
* fix calculateComponentsToInstallTim Jenssen2011-11-212-5/+16
* fix autodependency behaviourTim Jenssen2011-11-214-18/+13
* introduce beginInstallation() method in ComponentTim Jenssen2011-11-214-0/+21
* Remove unneed bits of kdtoolsglobal.hhjk2011-11-185-121/+5
* Remove KDAutoPointer.hjk2011-11-185-746/+23
* Replace KDMetaMethodIterator by normal connects.hjk2011-11-185-590/+13
* Replace KDWatchdog with QTimer.hjk2011-11-186-184/+10