index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-models
/
divetripmodel.cpp
Age
Commit message (
Expand
)
Author
2020-03-10
dive models: add helper role to find trip above or below dive
Dirk Hohndel
2020-03-10
core: add 'diveInTrip' role to underlying data model
Dirk Hohndel
2020-03-10
undo: clear undo-stack when clearing dive data
Berthold Stoeger
2020-03-09
mobile/divelist: implement trip title and short date for mobile
Dirk Hohndel
2020-03-09
mobile/divelist: copy & paste the roles-code from DiveListModel
Berthold Stoeger
2020-03-09
mobile/divelist: add first version of new MobileListModel proxy model
Berthold Stoeger
2020-03-07
divetripmodel: send shown changed signal on reset
Berthold Stoeger
2020-03-06
divetripmodel: use change of CURRENT_ROLE to propagate current dive
Berthold Stoeger
2020-03-06
divetripmodel: add TRIP_HAS_CURRENT_ROLE
Berthold Stoeger
2020-03-06
divetripmodel: introduce CURRENT_ROLE
Berthold Stoeger
2020-02-22
Filter: move actual filtering loop to core/divefilter.cpp
Berthold Stoeger
2020-02-22
Filter: update current dive if change hides current dive
Berthold Stoeger
2020-02-22
Cleanup: remove shown flag of DiveTripModelTree items
Berthold Stoeger
2020-02-22
Cleanup: remove DiveTripModelBase::SHOWN_ROLE
Berthold Stoeger
2020-02-22
Cleanup: remove DiveTripModelBase::sendShownChangedSignals()
Berthold Stoeger
2020-02-22
Dive list: filter dives at DiveTripModel level
Berthold Stoeger
2020-02-11
Cleanup: remove filterSelectedDives function in divetripmodel.cpp
Berthold Stoeger
2020-01-10
code cleanup: introduce empty_cylinder constant
Dirk Hohndel
2019-12-13
Coding style: use std::equal_to instead of lambda
Berthold Stoeger
2019-12-11
Dive list: implement DiveTripModelBase::reset()
Berthold Stoeger
2019-12-10
Filter: correctly send changed signals in list mode
Berthold Stoeger
2019-12-10
Filter: instruct UI of changed current dive
Berthold Stoeger
2019-12-10
Dive list: remove global pointer to DiveTrip model
Berthold Stoeger
2019-12-10
Filter: send filterReset via signal
Berthold Stoeger
2019-12-04
Selection: move initialization of selection from view to model
Berthold Stoeger
2019-12-04
Cleanup: rename newCurrentDive signal to currentDiveChanged
Berthold Stoeger
2019-12-04
Dive list model: send changed signals for top-level items
Berthold Stoeger
2019-12-04
Dive trip model: send changed signals for top-level items
Berthold Stoeger
2019-12-04
Dive trip model: send changed signals if visibility changed in trips
Berthold Stoeger
2019-12-04
Dive list model: move filtering of trip-items to own function
Berthold Stoeger
2019-11-19
Dive list: clear internal data when clearing model
Berthold Stoeger
2019-11-19
Dive list: update selection after clearing model
Berthold Stoeger
2019-11-19
Filter: move recalculation of filter from FilterModel to TripModel
Berthold Stoeger
2019-11-19
Filter: move num_shown logic from model to core
Berthold Stoeger
2019-11-19
Filter: split out filter from model
Berthold Stoeger
2019-11-16
Cleanup: use DiveTripModelBase::clear() to reset the log
Berthold Stoeger
2019-11-15
Dive list: signal correct trip in DiveTripModelTree::topLevelChanged
Berthold Stoeger
2019-11-14
Refactoring: move undo commands to top level
Berthold Stoeger
2019-11-11
Cleanup: introduce DiveTripModelBase::IS_TRIP_ROLE
Berthold Stoeger
2019-11-09
Cylinders: access cylinders with get_cylinder()
Berthold Stoeger
2019-11-09
Core: remove MAX_CYLINDERS restriction
Berthold Stoeger
2019-09-06
Dive site: don't emit divesChanged signals when editing dive site
Berthold Stoeger
2019-07-19
Undo: make editing of dive number undoable
Berthold Stoeger
2019-06-23
Cleanup: unify selection signals
Berthold Stoeger
2019-06-23
Undo: unify selection behavior in dive-list commands
Berthold Stoeger
2019-06-23
Undo: don't send signals batched by trip
Berthold Stoeger
2019-06-23
Dive list: cache shown flag in model (quick-fix for undo-crash)
Berthold Stoeger
2019-06-19
Cleanup: move trip-related functions into own translation unit
Berthold Stoeger
2019-06-19
Cleanup: move tag functions into own translation unit
Berthold Stoeger
2019-05-20
Cleanup: fix a few comments and debug messages
Berthold Stoeger
[next]