summaryrefslogtreecommitdiffstats
path: root/installerbuilder
Commit message (Expand)AuthorAgeFilesLines
* Use qDebug instead of verbose.kh12012-01-1733-301/+261
* Small QString improvements.kh12012-01-1710-25/+23
* 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
* internal config controls whether the maintenance tool can be run standaloneAlexander Lenhardt2012-01-101-0/+28
* 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-152-8/+12
* fix the hack that uses cleanlooks under Ubuntu 11.10Tim Jenssen2011-12-131-5/+6
* try to hack around the ubuntu 11.10 problemTim Jenssen2011-12-121-0/+28
* show all details of all messageboxes in verboseTim Jenssen2011-12-073-6/+11
* removed triggerControlScriptForCurrentPageTim Jenssen2011-12-073-7/+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-012-5/+12
* Fix QTIFW-85.kh12011-12-012-4/+13
* Make sure we reset the package fetch state.kh12011-11-302-1/+6
* Switch columns for better visability (Username/Password).kh12011-11-301-9/+10
* Force repaint of the wizard ui.kh12011-11-301-0/+4
* Hide the automatic restart page.kh12011-11-303-5/+9
* Fix warning about wrong initialization order.kh12011-11-301-1/+1
* fix a crash if the replaces is not existingTim Jenssen2011-11-291-3/+8
* Update to the latest and greatest...kh12011-11-297-79/+86
* Remove fetch and implement "lazy" fetch.kh12011-11-286-169/+141
* compile fix for LinuxNiels Weber2011-11-281-1/+2
* Implement network settings dialog.kh12011-11-2811-59/+1524
* Make it possible to set proxy factorys for the downloaders.kh12011-11-285-3/+34
* 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
* Rename function and call it earlier in the chain.kh12011-11-283-13/+14
* Cleanup.kh12011-11-287-11/+8
* Make it possible to stream the Repository class.kh12011-11-282-0/+34
* 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
* Let the app parse the arguments again in gui mode.kh12011-11-281-3/+2
* 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