Remove crowdfunding notes
This commit is contained in:
parent
2604f0841a
commit
da24e43fa5
@ -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
|
||||
-----------
|
||||
|
||||
|
@ -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):
|
||||
|
@ -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>
|
||||
+++
|
||||
|
@ -44,12 +44,6 @@ body {
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
#crowdfunding {
|
||||
padding: 10px 10px;
|
||||
background-color: #a6dfff;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#menu {
|
||||
padding: 0px 20px;
|
||||
background-color: #555555;
|
||||
|
Loading…
Reference in New Issue
Block a user