Marc Jauvin
5db4493667
@The-Compiler requested changes addressed.
2018-01-17 10:11:32 -05:00
Marc Jauvin
e25a33790f
remove blank line to satisfy flake8
2018-01-15 20:44:56 -05:00
Marc Jauvin
fb0a418d0a
use url even if we do not need it
2018-01-15 16:03:22 -05:00
Marc Jauvin
2a274f0d8b
add test for bind without args and fix other tests to include win_id
2018-01-15 15:52:15 -05:00
Marc Jauvin
528b48dab6
fix line too
2018-01-15 15:51:14 -05:00
Marc Jauvin
9b473093b1
silence pylint warning
2018-01-15 15:45:29 -05:00
Marc Jauvin
f6cfb0c529
add missing super() call
2018-01-15 15:44:21 -05:00
Marc Jauvin
a2cdb2e4db
Merge branch 'patch-issue#24' of https://github.com/mjauvin/qutebrowser into patch-issue#24
2018-01-13 15:55:05 -05:00
Marc Jauvin
48b6c160f5
improve styling as suggested by @jgkamat
2018-01-13 15:52:49 -05:00
Marc Jauvin
4848182204
code cleanup
...
- move qute_bindings block AFTER qute_settings block
- remove unnecessary variable declaration
2018-01-13 01:39:05 -05:00
Marc Jauvin
1e8694f3cc
remove unused module
2018-01-12 17:35:04 -05:00
Marc Jauvin
3a7ac51a00
html template to render qute://bindings
2018-01-12 17:28:56 -05:00
Marc Jauvin
8940e05baf
bind without agruments shows current bindings
2018-01-12 17:27:44 -05:00
Marc Jauvin
4ae33deebd
add handler for qute://bindings
2018-01-12 17:24:20 -05:00
Florian Bruhin
1f8d6e2168
Update changelog
2018-01-10 09:39:46 +01:00
Florian Bruhin
6b9edefb05
Merge remote-tracking branch 'origin/pr/3432'
2018-01-10 09:39:08 +01:00
Florian Bruhin
0518a03b1e
Merge remote-tracking branch 'origin/pr/3423'
2018-01-10 09:38:07 +01:00
Florian Bruhin
c1855e1741
Update changelog
2018-01-10 09:35:42 +01:00
Florian Bruhin
b2ed0c0081
Merge remote-tracking branch 'origin/pr/3468'
2018-01-10 09:35:28 +01:00
Florian Bruhin
05b005ce5c
Merge pull request #3475 from qutebrowser/pyup-scheduled-update-01-08-2018
...
Scheduled weekly dependency update for week 01
2018-01-09 13:01:31 +01:00
pyup-bot
7b348fe17c
Update pytest-qt from 2.3.0 to 2.3.1
2018-01-08 16:39:21 +01:00
pyup-bot
70ad02b79b
Update hypothesis from 3.44.4 to 3.44.13
2018-01-08 16:39:20 +01:00
pyup-bot
6a3b5a9d4e
Update setuptools from 38.2.5 to 38.4.0
2018-01-08 16:39:18 +01:00
pyup-bot
8459c662e7
Update pep8-naming from 0.4.1 to 0.5.0
2018-01-08 16:39:17 +01:00
pyup-bot
f836b615c1
Update flake8-future-import from 0.4.3 to 0.4.4
2018-01-08 16:39:15 +01:00
pyup-bot
6c91633293
Update flake8-docstrings from 1.1.0 to 1.3.0
2018-01-08 16:39:14 +01:00
pyup-bot
0101596148
Update codecov from 2.0.10 to 2.0.13
2018-01-08 16:39:12 +01:00
Florian Bruhin
089a3990ff
Merge pull request #3454 from qutebrowser/pyup-scheduled-update-01-01-2018
...
Scheduled weekly dependency update for week 00
2018-01-06 09:57:44 +01:00
Florian Bruhin
a90730bea7
Pin pytest to 3.3.1 for now
...
See https://github.com/pytest-dev/pytest-bdd/issues/229
2018-01-05 11:36:26 +01:00
Ryan Roden-Corrent
c290b3f80f
Don't attempt completion if input starts with flag.
...
Always interpret the first word in the command string as the command to
offer completions for, even if that word looks like a flag.
Fixes #3460 , where the command string `:-w open` would attempt to offer
completions for `open` but crash because the parsing was thrown off.
By moving the flag-stripping logic to _after_ we determine the command,
`:-w open` interprets `:-w` as the command. Since that is not a valid
command, we won't offer any completions.
2018-01-04 12:34:06 -05:00
Florian Bruhin
c3bcb1d9ba
Remove old testbrowser.py
2018-01-03 10:15:00 +01:00
pyup-bot
673919451e
Update werkzeug from 0.13 to 0.14.1
2018-01-01 16:34:16 +01:00
pyup-bot
a98cd16ff3
Update flake8-polyfill from 1.0.1 to 1.0.2
2018-01-01 16:34:15 +01:00
pyup-bot
8cec185e4b
Update attrs from 17.3.0 to 17.4.0
2018-01-01 16:34:13 +01:00
pyup-bot
9c256740c6
Update attrs from 17.3.0 to 17.4.0
2018-01-01 16:34:12 +01:00
pyup-bot
26bbd10952
Update attrs from 17.3.0 to 17.4.0
2018-01-01 16:34:10 +01:00
Florian Bruhin
f5edd4941e
Fix MANIFEST.in for testbrowser
2017-12-30 18:33:15 +01:00
Florian Bruhin
28889cf099
Use a dict for ModeManager.eventFilter
2017-12-29 20:36:55 +01:00
Florian Bruhin
e7af961be2
Remove filtering of mouse events
...
This was needed for the hide-mouse-cursor setting. However, this setting was
removed in 2223a285ef
, so this code has been dead
since then.
2017-12-29 19:36:52 +01:00
Florian Bruhin
a6adbdf167
Clean up testbrowser scripts
2017-12-29 19:10:33 +01:00
Florian Bruhin
7fe0f9fb16
Update qutebrowser xpm
2017-12-29 01:23:45 +01:00
RyanJenkins
53575aaeed
Default raise_windows() alert param to True to preserve existing
...
behavior
2017-12-27 12:40:55 -08:00
RyanJenkins
9cb25e0c76
Raise browser window after editor closes regardless of outcome of
...
inserting text and avoid calling QApplication.instance().alert() in this
scenario.
2017-12-26 20:19:39 -08:00
Florian Bruhin
2ef6e740d9
Merge pull request #3441 from strburst/doc-configuring-fix-typo
...
Fix minor doc typo in example code
2017-12-26 17:26:47 +01:00
Allen Zheng
b5a9612840
Fix minor doc typo in example code
...
There should be an extra parenthesis to close the call to the outer
print function.
2017-12-26 11:21:02 -05:00
Florian Bruhin
d2f0c5dcac
Update changelog
2017-12-26 15:45:50 +01:00
Florian Bruhin
73b6dea1f4
Merge remote-tracking branch 'origin/pr/3427'
2017-12-26 15:45:00 +01:00
Florian Bruhin
aa68e97922
Merge pull request #3435 from qutebrowser/pyup-scheduled-update-12-25-2017
...
Scheduled weekly dependency update for week 52
2017-12-26 15:05:37 +01:00
pyup-bot
501cabc6a0
Update pytest-rerunfailures from 3.1 to 4.0
2017-12-25 16:26:14 +01:00
pyup-bot
0d61c75ce4
Update hypothesis from 3.44.1 to 3.44.4
2017-12-25 16:26:13 +01:00