Commit Graph

1123 Commits

Author SHA1 Message Date
Florian Bruhin
f09f555b68 Add Archlinux PKGBUILD 2014-05-08 22:08:04 +02:00
Florian Bruhin
2d6fb3d243 bugs += scroll_page 2014-05-08 21:56:38 +02:00
Florian Bruhin
ed0d0d8ff7 Handle tab titles via onUrlChanged 2014-05-08 21:04:27 +02:00
Florian Bruhin
bf19cb7536 Add window-open-behaviour setting 2014-05-08 20:43:40 +02:00
Florian Bruhin
4eb6f896b0 Remove unused import in hints.py 2014-05-08 20:36:23 +02:00
Florian Bruhin
e2a2ed8850 Support QWebView::createWindow (opening windows via js) 2014-05-08 20:36:05 +02:00
Florian Bruhin
b7eec48037 More bugs and todo 2014-05-08 20:15:17 +02:00
Florian Bruhin
a715359d63 TODO += pasting text 2014-05-08 11:51:51 +02:00
Florian Bruhin
586455bbad Fix scrollbar click bug 2014-05-08 11:50:46 +02:00
Florian Bruhin
295ed2421a TODO += inspector in new window 2014-05-08 09:13:07 +02:00
Florian Bruhin
41d08bdfe3 Update THANKS 2014-05-08 09:10:04 +02:00
Florian Bruhin
c27fcc0cf0 TODO += bugs 2014-05-08 09:07:16 +02:00
Florian Bruhin
dc01509633 Fix description for webkit maximum-pages-in-cache 2014-05-08 09:05:38 +02:00
Florian Bruhin
214cda91bd Nicer error messages for focus_tab 2014-05-08 09:03:48 +02:00
Florian Bruhin
fce2085ea9 Merge branch 'master' of ssh://lupin/qutebrowser
Conflicts:
	TODO
2014-05-08 07:00:40 +02:00
Florian Bruhin
8d4935eb82 TODO += stuff 2014-05-07 23:11:47 +02:00
Florian Bruhin
a76c7b56f1 Fix lingering PyQt exception 2014-05-07 18:00:38 +02:00
Florian Bruhin
45621b0645 Do a hard exit on crash 2014-05-07 17:29:28 +02:00
Florian Bruhin
68b134b4a9 Don't filter events if mainwindow is not focused 2014-05-07 17:20:01 +02:00
Florian Bruhin
19af445da0 TODO += eliding bug 2014-05-07 09:06:22 +02:00
Florian Bruhin
09f7e7a3ae Don't crash when opening qute:pyeval without :pyeval. 2014-05-07 09:03:46 +02:00
Florian Bruhin
b0f819ef68 Update TODO 2014-05-07 07:51:36 +02:00
Florian Bruhin
285a1c86b4 Bind pgup/pgdown/shift+space 2014-05-07 07:40:36 +02:00
Florian Bruhin
625d369c33 Add check for modeman.mode property 2014-05-06 23:17:05 +02:00
Florian Bruhin
14873285e6 Fix enum bugs 2014-05-06 21:09:09 +02:00
Florian Bruhin
164dcfb6bd Always click elements in the center when hinting 2014-05-06 21:07:20 +02:00
Florian Bruhin
f2797d09b4 TODO reordering/update 2014-05-06 21:03:03 +02:00
Florian Bruhin
077d3be2e0 Detect local files correctly 2014-05-06 20:24:53 +02:00
Florian Bruhin
4a7ccbf131 Fix pyroma on Linux 2014-05-06 19:00:35 +02:00
Florian Bruhin
557805c8b2 Don't pass an empty QPrinter to QPrintDialog.
This was garbage collected on Linux when the dialog was opened, leading
to segfaults when the printer was changed in the dialog.

But actually we don't need it at all, so we just drop it.
2014-05-06 18:31:08 +02:00
Florian Bruhin
0a38a21f21 Revert "More TODO"
This reverts commit be10527208.
2014-05-06 18:17:19 +02:00
Florian Bruhin
66fd51958b Merge branch 'master' of ssh://lupin/qutebrowser 2014-05-06 18:16:44 +02:00
Florian Bruhin
34215806ca Add SO links to TODO 2014-05-06 17:50:57 +02:00
Florian Bruhin
db20cf3701 Handle backspace correctly in HintKeyParser 2014-05-06 17:04:34 +02:00
Florian Bruhin
0f8926ca99 Remember last pressed key category 2014-05-06 17:04:06 +02:00
Florian Bruhin
68ff922525 Add logging to basekeyparser 2014-05-06 17:03:16 +02:00
Florian Bruhin
dd3ab0e336 Don't handle backspace as text keypress 2014-05-06 17:03:01 +02:00
Florian Bruhin
e2ded2e0ad Add logging to handle_partial_key 2014-05-06 17:02:44 +02:00
Florian Bruhin
764c37c8d6 Hide elements instead of deleting them 2014-05-06 17:02:32 +02:00
Florian Bruhin
4999a59470 Add pastebin button to crash dialog 2014-05-06 15:36:15 +02:00
Florian Bruhin
8010fa8d89 Add unittest to run_checks.py 2014-05-06 14:37:47 +02:00
Florian Bruhin
7fb0a7745b Don't treat single words as URL 2014-05-06 14:25:11 +02:00
Florian Bruhin
8e122abd35 Update TODO 2014-05-06 14:08:51 +02:00
Florian Bruhin
5656921a22 Don't add empty URLs to URL stack 2014-05-06 14:08:40 +02:00
Florian Bruhin
e683d85799 Add quick and dirty fix for hint clicking 2014-05-06 14:03:48 +02:00
Florian Bruhin
9553cb6872 Clean up config type order 2014-05-06 13:10:38 +02:00
Florian Bruhin
cbc363912e Merge None{Int,String} with Int/String conftype 2014-05-06 13:00:49 +02:00
Florian Bruhin
a0e71dc86e Don't transform strings in config to lowercase 2014-05-06 12:55:26 +02:00
Florian Bruhin
f6c3e00d59 Use NoneString config type for settings with Qt defaults.
This fixes wikipedia looking ugly because setUserStylesheet gets called
with an empty string.
2014-05-06 12:20:02 +02:00
Florian Bruhin
1a3ed11070 Quit properly on debugger exit 2014-05-06 12:11:00 +02:00