summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/packagemanagercore.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo.kh12011-07-051-10/+10
* Operations -> OperationListkh12011-07-051-1/+1
* Define some typedefs and hide the "Update"...kh12011-07-041-7/+5
* Have only two function to fetch local and remote packages.kh12011-07-041-235/+204
* Use typedef to hide the "Update" prefix, doesn't fit really.kh12011-07-041-3/+2
* Fetch the repo only once. Makes package management fast.kh12011-07-041-135/+20
* Fake install/ update/ rollback progress.kh12011-07-011-0/+4
* Remove superfluous code and fix local packages function.kh12011-07-011-15/+11
* If the file does not exist, set a proper error value.kh12011-07-011-9/+11
* Remove some superfluous function and variables.kh12011-07-011-81/+13
* Remove superfluous fuction.kh12011-07-011-4/+3
* Keep the updater application as class member.kh12011-07-011-23/+13
* Implement package management even if we can't reach the repo.kh12011-06-301-0/+68
* Cleanup the error messages and add some missing punctuation.kh12011-06-291-4/+4
* Add an error function and display it in the ui.kh12011-06-291-23/+60
* Should have been lower case.kh12011-06-241-12/+12
* Whitespace cleanup. Remove forward declaration.kh12011-06-221-1/+0
* Rename files to match class name. Adjust includes.kh12011-06-201-1/+1
* Rename InstallerSettings to Settings.kh12011-06-201-15/+15
* Create the handler on the stack instead of the heap.kh12011-06-151-1/+1
* Rename header/ source files to match class name.kh12011-06-151-0/+1826