summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/updater.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Use qDebug instead of verbose.kh12012-01-171-2/+3
| | | | | | | The message handler now forwards everything to the verbosew riter anyway. Change-Id: I822f86e8f2e2e7690a3b855ed83199d2f41dc480 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Simplifications in QInstaller::Updaterhjk2011-11-211-28/+24
| | | | | Change-Id: I611ea75f0c66fdad2a35f216150454416bb59d3a Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* Remaining whitespace, removal of empty destructors etc.hjk2011-11-211-1/+1
| | | | | Change-Id: I9f99ae71e832586432d6fc493a701c5d5d074d6a Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* added scRemoteVersion constant for better readabilityAlexander Lenhardt2011-10-131-1/+1
| | | | | | Change-Id: I781f58c74e318d0946026f691cb381634fd59704 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* only return true is all requirements are setMaurice Kalinowski2011-09-161-0/+1
| | | | | | | | | | if it cannot fetch the data from the repository, it should handle this as no available updates. Change-Id: I52f2f7360ceef37a6181f35b2c526c1babc862fa Reviewed-on: http://codereview.qt-project.org/5071 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* fix that the checkupdate argument makes the right outputTim Jenssen2011-09-051-2/+3
| | | | | | | | Change-Id: Ia98566cf1047077d86db519414930241d5cb00ca Reviewed-on: http://codereview.qt.nokia.com/4210 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* only return true is all requirements are setMaurice Kalinowski2011-08-311-2/+2
| | | | | | | | | if it cannot fetch the data from the repository, it should handle this as no available updates. Change-Id: I4d141399077d8c6212499f2beefc9de1862bf67d Reviewed-on: http://codereview.qt.nokia.com/3863 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* disable some not working dependency code and splitted components()Tim Jenssen2011-07-211-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-3/+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-6/+6
| | | | | Note: Might break on any other platform than windows, needs some more tests. No break on windows so far...
* Move constants into global file and use where possible.kh12011-06-091-3/+3
|
* Rename to match actual class name. Fix includes.kh12011-06-091-1/+1
|
* Add accessor functions. Small style changes. Doc update.kh12011-05-101-2/+2
|
* Adjust updater to simple check for updates.kh12011-04-011-226/+11
| | | | We might remove this class completely at some point.
* Always pass the mode so we get the right components.kh12011-03-161-1/+1
|
* Unify status values.kh12011-03-101-3/+3
|
* Cleanup. Style changes.kh12011-03-091-0/+1
|
* Make the updater class work properly.kh12011-03-081-11/+12
|
* Only the uninstaller is able to retrieve updates.kh12011-03-071-15/+18
| | | | | | | | Call QInstaller::init() as early as possible to register custom operations. Needs to be done before we read the binary content, cause the operations may used in the uninstaller for the recorded list of during the installation performed operations.
* Make use of the isUpdater call.kh12011-03-041-1/+1
|
* Build on OSX.kh12011-03-041-1/+1
|
* Some further cleanup. Add missing isUpdater checks.kh12011-03-031-6/+12
|
* Use our own logger to output the found update.kh12011-03-031-3/+2
|
* Style cleanup. Put Updater into QInstaller namespace.kh12011-03-031-213/+197
|
* Whitespaces.kh12011-03-031-4/+4
|
* init commitTim Jenssen2011-02-211-0/+324