summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbase
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'master' into refactorkh12011-05-181-3/+3
|\|
| * Tha application object needs to be instantiated earlier.kh12011-05-181-3/+3
* | Merge branch 'master' into refactorkh12011-05-181-44/+34
|\|
| * Use our own parser for arguments.kh12011-05-181-51/+40
* | Always use TCP socket for communication.kh12011-05-171-4/+0
* | Merge branch 'master' into refactorkh12011-05-161-2/+0
|\|
| * removed unneeded qrc fileTim Jenssen2011-05-161-2/+0
* | Merge branch 'master' into refactorkh12011-05-161-9/+30
|\|