Go to file
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
qutebrowser Don't pass an empty QPrinter to QPrintDialog. 2014-05-06 18:31:08 +02:00
scripts Add unittest to run_checks.py 2014-05-06 14:37:47 +02:00
.flake8 Depend on appdirs instead of bundling 2014-05-06 06:22:28 +02:00
.gitignore Add setuptools foo to .gitignore 2014-04-29 07:11:27 +02:00
.pylintrc Depend on appdirs instead of bundling 2014-05-06 06:22:28 +02:00
AUTHORS Add AUTHORS 2014-04-22 07:18:19 +02:00
COPYING Add GNU GPL 2014-02-06 14:01:23 +01:00
HACKING More HACKING 2014-04-25 17:46:01 +02:00
README Add README 2014-04-28 23:20:18 +02:00
setup.py Depend on appdirs instead of bundling 2014-05-06 06:22:28 +02:00
THANKS Use simple enums for constants 2014-05-05 07:45:36 +02:00
TODO Don't pass an empty QPrinter to QPrintDialog. 2014-05-06 18:31:08 +02:00

qutebrowser is a browsed based on PyQt5 which aims to be keyboard-focused with
an input similiar to vim.

It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl.