summaryrefslogtreecommitdiffstats
path: root/src/libs/kdtools
Commit message (Collapse)AuthorAgeFilesLines
...
* use string replace method instead of unneeded regexp (\ -> /)Tim Jenssen2012-05-071-5/+2
| | | | | | Change-Id: I9116fc2484e0c2c6e76a9f7e5318d7985f31b898 Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* add killProcess methodTim Jenssen2012-05-074-0/+56
| | | | | | | | | - only implemented under windows where it could be needed for update - even the delete file method moves files to temp which can not be removed, it is much safer to kill the process Change-Id: Ide043657d5f74186da02cb18a87072b18910c964 Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* use QHash where it is possibleTim Jenssen2012-05-035-9/+9
| | | | | Change-Id: I01edf5ee396ea61526dce52d7b7f4fd02721c220 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* fix 0a8755a for Linux and MacNiels Weber2012-04-303-2/+14
| | | | | Change-Id: I7b3a85e8b83226db47955f88c13b5bc3cd8b5ad1 Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com>
* use scCommaRegExp where ever we canTim Jenssen2012-04-273-3/+4
| | | | | Change-Id: I484e20fd53c2710595c5d4eb28878932eebafe35 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* now installer can disallow to install from a remote locationTim Jenssen2012-04-272-2/+124
| | | | | | | | | | | | - at the moment the implementation is windows only - in some cases it is problematically to install big installers from a remote location: if the connection is lost -> crash - the installer itself can have the flag DependsOnLocalInstallerBinary in the config.xml file - or a component can request that installer.setDependsOnLocalInstallerBinary() Change-Id: I0c8d70ca89dd55d2d0c52bf3418f11c95b5290a1 Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Implememt a way to ask for and save user authentication settings.kh12012-04-274-9/+176
| | | | | | Change-Id: If1fa6bbcb8cd0d3da08f33f96b52589251f9cffc Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* correct spelling: there is no plural of information in EnglishTim Jenssen2012-04-241-1/+1
| | | | | Change-Id: I2eaf5c99d98ae8ccff8fd2e23a7c50740f61f37c Reviewed-by: Niels Weber <niels.2.weber@nokia.com>
* use Q_OS instead of Q_WS definesTim Jenssen2012-04-242-7/+7
| | | | | Change-Id: I2bbc5b97b8aa9d3dbe77a3334c0182158c2db9c5 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Implement https support, reuse http downloader.kh12012-04-194-7/+51
| | | | | | | | | Fixes Task-number: QTIFW-119 Change-Id: If374603834f5dfe9e7b51f41139cd3b78ad21c61 Reviewed-by: Richard J. Moore <rich@kde.org> Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Load only the description with the correct lang attribute.Niels Weber2012-03-281-0/+12
| | | | | | | If there is none, fall back to the untranslated one, if that can be found. Change-Id: I589b67e314c2039fe40e88c1370afd4eff89b0d5 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Typos etc fixedNiels Weber2012-03-281-4/+4
| | | | | Change-Id: I7cb7438f940c14d65426e8a43acec496824ade0d Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* introduce general humanReadableSize methodTim Jenssen2012-03-271-18/+8
| | | | | Change-Id: I4731be424cf2207e8cc2320ab9e442d02c29aeda Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Update some more includes.kh12012-03-194-11/+11
| | | | | | Change-Id: I198ae7e460a97ca08f3cd6bee15f1a3ba9d6a303 Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Reorganize the tree, have better ifw.pri. Shadow build support.kh12012-03-1953-0/+11241
Change-Id: I01fb12537f863ed0744979973c7e4153889cc5cb Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>