summaryrefslogtreecommitdiffstats
path: root/qt-models
AgeCommit message (Expand)Author
2020-03-09mobile/divelist: trip date and title roles for new modelGravatar Dirk Hohndel
2020-03-09mobile/divelist: implement trip title and short date for mobileGravatar Dirk Hohndel
2020-03-09mobile/divelist: copy & paste the roles-code from DiveListModelGravatar Berthold Stoeger
2020-03-09mobile/divelist: add first version of new MobileListModel proxy modelGravatar Berthold Stoeger
2020-03-07divetripmodel: send shown changed signal on resetGravatar Berthold Stoeger
2020-03-07divetripmodel: mark derived classes as finalGravatar Berthold Stoeger
2020-03-06divetripmodel: use change of CURRENT_ROLE to propagate current diveGravatar Berthold Stoeger
2020-03-06divetripmodel: add TRIP_HAS_CURRENT_ROLEGravatar Berthold Stoeger
2020-03-06divetripmodel: introduce CURRENT_ROLEGravatar Berthold Stoeger
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-01filter: use DiveFilter on mobileGravatar Berthold Stoeger
2020-03-01mobile: remove DiveListSortModel::getFilterString()Gravatar Berthold Stoeger
2020-02-28cleanup: simplify string-comparison in CylindersModel::setData()Gravatar Berthold Stoeger
2020-02-28cleanup: fix leak in CylindersModel::setData()Gravatar Berthold Stoeger
2020-02-28cleanup: make CylindersModel::cylinderAt privateGravatar Berthold Stoeger
2020-02-28crash fix: Don't cast to CylindersModel or CylindersModelFilteredGravatar Berthold Stoeger
2020-02-24CylinderModel: remove unnecessary "Is used" headerGravatar Berthold Stoeger
2020-02-23cleanup: remove CleanerTableModel::warningMessage signalGravatar Berthold Stoeger
2020-02-22Filter: move actual filtering loop to core/divefilter.cppGravatar Berthold Stoeger
2020-02-22Filter: update current dive if change hides current diveGravatar Berthold Stoeger
2020-02-22Cleanup: remove shown flag of DiveTripModelTree itemsGravatar Berthold Stoeger
2020-02-22Cleanup: remove DiveTripModelBase::SHOWN_ROLEGravatar Berthold Stoeger
2020-02-22Cleanup: remove DiveTripModelBase::sendShownChangedSignals()Gravatar Berthold Stoeger
2020-02-22Dive list: remove filtering in MultiFilterSortModelGravatar Berthold Stoeger
2020-02-22Dive list: filter dives at DiveTripModel levelGravatar Berthold Stoeger
2020-02-11Planner: don't filter cylindersGravatar Berthold Stoeger
2020-02-11Planner: make cylinder-model subobject of planner-modelGravatar Berthold Stoeger
2020-02-11Cylinders: Add CylindersModelFilteredGravatar Berthold Stoeger
2020-02-11Cleanup: make CylindersModel::updateBestMixes non-slotGravatar Berthold Stoeger
2020-02-11Cleanup: remove filterSelectedDives function in divetripmodel.cppGravatar Berthold Stoeger
2020-02-08mobile/summary: use more intuitive time periodsGravatar Dirk Hohndel
2020-02-08mobile/summary: add section headersGravatar Berthold Stoeger
2020-02-08mobile/summary: create DiveSummaryModelGravatar Berthold Stoeger
2020-02-04Cleanup: remove capture-all lambda clausesGravatar Berthold Stoeger
2020-02-04Dive site: ignore dive sites without location in proximity searchGravatar Berthold Stoeger
2020-02-04Cleanup: lower-case filenames in core/subsurface-qt/Gravatar Berthold Stoeger
2020-01-30CylindersModel: don't crash if accessing non-existing cylinderGravatar Berthold Stoeger
2020-01-25diveplanner: add comments explaining different scalingGravatar jan Iversen
2020-01-25diveplanner: move mobile specific calc to diveplannermodelGravatar jan Iversen
2020-01-20qt-models: add suffix Display to unit system aware asc/desc settersGravatar jan Iversen
2020-01-20qt-models: add getters to diveplanner modelGravatar jan Iversen
2020-01-10code cleanup: add empty table structuresGravatar Dirk Hohndel
2020-01-10code cleanup: introduce empty_cylinder constantGravatar Dirk Hohndel
2020-01-10code cleanup: replace use of toStdVector()Gravatar Dirk Hohndel
2019-12-27testing: prepare diveplannermodel to be used in testingGravatar jan Iversen
2019-12-26build-system: add diveplannermodel to MobileGravatar jan Iversen
2019-12-26qt-models: conditionally compile Commands:: in diveplannermodel.cppGravatar jan Iversen
2019-12-16Stop Compiler Warning: Change struct to classGravatar Robert C. Helling
2019-12-13Coding style: use std::equal_to instead of lambdaGravatar Berthold Stoeger