summaryrefslogtreecommitdiffstats
path: root/examples/testapp/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make the example compile with Qt5.kh12013-02-181-7/+8
| | | | | | Change-Id: I765d38e8470ebed68d3a9e660bee7b4b9df304bb Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Change copyright headers from Nokia to DigiaSergio Ahumada2012-12-211-18/+27
| | | | | Change-Id: Id55a71a6ee24b234739b6066e11e9c1f2e389f73 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* Fix formating and build with QT_NO_CAST_FROM_ASCII.kh12012-03-161-1/+1
| | | | | | Change-Id: I00e4b1ec840d976dbfc7f0138726692a770aadba Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Keep common just for the tools.kh12012-03-131-3/+2
| | | | | | | All other files should be in the lib anyway. Fix includes. Change-Id: I654fadf0a77b8d19953a6b47820e6398af11e2df Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* update contact email to the current oneNiels Weber2012-02-061-2/+2
| | | | | Change-Id: Icc6560f9c65e294e01439f17ff02614d6dcf7dc8 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* the final license header changesNiels Weber2012-02-061-13/+13
| | | | | Change-Id: I41fe1a29c480bb45aad9ddfe6e50752d3a822ce4 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* fix cases where now only 2012 was stated as copyright yearkh12012-02-011-1/+1
| | | | | Change-Id: Iae8c25276707dd245bf8247bc4b71511a29901b0 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Qt SDK -> Installer FrameworkNiels Weber2012-01-311-1/+1
| | | | | Change-Id: I143694ac2a62e3c0e2be003ffa0f7e37f00351a2 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* mass change 2011 -> 2012 for copyrightNiels Weber2012-01-311-1/+1
| | | | | | Change-Id: I66340dbc1f2a5a38ed98d1ad406c22b594d92b6e Reviewed-by: Alexander Lenhardt <alexander.lenhardt@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* Simplify KD* directory structure.hjk2011-11-211-1/+1
| | | | | Change-Id: Ia6a4a9581873ada42aed3818d8fd2a4f41763f75 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Remove re-directing KD* header.hjk2011-11-211-1/+1
| | | | | Change-Id: I840d5d7739161300b38ac9b77eaabb2840c9fe02 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* 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