summaryrefslogtreecommitdiff
path: root/README.asciidoc
AgeCommit message (Collapse)Author
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-07-19Add note about Qt 6Florian Bruhin
See #6604
2021-06-02README: Move surf to activeFlorian Bruhin
2021-04-07Update docs for GitHub sponsors updateFlorian Bruhin
2021-03-30Correctly add QtDBus dependencyFlorian Bruhin
2021-03-03readme: Mark Pygments as optionalFlorian Bruhin
2021-02-25requirements: Add importlib-metadataFlorian Bruhin
2021-01-26Finish dropping pkg_resourcesFlorian Bruhin
Closes #4467
2021-01-26Clarify QtWebKit wording in READMEFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-17Finish dropping PyPEG2Florian Bruhin
Closes #1161
2021-01-13dataclasses: Remaining dependency changesdataclassFlorian Bruhin
See #6023
2021-01-09Update readmeFlorian Bruhin
2021-01-08Drop support for Python 3.6.0Florian Bruhin
It has some subtle typing differences compared to 3.6.1, see e.g. https://docs.python.org/3/library/typing.html#typing.NamedTuple Also, we can't easily test it, it's unlikely to be in use anywhere anyways, and various dependencies already dropped support for it or are going to (e.g. PyQt 6). See #4800
2020-12-22Merge remote-tracking branch 'origin/pr/5317' into devFlorian Bruhin
2020-12-22Update/improve links between docsFlorian Bruhin
2020-12-19Merge branch 'master' into more-sophisticated-adblockÁrni Dagur
2020-12-19Merge branch 'master' into more-sophisticated-adblockÁrni Dagur
2020-12-19Merge branch 'master' into more-sophisticated-adblockÁrni Dagur
2020-12-19Apply style changes from code reviewÁrni Dagur
Co-authored-by: Florian Bruhin <me@the-compiler.org>
2020-12-19Merge branch 'master' into more-sophisticated-adblockÁrni Dagur
2020-12-19Merge branch 'master' into more-sophisticated-adblockÁrni Dagur
2020-12-08Update docsFlorian Bruhin
2020-12-07Migrate read_file from pkg_resources to importlib.resourcesEli Schwartz
In python 3.9, we can get any resource from a package subdirectory using files(), but on older versions of python, even where importlib.resources exists, we need the backport.
2020-11-11Remove cssutils dependencyduthades
- Remove everything related to cssutils
2020-11-04old qt: Adjust docsFlorian Bruhin
2020-10-26Initial drop of Python 3.5Florian Bruhin
See #4800
2020-09-24Update similar project listFlorian Bruhin
2020-07-03ci: Remove remaining Travis/AppVeyor specific codeFlorian Bruhin
Also reenables some tests which have been problematic on Travis/AppVeyor but maybe work fine nowadays.
2020-06-22README: Update list of similar projectsFlorian Bruhin
2020-06-17Point to GitHub discussions featureFlorian Bruhin
2020-06-01README: Update list of alternativesFlorian Bruhin
2020-05-15doc: Update Next browser URLFlorian Bruhin
2020-05-11Upgrade documented Python versionsFlorian Bruhin
2020-04-27Update old Qt version warningFlorian Bruhin
See #3839
2020-04-08Add adblock dependency to README, version.py, remove from setup.pyÁrni Dagur
2020-04-01Remove references to the GitHub matching fundFlorian Bruhin
qutebrowser did reach the $5000 cap, so future donations aren't going to be matched.
2020-02-20Update cryptocurrency addressesFlorian Bruhin
I can still recieve funds at the old 1PMzbcetAHfpxoXww8Bj5XqquHtVvMjJtE address. I recently got a hardware wallet, thus I'd like to migrate over to that. Additionally, I added some more popular currencies, because why not.
2020-02-01Update docs for Qt 5.14.1Florian Bruhin
Fixes #5202
2020-01-14Update list of alternativesFlorian Bruhin
2019-10-30Add GitHub Sponsors announcementFlorian Bruhin
2019-10-22Move sponsor images to doc/img/sponsors/Florian Bruhin
If they're in .github, they don't get displayed on qutebrowser.org.
2019-10-17Use PayPal donation buttonsFlorian Bruhin
2019-10-02Add SEPA bank transfer detailsFlorian Bruhin
I was worried that people could set up direct debit only using my name and IBAN, which is why I didn't want to publicize it: https://money.stackexchange.com/questions/90674/is-it-really-risky-to-make-your-iban-public https://security.stackexchange.com/questions/6598/can-someone-steal-money-from-my-bank-account-if-they-know-my-iban-and-personal-d I now called my bank (note to self: spoke with Flavio Accola) and disabled direct debit entirely for my accounts, so things are now a bit easier for everyone involved.
2019-09-26Go back to Qt 5.12 for tox/pyinstallerFlorian Bruhin
This reverts commit 548b5a17d72b42df997055c945c5e42e80b31af3. This reverts commit fe32e00a4e1b5a7cfd49638501a072df243636c2. Due to QTBUG-77364 (broken keyboard focus), we can't upgrade to qtbase 5.13.1. However, with 5.13.0 (and QtWebEngine 5.13.1), we run into two more issues: - Segfaults in QQuickWindowPrivate::updateDirtyNode() when logging into a Google account (especially on macOS). - Qt 5.13.0 with the old PyQt5 exit scheme segfaults on exit on Windows. However, pyqt5_enable_new_onexit_scheme() was added in PyQt 5.13.1. See https://bugreports.qt.io/browse/QTBUG-77364 See https://www.riverbankcomputing.com/news/pyqt-5131 Reopens #4918
2019-09-24Update FAQFlorian Bruhin
2019-09-14Add mail for contactFlorian Bruhin
2019-09-12Require Python 3.5.2 for qutebrowserFlorian Bruhin
For __getattr__ type annotations, we want to use @typing.overload in .py files. However, support for doing so was only added in Python 3.5.2. Debian Stretch ships 3.5.3, Ubuntu 16.04 LTS ships 3.5.2. Looking at crash logs, the last crash log using 3.5.0/.1 was in March 2017, so requiring this should be safe without anyone even noticing.
2019-08-05Update donation docsFlorian Bruhin
2019-07-20Update QtWebKit infoFlorian Bruhin