Florian Bruhin
4c1113cdf4
Add cache location to manpage. See #461 .
2015-01-09 06:13:09 +01:00
Florian Bruhin
30e93ca4b8
Merge branch 'balanceofcowards-master'
2015-01-08 23:11:53 +01:00
Florian Bruhin
e767862bee
Regenerate authors
2015-01-08 23:10:38 +01:00
Florian Bruhin
5fc900a1cb
Merge branch 'master' of https://github.com/balanceofcowards/qutebrowser into balanceofcowards-master
2015-01-08 23:09:58 +01:00
Florian Bruhin
395047d778
Merge branch 'peterlvilim-show-default-value'
2015-01-08 23:04:53 +01:00
Florian Bruhin
c4b4027104
Merge branch 'show-default-value' of https://github.com/peterlvilim/qutebrowser into peterlvilim-show-default-value
2015-01-08 23:04:35 +01:00
Peter Vilim
14afb3ef14
show-default-value: update heading
2015-01-08 12:52:21 -06:00
Andreas Fischer
34c9a73e32
Fix bug #399 (crashes on systems with pyqt < 5.3)
...
Crash occurs in usertypes.py / Question class due to Python slots
being called on deleted Qt objects. This causes either a TypeError or
an AttributeError (probably depending on the state of the deleted Qt
object?).
Fixed by declaring slots in the Question object explicitly via
decorator "@pyqtSlot()".
Possible further TODOs:
- Find out whether this is a problem for slots in other objects as
well.
- Create unittest for this bug (might me somewhat tricky, though).
2015-01-08 09:52:53 +01:00
Florian Bruhin
1086c33ec2
Add suckless surf ML post to notes.
2015-01-08 06:41:44 +01:00
Peter Vilim
eba4b58a7c
Show default config value in completion
2015-01-07 18:16:59 -06:00
Florian Bruhin
b12b83f98c
Hide 2 more Qt warnings.
2015-01-07 06:59:48 +01:00
Florian Bruhin
75ac9cce49
Use Esc in normal mode to clear search highlights.
2015-01-06 18:46:44 +01:00
Florian Bruhin
77df4c7241
Add !important to all hint properties.
2015-01-06 17:10:54 +01:00
Florian Bruhin
9ebf36f26b
Merge branch 'error800-master'
2015-01-06 16:55:37 +01:00
Florian Bruhin
55d9f62c9f
Regenerate authors.
2015-01-06 16:55:28 +01:00
Error 800
82ee78b3db
Added !important to hint styles
...
Prevents websites from overriding hint styles
2015-01-06 16:23:45 +01:00
Error 800
c4619874e6
Merge remote-tracking branch 'upstream/master'
2015-01-06 16:20:35 +01:00
Error 800
c008ee8dd7
Added !important to hint styles
...
Prevents websites from overriding hint styles
2015-01-06 16:13:28 +01:00
Florian Bruhin
492f066bd8
Merge branch 'peterlvilim-download-quit-confirm'
2015-01-06 11:29:19 +01:00
Florian Bruhin
c4bb9344a9
Regenerate docs.
2015-01-06 11:29:13 +01:00
Florian Bruhin
dda54a2cc9
Merge branch 'download-quit-confirm' of https://github.com/peterlvilim/qutebrowser into peterlvilim-download-quit-confirm
2015-01-06 11:28:16 +01:00
Florian Bruhin
3ff28027de
Make init_venv.py work with multiple sip .so files.
...
On my Debian jessie there's a sip.cpython-34m-x86_64-linux-gnu.so and a
sip.cpython-34dm-x86_64-linux-gnu.so.
2015-01-06 11:26:40 +01:00
Peter Vilim
5c37d4a19d
fix line lengths
2015-01-06 04:14:41 -06:00
Peter Vilim
f828e554f7
misc fixes
2015-01-06 04:03:21 -06:00
Florian Bruhin
46396cce1e
Fix maxsplit-splitting with empty args (""/'').
...
Fixes #453 .
2015-01-06 10:00:28 +01:00
Florian Bruhin
e07146be7c
Add "$@" to example wrapper script in INSTALL.
...
Thanks to mkonig for the suggestion!
2015-01-06 09:51:53 +01:00
Peter Vilim
dfa276a20c
backward compatibility, space, combinations
2015-01-05 22:41:42 -06:00
Florian Bruhin
e339b0cef9
Fix missing whitespace.
2015-01-05 18:56:09 +01:00
Florian Bruhin
9cc5bedb4d
Merge branch 'thiagowfx-master'
2015-01-05 18:47:31 +01:00
Florian Bruhin
2d77381660
Regenerate authors
2015-01-05 18:47:25 +01:00
Florian Bruhin
85c89305a7
Merge branch 'master' of https://github.com/thiagowfx/qutebrowser into thiagowfx-master
2015-01-05 18:47:16 +01:00
Florian Bruhin
7bf0013e60
Merge branch 'error800-master'
2015-01-05 18:39:35 +01:00
Florian Bruhin
6722780f86
Regenerate authors
2015-01-05 18:39:27 +01:00
Florian Bruhin
60874aad28
Merge branch 'master' of https://github.com/error800/qutebrowser into error800-master
2015-01-05 18:38:54 +01:00
Error 800
ce5629eab3
Fixed uppercase hints option
...
Corrected CSS property from 'texttransform' to 'text-transform'
2015-01-05 16:20:45 +01:00
Peter Vilim
0305dedbfb
Use multiple lines for quit messages
2015-01-05 01:01:22 -06:00
Thiago Barroso Perrotta
94ea35c9e8
add g[tT] for cycling through tabs (LuaKit/vim like)
2015-01-05 01:57:10 -02:00
Florian Bruhin
ff0c845c50
Uncheck sending of debug log with private browsing.
...
Fixes #436 .
2015-01-04 20:41:35 +01:00
Florian Bruhin
efe96462c9
Pass more useful information to userscripts.
...
Closes #379 .
2015-01-04 20:16:15 +01:00
Florian Bruhin
013f906c3b
hints: Small cleanup (add _show_url_error method).
2015-01-04 20:15:45 +01:00
Florian Bruhin
b8a04f5309
Don't raise CommandError in TabbedBrowser.current_url.
...
TabbedBrowser.current_url used to process the qtutils.QtValueError exception
and raise a cmdexc.CommandError based on it. While this was useful for some
callers, it made handling it in others weird, and it doesn't really belong
there - so now the caller handles this.
2015-01-04 20:13:25 +01:00
Florian Bruhin
04c8a17b2e
Merge branch 'userscript-runner'
2015-01-04 15:21:31 +01:00
Florian Bruhin
f64269c57a
Add qutebrowser- to FIFO name.
2015-01-04 14:53:00 +01:00
Florian Bruhin
b1b1cecdb7
Add some more logging
2015-01-04 14:51:50 +01:00
Florian Bruhin
ecc7f09f86
Use QSocketNotifier for userscripts.
2015-01-04 14:36:59 +01:00
Florian Bruhin
37e31d92c7
Merge branch 'ml--master'
2015-01-04 13:37:35 +01:00
Florian Bruhin
abe2dd7589
Regenerate docs
2015-01-04 13:37:09 +01:00
Florian Bruhin
6d8bffe405
Merge branch 'master' of https://github.com/ml-/qutebrowser into ml--master
2015-01-04 13:35:50 +01:00
Florian Bruhin
e0483363aa
Add a test making sure the default config is valid.
...
See #438 , #439 , #440 , #441 .
2015-01-04 13:34:05 +01:00
Peter Vilim
8a3aca63b0
Confirm quit if downloads running
2015-01-04 04:35:27 -06:00