pyup-bot
d57a81a3d3
Update pytest from 3.3.0 to 3.3.1
2017-12-11 16:23:19 +01:00
pyup-bot
22fe42d38e
Update hypothesis from 3.40.1 to 3.42.1
2017-12-11 16:23:18 +01:00
pyup-bot
5d8e3a969f
Update cheroot from 5.10.0 to 6.0.0
2017-12-11 16:23:16 +01:00
pyup-bot
713a2ef2c1
Update pylint from 1.7.4 to 1.7.5
2017-12-11 16:23:15 +01:00
pyup-bot
519dc6a7c9
Update setuptools from 38.2.3 to 38.2.4
2017-12-11 16:23:13 +01:00
pyup-bot
dd7a082265
Update codecov from 2.0.9 to 2.0.10
2017-12-11 16:23:12 +01:00
Florian Bruhin
e97fbfdf56
Merge remote-tracking branch 'origin/pr/3355'
2017-12-05 13:22:36 +01:00
Florian Bruhin
3a04de62ae
Recompile requirements
2017-12-04 19:01:21 +01:00
François Chavant
4467f51e42
Use 'language: generic' for shellcheck, fix typo, correct indentation
2017-12-04 18:15:02 +01:00
Florian Bruhin
6973a703c5
Add pluggy to requirements
2017-12-04 16:56:39 +01:00
Florian Bruhin
2cdc32ca58
Remove pytest-catchlog
2017-12-04 16:55:57 +01:00
pyup-bot
956c257d19
Update pytest-travis-fold from 1.2.0 to 1.3.0
2017-12-04 16:09:25 +01:00
pyup-bot
71095da975
Update pytest from 3.2.5 to 3.3.0
2017-12-04 16:09:23 +01:00
pyup-bot
a0caa2b7b1
Update hypothesis from 3.38.5 to 3.40.1
2017-12-04 16:09:22 +01:00
pyup-bot
f7ccb8061b
Update pyroma from 2.2 to 2.3
2017-12-04 16:09:20 +01:00
pyup-bot
96b6f7c443
Update macholib from 1.8 to 1.9
2017-12-04 16:09:19 +01:00
pyup-bot
a3612a624a
Update altgraph from 0.14 to 0.15
2017-12-04 16:09:17 +01:00
pyup-bot
905748f2d0
Update setuptools from 38.2.1 to 38.2.3
2017-12-04 16:09:16 +01:00
pyup-bot
a3f57b9a9b
Update flake8-builtins from 1.0 to 1.0.post0
2017-12-04 16:09:14 +01:00
François Chavant
22e4a800a1
Refactor format_json userscript to not parse 'ls' output
...
The script now also works under MacOS
2017-12-03 10:50:54 +01:00
François Chavant
dd589f180b
Fix remaining shellcheck warnings
2017-12-02 21:09:24 +01:00
François Chavant
31710b7045
Trivial fixes for shellcheck warnings
2017-12-02 19:37:20 +01:00
François Chavant
595a53ad3b
Apply patch from #1697
2017-12-02 19:37:18 +01:00
Florian Bruhin
93bdff5d40
Merge remote-tracking branch 'origin/pr/3330'
2017-11-28 08:29:17 +01:00
pyup-bot
9a8bac18ae
Update pluggy from 0.5.2 to 0.6.0
2017-11-27 16:02:24 +01:00
pyup-bot
b820b9d530
Update pytest-qt from 2.2.1 to 2.3.0
2017-11-27 16:02:22 +01:00
pyup-bot
5f30016901
Update hypothesis from 3.38.0 to 3.38.5
2017-11-27 16:02:21 +01:00
pyup-bot
54db781b97
Update hunter from 2.0.1 to 2.0.2
2017-11-27 16:02:20 +01:00
pyup-bot
5df2025745
Update cheroot from 5.9.1 to 5.10.0
2017-11-27 16:02:18 +01:00
pyup-bot
6c47b5d2d7
Update setuptools from 36.8.0 to 38.2.1
2017-11-27 16:02:17 +01:00
pyup-bot
a4b96c3443
Update check-manifest from 0.35 to 0.36
2017-11-27 16:02:15 +01:00
Florian Bruhin
75a8938e83
Add flake8-bugbear
2017-11-26 21:50:12 +01:00
Florian Bruhin
248a12a8b9
Add flake8-comprehensions
2017-11-26 21:42:50 +01:00
Florian Bruhin
1981239478
Add flake8-builtins
2017-11-26 21:22:33 +01:00
Florian Bruhin
5490f70b25
Remove flake8-pep3101
...
It seems to trigger when using modulo on ints as well, which is kind of
annoying.
See #3320
2017-11-26 20:30:42 +01:00
Florian Bruhin
b5dd647678
Upgrade pydocstyle/flake8-docstrings
...
See #3320
2017-11-26 20:30:32 +01:00
Florian Bruhin
7520a365eb
Update comments
2017-11-26 19:43:49 +01:00
Ryan Farley
5ed8019115
update flake8 and flake8-deprecated
...
Updated requirements and adjusted the configuration in `.flake8`; other
files have been modified where the lack of per-file auto-ignore caused
problems, where putty's `# flake8: disable=` syntax could be replaced
with a simpler `noqa`, or where pylint directives already suppressed the
same error.
2017-11-26 00:16:14 -06:00
Florian Bruhin
15c7ede916
Update to PyQt 5.9.2
2017-11-24 14:24:15 +01:00
Lucas Hoffmann
6cc78aeaee
Register qutebrowser as a handler for qute:// links
...
These links mostly occur within qutebrowser's documentation. But the
are also written to the auto generated config file. Clicking them in
any application that consults the desktop database (or uses xdg-open)
will thus open them in qutebrowser correctly.
2017-11-24 13:32:13 +01:00
Florian Bruhin
dc00bc1774
Add an initial Makefile
2017-11-21 10:35:11 +01:00
pyup-bot
feb02769ad
Update pytest from 3.2.3 to 3.2.5
2017-11-20 16:02:20 +01:00
pyup-bot
8dcd5708e3
Update py from 1.4.34 to 1.5.2
2017-11-20 16:02:19 +01:00
pyup-bot
934fb5f7d5
Update py from 1.4.34 to 1.5.2
2017-11-20 16:02:17 +01:00
pyup-bot
b3d757d034
Update hypothesis from 3.37.0 to 3.38.0
2017-11-20 16:02:16 +01:00
pyup-bot
8f0332bcf6
Update cheroot from 5.8.3 to 5.9.1
2017-11-20 16:02:14 +01:00
pyup-bot
1cc6e7190e
Update setuptools from 36.7.1 to 36.8.0
2017-11-20 16:02:13 +01:00
cryzed
d8887f12c0
Deduplicate documentation
2017-11-17 21:40:08 +01:00
cryzed
274c92a64b
Add documentation additionally to the help page of qute-pass (complaint from the Arch wiki)
2017-11-17 12:42:25 +01:00
pyup-bot
a3f9991ce2
Update hypothesis from 3.36.0 to 3.37.0
2017-11-13 15:59:16 +01:00
pyup-bot
327613d02a
Update attrs from 17.2.0 to 17.3.0
2017-11-13 15:59:13 +01:00
pyup-bot
ccc671b998
Update setuptools from 36.6.0 to 36.7.1
2017-11-13 15:59:12 +01:00
Florian Bruhin
8ddf843c64
Adjust flake8 pins
...
Looks like flake8-debugger 3.0.0 works with the old flake8 again, while
flake8-deprecated doesn't anymore (hah, the irony :D).
2017-11-07 06:34:04 +01:00
Florian Bruhin
bc8d767f6e
Pin PyQt5 to 5.9 for now
...
A Linux wheel isn't available yet for 5.9.1, see:
https://www.riverbankcomputing.com/pipermail/pyqt/2017-November/039698.html
2017-11-07 06:32:32 +01:00
pyup-bot
82fd26268b
Update pytest-bdd from 2.18.2 to 2.19.0
2017-11-06 15:50:31 +01:00
pyup-bot
409f8327c2
Update hypothesis from 3.33.0 to 3.36.0
2017-11-06 15:50:30 +01:00
pyup-bot
360e0aaa67
Update sip from 4.19.3 to 4.19.5
2017-11-06 15:50:28 +01:00
pyup-bot
b42346b616
Update pyqt5 from 5.9 to 5.9.1
2017-11-06 15:50:27 +01:00
pyup-bot
0fdf0ff3b1
Update pefile from 2017.9.3 to 2017.11.5
2017-11-06 15:50:25 +01:00
pyup-bot
b759dbfc27
Update flake8-deprecated from 1.2.1 to 1.3
2017-11-06 15:50:23 +01:00
pyup-bot
b61a9c9512
Update flake8-debugger from 1.4.0 to 3.0.0
2017-11-06 15:50:22 +01:00
pyup-bot
0cc855019e
Update coverage from 4.4.1 to 4.4.2
2017-11-06 15:50:20 +01:00
pyup-bot
cd27fb6af6
Update coverage from 4.4.1 to 4.4.2
2017-11-06 15:50:19 +01:00
pyup-bot
120fa41009
Update certifi from 2017.7.27.1 to 2017.11.5
2017-11-06 15:50:17 +01:00
pyup-bot
6a415aee4a
Update certifi from 2017.7.27.1 to 2017.11.5
2017-11-06 15:50:16 +01:00
pyup-bot
1fbd209213
Update certifi from 2017.7.27.1 to 2017.11.5
2017-11-06 15:50:14 +01:00
Simon Désaulniers
3cb06f9a81
userscripts/cast: effectively kill old proc
...
Custom location installed castnow can't be killed with the command
`pkill -f /usr/bin/castnow`. Now recover the path to the binary in the path for
calling and killing the program.
2017-11-05 00:19:06 -04:00
cryzed
600d2a543d
Exit successfully when the user makes no selection
2017-11-03 13:54:43 +01:00
cryzed
4ec2e5485a
Sort candidates alphabetically
2017-11-03 13:14:29 +01:00
cryzed
22dcd775da
Improve warning message and adjust copyright
2017-11-03 11:57:23 +01:00
cryzed
a96e4490ee
Add qutebrowser license header and warning about login details in qute's debug log
2017-11-03 11:32:32 +01:00
cryzed
ee6b4bc7ee
Add option to merge pass candidates for the fully-qualified and registered domain name
2017-11-03 11:25:35 +01:00
cryzed
78eb7b5da8
Select pass candidates for the fully-qualified domain name first, then for the registered domain and finally the IPv4 address if that is what the URL was
2017-11-03 02:43:33 +01:00
cryzed
16fefc1c7b
Make changes suggested here: 0e3c42db69
2017-11-02 14:06:17 +01:00
cryzed
0e3c42db69
Rename qute-passmenu to qute-pass again
2017-11-01 20:40:59 +01:00
cryzed
6d37e4671a
Add support for not automatically entering insert mode
2017-11-01 19:08:49 +01:00
cryzed
09d55cb271
Add support for only inserting the username or password
2017-11-01 19:01:17 +01:00
cryzed
c97b416cb1
Rename qute-pass to qute-passmenu
2017-11-01 18:19:46 +01:00
cryzed
19fc4de484
Add qute-pass userscript
2017-11-01 17:57:30 +01:00
Regina Hug
493468e08f
Update cheatsheet
...
Fixes #2466
2017-10-28 17:35:35 +02:00
Florian Bruhin
9470bff464
Merge pull request #3137 from qutebrowser/pyup-scheduled-update-10-16-2017
...
Scheduled weekly dependency update for week 42
2017-10-17 08:13:19 +02:00
Florian Bruhin
6bc35a1842
Remove blank lines
2017-10-17 07:39:09 +02:00
suve
2ad7bafcdf
Add "faq" and "help" links in appdata.xml file
2017-10-16 22:30:51 +02:00
suve
914d72a216
Remove the .desktop suffix from <id> in appdata.xml
...
This used to be required by the standard, but is no longer the case.
2017-10-16 22:26:46 +02:00
suve
30f7f7b03c
Change <id> in appdata.xml to match the {tld}.{vendor}.{product} scheme
2017-10-16 22:05:07 +02:00
suve
18776456f3
Add <provides> to appdata.xml file
2017-10-16 21:58:58 +02:00
suve
3084e7be02
Add <categories> to appdata.xml file
2017-10-16 21:58:51 +02:00
suve
a76fdfe205
Add more URLs to appdata file
2017-10-16 21:55:24 +02:00
suve
1d5d6acdea
Add <launchable> info to appdata.xml
2017-10-16 21:34:08 +02:00
suve
039edd8d85
Add a basic appdata.xml file
2017-10-16 21:32:53 +02:00
pyup-bot
eec129807e
Update hypothesis from 3.32.0 to 3.33.0
2017-10-16 16:53:15 +02:00
pyup-bot
dd70019d4c
Update setuptools from 36.5.0 to 36.6.0
2017-10-16 16:53:13 +02:00
Florian Bruhin
1b5f1aaebf
Merge remote-tracking branch 'origin/pr/3055'
2017-10-11 14:37:59 +02:00
pyup-bot
a6e363e779
Update tox from 2.8.2 to 2.9.1
2017-10-09 16:53:19 +02:00
pyup-bot
db8a84cf82
Update pytest-qt from 2.2.0 to 2.2.1
2017-10-09 16:53:18 +02:00
pyup-bot
c25bbcc0cb
Update pytest from 3.2.2 to 3.2.3
2017-10-09 16:53:16 +02:00
pyup-bot
756dca8a0e
Update parse-type from 0.4.1 to 0.4.2
2017-10-09 16:53:15 +02:00
pyup-bot
191ee67403
Update hypothesis from 3.30.3 to 3.32.0
2017-10-09 16:53:13 +02:00
pyup-bot
513773e81d
Update pylint from 1.7.2 to 1.7.4
2017-10-09 16:53:12 +02:00
Florian Bruhin
13b7647443
Merge pull request #3057 from jnphilipp/master
...
Support playlist in mpv userscript.
2017-10-08 17:15:40 +02:00