aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/divetripmodel.cpp
AgeCommit message (Expand)Author
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
2019-12-10Dive list: remove global pointer to DiveTrip modelGravatar Berthold Stoeger
2019-12-10Filter: send filterReset via signalGravatar Berthold Stoeger
2019-12-04Selection: move initialization of selection from view to modelGravatar Berthold Stoeger
2019-12-04Cleanup: rename newCurrentDive signal to currentDiveChangedGravatar Berthold Stoeger
2019-12-04Dive list model: send changed signals for top-level itemsGravatar Berthold Stoeger
2019-12-04Dive trip model: send changed signals for top-level itemsGravatar Berthold Stoeger
2019-12-04Dive trip model: send changed signals if visibility changed in tripsGravatar Berthold Stoeger
2019-12-04Dive list model: move filtering of trip-items to own functionGravatar Berthold Stoeger
2019-11-19Dive list: clear internal data when clearing modelGravatar Berthold Stoeger
2019-11-19Dive list: update selection after clearing modelGravatar Berthold Stoeger
2019-11-19Filter: move recalculation of filter from FilterModel to TripModelGravatar Berthold Stoeger