Florian Bruhin
bd111c2ab1
Fix lint
2016-06-08 07:16:27 +02:00
Florian Bruhin
016c102e57
Fix lint
2016-06-08 00:05:57 +02:00
Florian Bruhin
278093afae
Add requirements-qutebrowser.txt-raw
2016-06-08 00:03:07 +02:00
Florian Bruhin
4bae659fbe
Re-add requests to pylint envs
...
This is needed because there's a script using requests
2016-06-08 00:02:43 +02:00
Florian Bruhin
cfb4ebb312
Add missing replace to requirements-pylint.txt-raw
2016-06-07 23:47:10 +02:00
Florian Bruhin
f6473620c5
Fix recompile_requirements.py without arguments
2016-06-07 23:44:50 +02:00
Florian Bruhin
55da4ffc03
Also generate root requirements
2016-06-07 23:44:22 +02:00
Florian Bruhin
164d7bea4b
recompile_requirements: Add replace command
2016-06-07 23:40:00 +02:00
Florian Bruhin
19037e8b75
Remove old .in requirements file
2016-06-07 23:32:35 +02:00
Florian Bruhin
81ccaff9c6
requirements: Update filter for Flask
2016-06-07 23:26:04 +02:00
Florian Bruhin
0819ed36f0
Update requirements README.md
2016-06-07 23:21:50 +02:00
Florian Bruhin
1c6b4da706
Use #@ as chars
2016-06-07 23:21:50 +02:00
Florian Bruhin
6249436bde
Rename raw-requirements files
...
This hopefully means they're not picked up on requires.io.
2016-06-07 23:21:50 +02:00
Florian Bruhin
7571040316
Also ignore MarkupSafe dependency
2016-06-07 23:10:33 +02:00
Florian Bruhin
34a6451806
Add special #! commands to recompile_requirements
2016-06-07 23:08:14 +02:00
Florian Bruhin
136cb19814
reqs: Comment out ignored dependencies
2016-06-07 22:53:17 +02:00
Florian Bruhin
1a26c8c61f
Add a script to compile requirement files
2016-06-07 22:45:59 +02:00
Florian Bruhin
1104a731a5
Fix filtering of all hints in number mode
...
Fixes #1559
2016-06-07 18:34:46 +02:00
Florian Bruhin
9880f5bd5f
Handle FileNotFoundError in ipc.listen
...
Fixes #1530
2016-06-07 16:48:43 +02:00
Florian Bruhin
b972acf20c
Merge branch 'hints'
2016-06-07 15:43:25 +02:00
Florian Bruhin
7014219a86
Update docs
2016-06-07 15:43:17 +02:00
Florian Bruhin
299fea830e
Simplify some bool conditions
2016-06-07 15:42:59 +02:00
Florian Bruhin
5ddc57566d
Refactor HintManager.filter_hints
2016-06-07 15:14:57 +02:00
Florian Bruhin
db0a67766d
Ignore hints -> scatter for number hints
...
See https://github.com/The-Compiler/qutebrowser/issues/308#issuecomment-167091450
2016-06-07 15:13:30 +02:00
Florian Bruhin
20636a2343
Get normal parser via objreg
2016-06-07 14:30:46 +02:00
Florian Bruhin
e906178c7d
Add changelog entry for multi-word matching
2016-06-07 14:28:36 +02:00
Jakub Klinkovský
de66b68b75
Fix problems reported by pylint
2016-06-07 14:27:37 +02:00
Jakub Klinkovský
1b32444256
Rename variables for consistency with other code and docstrings
...
As described in [1], the naming of some variables has become
inconsistent with the original code and even docstrings. This commit
corrects some of these problems, with the following terminology:
- hint text: informative message (see HINT_TEXTS)
- hint string: the text displayed on the hint (as instance of str)
- hint label: the element representing the hint, added to the DOM
- hint: too abstract, sensibly used only in docstrings to refer to the
"visual result"
This commit amends b89e0f8803
and
8873aba09f
.
[1] https://github.com/The-Compiler/qutebrowser/pull/1178#issuecomment-178795190
2016-06-07 14:27:06 +02:00
Florian Bruhin
ca88b7a1cf
Add test for multi-word matching
2016-06-07 14:24:53 +02:00
Jakub Klinkovský
e4d5b550a3
Filter hints using a multi-word matching
...
(addresses https://github.com/The-Compiler/qutebrowser/issues/674#issuecomment-165101219 )
2016-06-07 14:24:17 +02:00
Florian Bruhin
d3eec49b6e
Add automated test for #1186
2016-06-07 14:15:32 +02:00
Florian Bruhin
8ff53fdb7f
Add an automated test for #576
...
This is now testable easily since hints are renumbered
2016-06-07 14:08:25 +02:00
Florian Bruhin
222ab6f75e
Add changelog entry for #308
2016-06-07 13:58:22 +02:00
Florian Bruhin
efddd64d56
Add test for #308
2016-06-07 13:52:17 +02:00
Florian Bruhin
7f3991a8ca
Set _filterstr in HintManager
...
This is also fixed in
fd12c7567e
But we need the fix in to make tests run.
2016-06-07 13:23:51 +02:00
Jakub Klinkovský
82da79d05a
Renumber hints when filtering in numeric mode
...
(addresses #308 )
2016-06-07 13:07:56 +02:00
Florian Bruhin
457913b2ec
Add changelog for #576
2016-06-07 11:59:33 +02:00
Jakub Klinkovský
9d20280573
Save the filter string in HintManager
...
This allows restoring the filter during rapid hinting in numeric mode (addresses #576 )
2016-06-07 11:57:31 +02:00
Florian Bruhin
335c6783ce
Add a manual test page for #576
2016-06-07 11:57:01 +02:00
Florian Bruhin
cbc866d86d
Add changelog entry for #1186 fix
2016-06-07 11:55:17 +02:00
Florian Bruhin
01c4c1717f
Add manual test file for #1186
2016-06-07 11:55:17 +02:00
Jakub Klinkovský
3690ead5e0
Fix backspace handling in numeric hint mode
...
addresses #1186
2016-06-07 11:37:47 +02:00
Florian Bruhin
802258d70a
Add hints -> auto-follow-timeout to CHANGELOG
2016-06-07 11:07:29 +02:00
Florian Bruhin
82d7c33b29
Add tests for hints -> auto-follow-timeout
2016-06-07 11:06:39 +02:00
Jakub Klinkovský
87faafd910
Fixed type of auto-follow-timeout option
2016-06-07 10:30:10 +02:00
Jakub Klinkovský
6e494605dd
Add timeout after auto-followed hint
2016-06-07 10:30:08 +02:00
Florian Bruhin
b759f481c4
test requirements: Update decorator to 4.0.10
...
- Improved the documentation thanks to Tony Goodchild (zearin) who also
provided a much better CSS than the one I was using.
2016-06-07 08:24:53 +02:00
Florian Bruhin
5004a571c4
test requirements: Update CherryPy to 6.0.1
...
* Correct typos in ``@cherrypy.expose`` decorators.
2016-06-07 08:24:12 +02:00
Florian Bruhin
bdef8c4e3a
Fix lint
2016-06-07 08:23:35 +02:00
Florian Bruhin
e8123bb68a
Fix pdfjs version parsing for never versions
2016-06-07 07:42:34 +02:00