summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/settings.h
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize the tree, have better ifw.pri. Shadow build support.kh12012-03-191-141/+0
| | | | | Change-Id: I01fb12537f863ed0744979973c7e4153889cc5cb Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* remove MaintenanceTitleNiels Weber2012-03-051-1/+0
| | | | | | | | We simply use the Title field and add "Maintain " in front. This way it can easily be translated. Change-Id: I343b5480c6fb7428ec264e39ae5c17d8d3029d5d Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Get rid of signing. We can put it back once we need it.kh12012-03-011-3/+0
| | | | | Change-Id: I1d8bc5655b25dafd30edfe24e7ef8f7fb6b1b9b6 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>
* license header fixesNiels Weber2012-02-061-7/+14
| | | | | Change-Id: I47739f3b085b4fe1bb8c64eba1b0a74b6c999ee4 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Fix QTIFW-68.kh12012-02-011-0/+2
| | | | | | | Do not allow no ascii characters in path or install dir. Change-Id: If32d24ccecabdf783a3cb4cf7aceaf41c441f205 Reviewed-by: Alexander Lenhardt <alexander.lenhardt@nokia.com>
* Qt SDK -> Installer FrameworkNiels Weber2012-01-311-1/+1
| | | | | Change-Id: I143694ac2a62e3c0e2be003ffa0f7e37f00351a2 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Initial part to update repositories.kh12012-01-201-1/+6
| | | | | Change-Id: I247cca06386eee0f1af084ac4c15a813e38c3f02 Reviewed-by: Alexander Lenhardt <alexander.lenhardt@nokia.com>
* Update repositories after redirect.kh12012-01-171-0/+1
| | | | | | | | 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>
* Extend Settings class to store proxy settings.kh12011-11-281-0/+21
| | | | | | Change-Id: I37589a25e294c63d5930ff9120f1af2063341df1 Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Introduce some more set'ter to add repositories.kh12011-11-281-0/+3
| | | | | | Change-Id: Ic0c2a2362a5e9065410ffc548ab6120c605aef8d Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Use QSet throughout the whole code, saves us QList conversions.kh12011-11-151-4/+10
| | | | | | | | | | | 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>
* Move constants into it's own file.kh12011-07-051-0/+1
|
* More work towards full localisation.kh12011-06-271-0/+3
|
* Add missing const.kh12011-06-231-2/+2
|
* Read the settings throug QXmlStreamReader.kh12011-06-231-3/+4
| | | | | Also use a QVariantHash to store the values. Add some convenient functions to the class to get the Variants.
* Rename files to match class name. Adjust includes.kh12011-06-201-0/+95