subsurface/qt-models
Berthold Stoeger d6114fc37e mobile/filter: derive numShown from a new Q_PROPERTY
The number of dives was updated when the model of the list was
changed. Since we removed the multi-threading, the model is
not disconnected/connected anymore and therefore we don't get
the appropriate signal. Instead of introducing a different
signal, make the shown-value a Q_PROPERTY. Thus, we can easily
send a changed signal if we have to.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2020-03-01 10:21:44 -08:00
..
cleanertablemodel.cpp
cleanertablemodel.h cleanup: remove CleanerTableModel::warningMessage signal 2020-02-23 06:57:18 -08:00
CMakeLists.txt mobile/summary: create DiveSummaryModel 2020-02-08 10:29:36 -08:00
completionmodels.cpp code cleanup: replace use of toStdVector() 2020-01-10 02:37:03 +09:00
completionmodels.h
cylindermodel.cpp cleanup: simplify string-comparison in CylindersModel::setData() 2020-02-28 08:12:26 -08:00
cylindermodel.h cleanup: make CylindersModel::cylinderAt private 2020-02-28 08:12:26 -08:00
divecomputerextradatamodel.cpp
divecomputerextradatamodel.h
divecomputermodel.cpp
divecomputermodel.h
diveimportedmodel.cpp code cleanup: add empty table structures 2020-01-10 02:37:03 +09:00
diveimportedmodel.h
divelistmodel.cpp mobile/filter: derive numShown from a new Q_PROPERTY 2020-03-01 10:21:44 -08:00
divelistmodel.h mobile/filter: derive numShown from a new Q_PROPERTY 2020-03-01 10:21:44 -08:00
divelocationmodel.cpp Dive site: ignore dive sites without location in proximity search 2020-02-04 02:18:58 +01:00
divelocationmodel.h Desktop: don't connect to remove() slot of model from TableModel 2019-12-05 10:14:25 -08:00
divepicturemodel.cpp
divepicturemodel.h
diveplannermodel.cpp cleanup: remove CleanerTableModel::warningMessage signal 2020-02-23 06:57:18 -08:00
diveplannermodel.h Planner: don't filter cylinders 2020-02-11 20:37:09 -08:00
diveplotdatamodel.cpp
diveplotdatamodel.h
divesiteimportmodel.cpp
divesiteimportmodel.h
divesummarymodel.cpp mobile/summary: use more intuitive time periods 2020-02-08 10:29:36 -08:00
divesummarymodel.h mobile/summary: add section headers 2020-02-08 10:29:36 -08:00
divetripmodel.cpp Filter: move actual filtering loop to core/divefilter.cpp 2020-02-22 15:18:31 -08:00
divetripmodel.h Cleanup: remove shown flag of DiveTripModelTree items 2020-02-22 15:18:31 -08:00
filtermodels.cpp Dive list: remove filtering in MultiFilterSortModel 2020-02-22 15:18:31 -08:00
filtermodels.h Dive list: remove global pointer to DiveTrip model 2019-12-10 18:45:30 -08:00
gpslistmodel.cpp
gpslistmodel.h
maplocationmodel.cpp
maplocationmodel.h Cleanup: lower-case filenames in core/subsurface-qt/ 2020-02-04 02:16:46 +01:00
messagehandlermodel.cpp
messagehandlermodel.h
models.cpp
models.h
tankinfomodel.cpp
tankinfomodel.h
treemodel.cpp
treemodel.h
weightmodel.cpp Cleanup: lower-case filenames in core/subsurface-qt/ 2020-02-04 02:16:46 +01:00
weightmodel.h Cleanup: remove WeightModel::changed 2019-12-05 10:14:25 -08:00
weightsysteminfomodel.cpp
weightsysteminfomodel.h
yearlystatisticsmodel.cpp
yearlystatisticsmodel.h