aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/divetripmodel.cpp
AgeCommit message (Expand)Author
2020-12-29filter: reset shown_dives in filterGravatar Berthold Stoeger
2020-12-17mobile: remove DiveObjectHelper codeGravatar Berthold Stoeger
2020-12-17printing: remove DiveObjectHelper from printing codeGravatar Berthold Stoeger
2020-12-17core: create string-format.cpp source fileGravatar Berthold Stoeger
2020-10-25cleanup: fix over-eager Coverity warningsGravatar Dirk Hohndel
2020-10-03dive list: when moving dives, delete first and add laterGravatar Berthold Stoeger
2020-10-03cleanup: replace get_trip_date_string() by get_trip_string()Gravatar Berthold Stoeger
2020-09-27mobile/dive-list: correctly update view when changing dive dateGravatar Dirk Hohndel
2020-09-20dive list: on reload update filter statusGravatar Berthold Stoeger
2020-05-22cleanup: move timestampToDateTime() to qthelper.cppGravatar Berthold Stoeger
2020-05-14mobile/models: add access to tags stringGravatar Dirk Hohndel
2020-05-07cleanup: invert control-flow when resetting the core structuresGravatar Berthold Stoeger
2020-05-06dive list: update dive list entry if pictures changedGravatar Berthold Stoeger
2020-05-06media: use table instead of linked list for mediaGravatar Berthold Stoeger
2020-05-06models: emit dive changed signal when cylinders editedGravatar Berthold Stoeger
2020-04-13dive sites: properly reload dive site model on desktopGravatar Berthold Stoeger
2020-04-13mobile: remove fine-grained notificationGravatar Berthold Stoeger
2020-04-10media: move picture function from dive.c to picture.cGravatar Berthold Stoeger
2020-04-04core/models: give progress update while populating modelsGravatar Dirk Hohndel
2020-03-24divelist: don't initialize invalidFont at startupGravatar Berthold Stoeger
2020-03-21mobile/models: make dive invalid flag available to mobile UIGravatar Dirk Hohndel
2020-03-20Dive list: mark invalid dives with a struck out fontGravatar Berthold Stoeger
2020-03-18models: update divesite-model when clearing/updating dive modelGravatar Berthold Stoeger
2020-03-17divetripmodel: remove setData() functionGravatar Berthold Stoeger
2020-03-12cleanup: remove current_dive parameter from divesSelected signalGravatar Berthold Stoeger
2020-03-12divetripmodel: change current dive if no dives are selectedGravatar Berthold Stoeger
2020-03-11Grammar: replaces 'indexes' by 'indices'Gravatar Robert C. Helling
2020-03-10mobile models: add trip location and notesGravatar Dirk Hohndel
2020-03-10dive models: add helper role to find trip above or below diveGravatar Dirk Hohndel
2020-03-10core: add 'diveInTrip' role to underlying data modelGravatar Dirk Hohndel
2020-03-10undo: clear undo-stack when clearing dive dataGravatar Berthold Stoeger
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-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-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: filter dives at DiveTripModel levelGravatar Berthold Stoeger
2020-02-11Cleanup: remove filterSelectedDives function in divetripmodel.cppGravatar Berthold Stoeger
2020-01-10code cleanup: introduce empty_cylinder constantGravatar Dirk Hohndel
2019-12-13Coding style: use std::equal_to instead of lambdaGravatar Berthold Stoeger
2019-12-11Dive list: implement DiveTripModelBase::reset()Gravatar Berthold Stoeger
2019-12-10Filter: correctly send changed signals in list modeGravatar Berthold Stoeger
2019-12-10Filter: instruct UI of changed current diveGravatar Berthold Stoeger