summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller
Commit message (Expand)AuthorAgeFilesLines
* check that the local package is a component to be replacedAlexander Lenhardt2012-01-301-1/+2
* fix possible crash intjenssen2012-01-301-0/+2
* Qt binary patch operation for embedded linux arm target.Iikka Eklund2012-01-302-0/+72
* fix for Replaces tagAlexander Lenhardt2012-01-271-4/+20
* now replaces should work againTim Jenssen2012-01-261-7/+1
* use QDir::tempPath()Niels Weber2012-01-261-2/+2
* Clamp to improve readability.kh12012-01-251-2/+2
* Use humanReadableSize instead of unitSizeText.kh12012-01-251-14/+5
* silence warningsNiels Weber2012-01-251-1/+1
* Fix crash while deleting components.Tim Jenssen2012-01-241-1/+7
* don't try to call methods if there is no scriptTim Jenssen2012-01-241-0/+3
* show asserts like default qassertsTim Jenssen2012-01-241-2/+5
* remove only the last space from default qDebugTim Jenssen2012-01-241-1/+3
* clean up some qDebug messagesTim Jenssen2012-01-243-5/+3
* deactivate error message in qdoc register caseTim Jenssen2012-01-241-3/+4
* Fix I247cca06386eee0f1af084ac4c15a813e38c3f02.kh12012-01-235-83/+52
* Move to private implementation.kh12012-01-233-5/+11
* Initial part to update repositories.kh12012-01-208-51/+144
* Update repositories after redirect.kh12012-01-175-2/+46
* fatal should abort the applicationTim Jenssen2012-01-171-0/+2
* remove wrong assert, we are using this if we are calling it with --checkupdatesTim Jenssen2012-01-171-1/+0
* Use qDebug instead of verbose.kh12012-01-1726-178/+142
* Small QString improvements.kh12012-01-179-24/+22
* Improve message handler output.kh12012-01-171-3/+22
* rename button to defaultButtonTim Jenssen2012-01-162-8/+8
* cleanup unused #includesTim Jenssen2012-01-162-8/+0
* added Q_INVOKABLE to a method for counting the number of available updatesAlexander Lenhardt2012-01-051-1/+1
* fixed QTIFW-75Alexander Lenhardt2012-01-055-4/+28
* treat strings containing commata as QStringListsAlexander Lenhardt2011-12-161-1/+4
* fixed compile errorsAlexander Lenhardt2011-12-151-2/+2
* improve parse arguments at operationrunnerTim Jenssen2011-12-151-7/+10
* show all details of all messageboxes in verboseTim Jenssen2011-12-073-6/+11
* removed triggerControlScriptForCurrentPageTim Jenssen2011-12-072-6/+0
* added PackageManagerCore::executeDetachedTim Jenssen2011-12-072-0/+18
* use replaces for the arguments in PackageManagerCore::executeTim Jenssen2011-12-071-9/+18
* missid the root components itselfTim Jenssen2011-12-021-1/+1
* If we cancel an download, prevent the failure msgbox.kh12011-12-022-2/+6
* Fix QTIFW-52.kh12011-12-011-9/+18
* Move the restart of the wizard into installer base.kh12011-12-011-2/+0
* Fix QTIFW-85.kh12011-12-012-4/+13
* Hide the automatic restart page.kh12011-11-301-2/+2
* fix a crash if the replaces is not existingTim Jenssen2011-11-291-3/+8
* Remove fetch and implement "lazy" fetch.kh12011-11-282-0/+3
* compile fix for LinuxNiels Weber2011-11-281-1/+2
* Implement network settings dialog.kh12011-11-285-44/+183
* Make it possible to set proxy factorys for the downloaders.kh12011-11-284-0/+31
* 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