index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-models
/
divetripmodel.cpp
Age
Commit message (
Expand
)
Author
2020-10-25
cleanup: fix over-eager Coverity warnings
Dirk Hohndel
2020-10-03
dive list: when moving dives, delete first and add later
Berthold Stoeger
2020-10-03
cleanup: replace get_trip_date_string() by get_trip_string()
Berthold Stoeger
2020-09-27
mobile/dive-list: correctly update view when changing dive date
Dirk Hohndel
2020-09-20
dive list: on reload update filter status
Berthold Stoeger
2020-05-22
cleanup: move timestampToDateTime() to qthelper.cpp
Berthold Stoeger
2020-05-14
mobile/models: add access to tags string
Dirk Hohndel
2020-05-07
cleanup: invert control-flow when resetting the core structures
Berthold Stoeger
2020-05-06
dive list: update dive list entry if pictures changed
Berthold Stoeger
2020-05-06
media: use table instead of linked list for media
Berthold Stoeger
2020-05-06
models: emit dive changed signal when cylinders edited
Berthold Stoeger
2020-04-13
dive sites: properly reload dive site model on desktop
Berthold Stoeger
2020-04-13
mobile: remove fine-grained notification
Berthold Stoeger
2020-04-10
media: move picture function from dive.c to picture.c
Berthold Stoeger
2020-04-04
core/models: give progress update while populating models
Dirk Hohndel
2020-03-24
divelist: don't initialize invalidFont at startup
Berthold Stoeger
2020-03-21
mobile/models: make dive invalid flag available to mobile UI
Dirk Hohndel
2020-03-20
Dive list: mark invalid dives with a struck out font
Berthold Stoeger
2020-03-18
models: update divesite-model when clearing/updating dive model
Berthold Stoeger
2020-03-17
divetripmodel: remove setData() function
Berthold Stoeger
2020-03-12
cleanup: remove current_dive parameter from divesSelected signal
Berthold Stoeger
2020-03-12
divetripmodel: change current dive if no dives are selected
Berthold Stoeger
2020-03-11
Grammar: replaces 'indexes' by 'indices'
Robert C. Helling
2020-03-10
mobile models: add trip location and notes
Dirk Hohndel
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
[next]