summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbase
Commit message (Expand)AuthorAgeFilesLines
* Fix crash during install with latest SDK.kh12011-11-091-4/+4
* Make sure to check that the download succeeded.kh12011-10-061-0/+7
* Implement mechanism to update the maintenace tool.kh12011-10-043-0/+230
* Add some useful information about the installer base version.kh12011-09-304-10/+40
* Move these into private source files, Include cleanup.kh12011-09-304-61/+150
* fixed wrong argument, added missing word runTim Jenssen2011-09-151-1/+1
* we need the application object for some informations laterTim Jenssen2011-09-141-0/+1
* Fix some spelling errors.kh12011-09-081-3/+3
* now an installer/maintenancetool can run operationsTim Jenssen2011-09-071-0/+8
* Try to read installed packages only in non installer mode.kh12011-08-251-1/+1
* Revert parts of the former changes.kh12011-08-241-4/+4
* Remove stupid check. Return the proper core status.kh12011-08-241-8/+2
* Add a hack to be able to check components.kh12011-08-231-4/+4
* Make sure we only calculate the components on actual change.kh12011-08-231-20/+10
* now we forward exceptions from script and queue slotsTim Jenssen2011-07-291-3/+37
* use new orderedComponentsToInstall methodTim Jenssen2011-07-221-5/+2
* added a first version of calculate to install components with dependency graphTim Jenssen2011-07-221-0/+1
* show licensepage even componentsToInstall is not workingTim Jenssen2011-07-221-0/+2
* disable some not working dependency code and splitted components()Tim Jenssen2011-07-212-7/+1
* break if license is foundMaurice Kalinowski2011-07-201-1/+4
* omit license page for no agreementMaurice Kalinowski2011-07-202-0/+24
* Fix error handling for all user defined errors.kh12011-07-192-7/+12
* reduce and improve verbose outputTim Jenssen2011-07-191-3/+3
* fix sql loading in the static build caseTim Jenssen2011-07-141-6/+3
* Build fix for dynamic linkage.kh12011-07-111-1/+8
* Hide KDJob from public API.kh12011-07-053-7/+4
* Have only two function to fetch local and remote packages.kh12011-07-041-2/+2
* Move the define to where it's used.kh12011-07-041-0/+2
* Keep the updater application as class member.kh12011-07-011-14/+0
* Implement package management even if we can't reach the repo.kh12011-06-301-3/+13
* Remove some superfluous code.kh12011-06-291-3/+0
* If there are no updates, show this in the ui as well.kh12011-06-291-4/+10
* Add an error function and display it in the ui.kh12011-06-293-4/+36
* Add the timer back as we need it to update the ui.kh12011-06-221-0/+3
* Rename files to match class name. Adjust includes.kh12011-06-202-2/+2
* Rename failWithWarning to failWithError and use it.kh12011-06-202-20/+13
* Move some checks to an earlier point in the chain.kh12011-06-201-36/+25
* Rename header/ source files to match class name.kh12011-06-154-5/+5
* Rename from Installer to PackageManagerCore.kh12011-06-145-123/+123
* Rename the class to better fit it's real purpose.kh12011-06-145-22/+22
* Keep a flag if we have do a no forced installion.kh12011-06-091-2/+2
* Merge branch 'master' into refactorkh12011-06-091-1/+0
|\
| * don't fail with unknown argumentsNiels Weber2011-06-091-1/+0
* | Fix broken build after rename.kh12011-06-092-2/+2
* | Only in case we run the installer use metadata as source.kh12011-06-081-2/+4
* | We need to fetch as long as we got packages.kh12011-06-051-33/+30
* | Add convenient function.kh12011-06-052-0/+12
* | Remove unused function.kh12011-06-051-17/+0
* | Remove now unsed files.kh12011-05-243-124/+2
* | The application object needs to be instantiated earlier.kh12011-05-181-1/+1