summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbase
Commit message (Expand)AuthorAgeFilesLines
* Use qDebug instead of verbose.kh12012-01-173-27/+28
* internal config controls whether the maintenance tool can be run standaloneAlexander Lenhardt2012-01-101-0/+28
* improve parse arguments at operationrunnerTim Jenssen2011-12-151-1/+2
* 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
* removed triggerControlScriptForCurrentPageTim Jenssen2011-12-071-1/+0
* Move the restart of the wizard into installer base.kh12011-12-011-3/+12
* 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-302-3/+7
* Fix warning about wrong initialization order.kh12011-11-301-1/+1
* Update to the latest and greatest...kh12011-11-297-79/+86
* Remove fetch and implement "lazy" fetch.kh12011-11-284-169/+138
* Implement network settings dialog.kh12011-11-286-15/+1341
* Make it possible to set proxy factorys for the downloaders.kh12011-11-281-3/+3
* Rename function and call it earlier in the chain.kh12011-11-283-13/+14
* Cleanup.kh12011-11-281-2/+1
* Let the app parse the arguments again in gui mode.kh12011-11-281-3/+2
* Extend buffere size, move, add includes and defines.kh12011-11-233-10/+30
* Let the the gui application open a console on Windows.kh12011-11-233-53/+135
* added --version description to command-line helpAlexander Lenhardt2011-11-221-0/+2
* added command-line helpAlexander Lenhardt2011-11-221-0/+40
* Compile fix for namespaced Qt.hjk2011-11-221-0/+3
* Some replacements of QString::fromLatin1 with QLatin1String.hjk2011-11-211-1/+1
* Simplify KD* directory structure.hjk2011-11-212-5/+5
* Remove re-directing KD* header.hjk2011-11-212-5/+5
* Code cosmetics.hjk2011-11-181-3/+3
* have always output, even when not verboseNiels Weber2011-11-171-1/+1
* Use QSet throughout the whole code, saves us QList conversions.kh12011-11-151-8/+7
* Fix crash during install with latest SDK.kh12011-11-091-4/+4
* Make sure to check that the download succeeded.kh12011-10-061-0/+7
* Implement mechanism to update the maintenace tool.kh12011-10-043-0/+230
* Add some useful information about the installer base version.kh12011-09-304-10/+40
* Move these into private source files, Include cleanup.kh12011-09-304-61/+150
* fixed wrong argument, added missing word runTim Jenssen2011-09-151-1/+1
* we need the application object for some informations laterTim Jenssen2011-09-141-0/+1
* Fix some spelling errors.kh12011-09-081-3/+3
* now an installer/maintenancetool can run operationsTim Jenssen2011-09-071-0/+8
* Try to read installed packages only in non installer mode.kh12011-08-251-1/+1
* Revert parts of the former changes.kh12011-08-241-4/+4
* Remove stupid check. Return the proper core status.kh12011-08-241-8/+2
* Add a hack to be able to check components.kh12011-08-231-4/+4
* Make sure we only calculate the components on actual change.kh12011-08-231-20/+10
* now we forward exceptions from script and queue slotsTim Jenssen2011-07-291-3/+37
* use new orderedComponentsToInstall methodTim Jenssen2011-07-221-5/+2
* added a first version of calculate to install components with dependency graphTim Jenssen2011-07-221-0/+1
* show licensepage even componentsToInstall is not workingTim Jenssen2011-07-221-0/+2
* disable some not working dependency code and splitted components()Tim Jenssen2011-07-212-7/+1
* break if license is foundMaurice Kalinowski2011-07-201-1/+4