aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models
AgeCommit message (Expand)Author
2020-08-24Planner: enforce minimal segement durationGravatar Robert C. Helling
2020-08-24Planner: handle zero length segments when replanningGravatar Robert C. Helling
2020-08-21cleanup: consistently use get_cylinder() accessorGravatar Berthold Stoeger
2020-07-11Make MND display depend on O2 narcotic preferenceGravatar Robert C. Helling
2020-05-22cleanup: create common QDateTime -> timestamp conversion functionGravatar Berthold Stoeger
2020-05-22cleanup: move timestampToDateTime() to qthelper.cppGravatar Berthold Stoeger
2020-05-15cleanup: remove redundant model source files in CMakeLists.txtGravatar Berthold Stoeger
2020-05-15cleanup: replace to "dive.h" includes by more specific includesGravatar Berthold Stoeger
2020-05-14mobile/models: add access to tags stringGravatar Dirk Hohndel
2020-05-07cleanup: generalize ExtraDataModel to display data of any dcGravatar Berthold Stoeger
2020-05-07cleanup: return directly in ExtraDataModel::data()Gravatar Berthold Stoeger
2020-05-07cleanup: use begin/endResetModel in ExtraDataModelGravatar Berthold Stoeger
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-06undo: make picture (media) deletion undoableGravatar Berthold Stoeger
2020-05-06media: turn DivePictureModel::pictures into std::vectorGravatar Berthold Stoeger
2020-05-06media: store dive instead of dive-id in DivePictureModelGravatar Berthold Stoeger
2020-05-06media: don't send dive-id in drag&drop eventGravatar Berthold Stoeger
2020-05-06undo: implement undo of setting a picture time by drag&dropGravatar Berthold Stoeger
2020-05-06media: use table instead of linked list for mediaGravatar Berthold Stoeger
2020-05-06pictures: turn QString into std::string for filenamesGravatar Berthold Stoeger
2020-05-06models: emit dive changed signal when cylinders editedGravatar Berthold Stoeger
2020-05-04planner: remove conditional command-calls for mobileGravatar Berthold Stoeger
2020-05-04Planner: fold MainWindow::setupForAddAndPlan into createSimpleDive()Gravatar Berthold Stoeger
2020-05-04planner: send plan in calculatedPlanNotesGravatar Berthold Stoeger
2020-05-04planner: update variations in planner not mainwindowGravatar Berthold Stoeger
2020-05-01cleanup: move dive_table from dive.h to divelist.hGravatar Berthold Stoeger
2020-05-01core: always keep an empty cylinder at the end of the cylinder arrayGravatar Berthold Stoeger
2020-04-30cleanup: remove DivePlotDataModel::diveIdGravatar Berthold Stoeger
2020-04-21cleanup: replace constructs of the type &vector[0] by vector.data()Gravatar Berthold Stoeger
2020-04-18debug output: ensure our debug output is captured on AndroidGravatar Dirk Hohndel
2020-04-13dive sites: properly reload dive site model on desktopGravatar Berthold Stoeger
2020-04-13mobile: remove fine-grained notificationGravatar Berthold Stoeger
2020-04-13Preserve events when editing dive in plannerGravatar Robert C. Helling
2020-04-11Merge pull request #2643 from bstoeger/cylinder4Gravatar Dirk Hohndel
2020-04-11cleanup: don't keep pointer-to-picture in PictureEntryGravatar Berthold Stoeger
2020-04-10cleanup: directly return from DivePictureModel::data()Gravatar Berthold Stoeger
2020-04-10media: move picture function from dive.c to picture.cGravatar Berthold Stoeger
2020-04-07cleanup: remove conditional compilation in cylindermodel.cppGravatar Berthold Stoeger
2020-04-07undo: show multiple dive warning when editing equipmentGravatar Berthold Stoeger
2020-04-07undo: more fine-grained editing of cylinderGravatar Berthold Stoeger
2020-04-07CylindersModel: use flag to decide whether we are in plannerGravatar Berthold Stoeger
2020-04-07undo/cylinder: call undo command to edit cylinder fieldsGravatar Berthold Stoeger
2020-04-07undo/cylinders: Implement editing of the typeGravatar Berthold Stoeger
2020-04-07cleanup: remove unused CylindersModelFiltered functionsGravatar Berthold Stoeger
2020-04-07CylindersModel: fold CHANGED() macro into setData()Gravatar Berthold Stoeger
2020-04-07CylindersModel: test for CHANGED() outside of switch statementGravatar Berthold Stoeger
2020-04-07CylindersModel: remove mark_dive_list_changedGravatar Berthold Stoeger
2020-04-07cylinders: remove CylindersModel::changedGravatar Berthold Stoeger
2020-04-07CylindersModel: listen and react to signalsGravatar Berthold Stoeger