summaryrefslogtreecommitdiff
path: root/libre/qupzilla-libre/libre.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-14 01:35:52 -0700
committerroot <root@rshg054.dnsready.net>2013-08-14 01:35:52 -0700
commit35ddd3815641e4564d75c5b402f7f0cf48628167 (patch)
treec182205aac34cc99f9059a2e5f5d2c823a7bb258 /libre/qupzilla-libre/libre.patch
parent67ed1f749df552e8649438980b92b257f868eb8d (diff)
Wed Aug 14 01:35:17 PDT 2013
Diffstat (limited to 'libre/qupzilla-libre/libre.patch')
-rw-r--r--libre/qupzilla-libre/libre.patch89
1 files changed, 89 insertions, 0 deletions
diff --git a/libre/qupzilla-libre/libre.patch b/libre/qupzilla-libre/libre.patch
new file mode 100644
index 000000000..6db34dd8f
--- /dev/null
+++ b/libre/qupzilla-libre/libre.patch
@@ -0,0 +1,89 @@
+diff --git a/src/lib/opensearch/searchenginesmanager.cpp b/src/lib/opensearch/searchenginesmanager.cpp
+index 72ae7d4..cb42795 100644
+--- a/src/lib/opensearch/searchenginesmanager.cpp
++++ b/src/lib/opensearch/searchenginesmanager.cpp
+@@ -55,8 +55,8 @@ SearchEnginesManager::SearchEnginesManager()
+ {
+ Settings settings;
+ settings.beginGroup("SearchEngines");
+- m_startingEngineName = settings.value("activeEngine", "Google").toString();
+- m_defaultEngineName = settings.value("DefaultEngine", "Google").toString();
++ m_startingEngineName = settings.value("activeEngine", "DuckDuckGo HTML").toString();
++ m_defaultEngineName = settings.value("DefaultEngine", "DuckDuckGo HTML").toString();
+ settings.endGroup();
+
+ connect(this, SIGNAL(enginesChanged()), this, SLOT(scheduleSave()));
+@@ -126,13 +126,6 @@ QUrl SearchEnginesManager::searchUrl(const QString &string)
+
+ void SearchEnginesManager::restoreDefaults()
+ {
+- Engine google;
+- google.name = "Google";
+- google.icon = QIcon(":icons/sites/google.png");
+- google.url = "http://www.google.com/search?client=qupzilla&q=%s";
+- google.shortcut = "g";
+- google.suggestionsUrl = "http://suggestqueries.google.com/complete/search?output=firefox&q=%s";
+-
+ Engine wiki;
+ wiki.name = "Wikipedia (en)";
+ wiki.icon = QIcon(":/icons/sites/wikipedia.png");
+@@ -140,25 +133,16 @@ void SearchEnginesManager::restoreDefaults()
+ wiki.shortcut = "w";
+ wiki.suggestionsUrl = "http://en.wikipedia.org/w/api.php?action=opensearch&search=%s&namespace=0";
+
+- Engine yt;
+- yt.name = "YouTube";
+- yt.icon = QIcon(":/icons/sites/youtube.png");
+- yt.url = "http://www.youtube.com/results?search_query=%s&search=Search";
+- yt.shortcut = "yt";
+- yt.suggestionsUrl = "http://suggestqueries.google.com/complete/search?ds=yt&output=firefox&q=%s";
+-
+ Engine duck;
+- duck.name = "DuckDuckGo";
++ duck.name = "DuckDuckGo HTML";
+ duck.icon = QIcon(":/icons/sites/duck.png");
+- duck.url = "https://duckduckgo.com/?q=%s&t=qupzilla";
++ duck.url = "https://duckduckgo.com/html/?q=%s&t=qupzilla";
+ duck.shortcut = "d";
+
+- addEngine(google);
+ addEngine(wiki);
+- addEngine(yt);
+ addEngine(duck);
+
+- m_defaultEngine = google;
++ m_defaultEngine = duck;
+
+ emit enginesChanged();
+ }
+diff --git a/src/lib/plugins/speeddial.cpp b/src/lib/plugins/speeddial.cpp
+index 2039921..52afa22 100644
+--- a/src/lib/plugins/speeddial.cpp
++++ b/src/lib/plugins/speeddial.cpp
+@@ -54,11 +54,10 @@ void SpeedDial::loadSettings()
+ settings.endGroup();
+
+ if (allPages.isEmpty()) {
+- allPages = "url:\"http://www.google.com\"|title:\"Google\";"
++ allPages = "url:\"https://duckduckgo.com/html\"|title:\"DuckDuckGo HTML\";"
+ "url:\"http://www.qupzilla.com\"|title:\"QupZilla\";"
+ "url:\"http://blog.qupzilla.com\"|title:\"QupZilla Blog\";"
+- "url:\"https://github.com/QupZilla/qupzilla\"|title:\"QupZilla GitHub\";"
+- "url:\"https://facebook.com\"|title:\"Facebook\";";
++ "url:\"https://github.com/QupZilla/qupzilla\"|title:\"QupZilla GitHub\";";
+ }
+ changed(allPages);
+
+diff --git a/src/lib/data/html/start.html b/src/lib/data/html/start.html
+index 0e48ed2..eb7d793 100644
+--- a/src/lib/data/html/start.html
++++ b/src/lib/data/html/start.html
+@@ -19,7 +19,7 @@ a {color: #1a4ba4;text-decoration: none;font-weight: bold;}
+
+ <img src="%ABOUT-IMG%">
+ %PRIVATE-BROWSING%
+-<form action="https://duckduckgo.com/" method="GET">
++<form action="https://duckduckgo.com/html" method="GET">
+ <input type="hidden" name="t" value="qupzilla" />
+ <input class="line" id="inp" class="question" name="q"/> <br/>
+ <input class="submit" type="submit" value="%BUTTON-LABEL%">