summaryrefslogtreecommitdiffstats
path: root/examples/testapp/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added const to method where possible and clean up the code(removed unused ↵Tim Jenssen2011-07-271-1/+1
| | | | | | methods) Reviewed-By: Niels Weber
* 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.
* Remove superfluous includes and forward declarations.kh12011-07-041-0/+1
|
* Keep the updater application as class member.kh12011-07-011-6/+2
| | | | | | | | 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 from Installer to PackageManagerCore.kh12011-06-141-14/+14
| | | | | Note: Might break on any other platform than windows, needs some more tests. No break on windows so far...
* Add one more constant.kh12011-06-101-2/+1
|
* Style changes.kh12011-06-011-3/+3
|
* Keep the installer on the stack.kh12011-06-011-14/+18
|
* Init known operations as early as possible.kh12011-06-011-2/+0
|
* Keep the dialog on the heap to see actual setting changes.kh12011-06-011-3/+3
|
* Remove some superfluous includes. Style changes.kh12011-06-011-30/+16
|
* Cleanup. Compile the missing parts as well.kh12011-05-311-72/+73
| | | | Review-by: tjenssen
* Make it compile again. Still does not work.kh12011-05-241-27/+33
|
* Always pass the mode so we get the right components.kh12011-03-161-1/+1
|
* init commitTim Jenssen2011-02-211-0/+182