summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/downloadarchivesjob.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the tree, have better ifw.pri. Shadow build support.kh12012-03-191-340/+0
| | | | | Change-Id: I01fb12537f863ed0744979973c7e4153889cc5cb Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Keep common just for the tools.kh12012-03-131-4/+3
| | | | | | | All other files should be in the lib anyway. Fix includes. Change-Id: I654fadf0a77b8d19953a6b47820e6398af11e2df Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Get rid of signing. We can put it back once we need it.kh12012-03-011-11/+4
| | | | | Change-Id: I1d8bc5655b25dafd30edfe24e7ef8f7fb6b1b9b6 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Silence warning in case the file does not exist.kh12012-02-091-1/+1
| | | | | | | | | | | | Special case here was that the file was already removed by the repositories meta info job, since now all files are held inside the generated folder hierarchy. Before all downloaded files where loosely held inside the tmp directory and the archives job had to track them. Change-Id: I8825cc4a7a569d1cf09198cb41834396fc1f1903 Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* update contact email to the current oneNiels Weber2012-02-061-2/+2
| | | | | Change-Id: Icc6560f9c65e294e01439f17ff02614d6dcf7dc8 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* more license header fixesNiels Weber2012-02-061-13/+13
| | | | | Change-Id: I694171e531edd5216401dcd99ce3040a1a007604 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* fix cases where now only 2012 was stated as copyright yearkh12012-02-011-1/+1
| | | | | Change-Id: Iae8c25276707dd245bf8247bc4b71511a29901b0 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* 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