Age | Commit message (Expand) | Author |
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 |
2019-11-09 | Cleanup: implement proper Qt-model semantics in DivePlotData model | Berthold Stoeger |
2019-11-09 | Cylinders: dynamically allocate cylinder arrays | Berthold Stoeger |
2019-11-09 | Core: dynamically allocate the result of get_gas_used() | Berthold Stoeger |
2019-11-08 | Mobile: correctly update filter text and update all three models | Dirk Hohndel |
2019-11-08 | Mobile: ensure the sort order is always set | Dirk Hohndel |
2019-11-08 | Mobile: add second filter proxy model for dive list | Dirk Hohndel |
2019-10-31 | Planner: Add option to treat O2 as narcotic | Robert C. Helling |
2019-10-27 | Cleanup: NULL check pointer before dereferencing | Dirk Hohndel |
2019-10-27 | Cleanup: add missing break statements | Dirk Hohndel |
2019-10-26 | Cleanup: avoid resource leak in dive planner model | Dirk Hohndel |
2019-10-26 | Cleanup: avoid out of bounds access | Dirk Hohndel |
2019-10-26 | Desktop: use undo command when replanning dive | Berthold Stoeger |
2019-10-20 | Mobile: remove remaining accesses to DiveObjectHelper from QML | Dirk Hohndel |