From ddd6c82dd7e51543fa5e406deceb18866f64f8d3 Mon Sep 17 00:00:00 2001 From: Thomas Piccirello Date: Tue, 26 Dec 2017 18:22:03 -0500 Subject: [PATCH] Use https for www.qbittorrent.org --- README.md | 2 +- configure | 8 ++++---- configure.ac | 2 +- dist/unix/qbittorrent.appdata.xml | 2 +- dist/windows/installer.nsi | 2 +- src/gui/about_imp.h | 2 +- src/gui/mainwindow.cpp | 4 ++-- src/webui/www/private/index.html | 2 +- src/webui/www/public/about.html | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 79f7e2a9d..a2c75ef52 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ You can also download it from [here](https://github.com/qbittorrent/qBittorrent/ ### Misc: For more information please visit: -http://www.qbittorrent.org +https://www.qbittorrent.org or our wiki here: http://wiki.qbittorrent.org diff --git a/configure b/configure index 7e03e07c9..1388136a7 100755 --- a/configure +++ b/configure @@ -583,7 +583,7 @@ PACKAGE_TARNAME='qbittorrent' PACKAGE_VERSION='v3.2.0alpha' PACKAGE_STRING='qbittorrent v3.2.0alpha' PACKAGE_BUGREPORT='bugs.qbittorrent.org' -PACKAGE_URL='http://www.qbittorrent.org/' +PACKAGE_URL='https://www.qbittorrent.org/' ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE @@ -1426,7 +1426,7 @@ Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . -qbittorrent home page: . +qbittorrent home page: . _ACEOF ac_status=$? fi @@ -6139,7 +6139,7 @@ Configuration commands: $config_commands Report bugs to . -qbittorrent home page: ." +qbittorrent home page: ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 @@ -7454,7 +7454,7 @@ Configuration commands: $config_commands Report bugs to . -qbittorrent home page: ." +qbittorrent home page: ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 diff --git a/configure.ac b/configure.ac index 2d9d74c1b..f00c8405b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([qbittorrent], [v3.2.0alpha], [bugs.qbittorrent.org], [], [http://www.qbittorrent.org/]) +AC_INIT([qbittorrent], [v3.2.0alpha], [bugs.qbittorrent.org], [], [https://www.qbittorrent.org/]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_PROG_CC diff --git a/dist/unix/qbittorrent.appdata.xml b/dist/unix/qbittorrent.appdata.xml index 908a2928b..344da31d5 100644 --- a/dist/unix/qbittorrent.appdata.xml +++ b/dist/unix/qbittorrent.appdata.xml @@ -56,7 +56,7 @@ - http://www.qbittorrent.org/ + https://www.qbittorrent.org/ sledgehammer999@qbittorrent.org The qBittorrent Project http://bugs.qbittorrent.org/ diff --git a/dist/windows/installer.nsi b/dist/windows/installer.nsi index 2651112e4..ca5717503 100644 --- a/dist/windows/installer.nsi +++ b/dist/windows/installer.nsi @@ -86,7 +86,7 @@ Section $(inst_qbt_req) ;"qBittorrent (required)" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\qBittorrent" "UninstallString" '"$INSTDIR\uninst.exe"' WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\qBittorrent" "DisplayIcon" '"$INSTDIR\qbittorrent.exe",0' WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\qBittorrent" "Publisher" "The qBittorrent project" - WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\qBittorrent" "URLInfoAbout" "http://www.qbittorrent.org" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\qBittorrent" "URLInfoAbout" "https://www.qbittorrent.org" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\qBittorrent" "DisplayVersion" "${PROG_VERSION}" WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\qBittorrent" "NoModify" 1 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\qBittorrent" "NoRepair" 1 diff --git a/src/gui/about_imp.h b/src/gui/about_imp.h index 2ff663edc..78e668ac7 100644 --- a/src/gui/about_imp.h +++ b/src/gui/about_imp.h @@ -59,7 +59,7 @@ public: "%1\n\n" "%2\n\n" "" - "" + "" "" "" "
%3http://www.qbittorrent.org
%3https://www.qbittorrent.org
%4http://forum.qbittorrent.org
%5http://bugs.qbittorrent.org
" diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index f7ac28a3c..b5713aa16 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -988,7 +988,7 @@ void MainWindow::on_actionCloseWindow_triggered() { // On macOS window close is basically equivalent to window hide. // If you decide to implement this functionality for other OS, - // then you will also need ui lock checks like in actionExit. + // then you will also need ui lock checks like in actionExit. close(); } #endif @@ -1854,7 +1854,7 @@ void MainWindow::toggleAlternativeSpeeds() void MainWindow::on_actionDonateMoney_triggered() { - QDesktopServices::openUrl(QUrl("http://www.qbittorrent.org/donate")); + QDesktopServices::openUrl(QUrl("https://www.qbittorrent.org/donate")); } void MainWindow::showConnectionSettings() diff --git a/src/webui/www/private/index.html b/src/webui/www/private/index.html index dba164575..5741cbed4 100644 --- a/src/webui/www/private/index.html +++ b/src/webui/www/private/index.html @@ -77,7 +77,7 @@ QBT_TR(&Help)QBT_TR[CONTEXT=MainWindow] diff --git a/src/webui/www/public/about.html b/src/webui/www/public/about.html index e597f54d7..3159447e1 100644 --- a/src/webui/www/public/about.html +++ b/src/webui/www/public/about.html @@ -2,7 +2,7 @@

qBittorrent ${VERSION} QBT_TR(Web UI)QBT_TR[CONTEXT=OptionsDialog]

QBT_TR(An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.)QBT_TR[CONTEXT=about]

Copyright (c) 2011-2017 The qBittorrent project

-

QBT_TR(Home Page:)QBT_TR[CONTEXT=about] http://www.qbittorrent.org

+

QBT_TR(Home Page:)QBT_TR[CONTEXT=about] https://www.qbittorrent.org

QBT_TR(Bug Tracker:)QBT_TR[CONTEXT=about] http://bugs.qbittorrent.org

QBT_TR(Forum:)QBT_TR[CONTEXT=about] http://forum.qbittorrent.org

QBT_TR(IRC: #qbittorrent on Freenode)QBT_TR[CONTEXT=HttpServer]