diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-06-30 11:36:37 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-08 11:00:44 -0700 |
commit | 3d7865cf269d8b2f9e06084586ee76e8a44faff1 (patch) | |
tree | 0473244d27775664edf717cd45cf2f62613c77b6 /core/file.h | |
parent | b28dba6087f0433af8ece176b64fcac54ca370a4 (diff) | |
download | subsurface-3d7865cf269d8b2f9e06084586ee76e8a44faff1.tar.gz |
Dive pictures: detach ProfileWidget2 from DivePictureModel
As long as ProfileWidget2 and DivePictureModel showed the same set of
pictures and any change would lead to a full recalculation of the set,
it made sense to let ProfileWidget2 use DivePictureModel's data.
Recently, keeping the two lists in sync become more and more of a
burden. Therefore, disconnect ProfileWidget2 and DivePictureModel. This
will lead to some code-duplication and perhaps a temporary drop in
UI-performance, but in the end the code is distinctly simpler and also
more flexible.
Thus, for example the DivePhotoTab could be changed to support headings
without having to touch ProfileWidget2 at all.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/file.h')
0 files changed, 0 insertions, 0 deletions