aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/divelistmodel.h
AgeCommit message (Expand)Author
2020-03-09mobile: remove collapsed model that we no longer useGravatar Dirk Hohndel
2020-03-01mobile/filter: derive numShown from a new Q_PROPERTYGravatar Berthold Stoeger
2020-03-01filter: introduce people- and tags-filtering in the mobile UIGravatar Berthold Stoeger
2020-03-01mobile: remove DiveListSortModel::getFilterString()Gravatar Berthold Stoeger
2020-02-04Cleanup: lower-case filenames in core/subsurface-qt/Gravatar Berthold Stoeger
2019-11-08Mobile: add second filter proxy model for dive listGravatar Dirk Hohndel
2019-10-20Mobile: remove remaining accesses to DiveObjectHelper from QMLGravatar Dirk Hohndel
2019-10-20Mobile: get dive details directly from the modelGravatar Dirk Hohndel
2019-10-04Cleanup: Make constructor of singletons privateGravatar Berthold Stoeger
2019-10-04Cleanup: Turn DiveListSortModel into classical singletonGravatar Berthold Stoeger
2019-10-04Cleanup: turn DiveListModel into standard singletonGravatar Berthold Stoeger
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: unify idiosyncratic singletonsGravatar Berthold Stoeger
2019-09-21Mobile: pass section directly to tripTitle() and tripShortDate()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: 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-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-04-12get rid of some foreach and Q_FOREACH constructsGravatar Rolf Eike Beer
2018-12-27Cleanup: remove getDiveId() functionsGravatar Berthold Stoeger
2018-11-23Filter: use hidden_by_filter also on mobileGravatar Berthold Stoeger
2018-11-23Mobile: don't format trip heading for all divesGravatar Berthold Stoeger
2018-10-25Mobile/filtering: update nr of dives shown in a trip when filteringGravatar Dirk Hohndel
2018-10-23Mobile/filtering: roll our own filtering for performance reasonsGravatar Dirk Hohndel
2018-10-23Mobile/filtering: add fullTextNoNotes role to the dive list modelGravatar Dirk Hohndel
2018-10-23Mobile/filtering: add count of filtered dives to search barGravatar Dirk Hohndel
2018-10-23Mobile/filtering: full text filter, instead of just dive siteGravatar Dirk Hohndel
2018-10-23Mobile/filtering: first attempt to filter on dive siteGravatar Jan Mulder
2018-06-04Cleanup: fold core/helpers.h into core/qthelper.hGravatar Berthold Stoeger
2018-05-14Core: remove dive.h from files that don't need itGravatar Dirk Hohndel
2018-01-10mobile: fix crash on delete dive from divelistGravatar Jan Mulder
2017-05-28QML UI: add downloaded dives to dive listGravatar Dirk Hohndel
2017-04-29Add SPDX header to Qt modelsGravatar Dirk Hohndel
2016-04-05DiveListModel: don't add the dives one at a timeGravatar Dirk Hohndel
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel
2016-03-02Add helper functions to identify the position of a dive in the dive listGravatar Dirk Hohndel
2016-01-29Add helper to remove dive from modelGravatar Dirk Hohndel
2016-01-28Add our own sort proxy class which provides two helper functionsGravatar Dirk Hohndel