summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-04-25 22:32:29 +0200
committerFlorian Bruhin <git@the-compiler.org>2016-04-25 22:32:29 +0200
commitda24e43fa5fbcefe37f4a8a5e45aeff404b5ebf6 (patch)
treec0418f191d7945dc2da1e71521f28983dc7eeac4
parent2604f0841ab7254128833c789b68d3fecb1014b8 (diff)
downloadqutebrowser-da24e43fa5fbcefe37f4a8a5e45aeff404b5ebf6.tar.gz
qutebrowser-da24e43fa5fbcefe37f4a8a5e45aeff404b5ebf6.zip
Remove crowdfunding notes
-rw-r--r--README.asciidoc6
-rw-r--r--qutebrowser/misc/crashdialog.py14
-rw-r--r--www/header.asciidoc3
-rw-r--r--www/qute.css6
4 files changed, 1 insertions, 28 deletions
diff --git a/README.asciidoc b/README.asciidoc
index d838b4291..4e122417e 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -22,12 +22,6 @@ on Python, PyQt5 and QtWebKit and free software, licensed under the GPL.
It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.
-// QUTE_WEB_HIDE
-**qutebrowser is currently running a crowdfunding campaign to add support for
-the QtWebEngine backend, which fixes many issues. Please
-link:http://igg.me/at/qutebrowser[check it out]!**
-// QUTE_WEB_HIDE_END
-
Screenshots
-----------
diff --git a/qutebrowser/misc/crashdialog.py b/qutebrowser/misc/crashdialog.py
index 19413a297..57447069a 100644
--- a/qutebrowser/misc/crashdialog.py
+++ b/qutebrowser/misc/crashdialog.py
@@ -510,23 +510,11 @@ class FatalCrashDialog(_CrashDialog):
def _init_text(self):
super()._init_text()
text = ("<b>qutebrowser was restarted after a fatal crash.</b><br/>"
- "QTWEBENGINE_NOTE"
- "<br/>Crash reports for fatal crashes sometimes don't "
+ "<br/>Note: Crash reports for fatal crashes sometimes don't "
"contain the information necessary to fix an issue. Please "
"follow the steps in <a href='https://github.com/The-Compiler/"
"qutebrowser/blob/master/doc/stacktrace.asciidoc'>"
"stacktrace.asciidoc</a> to submit a stacktrace.<br/>")
-
- if datetime.datetime.now() < datetime.datetime(2016, 4, 23):
- note = ("<br/>Fatal crashes like this are often caused by the "
- "current QtWebKit backend.<br/><b>I'm currently running a "
- "crowdfunding for the new QtWebEngine backend, based on "
- "Chromium:</b> <a href='http://igg.me/at/qutebrowser'>"
- "igg.me/at/qutebrowser</a><br/>")
- text = text.replace('QTWEBENGINE_NOTE', note)
- else:
- text = text.replace('QTWEBENGINE_NOTE', '')
-
self._lbl.setText(text)
def _init_checkboxes(self):
diff --git a/www/header.asciidoc b/www/header.asciidoc
index 5ea9acb0d..2055a33e7 100644
--- a/www/header.asciidoc
+++ b/www/header.asciidoc
@@ -15,7 +15,4 @@
<a href="https://www.github.com/The-Compiler/qutebrowser">GitHub</a>
<a href="https://github.com/The-Compiler/qutebrowser/releases">Releases</a>
</div>
-<div id="crowdfunding">
-qutebrowser is currently running a crowdfunding campaign to add support for the QtWebEngine backend, which fixes many issues. Please <a href="http://igg.me/at/qutebrowser">check it out</a>!
-</div>
+++
diff --git a/www/qute.css b/www/qute.css
index 082a76221..a8da48e92 100644
--- a/www/qute.css
+++ b/www/qute.css
@@ -44,12 +44,6 @@ body {
color: #666666;
}
-#crowdfunding {
- padding: 10px 10px;
- background-color: #a6dfff;
- margin-bottom: 10px;
-}
-
#menu {
padding: 0px 20px;
background-color: #555555;