Larry Hynes
|
3af6279dca
|
Amended, with asciidoc syntax.
|
2014-12-15 18:44:38 +00:00 |
|
Larry Hynes
|
5baae727b0
|
Update install to mention Homebrew Python on OSX
Also fixed a small typo.
|
2014-12-15 18:18:00 +00:00 |
|
Florian Bruhin
|
58e140d3cb
|
Add missing files to MANIFEST.in.
|
2014-12-15 00:44:18 +01:00 |
|
Florian Bruhin
|
e7634dfe04
|
Include README.asciidoc in sdist.
|
2014-12-15 00:22:43 +01:00 |
|
Florian Bruhin
|
b7dcf34e67
|
Release v0.1
|
2014-12-14 20:46:32 +01:00 |
|
Florian Bruhin
|
e87b3fd568
|
Fix loading of renamed config sections.
|
2014-12-14 20:46:32 +01:00 |
|
Florian Bruhin
|
a96120b65a
|
Update docs
|
2014-12-14 19:38:01 +01:00 |
|
Florian Bruhin
|
ce819db723
|
Add cheatsheet svg.
|
2014-12-14 19:23:52 +01:00 |
|
Florian Bruhin
|
fd2fc4e72f
|
Move apparmor from contrib to misc.
|
2014-12-14 19:23:44 +01:00 |
|
Florian Bruhin
|
408e1b4406
|
Update INSTALL.asciidoc.
Closes #244.
|
2014-12-14 18:35:50 +01:00 |
|
Florian Bruhin
|
ba9bb0e418
|
Fix updating of scroll position with gg/G/etc.
|
2014-12-14 16:44:18 +01:00 |
|
Florian Bruhin
|
b7dc2e1bc6
|
Allow non-ASCII chars in keychains. Fixes #303.
|
2014-12-13 21:03:33 +01:00 |
|
Florian Bruhin
|
06ec1a3885
|
Big file tree reorganisation.
Closes #255.
Should make a lot more sense now ;)
|
2014-12-13 17:28:50 +01:00 |
|
Florian Bruhin
|
8ab23cff21
|
Update docs
|
2014-12-13 00:35:39 +01:00 |
|
Florian Bruhin
|
fc2d3ef452
|
Merge branch 'krobelus-master'
|
2014-12-13 00:34:29 +01:00 |
|
Florian Bruhin
|
67001665a2
|
Cleanups in hint.py.
|
2014-12-13 00:30:35 +01:00 |
|
Florian Bruhin
|
dae657b4d4
|
Merge branch 'master' of https://github.com/krobelus/qutebrowser into krobelus-master
|
2014-12-13 00:20:56 +01:00 |
|
Florian Bruhin
|
987ca1dd4a
|
Add a new qutebrowser icon by WOFall as svg/png.
|
2014-12-12 23:48:50 +01:00 |
|
Johannes Altmanninger
|
d0bed460eb
|
Hints: Use the src html attribute in addition to href in _resolve_url.
See issue #286
|
2014-12-12 18:40:12 +01:00 |
|
Johannes Altmanninger
|
582e3e57e9
|
Add hint target 'run' to execute a command based on a hint URL.
Fixes Issue #285.
The command is not preceded by a colon because there is no need to
distinguish between a search and a command.
|
2014-12-12 18:17:58 +01:00 |
|
Florian Bruhin
|
eceda53b3a
|
Fix split tests.
|
2014-12-12 17:45:59 +01:00 |
|
Florian Bruhin
|
fc0428ef5f
|
Fix ws stripping with simple_split and no flags.
Fixes #279.
|
2014-12-12 17:29:01 +01:00 |
|
Florian Bruhin
|
841e31283c
|
hints: Store id() of destroyed frames.
Fixes #305. #152 should still be okay.
|
2014-12-12 01:38:13 +01:00 |
|
Florian Bruhin
|
decfd02033
|
Use a QNAM to pastebin from crash dialog.
Fixes #280.
|
2014-12-11 23:34:03 +01:00 |
|
Florian Bruhin
|
aefa637bc5
|
Check if command text is valid when hinting.
|
2014-12-11 22:16:56 +01:00 |
|
Florian Bruhin
|
cba120ac76
|
Fix starting without config.
|
2014-12-11 22:08:43 +01:00 |
|
Florian Bruhin
|
808cd29461
|
Regenerate docs
|
2014-12-11 21:28:09 +01:00 |
|
Florian Bruhin
|
39cd36c8cd
|
Don't use maxsplit=0 with :spawn.
|
2014-12-11 21:27:44 +01:00 |
|
Florian Bruhin
|
8bad7c0e4c
|
Use maxsplit=1 for :repeat and :later.
|
2014-12-11 21:27:44 +01:00 |
|
Florian Bruhin
|
0acd61368e
|
Regenerate docs for :bind.
|
2014-12-11 21:18:01 +01:00 |
|
Florian Bruhin
|
451df7bbf4
|
Handle flags with args correctly with split=False.
|
2014-12-11 21:17:43 +01:00 |
|
Florian Bruhin
|
3579caf1ff
|
Make mode a kwarg-only argument for :bind.
|
2014-12-11 21:17:22 +01:00 |
|
Florian Bruhin
|
1d6661f90b
|
Set maxsplit=0 for :set-cmd-text.
See #233.
|
2014-12-11 20:35:04 +01:00 |
|
Florian Bruhin
|
db4ca495f2
|
Use maxsplit=1 for :bind.
See #233.
|
2014-12-11 20:34:38 +01:00 |
|
Florian Bruhin
|
b7ea8e7979
|
Support a maxsplit argument for commands.
|
2014-12-11 20:32:52 +01:00 |
|
Florian Bruhin
|
81bc5dae94
|
Remove quotes with split=False commands.
Fixes #313.
|
2014-12-11 20:04:29 +01:00 |
|
Florian Bruhin
|
8c4c465c91
|
Fix completion update when the length is unchanged.
Fixes #312.
|
2014-12-11 18:37:22 +01:00 |
|
Florian Bruhin
|
4e6cedb1f7
|
Don't treat page load as failed with blocked hosts.
Fixes #315.
|
2014-12-11 18:05:01 +01:00 |
|
Florian Bruhin
|
5eeb89ec86
|
Add a :quickmark-del command.
|
2014-12-10 23:30:04 +01:00 |
|
Florian Bruhin
|
d0b5f2087a
|
Fix un-hiding of hints.
|
2014-12-10 23:22:25 +01:00 |
|
Florian Bruhin
|
b00e00db37
|
Add a "retry" entry to the download menu.
Closes #38.
|
2014-12-10 21:56:57 +01:00 |
|
Florian Bruhin
|
7a1a4905e9
|
Update settings.asciidoc.
|
2014-12-10 20:53:50 +01:00 |
|
Florian Bruhin
|
9553bd44c1
|
Add an open menu entry to downloads.
See #39.
|
2014-12-10 20:48:19 +01:00 |
|
Florian Bruhin
|
0ecf8661eb
|
Create inexistent paths in standardpath.get.
See #25.
|
2014-12-10 18:05:42 +01:00 |
|
Florian Bruhin
|
ec07e4f8be
|
Handle OSError exceptions where appropriate.
Fixes #25.
|
2014-12-10 18:00:49 +01:00 |
|
Florian Bruhin
|
ea76bdfb0f
|
Replace all IOError by OSErrors.
Starting with Python 3.3, IOError is just an alias for OSError.
|
2014-12-10 16:48:23 +01:00 |
|
Florian Bruhin
|
206b5f548e
|
Fix checking for errors when a page is loaded.
Because of the error page, we got loadFinished with ok=True even with errors.
Fixes #84.
|
2014-12-10 16:38:24 +01:00 |
|
Florian Bruhin
|
06cc982ab5
|
Dynamically calculate needed size for command.
Closes #26.
|
2014-12-10 15:35:13 +01:00 |
|
Florian Bruhin
|
db2d4a6bed
|
tabwidget: Add text padding in minimumTabSizeHint.
See #283.
|
2014-12-10 14:45:00 +01:00 |
|
Florian Bruhin
|
ef12bde654
|
tabwidget: Fix ...-width in minimumTabSizeHint.
See #283.
|
2014-12-10 14:44:28 +01:00 |
|