summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/packagemanagercore_p.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* execute the dependsOnLocalInstallerBinary check after beginInstallationTim Jenssen2012-05-301-15/+24
| | | | | | | | | | | - beginInstallation needs to be run before checking for dependsOnLocalInstallerBinary as that value isn't set before - with this change we can use the beginnInstallation method in the component scripts to set this depends check Change-Id: Ib0964ab84a43499b3dc574aa5d7aecb2c69f01f1 Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* now the qt creator releated locations are more flexibleTim Jenssen2012-05-161-16/+0
| | | | | | | | - tried to remove or move Qt/Qt Creator related things from the core classes Change-Id: I168ae3c56785e389ac34b761be98a7782a683de7 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com> Reviewed-by: Niels Weber <niels.2.weber@nokia.com>
* remove unneeded variableTim Jenssen2012-05-141-1/+0
| | | | | Change-Id: Iced0128f40f4e84b2751ef37079c70f7c69dabcc Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* use string replace method instead of unneeded regexp (\ -> /)Tim Jenssen2012-05-071-3/+2
| | | | | | Change-Id: I9116fc2484e0c2c6e76a9f7e5318d7985f31b898 Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* remove unneeded method in the uninstall caseTim Jenssen2012-05-071-4/+0
| | | | | | | | | | | | | | | | | | - an uninstallation is basically running the undo operation on all ran/saved operations, for this no scripts are needed and usually they are not loaded to run the uninstaller(maybe there is a bug if the user used the previous button of the maintenance tool in the packagemanager or updater mode) - both removed methods using things from script which shouldn't load in the uninstall only mode - what should do an uninstaller if they need to close an application to run correctly, till now this is not needed because if the delete method of the installer can't remove a file it moves it to the temp directory Change-Id: Ia8d8337b64450473fd400a4c5b2fc2d96daefecc Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* no need to remove the startmenu entryTim Jenssen2012-05-041-11/+0
| | | | | | | | - createShortCutOperations handles that completely (it removes every parent dir if it is empty) Change-Id: I94021c12342de9ec3bfa859d17c352b73b55e4dc Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* use scCommaRegExp where ever we canTim Jenssen2012-04-271-2/+1
| | | | | Change-Id: I484e20fd53c2710595c5d4eb28878932eebafe35 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* now installer can disallow to install from a remote locationTim Jenssen2012-04-271-0/+10
| | | | | | | | | | | | - 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>
* Move the models inside core engine.kh12012-04-251-0/+8
| | | | | | | | Improves the situation for qml based installer. Change-Id: Ia7198f0720a1268c7918517228c13255cccce4ea Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* use Q_OS instead of Q_WS definesTim Jenssen2012-04-241-8/+12
| | | | | Change-Id: I2bbc5b97b8aa9d3dbe77a3334c0182158c2db9c5 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* deinstallation is not an english wordTim Jenssen2012-04-131-2/+3
| | | | | Change-Id: Ide623cb7550ed0a6835e1f0113f2e06d5af9f046 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* tiny cleanup stuffNiels Weber2012-03-221-9/+9
| | | | | Change-Id: Iddff810e993e89ca660ca5e4ab6c0220f8659068 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Reorganize the tree, have better ifw.pri. Shadow build support.kh12012-03-191-0/+2326
Change-Id: I01fb12537f863ed0744979973c7e4153889cc5cb Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>