aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/divetripmodel.cpp
AgeCommit message (Expand)Author
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
2019-11-19Filter: move num_shown logic from model to coreGravatar Berthold Stoeger
2019-11-19Filter: split out filter from modelGravatar Berthold Stoeger
2019-11-16Cleanup: use DiveTripModelBase::clear() to reset the logGravatar Berthold Stoeger
2019-11-15Dive list: signal correct trip in DiveTripModelTree::topLevelChangedGravatar Berthold Stoeger
2019-11-14Refactoring: move undo commands to top levelGravatar Berthold Stoeger
2019-11-11Cleanup: introduce DiveTripModelBase::IS_TRIP_ROLEGravatar Berthold Stoeger
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-09-06Dive site: don't emit divesChanged signals when editing dive siteGravatar Berthold Stoeger
2019-07-19Undo: make editing of dive number undoableGravatar Berthold Stoeger
2019-06-23Cleanup: unify selection signalsGravatar Berthold Stoeger
2019-06-23Undo: unify selection behavior in dive-list commandsGravatar Berthold Stoeger
2019-06-23Undo: don't send signals batched by tripGravatar Berthold Stoeger
2019-06-23Dive list: cache shown flag in model (quick-fix for undo-crash)Gravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: move tag functions into own translation unitGravatar Berthold Stoeger
2019-05-20Cleanup: fix a few comments and debug messagesGravatar Berthold Stoeger