Age | Commit message (Expand) | Author |
2019-12-16 | Stop Compiler Warning: Change struct to class | Robert C. Helling |
2019-12-13 | Coding style: use std::equal_to instead of lambda | Berthold Stoeger |
2019-12-13 | qt-models: remove LOG_STP from mobile/desktop | jan Iversen |
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 | Dive list: clear dive data via the filter model | Berthold Stoeger |
2019-12-10 | Filter: send filterReset via signal | Berthold Stoeger |
2019-12-05 | Cleanup: set description to null in free_[weightsystem|cylinder] | Berthold Stoeger |
2019-12-05 | Cleanup: remove WeightModel::changed | Berthold Stoeger |
2019-12-05 | Undo: make weight editing undoable | Berthold Stoeger |
2019-12-05 | Desktop: refactor WSInfoDelegate logic | Berthold Stoeger |
2019-12-05 | Cleanup: introduce empty_weightsystem constant | Berthold Stoeger |
2019-12-05 | Cleanup: remove redundant "row" member of WeightModel | Berthold Stoeger |
2019-12-05 | Cleanup: return value type from WeightModel::weightSystemAt() | Berthold Stoeger |
2019-12-05 | Undo: make weight-deletion an undoable action | Berthold Stoeger |
2019-12-05 | Desktop: don't connect to remove() slot of model from TableModel | Berthold Stoeger |
2019-12-05 | Undo: make adding of weights an undoable action | Berthold Stoeger |
2019-12-05 | Cleanup: remove displayed_dive from WeightModel | Berthold Stoeger |
2019-12-04 | Selection: move translation of indexes to filter model | 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 |
2019-12-04 | Filter: use changed-signals to update filter | Berthold Stoeger |
2019-12-04 | Dive list model: send changed signals for top-level items | Berthold Stoeger |
2019-12-04 | Dive trip model: send changed signals for top-level items | Berthold Stoeger |
2019-12-04 | Dive trip model: send changed signals if visibility changed in trips | Berthold Stoeger |
2019-12-04 | Dive list model: move filtering of trip-items to own function | Berthold Stoeger |
2019-11-26 | Cylinders: Fix crash when removing cylinders | Berthold Stoeger |
2019-11-19 | Dive list: clear internal data when clearing model | Berthold Stoeger |
2019-11-19 | Dive list: update selection after clearing model | Berthold Stoeger |
2019-11-19 | Filter: move recalculation of filter from FilterModel to TripModel | Berthold Stoeger |
2019-11-19 | Filter: move num_shown logic from model to core | Berthold Stoeger |
2019-11-19 | Filter: split out filter from model | Berthold Stoeger |
2019-11-19 | Filter: move calculation of shown dives to undo command | Berthold Stoeger |
2019-11-19 | Filter: move number of shown dives to core | Berthold Stoeger |
2019-11-19 | Cleanup: remove MultiFilterSortModel::filterChanged() | Berthold Stoeger |
2019-11-19 | Cleanup: remove MultiFilterSortModel::clearFilter | Berthold Stoeger |
2019-11-16 | Cleanup: use DiveTripModelBase::clear() to reset the log | Berthold Stoeger |
2019-11-16 | Partially revert 3025e0630de2b9ced3d0aadd1513cb0e1c93b159 | Berthold Stoeger |
2019-11-15 | Dive list: signal correct trip in DiveTripModelTree::topLevelChanged | Berthold Stoeger |
2019-11-14 | Refactoring: move undo commands to top level | Berthold Stoeger |
2019-11-11 | Cleanup: introduce DiveTripModelBase::IS_TRIP_ROLE | Berthold Stoeger |
2019-11-11 | Cleanup: fix typos in comment | Berthold Stoeger |
2019-11-09 | Cylinders: access cylinders with get_cylinder() | Berthold Stoeger |
2019-11-09 | Core: remove MAX_CYLINDERS restriction | Berthold Stoeger |
2019-11-09 | Cleanup: Make cylinder formatting functions const-clean | Berthold Stoeger |
2019-11-09 | Cleanup: free plot data on exit | Berthold Stoeger |
2019-11-09 | Profile: dynamically allocate plot pressure data | Berthold Stoeger |
2019-11-09 | Profile: use pressure data functions in DivePlotDataModel | Berthold Stoeger |