Florian Bruhin
|
bbcf593f38
|
Fix logfilter
|
2014-08-25 06:58:41 +02:00 |
|
Florian Bruhin
|
66e670a96b
|
Fix ignore_case for searching.
|
2014-08-25 06:56:14 +02:00 |
|
Florian Bruhin
|
e576ff608f
|
utils.webelem: Don't treat select boxes as editable.
|
2014-08-22 07:54:48 +02:00 |
|
Florian Bruhin
|
c826db7e03
|
Make editor config configurable
|
2014-08-20 20:57:10 +02:00 |
|
Florian Bruhin
|
66a09f6993
|
pylint_checkers: Don't check binary open in openencoding.
|
2014-08-20 20:33:34 +02:00 |
|
Florian Bruhin
|
84e5bb9a50
|
Update TODO.
|
2014-08-20 20:33:26 +02:00 |
|
Florian Bruhin
|
17dd4732ae
|
Add explicit encoding to open() calls.
|
2014-08-20 20:33:14 +02:00 |
|
Florian Bruhin
|
fb8ef69a63
|
pylint: Add checker for open() without encoding.
|
2014-08-20 18:51:55 +02:00 |
|
Florian Bruhin
|
1e8b43e3b1
|
Merge branch 'master' of ssh://lupin/qutebrowser
|
2014-08-20 18:34:34 +02:00 |
|
Florian Bruhin
|
4acd37edd0
|
Update setup.py.
|
2014-08-20 15:21:35 +02:00 |
|
Florian Bruhin
|
05727b2584
|
Merge branch 'master' of ssh://cmpl.cc:2323/qutebrowser
|
2014-08-20 15:08:07 +02:00 |
|
Florian Bruhin
|
cd117ccabb
|
Treat ACE editor as editable.
|
2014-08-20 15:07:33 +02:00 |
|
Florian Bruhin
|
7f6b44e4b0
|
run_checks: Add PWD to os.path.
Without this change, running checkers when not running unittests failed,
because qutebrowser couldn't be imported.
|
2014-08-20 07:14:12 +02:00 |
|
Florian Bruhin
|
7d219a2529
|
ez_setup: Update to 5.8
|
2014-08-17 11:50:22 +02:00 |
|
Florian Bruhin
|
d18a025d68
|
earlyinit: Beautify messages
|
2014-08-15 18:58:46 +02:00 |
|
Florian Bruhin
|
8be3d6f046
|
Update HACKING
|
2014-08-14 21:01:39 +02:00 |
|
Florian Bruhin
|
7512d766d4
|
run_checks: Colorize exit status
|
2014-08-14 20:58:39 +02:00 |
|
Florian Bruhin
|
0f1c819b89
|
run_checks: Add some colors
|
2014-08-14 20:42:11 +02:00 |
|
Florian Bruhin
|
cc4fd46c6f
|
run_checks: Refactor checks if checker is enabled.
|
2014-08-14 20:08:30 +02:00 |
|
Florian Bruhin
|
c62586a3dd
|
ez_setup: Update to 5.6.
|
2014-08-14 19:28:07 +02:00 |
|
Florian Bruhin
|
0f00ce244e
|
run_checks: More refactoring
|
2014-08-14 18:02:38 +02:00 |
|
Florian Bruhin
|
dbc9a53e1c
|
run_checks: Refactor running of checkers
|
2014-08-14 16:14:21 +02:00 |
|
Florian Bruhin
|
9281f30c7b
|
run_checks: Use argparse
|
2014-08-14 15:32:42 +02:00 |
|
Florian Bruhin
|
f1f5c344bc
|
Whitespace fix
|
2014-08-14 15:11:48 +02:00 |
|
Florian Bruhin
|
36572bc0cb
|
Add pypeg2 to version info
|
2014-08-14 15:08:33 +02:00 |
|
Florian Bruhin
|
9585b3c925
|
Add some logging for content-disposition
|
2014-08-14 14:59:13 +02:00 |
|
Florian Bruhin
|
0d38e1814e
|
doc: Add some more RFCs to HACKING
|
2014-08-14 13:49:51 +02:00 |
|
Florian Bruhin
|
c7bfe784e4
|
Adjust the rest of the code for rfc6266 -> pypeg2
|
2014-08-14 13:37:27 +02:00 |
|
Florian Bruhin
|
ef1035f2ba
|
utils.rfc6266: Fix lint
|
2014-08-14 13:29:07 +02:00 |
|
Florian Bruhin
|
9cf80cf498
|
utils.rfc6266: Cleanup
|
2014-08-14 13:29:07 +02:00 |
|
Florian Bruhin
|
62b00e5ff6
|
utils.rfc6266: Test for invalid ISO-8859-1 and duplicate params.
|
2014-08-14 13:29:06 +02:00 |
|
Florian Bruhin
|
03ea837211
|
utils.rfc6266: Do parsing of ext-values earlier.
|
2014-08-14 13:29:06 +02:00 |
|
Florian Bruhin
|
33b1cc6916
|
utils.rfc6266: Remove percent_decode function.
|
2014-08-14 13:29:06 +02:00 |
|
Florian Bruhin
|
9ae5a90f5e
|
utils.rfc6266: Remove unneeded IKeyword.
|
2014-08-14 13:29:06 +02:00 |
|
Florian Bruhin
|
532f739e26
|
tests: Fix rfc6266 testcase.
|
2014-08-14 13:29:06 +02:00 |
|
Florian Bruhin
|
acb5159791
|
utils.rfc6266: Nicer ext-param handling
|
2014-08-14 13:29:06 +02:00 |
|
Florian Bruhin
|
e159990363
|
utils.rfc6266: Initial implementation.
|
2014-08-14 13:29:06 +02:00 |
|
Florian Bruhin
|
f13607ced2
|
Fix lint
|
2014-08-14 13:28:48 +02:00 |
|
Florian Bruhin
|
1a91972a5c
|
console: Ignore empty texts
|
2014-08-13 09:08:31 +02:00 |
|
Florian Bruhin
|
4cab864ea0
|
console: Add 'self' to locals.
|
2014-08-13 09:07:18 +02:00 |
|
Florian Bruhin
|
0ec6234030
|
widgets.misc: Prevent moving cursor to prompt in CommandLineEdit.
|
2014-08-13 09:02:53 +02:00 |
|
Florian Bruhin
|
3ea0f0d8a6
|
Make CommandPrompt aware of its prompt.
|
2014-08-13 07:45:57 +02:00 |
|
Florian Bruhin
|
4318a01774
|
console: Add qApp to locals.
|
2014-08-13 07:14:21 +02:00 |
|
Florian Bruhin
|
2586f5ca9a
|
console: Never give focus to output view.
|
2014-08-13 07:10:36 +02:00 |
|
Florian Bruhin
|
47e405dda5
|
Stop history browsing at the correct places.
|
2014-08-13 07:10:24 +02:00 |
|
Florian Bruhin
|
9c69ea3c45
|
Use a validator function for ConsoleLineEdit.
The prompts provided (e.g. sys.ps1/sys.ps2) could change during the lifetime of
the validator.
|
2014-08-13 07:10:05 +02:00 |
|
Florian Bruhin
|
73214836da
|
console: Set nicer font
|
2014-08-13 06:56:46 +02:00 |
|
Florian Bruhin
|
35d0fe2b52
|
console: Print prompts.
|
2014-08-13 06:54:08 +02:00 |
|
Florian Bruhin
|
5b61487130
|
Refactor different LineEdit classes.
|
2014-08-13 06:53:36 +02:00 |
|
Florian Bruhin
|
b9e4dd282c
|
cmdhistory: Make history public.
|
2014-08-13 06:53:02 +02:00 |
|