Florian Bruhin
298e559714
tox: Remove pip-version and venv plugins
...
Since the virtualenv v20.0.0 rewrite, those are hopefully not needed
anymore.
Closes #5373
2020-11-20 16:20:51 +01:00
Florian Bruhin
dad3a687ed
Merge remote-tracking branch 'origin/pr/5827'
2020-11-20 10:17:48 +01:00
Florian Bruhin
af58b088fd
Merge remote-tracking branch 'origin/pr/5894'
2020-11-20 10:07:15 +01:00
Florian Bruhin
cb87dd79c0
requirements: Avoid urllib3 versions with BytesWarning
...
See https://github.com/urllib3/urllib3/issues/2071
2020-11-19 16:34:37 +01:00
qutebrowser bot
d27ddf14c4
Update dependencies
2020-11-16 04:29:47 +00:00
marco-parillo
07a6ad0bb7
Support KDE Plasma's Launch Feedback (Bouncy Cursor)
...
Possibly also address: https://github.com/qutebrowser/qutebrowser/issues/1752
2020-11-15 19:26:07 -05:00
generaldenmark
aacc68a743
Fix qutedmenu, the same way as dmenu_qutebrowser was fixed, and applies the change requests made by @The-Compiler
2020-11-13 23:07:16 +01:00
duthades
6acd40a383
Remove cssutils dependency
...
- Remove everything related to cssutils
2020-11-11 22:35:32 +05:30
qutebrowser bot
db30ad85c6
Update dependencies
2020-11-09 04:34:33 +00:00
Florian Bruhin
2fc1d19f1f
doc: Add doi userscript
2020-11-05 19:32:32 +01:00
Florian Bruhin
cc2d73b061
old qt: Drop CI
2020-11-04 11:30:54 +01:00
qutebrowser bot
fb69e6627c
Update dependencies
2020-11-02 04:30:06 +00:00
Florian Bruhin
685a66280a
Initial drop of Python 3.5
...
See #4800
2020-10-26 15:50:54 +01:00
qutebrowser bot
32f211a08b
Update dependencies
2020-10-26 04:40:53 +00:00
Asger Geel Weirsøe
b6bc90c9c3
Removes empty line at end of file
2020-10-22 14:45:21 +02:00
Asger Geel Weirsøe
c5d5197b01
Re-adding history to dmenu_qutebrowser userscript
...
As there is not a file called history to cat from in $QUTE_DATA_DIR, but instead a sqlite file called history.sqlite.
Thus I changed this for sqlite3 and an inline query on the history table, extracting distinct urls. And with fprint and cat piping them into dmenu,
the rest works as always.
2020-10-22 13:50:03 +02:00
Giuseppe Gebbia
daadd16fb1
update apparmor profile
2020-10-19 15:39:21 +02:00
qutebrowser bot
57fe8db7dc
Update dependencies
2020-10-19 04:37:59 +00:00
Florian Bruhin
f5a25c429b
Release v1.14.0
2020-10-15 14:42:10 +02:00
Florian Bruhin
4e796b518c
Update requirements
2020-10-15 13:28:22 +02:00
qutebrowser bot
0425a654e9
Update dependencies
2020-10-12 04:36:26 +00:00
Florian Bruhin
72b2a9d357
Update dependencies
2020-10-09 15:11:39 +02:00
Florian Bruhin
1db6ced69d
requirements: Avoid PyQtWebEngine 5.15.1
...
In order to avoid #5721 /
https://bugreports.qt.io/browse/QTBUG-86752
2020-10-09 10:18:59 +02:00
Florian Bruhin
4f93995294
Merge remote-tracking branch 'origin/pr/5758' into master
2020-10-05 20:27:07 +02:00
Florian Bruhin
a6152deb60
Upgrade pytest
2020-10-05 07:46:20 +02:00
qutebrowser bot
586c227a10
Update dependencies
2020-10-05 04:36:27 +00:00
Florian Bruhin
fcfd33e663
mypy: Update PyQt stubs and remove unneeded ignores
2020-10-02 23:38:31 +02:00
Florian Bruhin
a1131f41a9
Do the Python 3.5 dance for pytest-icdiff
2020-10-02 23:11:38 +02:00
Florian Bruhin
5b0dc8cada
Add pytest-{clarity,icdiff} for nicer output
2020-10-02 21:44:36 +02:00
rien333
7af9b81a06
Remove unnecessary definition
2020-10-01 23:32:59 +02:00
rien333
5616db64ee
Define variables using let instead of var
2020-10-01 23:15:52 +02:00
rien333
2ec17db260
[readability-js] When hinting, use the URL selected via hints
...
Previously, this userscript always assumed the user wanted to parse
the current page. However, this meant that something like `:hint all
userscript readability-js` wouldn't work. To fix this, the script now
checks if qutebrowser is in hinting mode, and sets the page to be
processed accordingly.
An alternative solution would be to rewrite this script to rely on
`QUTE_URL`+`JSDOM.fromURL` accross the board. However, using `QUTE_HTML`
when the target page is already loaded seems faster, uses less data, and works offline.
2020-10-01 22:33:29 +02:00
Florian Bruhin
14d01ca5e8
Merge pull request #5757 from Aledosim/master
...
Added qute-snippets to Others section of userscripts README.md
2020-10-01 19:43:28 +02:00
Aledosim
bf088ba5e1
Added qute-snippets to Others section of userscripts README.md
2020-10-01 10:39:23 -03:00
Florian Bruhin
a36541dab5
Merge remote-tracking branch 'origin/pr/5739' into master
2020-09-28 16:24:25 +02:00
Florian Bruhin
cd76e03a4d
Pin pytest to < 6.1
...
See https://github.com/pytest-dev/pytest-rerunfailures/issues/128
and https://github.com/pytest-dev/pytest-rerunfailures/pull/129
2020-09-28 14:05:12 +02:00
qutebrowser bot
c6ab8141e9
Update dependencies
2020-09-28 04:34:46 +00:00
Rijnder Wever
c8bae7ac5f
remove extraneous pound sign
...
Co-authored-by: Florian Bruhin <me@the-compiler.org>
2020-09-23 16:13:06 +02:00
rien333
7bbaccacf8
[readability-js] Add css styling to blockquote elements
2020-09-23 14:36:02 +02:00
rien333
a2b65b0e19
[readability-js] Add css styling to more html elements
2020-09-23 14:26:55 +02:00
Florian Bruhin
b5de2f9c1d
requirements: Pin PyQt5-stubs version
2020-09-23 10:31:21 +02:00
Florian Bruhin
a1afe0fda5
Merge remote-tracking branch 'origin/pr/5724' into master
2020-09-21 10:14:53 +02:00
Florian Bruhin
816bca2339
Merge remote-tracking branch 'origin/pr/5727' into master
2020-09-21 10:14:45 +02:00
qutebrowser bot
c3b680e358
Update dependencies
2020-09-21 04:31:33 +00:00
Joakim Klevmo Hansen
c79c34d3e0
Access qute-pass arguments directly and expand all paths
2020-09-18 11:26:15 +02:00
Joakim Klevmo Hansen
f6dd664a1e
Keep existing env vars when specifying PASSWORD_STORE_DIR
2020-09-18 09:51:44 +02:00
Joakim Klevmo Hansen
cba060a551
Specify 'PASSWORD_STORE_DIR' when invoking pass from qute-pass
2020-09-18 09:28:34 +02:00
rien333
4617f42415
Apply Mozilla's css-styling to images
2020-09-17 12:34:32 +02:00
Florian Bruhin
1c950a2ce6
Makefile: Filter out misc/userscripts/__pycache__
2020-09-16 21:12:36 +02:00
Florian Bruhin
f11a0864af
Add xdist to test requirements
2020-09-15 11:55:39 +02:00