summaryrefslogtreecommitdiffstats
path: root/examples/testapp/updateagent.cpp
Commit message (Collapse)AuthorAgeFilesLines
* make the testapp compileTim Jenssen2011-07-251-1/+1
|
* Have only two function to fetch local and remote packages.kh12011-07-041-1/+1
| | | | | | Move everything else into private and guess what to do on the run mode. This helps a lot on restart, as no packages need to be fetched again and no updates need to be rebuild.
* Keep the updater application as class member.kh12011-07-011-4/+0
| | | | | | | | I can't see any reason to be able to set it from the outside, thus it makes no sense to have that functionality at all. To be able to work properly the app had to be set, but could be easily forgotten, leading to a crash later on. Re-parsing should be removed as well, will do it next.
* Rename header/ source files to match class name.kh12011-06-151-1/+1
| | | | Fix includes as well.
* Rename from Installer to PackageManagerCore.kh12011-06-141-5/+5
| | | | | Note: Might break on any other platform than windows, needs some more tests. No break on windows so far...
* Fix broken build after rename.kh12011-06-091-1/+1
|
* Style changes.kh12011-06-011-1/+1
|
* Cleanup. Style changes. Adjust to new fetch updates code.kh12011-06-011-60/+45
|
* Add missing files to make the testapp compile fully.kh12011-05-311-0/+129
Review-by: tjenssen