aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models
AgeCommit message (Expand)Author
2019-09-27Mobile: replace model-reset by row-addition in DiveListModel::reload()Gravatar Berthold Stoeger
2019-09-27Mobile: clear dive data via modelGravatar Berthold Stoeger
2019-09-27Revert the singleton PRGravatar Dirk Hohndel
2019-09-25Cleanup: Pass gpsTrackers directly to GpsListModel::update()Gravatar Berthold Stoeger
2019-09-25Cleanup: unify idiosyncratic singletonsGravatar Berthold Stoeger
2019-09-21Mobile: pass section directly to tripTitle() and tripShortDate()Gravatar Berthold Stoeger
2019-09-21Mobile: pass trip-ids through QML, not formatted pointersGravatar Berthold Stoeger
2019-09-21Cleanup: remove bogus assignment in startFilterDiveSites()Gravatar Berthold Stoeger
2019-09-14Mobile: Map directly from source in DiveListSortModel::getIdxForId()Gravatar Berthold Stoeger
2019-09-14Mobile: provide direct access to dives in DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: create DiveObjectHelper only when neededGravatar Berthold Stoeger
2019-09-14Mobile: remove dive argument from DiveListModel::insertDive()Gravatar Berthold Stoeger
2019-09-14Mobile: replace clear()/addAllDives() pairs by reload()Gravatar Berthold Stoeger
2019-09-14Cleanup: remove DiveListSortModel::addAllDives()Gravatar Berthold Stoeger
2019-09-14Mobile: Generate DiveObjectHelpers on the flyGravatar Berthold Stoeger
2019-09-14DiveObjectHelper: Turn DiveObjectHelper into Q_GADGET based objectGravatar Berthold Stoeger
2019-09-14Mobile: return depthDuration directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: return location directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: return dive-number directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: return dive-id directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: return dateTime directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: move tripNrDive from DiveObjectHelper to DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: move tripId from DiveObjectHelper to DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: remove full-text properties from DiveObjectHelperGravatar Berthold Stoeger
2019-09-14Mobile: decouple full text search from DiveObjectHelperGravatar Berthold Stoeger
2019-09-10Planner: remove planner disclaimer from old notesGravatar Berthold Stoeger
2019-09-06Cleanup: remove redundant Roles:: qualifier in maplocationmodel.cppGravatar Berthold Stoeger
2019-09-06Cleanup: remove includes from maplocationmodel.cppGravatar Berthold Stoeger
2019-09-06Cleanup: remove default constructor from MapLocationGravatar Berthold Stoeger
2019-09-06Map: don't derive MapLocation from QObjectGravatar Berthold Stoeger
2019-09-06Cleanup: remove accessor functions from MapLocationGravatar Berthold Stoeger
2019-09-06Cleanup: remove MapLocation::coordinateChanged signalGravatar Berthold Stoeger
2019-09-06Cleanup: remove Q_PROPERTIEs from MapLocationGravatar Berthold Stoeger
2019-09-06Cleanup: remove MapLocationModel::count() and the attribute countGravatar Berthold Stoeger
2019-09-06Cleanup: remove MapLocationModel::get() functionGravatar Berthold Stoeger
2019-09-06Cleanup: remove Q_INVOKABLE from MapLocationModel::setSelected()Gravatar Berthold Stoeger
2019-09-06Cleanup: remove MapLocationModel::isSelected() functionGravatar Berthold Stoeger
2019-09-06Map: export isSelected as attribute from MapLocationModelGravatar Berthold Stoeger
2019-09-06Cleanup: simplify role handling in MapLocationModelGravatar Berthold Stoeger
2019-09-06Dive site: don't emit divesChanged signals when editing dive siteGravatar Berthold Stoeger
2019-09-06Map: highlight correct dive sites in dive site modeGravatar Berthold Stoeger
2019-09-06Filter: reload map on myInvalidateGravatar Berthold Stoeger
2019-09-06Map: calculate the z value in the modelGravatar Berthold Stoeger
2019-09-06Desktop: show all selected dive sites on clickGravatar Berthold Stoeger
2019-09-06Map: don't fully reset model on selection changeGravatar Berthold Stoeger
2019-09-06Map: generate pixmap name in modelGravatar Berthold Stoeger
2019-09-06Map: explicitly reload selected map on clickGravatar Berthold Stoeger
2019-08-28Map: catch null divesites in map widget selection codeGravatar Berthold Stoeger
2019-08-28Profile: properly initialize plot_info structuresGravatar Berthold Stoeger
2019-08-13Mobile: fix bound check in DiveListModel::data()Gravatar Berthold Stoeger