1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Change qupzilla.com links to https

This commit is contained in:
David Rosca 2016-01-02 12:38:16 +01:00
parent fc0960b99b
commit 7391a6403c
6 changed files with 12 additions and 12 deletions

View File

@ -17,13 +17,13 @@
</p>
</description>
<screenshots>
<screenshot type="default" width="864" height="567">http://www.qupzilla.com/screens/gnome.png</screenshot>
<screenshot width="948" height="638">http://www.qupzilla.com/screens/kde_window.png</screenshot>
<screenshot width="864" height="567">http://www.qupzilla.com/screens/dial_gnome.png</screenshot>
<screenshot width="944" height="633">http://www.qupzilla.com/screens/kde_speeddial.png</screenshot>
<screenshot width="809" height="528">http://www.qupzilla.com/screens/preferences_gnome.png</screenshot>
<screenshot width="760" height="518">http://www.qupzilla.com/screens/kde_preferences.png</screenshot>
<screenshot type="default" width="864" height="567">https://www.qupzilla.com/screens/gnome.png</screenshot>
<screenshot width="948" height="638">https://www.qupzilla.com/screens/kde_window.png</screenshot>
<screenshot width="864" height="567">https://www.qupzilla.com/screens/dial_gnome.png</screenshot>
<screenshot width="944" height="633">https://www.qupzilla.com/screens/kde_speeddial.png</screenshot>
<screenshot width="809" height="528">https://www.qupzilla.com/screens/preferences_gnome.png</screenshot>
<screenshot width="760" height="518">https://www.qupzilla.com/screens/kde_preferences.png</screenshot>
</screenshots>
<url type="homepage">http://www.qupzilla.com/</url>
<url type="homepage">https://www.qupzilla.com/</url>
<updatecontact>nowrep_at_gmail.com</updatecontact>
</application>

View File

@ -27,6 +27,6 @@ QUPZILLA_EXPORT const char* APPNAME = "QupZilla";
QUPZILLA_EXPORT const char* VERSION = QUPZILLA_VERSION;
QUPZILLA_EXPORT const char* AUTHOR = "David Rosca";
QUPZILLA_EXPORT const char* COPYRIGHT = "2010-2015";
QUPZILLA_EXPORT const char* WWWADDRESS = "http://www.qupzilla.com";
QUPZILLA_EXPORT const char* WWWADDRESS = "https://www.qupzilla.com";
QUPZILLA_EXPORT const char* WIKIADDRESS = "https://github.com/QupZilla/qupzilla/wiki";
}

View File

@ -42,7 +42,7 @@
"keyword": "qz-home",
"name": "QupZilla Home",
"type": "url",
"url": "http://www.qupzilla.com/",
"url": "https://www.qupzilla.com/",
"visit_count": 0
}
],
@ -70,4 +70,4 @@
}
},
"version": 1
}
}

Binary file not shown.

View File

@ -37,7 +37,7 @@ function checkFields()
<p style="display:none" id="result"> </p>
<p>
<table>
<form action="http://www.qupzilla.com/reportbug.php" onsubmit="return checkFields()" method="POST">
<form action="https://www.qupzilla.com/reportbug.php" onsubmit="return checkFields()" method="POST">
<tr><td>%EMAIL%*:</td><td><input type="text" id="mail" name="mail" required> </tr>
<tr><td>%TYPE%:</td><td><input type="text" id="type" name="type" required> </tr>
<tr><td>%DESCRIPTION%:</td><td><textarea id="text" name="text" required></textarea> </tr>

View File

@ -63,7 +63,7 @@ void SpeedDial::loadSettings()
settings.endGroup();
if (allPages.isEmpty()) {
allPages = "url:\"http://www.qupzilla.com\"|title:\"QupZilla\";"
allPages = "url:\"https://www.qupzilla.com\"|title:\"QupZilla\";"
"url:\"http://blog.qupzilla.com\"|title:\"QupZilla Blog\";"
"url:\"https://github.com/QupZilla/qupzilla\"|title:\"QupZilla GitHub\";"
"url:\"https://duckduckgo.com\"|title:\"DuckDuckGo\";";