openmw/components/contentselector/model
AnyOldName3 1237746549 Be more careful when we tell Qt that data has changed
Unchecking files only changes whether they're checked, and doesn't completely rearrange the table and change the number of elements it has, so we only need to change the check state, not the whole layout.

It's way faster to just query all the data once after setting a content list than it is to query the data for all files between the old and new location of a file when we change any file's location in the load order.
2025-04-06 01:31:05 +01:00
..
contentmodel.cpp Be more careful when we tell Qt that data has changed 2025-04-06 01:31:05 +01:00
contentmodel.hpp Some launcher fixes 2024-07-31 00:04:38 +01:00
esmfile.cpp Handle built-in content files in content model 2024-02-28 00:58:30 +00:00
esmfile.hpp Some launcher fixes 2024-07-31 00:04:38 +01:00
loadordererror.hpp Make ContentSelector errors localizable 2024-01-28 11:25:46 +04:00
modelitem.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
modelitem.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00