Florian Bruhin
45abcbb972
Update authors
2016-08-01 16:22:22 +02:00
Florian Bruhin
68b273de87
Merge branch 'generalize-list-type' of https://github.com/mlochbaum/qutebrowser into mlochbaum-generalize-list-type
2016-08-01 16:22:13 +02:00
Florian Bruhin
8dacf7b4ce
Merge branch 'mlochbaum-tab-move-index'
2016-08-01 16:18:23 +02:00
Florian Bruhin
ad05296e1b
Update docs
2016-08-01 16:18:08 +02:00
Florian Bruhin
4414f5fea9
Merge branch 'tab-move-index' of https://github.com/mlochbaum/qutebrowser into mlochbaum-tab-move-index
2016-08-01 16:17:09 +02:00
Marshall Lochbaum
a7f9461d1f
Correct valid_values handling for asciidoc
2016-08-01 10:15:51 -04:00
Florian Bruhin
9488cc61ef
Merge branch 'rcorre-completer_tests'
2016-08-01 16:03:03 +02:00
Florian Bruhin
62f9161d03
Merge branch 'completer_tests' of https://github.com/rcorre/qutebrowser into rcorre-completer_tests
2016-08-01 16:02:53 +02:00
Florian Bruhin
149e0d7b05
Update changelog
2016-08-01 15:56:39 +02:00
Florian Bruhin
86669600ff
Consider input elements without type for hinting
2016-08-01 15:49:50 +02:00
Marshall Lochbaum
5accef963d
Move _show_inner_type class variables before __init
2016-08-01 09:31:59 -04:00
Marshall Lochbaum
aa40ff6dd4
Remove none_ok from startpage config type
2016-08-01 09:30:26 -04:00
Florian Bruhin
81ad3bdcdc
appveyor: Try to re-download PyQt on failure
2016-08-01 15:10:23 +02:00
Florian Bruhin
c421f44f4e
Specify completion category font in HTML
...
It seems like specifying a font for QTreeView::item in a Qt stylesheet
doesn't actually do anything.
2016-08-01 14:56:51 +02:00
Florian Bruhin
fca3c28134
Merge branch 'nanjekyejoannah-master'
2016-08-01 14:38:11 +02:00
Florian Bruhin
cc94383785
Update docs
2016-08-01 14:37:58 +02:00
Florian Bruhin
1bba1e3ea9
Remove whitespace
2016-08-01 14:35:57 +02:00
Florian Bruhin
3d1f28ac9c
Merge branch 'master' of https://github.com/nanjekyejoannah/qutebrowser into nanjekyejoannah-master
2016-08-01 14:35:06 +02:00
nanjekyejoannah
3d4e76b1a4
commit resolving issue#1395
2016-08-01 15:20:44 +03:00
nanjekyejoannah
4d3cbe659d
refactor for configdatap.py resolving #1395
2016-08-01 14:30:20 +03:00
nanjekyejoannah
633c95bca6
resolving style things in commit resolving issue #1395
2016-08-01 14:14:15 +03:00
nanjekyejoannah
1e94685653
Refactoring to resolve issue #1395
2016-08-01 14:00:30 +03:00
Florian Bruhin
2baadaf565
Remove now useless pylint suppressions
2016-08-01 12:47:19 +02:00
Florian Bruhin
13269ef388
Wrap long lines
2016-08-01 12:46:47 +02:00
Florian Bruhin
a772e8a2c3
Mark :set-mark/:jump-mark as hidden
...
Fixes #1708 .
2016-08-01 12:21:18 +02:00
Florian Bruhin
9eec3f25fb
Merge branch 'rcorre-unix_filename_rubout'
2016-08-01 11:01:44 +02:00
Florian Bruhin
77f9696a96
Update docs
2016-08-01 11:01:33 +02:00
Florian Bruhin
7f311a46ae
Merge branch 'unix_filename_rubout' of https://github.com/rcorre/qutebrowser into rcorre-unix_filename_rubout
2016-08-01 10:40:34 +02:00
Florian Bruhin
4c02717fa3
Merge branch 'LadyClaire-master'
2016-08-01 10:35:49 +02:00
Florian Bruhin
858fb77e19
Regenerate authors
2016-08-01 10:34:58 +02:00
Florian Bruhin
0865527631
Merge branch 'master' of https://github.com/LadyClaire/qutebrowser into LadyClaire-master
2016-08-01 10:29:58 +02:00
nanjekyejoannah
212d5fe932
commit resolving issue #1395
2016-08-01 11:28:27 +03:00
Florian Bruhin
12f506073a
flake8/pylint reqs: Update mccabe to 0.5.2
...
When opening files ourselves, make sure we always name the file variable
2016-08-01 10:06:08 +02:00
Claire C.C
046eec9136
Remove extra "available"
2016-08-01 00:43:46 -07:00
Claire Cavanaugh
f261490dab
Fix minor errors and improve flow of text
2016-07-31 21:43:54 -07:00
Ryan Roden-Corrent
86a08d17c2
Dedupe code in test_readline.
...
Many of the tests repeated the same block of logic, so consolidate it
into one function.
2016-07-30 22:00:12 -04:00
Ryan Roden-Corrent
a086095954
Implement unix_filename_rubout.
...
unix_filename_rubout deletes to the previous slash or whitespace,
unlike the previously implemented backwards-kill-word which treats and
non-alphanumeric character as a boundary.
To illustrate, given the text 'foo/bar.baz', unix_filename_rubout will
delete 'bar.baz' while backwards-kill-word will delete only 'baz'.
See #1710 .
2016-07-30 19:34:38 -04:00
Florian Bruhin
57f256e80d
Merge branch 'rcorre-backward-kill-word'
2016-07-30 18:49:58 +02:00
Florian Bruhin
09418d77a0
Update changelog
2016-07-30 18:49:10 +02:00
Ryan Roden-Corrent
6bcdacf1ce
Implement readline's backward-kill-word.
...
This restores the previous behavior of `unix-word-rubout` as
`backward-kill-word`, which is closer to the naming used in readline.
It is bound to <Alt-Backspace> by default, though <Ctrl-Backspace> will
also work due to a builtin binding.
Resolves #1698 .
2016-07-30 07:27:29 -04:00
Marshall Lochbaum
a7438f4f15
Extend tab-move's direction argument to take an index ( fixes #1701 )
2016-07-29 23:06:51 -04:00
Marshall Lochbaum
b22634e2eb
Correct qutebrowser.conf documentation for list types
2016-07-29 16:08:42 -04:00
Ryan Roden-Corrent
fbadc5e668
Remove second arg from on_selection_changed.
...
The deselected argument was unused, so remove it from the signal and
the slot.
2016-07-29 08:48:24 -04:00
Florian Bruhin
f9c09a1f43
Merge branch 'lahwaacz-completion_trivial'
2016-07-29 12:08:28 +02:00
Florian Bruhin
b80ea14557
Regenerate authors
2016-07-29 12:08:23 +02:00
Florian Bruhin
14eabc7160
Merge branch 'completion_trivial' of https://github.com/lahwaacz/qutebrowser into lahwaacz-completion_trivial
2016-07-29 12:08:10 +02:00
Florian Bruhin
066c9bf4dc
Split websettings into web{kit,engine,}settings
2016-07-29 12:01:22 +02:00
Florian Bruhin
c40059715a
Fix long line
2016-07-29 10:43:53 +02:00
Florian Bruhin
08a9786a73
Add a stub for WebEnginePage.createWindow
...
See #1699 .
2016-07-29 10:35:14 +02:00
Florian Bruhin
cffe2281b1
Use qtmodeltester for completion model tests
...
See http://pytest-qt.readthedocs.io/en/latest/modeltester.html
See #1702
2016-07-29 10:26:55 +02:00