summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/downloadarchivesjob.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Qt SDK -> Installer FrameworkNiels Weber2012-01-311-1/+1
| | | | | Change-Id: I143694ac2a62e3c0e2be003ffa0f7e37f00351a2 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* mass change 2011 -> 2012 for copyrightNiels Weber2012-01-311-1/+1
| | | | | | Change-Id: I66340dbc1f2a5a38ed98d1ad406c22b594d92b6e Reviewed-by: Alexander Lenhardt <alexander.lenhardt@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Use qDebug instead of verbose.kh12012-01-171-1/+0
| | | | | | | The message handler now forwards everything to the verbosew riter anyway. Change-Id: I822f86e8f2e2e7690a3b855ed83199d2f41dc480 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* If we cancel an download, prevent the failure msgbox.kh12011-12-021-1/+4
| | | | | | | | | | | | | Make sure to check for cancel in httpError, as the error gets emited as soon as we call http abort in cancelDownload(). Later in the chain httpDone would reset m_canceled and cancelDownload would call httpDone now with an unset m_canceled, resulting in emmiting an error. Change-Id: Ic1e74bef83706dba42ce8d2cb444c08078fa1ed8 Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Add authentication support to the downloaders.kh12011-11-281-0/+5
| | | | | Change-Id: If2317d5aded40819f62fa942b3a8af53c954689c Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Simplify KD* directory structure.hjk2011-11-211-2/+2
| | | | | Change-Id: Ia6a4a9581873ada42aed3818d8fd2a4f41763f75 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Remove re-directing KD* header.hjk2011-11-211-2/+2
| | | | | Change-Id: I840d5d7739161300b38ac9b77eaabb2840c9fe02 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Make sure we check if we could find the requested component.kh12011-11-151-54/+49
| | | | | | | | Avoid 0 pointer access, refactor the code since both fetch functions used basically the same except some different connects. Change-Id: Ie5cbb5af14074fa17c6b42094da192a68a6e1bfa Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Fix crash during install with latest SDK.kh12011-11-091-7/+15
| | | | | | | | | | Since we can have a very big files, do not read them at all, instead read chunks during hash verification. Avoids out of memory exceptions. Fix notify(), if we catch an exception, terminate the app as it's to late to do anything useful now. Change-Id: I2805eeff7d8c62ea73264c92a764724e100840e3 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Implement QTIFW-3.kh12011-10-201-1/+4
| | | | | | | Change-Id: I8a959d9913f3baac79f70c63a483bdd0e3cd0fe7 Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Fix crash while accessing a possible empty list.kh12011-07-141-3/+2
|
* Make sure we can set the target file location.kh12011-07-121-27/+29
| | | | Allows us to keep the files inside the remote tree.
* Fetch the repo only once. Makes package management fast.kh12011-07-041-0/+4
| | | | | Put all stuff into private wich seems to be rather ugly and useless from the outside. Fix some include files.
* Smale text change.kh12011-07-011-1/+1
|
* Rename header/ source files to match class name.kh12011-06-151-1/+1
| | | | Fix includes as well.
* Rename from Installer to PackageManagerCore.kh12011-06-141-7/+7
| | | | | Note: Might break on any other platform than windows, needs some more tests. No break on windows so far...
* Rename to match actual class name. Fix includes.kh12011-06-091-1/+1
|
* Make use of the commen error values.kh12011-05-061-2/+2
|
* Properly qualify the error.kh12011-05-061-1/+1
|
* Cleanup, style changes.kh12011-05-061-193/+181
|
* improve failed download error messageTim Jenssen2011-04-071-1/+2
|
* init commitTim Jenssen2011-02-211-0/+341