qutebrowser/tests/unit/mainwindow
Florian Bruhin 750dfd98af Generalize statusbar-attached website overlays
We already had some duplicated logic for completion/keyhint/messageview,
and plan to add prompt overlays too now - so here we refactor related
code to have a list of overlays instead, which are all
resized/positioned by the mainwindow when needed.

This also changes the size management, which gets moved into the
sizeHint of the respective overlay widgets.
2016-09-22 17:04:39 +02:00
..
statusbar tests: Use pytest.fixture instead of yield_fixture 2016-08-22 07:40:24 +02:00
test_messageview.py Generalize statusbar-attached website overlays 2016-09-22 17:04:39 +02:00
test_tabwidget.py Use a fixture for FakeWebTab 2016-07-10 16:57:02 +02:00