summaryrefslogtreecommitdiffstats
path: root/qt-models
AgeCommit message (Expand)Author
2019-12-26build-system: add diveplannermodel to MobileGravatar jan Iversen
2019-12-26qt-models: conditionally compile Commands:: in diveplannermodel.cppGravatar jan Iversen
2019-12-16Stop Compiler Warning: Change struct to classGravatar Robert C. Helling
2019-12-13Coding style: use std::equal_to instead of lambdaGravatar Berthold Stoeger
2019-12-13qt-models: remove LOG_STP from mobile/desktopGravatar jan Iversen
2019-12-11Dive list: implement DiveTripModelBase::reset()Gravatar Berthold Stoeger
2019-12-10Filter: correctly send changed signals in list modeGravatar Berthold Stoeger
2019-12-10Filter: instruct UI of changed current diveGravatar Berthold Stoeger
2019-12-10Dive list: remove global pointer to DiveTrip modelGravatar Berthold Stoeger
2019-12-10Dive list: clear dive data via the filter modelGravatar Berthold Stoeger
2019-12-10Filter: send filterReset via signalGravatar Berthold Stoeger
2019-12-05Cleanup: set description to null in free_[weightsystem|cylinder]Gravatar Berthold Stoeger
2019-12-05Cleanup: remove WeightModel::changedGravatar Berthold Stoeger
2019-12-05Undo: make weight editing undoableGravatar Berthold Stoeger
2019-12-05Desktop: refactor WSInfoDelegate logicGravatar Berthold Stoeger
2019-12-05Cleanup: introduce empty_weightsystem constantGravatar Berthold Stoeger
2019-12-05Cleanup: remove redundant "row" member of WeightModelGravatar Berthold Stoeger
2019-12-05Cleanup: return value type from WeightModel::weightSystemAt()Gravatar Berthold Stoeger
2019-12-05Undo: make weight-deletion an undoable actionGravatar Berthold Stoeger
2019-12-05Desktop: don't connect to remove() slot of model from TableModelGravatar Berthold Stoeger
2019-12-05Undo: make adding of weights an undoable actionGravatar Berthold Stoeger
2019-12-05Cleanup: remove displayed_dive from WeightModelGravatar Berthold Stoeger
2019-12-04Selection: move translation of indexes to filter modelGravatar Berthold Stoeger
2019-12-04Selection: move initialization of selection from view to modelGravatar Berthold Stoeger
2019-12-04Cleanup: rename newCurrentDive signal to currentDiveChangedGravatar Berthold Stoeger
2019-12-04Filter: use changed-signals to update filterGravatar Berthold Stoeger
2019-12-04Dive list model: send changed signals for top-level itemsGravatar Berthold Stoeger
2019-12-04Dive trip model: send changed signals for top-level itemsGravatar Berthold Stoeger
2019-12-04Dive trip model: send changed signals if visibility changed in tripsGravatar Berthold Stoeger
2019-12-04Dive list model: move filtering of trip-items to own functionGravatar Berthold Stoeger
2019-11-26Cylinders: Fix crash when removing cylindersGravatar Berthold Stoeger
2019-11-19Dive list: clear internal data when clearing modelGravatar Berthold Stoeger
2019-11-19Dive list: update selection after clearing modelGravatar Berthold Stoeger
2019-11-19Filter: move recalculation of filter from FilterModel to TripModelGravatar Berthold Stoeger
2019-11-19Filter: move num_shown logic from model to coreGravatar Berthold Stoeger
2019-11-19Filter: split out filter from modelGravatar Berthold Stoeger
2019-11-19Filter: move calculation of shown dives to undo commandGravatar Berthold Stoeger
2019-11-19Filter: move number of shown dives to coreGravatar Berthold Stoeger
2019-11-19Cleanup: remove MultiFilterSortModel::filterChanged()Gravatar Berthold Stoeger
2019-11-19Cleanup: remove MultiFilterSortModel::clearFilterGravatar Berthold Stoeger
2019-11-16Cleanup: use DiveTripModelBase::clear() to reset the logGravatar Berthold Stoeger
2019-11-16Partially revert 3025e0630de2b9ced3d0aadd1513cb0e1c93b159Gravatar Berthold Stoeger
2019-11-15Dive list: signal correct trip in DiveTripModelTree::topLevelChangedGravatar Berthold Stoeger
2019-11-14Refactoring: move undo commands to top levelGravatar Berthold Stoeger
2019-11-11Cleanup: introduce DiveTripModelBase::IS_TRIP_ROLEGravatar Berthold Stoeger
2019-11-11Cleanup: fix typos in commentGravatar Berthold Stoeger
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-11-09Cleanup: Make cylinder formatting functions const-cleanGravatar Berthold Stoeger
2019-11-09Cleanup: free plot data on exitGravatar Berthold Stoeger