summaryrefslogtreecommitdiffstats
path: root/qt-models
AgeCommit message (Expand)Author
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
2020-04-07CylindersModel: don't test for planner-state in remove()Gravatar Berthold Stoeger
2020-04-07undo: reorder cylinders on remove-cylinder undo/redoGravatar Berthold Stoeger
2020-04-07cleanup: remove CylindersModels::rowsGravatar Berthold Stoeger
2020-04-07CylinderModel: make dive dynamicGravatar Berthold Stoeger
2020-04-07core: add create_new_cylinder() functionGravatar Berthold Stoeger
2020-04-04core/models: give progress update while populating modelsGravatar Dirk Hohndel
2020-03-31mobile/dive-summary: use 64bit integers for statisticsGravatar Dirk Hohndel
2020-03-30message handler: make the log output less verboseGravatar Dirk Hohndel
2020-03-24divelist: don't initialize invalidFont at startupGravatar Berthold Stoeger
2020-03-21mobile/models: make dive invalid flag available to mobile UIGravatar Dirk Hohndel
2020-03-21Android: use Subsurface as TAG for log messagesGravatar Dirk Hohndel
2020-03-20Dive list: mark invalid dives with a struck out fontGravatar Berthold Stoeger
2020-03-18models: update divesite-model when clearing/updating dive modelGravatar Berthold Stoeger