summaryrefslogtreecommitdiffstats
path: root/qt-models/divetripmodel.h
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-06models: emit dive changed signal when cylinders editedGravatar Berthold Stoeger
2020-03-24divelist: don't initialize invalidFont at startupGravatar Berthold Stoeger
2020-03-17divetripmodel: remove setData() functionGravatar Berthold Stoeger
2020-03-12cleanup: remove current_dive parameter from divesSelected signalGravatar Berthold Stoeger
2020-03-11Grammar: replaces 'indexes' by 'indices'Gravatar Robert C. Helling
2020-03-10dive models: add helper role to find trip above or below diveGravatar Dirk Hohndel
2020-03-09mobile/divelist: implement trip title and short date for mobileGravatar Dirk Hohndel
2020-03-09mobile/divelist: add first version of new MobileListModel proxy modelGravatar 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-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-04Cleanup: lower-case filenames in core/subsurface-qt/Gravatar Berthold Stoeger
2019-12-16Stop Compiler Warning: Change struct to classGravatar Robert C. Helling
2019-12-11Dive list: implement DiveTripModelBase::reset()Gravatar 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 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-11-19Dive list: clear internal data when clearing modelGravatar Berthold Stoeger
2019-11-19Filter: move recalculation of filter from FilterModel to TripModelGravatar Berthold Stoeger
2019-11-16Cleanup: use DiveTripModelBase::clear() to reset the logGravatar Berthold Stoeger
2019-11-11Cleanup: introduce DiveTripModelBase::IS_TRIP_ROLEGravatar Berthold Stoeger
2019-11-11Cleanup: fix typos in commentGravatar Berthold Stoeger
2019-09-06Dive site: don't emit divesChanged signals when editing dive siteGravatar 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-04-12Undo: update dive list if trip changedGravatar Berthold Stoeger
2019-01-07Dive list: split DiveTripModel into distinct models (tree and list)Gravatar Berthold Stoeger
2018-11-18Dive list: update position of trip if data changedGravatar Berthold Stoeger
2018-11-18Core: remove "when" field of struct dive_tripGravatar Berthold Stoeger
2018-11-18Dive list: move sort-functionality into coreGravatar Berthold Stoeger
2018-11-01Dive list: implement custom lessThan functionGravatar Berthold Stoeger
2018-11-01Dive list: make filter model aware of its sourceGravatar Berthold Stoeger
2018-10-28Cleanup: remove DiveTripModel::layout() functionGravatar Berthold Stoeger
2018-10-21Dive list: update trip headers on filter-finishGravatar Berthold Stoeger
2018-10-14Cleanup: remove DiveItem and TripItem classesGravatar Berthold Stoeger
2018-10-11Dive list: unify sorting in core and Qt-modelGravatar Berthold Stoeger
2018-10-11Dive list: propagate current-item to frontendGravatar Berthold Stoeger
2018-10-11Undo: select dives after add, remove, merge, split dive commandsGravatar Berthold Stoeger