From da24e43fa5fbcefe37f4a8a5e45aeff404b5ebf6 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 25 Apr 2016 22:32:29 +0200 Subject: [PATCH] Remove crowdfunding notes --- README.asciidoc | 6 ------ qutebrowser/misc/crashdialog.py | 14 +------------- www/header.asciidoc | 3 --- www/qute.css | 6 ------ 4 files changed, 1 insertion(+), 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 = ("qutebrowser was restarted after a fatal crash.
" - "QTWEBENGINE_NOTE" - "
Crash reports for fatal crashes sometimes don't " + "
Note: Crash reports for fatal crashes sometimes don't " "contain the information necessary to fix an issue. Please " "follow the steps in " "stacktrace.asciidoc to submit a stacktrace.
") - - if datetime.datetime.now() < datetime.datetime(2016, 4, 23): - note = ("
Fatal crashes like this are often caused by the " - "current QtWebKit backend.
I'm currently running a " - "crowdfunding for the new QtWebEngine backend, based on " - "Chromium: " - "igg.me/at/qutebrowser
") - 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 @@ GitHub Releases -
-qutebrowser is currently running a crowdfunding campaign to add support for the QtWebEngine backend, which fixes many issues. Please check it out! -
+++ 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;