summaryrefslogtreecommitdiffstats
path: root/installerbuilder
Commit message (Collapse)AuthorAgeFilesLines
* moved some directories and adjusted the READMETim Jenssen2011-03-095-113/+3
| | | | | - also removed some unused projects under examples(updater, updaterplugin) - adjusted pro files to the new structure
* Use a gui application to prevent crash.kh12011-03-071-1/+1
| | | | | | We can't use a core application here, as in case of we can't connect to the update server, we would try to pop up a message box. This fails and crashes cause we have no gui application.
* Fix endless loop.kh12011-03-031-2/+2
| | | | | | In case the update server could not be reached and the user pressed "Retry", we would hit an endless loop since the error condition was wrong.
* try to make openurl in a more save wayTim Jenssen2011-03-021-1/+3
|
* use fromUserInput to fix some maybe problems with urlsTim Jenssen2011-03-021-1/+1
|
* linux: honour http_proxy environment variableNiels Weber2011-03-021-2/+22
| | | | Reviewed-by: tjenssen
* installation directory cannot be emptyMaurice Kalinowski2011-03-022-0/+14
| | | | | | | | The wizard page should not allow to specify an empty installation path. Hence reject the wizard to proceed Reviewed-by: Niels Weber Task-number: QTSDK-540
* install new components in the installer modeTim Jenssen2011-02-251-1/+1
|
* init commitTim Jenssen2011-02-211174-0/+230459