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
Age
Commit message (
Expand
)
Author
2020-08-24
Planner: enforce minimal segement duration
Robert C. Helling
2020-08-24
Planner: handle zero length segments when replanning
Robert C. Helling
2020-08-21
cleanup: consistently use get_cylinder() accessor
Berthold Stoeger
2020-07-11
Make MND display depend on O2 narcotic preference
Robert C. Helling
2020-05-22
cleanup: create common QDateTime -> timestamp conversion function
Berthold Stoeger
2020-05-22
cleanup: move timestampToDateTime() to qthelper.cpp
Berthold Stoeger
2020-05-15
cleanup: remove redundant model source files in CMakeLists.txt
Berthold Stoeger
2020-05-15
cleanup: replace to "dive.h" includes by more specific includes
Berthold Stoeger
2020-05-14
mobile/models: add access to tags string
Dirk Hohndel
2020-05-07
cleanup: generalize ExtraDataModel to display data of any dc
Berthold Stoeger
2020-05-07
cleanup: return directly in ExtraDataModel::data()
Berthold Stoeger
2020-05-07
cleanup: use begin/endResetModel in ExtraDataModel
Berthold Stoeger
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
undo: make picture (media) deletion undoable
Berthold Stoeger
2020-05-06
media: turn DivePictureModel::pictures into std::vector
Berthold Stoeger
2020-05-06
media: store dive instead of dive-id in DivePictureModel
Berthold Stoeger
2020-05-06
media: don't send dive-id in drag&drop event
Berthold Stoeger
2020-05-06
undo: implement undo of setting a picture time by drag&drop
Berthold Stoeger
2020-05-06
media: use table instead of linked list for media
Berthold Stoeger
2020-05-06
pictures: turn QString into std::string for filenames
Berthold Stoeger
2020-05-06
models: emit dive changed signal when cylinders edited
Berthold Stoeger
2020-05-04
planner: remove conditional command-calls for mobile
Berthold Stoeger
2020-05-04
Planner: fold MainWindow::setupForAddAndPlan into createSimpleDive()
Berthold Stoeger
2020-05-04
planner: send plan in calculatedPlanNotes
Berthold Stoeger
2020-05-04
planner: update variations in planner not mainwindow
Berthold Stoeger
2020-05-01
cleanup: move dive_table from dive.h to divelist.h
Berthold Stoeger
2020-05-01
core: always keep an empty cylinder at the end of the cylinder array
Berthold Stoeger
2020-04-30
cleanup: remove DivePlotDataModel::diveId
Berthold Stoeger
2020-04-21
cleanup: replace constructs of the type &vector[0] by vector.data()
Berthold Stoeger
2020-04-18
debug output: ensure our debug output is captured on Android
Dirk Hohndel
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-13
Preserve events when editing dive in planner
Robert C. Helling
2020-04-11
Merge pull request #2643 from bstoeger/cylinder4
Dirk Hohndel
2020-04-11
cleanup: don't keep pointer-to-picture in PictureEntry
Berthold Stoeger
2020-04-10
cleanup: directly return from DivePictureModel::data()
Berthold Stoeger
2020-04-10
media: move picture function from dive.c to picture.c
Berthold Stoeger
2020-04-07
cleanup: remove conditional compilation in cylindermodel.cpp
Berthold Stoeger
2020-04-07
undo: show multiple dive warning when editing equipment
Berthold Stoeger
2020-04-07
undo: more fine-grained editing of cylinder
Berthold Stoeger
2020-04-07
CylindersModel: use flag to decide whether we are in planner
Berthold Stoeger
2020-04-07
undo/cylinder: call undo command to edit cylinder fields
Berthold Stoeger
2020-04-07
undo/cylinders: Implement editing of the type
Berthold Stoeger
2020-04-07
cleanup: remove unused CylindersModelFiltered functions
Berthold Stoeger
2020-04-07
CylindersModel: fold CHANGED() macro into setData()
Berthold Stoeger
2020-04-07
CylindersModel: test for CHANGED() outside of switch statement
Berthold Stoeger
2020-04-07
CylindersModel: remove mark_dive_list_changed
Berthold Stoeger
2020-04-07
cylinders: remove CylindersModel::changed
Berthold Stoeger
2020-04-07
CylindersModel: listen and react to signals
Berthold Stoeger
[next]