summaryrefslogtreecommitdiff
path: root/README.asciidoc
AgeCommit message (Collapse)Author
2023-06-26Initial Python 3.7 dropFlorian Bruhin
2023-03-17Merge branch 'qt6-v2' into master-qt6Florian Bruhin
2023-01-25Update donation infos, add LiberapayFlorian Bruhin
See #7264 and https://listi.jpberlin.de/pipermail/qutebrowser/2023-January/000925.html
2022-12-13doc: Improve security reporting guidelinesFlorian Bruhin
See #7524
2022-08-23Adjust Qt/PyQt version rangesFlorian Bruhin
2022-08-23Drop Qt < 5.15Florian Bruhin
Fixes #7091 TODO: Add changelog
2022-07-05macOS: fix hide_decoration making window nonresizablekt programs
Use PyObjC to call `setWindowMask:` with resizable flag on the underlying NSWindow. Fixes #4067
2022-06-15README.asciidoc: avoid HTML redirect for luakit websiteEmanuele Torre
It seems that, now, the luakit homepage is at https://luakit.github.io/ and https://luakit.github.io/luakit/ is just an HTML redirect to it. Let's avoid the annoying redirect.
2022-04-14doc: Adjust some PyQt5 referencesFlorian Bruhin
2022-04-05Merge remote-tracking branch 'origin/pr/7103'Florian Bruhin
2022-04-04Clean up some remaining Python version referencesFlorian Bruhin
2022-04-04Load icons via importlib.resourcesJimmy
The PyQt resources system is gone in 6.2 and deprecated before that. This should be the last usage of it. Switches icons to be read with `utils.resources.read_file_binary()` in `notification.py` (fallback desktop notification icon) and `app.py` (icon for the desktop window). importlib only loads resources under a package, so the icons are moved under the `qutebrowser/` directory. Closes: #6062
2022-04-04Drop python3.6 support.Jimmy
Commits for dropping 3.5 support to copy from: c245b7d855ccd "Initial drop of Python 3.5" ccdfb44b8568b "Drop support for Python 3.6.0" Anything needed to update regarding OS version support in doc/install.asciidoc? TODO: remove 3.6/7 annotations in requirements files and rebuild workflows: not sure I updated it right (run 5.12 with 3.7, same 18.04 OS) but 18.04 seems to have 3.7 on it too so it should work. It'll all change when we drop <5.15 anyway. Not sure what the minimum ubuntu version will be going forward. Regarding mimetype overrides (ebb3046822adb) the doctring says they can all go in 3.7 but .h5 is still missing on py39, not sure if we should care. There are a bunch of old(?) warning messages still ignored in tests/end2end/fixtures/quteprocess.py.
2022-03-30Adjust mailinglist URLs to new providerFlorian Bruhin
See https://listi.jpberlin.de/pipermail/qutebrowser/2022-March/000885.html
2022-01-08Update related projects listFlorian Bruhin
2021-09-24Update Nyxt description in READMEFlorian Bruhin
Closes #6705
2021-09-08doc: Add wyeb to alternativesFlorian 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