summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/qinstaller.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename header/ source files to match class name.kh12011-06-151-1826/+0
* Rename to follow public class name scheme.kh12011-06-151-7/+7
* Rename from Installer to PackageManagerCore.kh12011-06-141-145/+144
* Add one more constant.kh12011-06-101-2/+2
* Move constants into global file and use where possible.kh12011-06-091-30/+26
* Keep a flag if we have do a no forced installion.kh12011-06-091-6/+24
* Fix accidental partly/ full uninstall in package manager.kh12011-06-091-25/+24
* Rename to match actual class name. Fix includes.kh12011-06-091-1/+1
* Rollback a installation needs to update the components.xml.kh12011-06-081-3/+25
* Uninstall not yet installed replacement removes the original.kh12011-06-081-6/+18
* Use QList instead of QVector to be consistant.kh12011-06-081-10/+6
* Basic implementation of replace, might need some updates.kh12011-06-081-16/+52
* We need to resolve updater components in a different way.kh12011-06-081-17/+17
* Style changes.kh12011-06-071-2/+1
* Updates are all checked by default.kh12011-06-061-1/+3
* now we have a default tag which can contain true or scriptTim Jenssen2011-06-011-5/+5
* Keep the settings on the stack.kh12011-05-191-11/+11
* Make use of QSettingsWrapper. Remove from original source.kh12011-05-171-2/+2
* MAke use of QSettingsWrapper. Remove from original source.kh12011-05-171-1/+2
* Make use of the QProcessWrapper own source.kh12011-05-161-0/+2
* Small cleanup.kh12011-05-161-2/+2
* Reorder to fix a possible race condition.kh12011-05-161-4/+7
* Add an option to disable auto delete.kh12011-05-161-0/+2
* Move into private, where it belongs in the first place.kh12011-05-131-5/+0
* Merge branch 'master' into refactorkh12011-05-121-2/+13
|\
| * now operation runner can run all operationsTim Jenssen2011-05-101-2/+15
| * fix the missing installer value for old operationsTim Jenssen2011-05-061-0/+4
| * teh "RemoveTargetDir" hackJ-P Nurmi2011-03-291-15/+21
* | Implement read/ write of user defined repositories.kh12011-05-101-1/+1
* | Initial implementation of user defined repositories.kh12011-05-101-0/+5
* | Get rid of the package manager parameter.kh12011-05-061-1/+1
* | Make use of the commen error values.kh12011-05-061-2/+2
* | Properly qualify the error.kh12011-05-061-1/+1
* | Don't bail on user ignore error.kh12011-05-061-4/+8
* | Small cleanup.kh12011-05-051-4/+7
* | Fix broken component by name functions.kh12011-05-051-1/+7
* | Small cleanup.kh12011-05-041-9/+2
* | Always ask to close the app, except for the finish page.kh12011-05-031-5/+3
* | Move the install component funtion into private.kh12011-04-211-93/+9
* | Also take the updater mode into account.kh12011-04-211-2/+2
* | Shutdown the meta info job from installer.kh12011-04-201-2/+2
* | Whitespaces.kh12011-04-201-2/+2
* | Fetch the package info after we know the it is installed.kh12011-04-201-2/+1
* | Remove dependencies if we have no updates.kh12011-04-201-7/+13
* | Always write the uninstaller.kh12011-04-191-2/+0
* | Small cleanup.kh12011-04-191-1/+1
* | Have a about to shutdown signal.kh12011-04-181-0/+2
* | Merge branch 'refactor' of scm.dev.nokia.troll.no:installer-framework/mainlin...kh12011-04-141-89/+84
|\ \
| * | Rename some parts. Use the full list in updater mode.kh12011-04-131-9/+11
| * | Get the list ov available components only once.kh12011-04-131-3/+4