summaryrefslogtreecommitdiffstats
path: root/tools/repocompare
Commit message (Collapse)AuthorAgeFilesLines
* we are fine if the release date is the sameMaurice Kalinowski2011-10-211-1/+1
| | | | | | | | only if the release date moves back in time, we should throw an error Change-Id: I61b737eb0181a365fb2287be56acee26dca7fcbb Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* create headless modeMaurice Kalinowski2011-10-056-160/+326
| | | | | | | | | | | | some build scripts want to generate a update file without launching any user interface. Introduce some refactoring to be able to use the networking code from a non-gui application as well Change-Id: I187b7287095c89e140fbb68d9fdffe42c481ed52 Reviewed-on: http://codereview.qt-project.org/6013 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
* store commits locally in settingsMaurice Kalinowski2011-09-152-2/+37
| | | | | | | | | | | that way a user does not need to enter all repositories again. Only valid entries will be stored, so the lists should not become overblown in a regular situation. Change-Id: I694d564dd0f0f1e8ea54f083aab586800e74ea34 Reviewed-on: http://codereview.qt-project.org/4954 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
* style cleanupMaurice Kalinowski2011-04-081-2/+2
|
* add repocompareMaurice Kalinowski2011-04-085-0/+586
this is a little helper tool comparing to different repositories and checks for updates. It nominates components which can be updated and warns about potential errors.