diff options
author | Joshua Joseph <joejoshw@gmail.com> | 2014-04-02 22:41:39 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-04-02 12:47:41 -0700 |
commit | ede6a38bcf38bbff56a8e41cb38f69c1532d0697 (patch) | |
tree | 975aa14d60bb491cd3880b2d239d335682557127 /qt-ui/mainwindow.ui | |
parent | 5cec965cb7bea3abbb12823404b6a7cfcfb57225 (diff) | |
download | subsurface-ede6a38bcf38bbff56a8e41cb38f69c1532d0697.tar.gz |
Add "Check for updates" Feature
This patch adds a check for updates feature.
It connects to http://subsurface.hohndel.org/updatecheck.html to check for
any new versions. It then prompts the user with a download link if an
update is available.
Signed-off-by: Joseph W. Joshua <joejoshw@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 2bf249683..1eadec7d3 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -601,6 +601,7 @@ <string>&Help</string> </property> <addaction name="actionAboutSubsurface"/> + <addaction name="action_Check_for_Updates"/> <addaction name="actionUserManual"/> </widget> <widget class="QMenu" name="menuImport"> @@ -910,6 +911,11 @@ <bool>false</bool> </property> </action> + <action name="action_Check_for_Updates"> + <property name="text"> + <string>&Check for Updates</string> + </property> + </action> </widget> <customwidgets> <customwidget> |