qutebrowser/tests
Ryan Roden-Corrent 40e4e73e36 Ensure HistoryCategory works in isolation.
While QSortFilterProxyModel emits layoutChanged when changing the
pattern, QSqlQueryModel emits modelReset. As only layoutChanged was
connected, a HistoryCategory would only work in a model that also had at
least one ListCategory.

The simplest solution is to have the parent model emit the signal
directly. This also emits a single signal on a pattern change rather
that one for each child model.

Resolves #3016.
2017-11-27 11:49:32 -05:00
..
end2end Merge remote-tracking branch 'origin/pr/3097' 2017-11-16 11:14:59 +01:00
helpers Remove hiding of commands 2017-11-13 09:02:16 +01:00
manual Update some more references to old config options 2017-07-04 16:46:02 +02:00
unit Ensure HistoryCategory works in isolation. 2017-11-27 11:49:32 -05:00
conftest.py Make testsuite work with LC_ALL=C 2017-11-07 17:23:38 +01:00
test_conftest.py Finally update copyrights... 2017-05-09 21:37:03 +02:00