summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/getrepositoriesmetainfojob.h
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the tree, have better ifw.pri. Shadow build support.kh12012-03-191-96/+0
| | | | | Change-Id: I01fb12537f863ed0744979973c7e4153889cc5cb Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Keep common just for the tools.kh12012-03-131-7/+5
| | | | | | | All other files should be in the lib anyway. Fix includes. Change-Id: I654fadf0a77b8d19953a6b47820e6398af11e2df 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>
* fix more license headersNiels Weber2012-02-061-7/+14
| | | | | Change-Id: I2a519b6b65ce0623ce7ed4ac9cbcc091a7c02a49 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Qt SDK -> Installer FrameworkNiels Weber2012-01-311-1/+1
| | | | | Change-Id: I143694ac2a62e3c0e2be003ffa0f7e37f00351a2 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Fix I247cca06386eee0f1af084ac4c15a813e38c3f02.kh12012-01-231-12/+7
| | | | | | | | | | We need to update the repositories during fetch and restart afterwards. Thought we can't add them always, as otherwise we would restart again and again without fetching the actual meta data. Fully untested. Change-Id: I4420bfed56e060c67ce12cb684d422bcd0904bf3 Reviewed-by: Alexander Lenhardt <alexander.lenhardt@nokia.com>
* Initial part to update repositories.kh12012-01-201-3/+2
| | | | | Change-Id: I247cca06386eee0f1af084ac4c15a813e38c3f02 Reviewed-by: Alexander Lenhardt <alexander.lenhardt@nokia.com>
* Update repositories after redirect.kh12012-01-171-0/+4
| | | | | | | | Once we got the redirect we should update the repository stored in the settings as well(this is independent of the repository type). Change-Id: I513eff4b5d72e29e879dbf58f224f4262443520f Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Simplify KD* directory structure.hjk2011-11-211-1/+1
| | | | | Change-Id: Ia6a4a9581873ada42aed3818d8fd2a4f41763f75 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Remove re-directing KD* header.hjk2011-11-211-1/+1
| | | | | Change-Id: I840d5d7739161300b38ac9b77eaabb2840c9fe02 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Use QSet throughout the whole code, saves us QList conversions.kh12011-11-151-3/+3
| | | | | | | | | | | Remove default parameter from Repo ctor, lead already to confusion. Also add some more specific {get/set} repo functions, to be able to distinguish between the different kind of repositories (needed for setting dialog). Change-Id: I2c1e4d5377799f54e408a89785bdc5f01619f846 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com> Reviewed-by: Alexander Lenhardt <alexander.lenhardt@nokia.com>
* If there happens to be an error during fetch, reset states.kh12011-11-091-1/+1
| | | | | | | | | Fix some missing pieces in repo info job, we need to clear already created tmp directories. Extend tmp dir deleter to support this... Change-Id: Id4ff22899959e488c3346348fdf657b628a38e30 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com> Reviewed-by: Alexander Lenhardt <alexander.lenhardt@nokia.com>
* Add a reset function to reset internal error handling.kh12011-07-081-0/+1
|
* Get rid of the package manager parameter.kh12011-05-061-3/+1
| | | | | | | | A: It did not self explain what it does. B: We did not need it in case of an unimportant error. Simplify the code that manages the error case for an unrecoverable error.
* Make use of the commen error values.kh12011-05-061-4/+0
|
* Update job info message and properly forward them.kh12011-05-031-1/+0
|
* The job would clear the list during it's work.kh12011-03-241-0/+1
| | | | | Thus after it finished we could not request the repos initially set.
* Small cleanup.kh12011-03-241-3/+3
|
* init commitTim Jenssen2011-02-211-0/+98