qutebrowser/qutebrowser/mainwindow
Florian Bruhin df35c9138b Filter out uninteresting elements early in TabBarStyle
Otherwise we call _tab_layout on something which is not a QStyleOptionTab, which
might cause AttributeErrors. In a crash report I couldn't reproduce, it got
called with a QStyleOptionMenuItem when right-clicking on the page.
2017-02-08 16:53:03 +01:00
..
statusbar Add fullscreen support for QtWebEngine 2017-02-06 16:22:58 +01:00
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
mainwindow.py Add fullscreen support for QtWebEngine 2017-02-06 16:22:58 +01:00
messageview.py Don't stack zoom level messages 2017-02-04 23:42:55 +01:00
prompt.py Exclude socket notifier events during prompts 2017-02-07 22:13:33 +01:00
tabbedbrowser.py Fix broken "if" when closing tab. 2017-02-08 12:45:09 +01:00
tabwidget.py Filter out uninteresting elements early in TabBarStyle 2017-02-08 16:53:03 +01:00