summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed color codes from the diff inside the readmeTim Jenssen2011-03-091-2/+1
|
* more adjustments for the Qt configure linesTim Jenssen2011-03-091-3/+3
|
* updated configure lines to build a static QtTim Jenssen2011-03-091-2/+5
|
* moved some directories and adjusted the READMETim Jenssen2011-03-0996-1644/+53
| | | | | - 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-211353-0/+241799