Age | Commit message (Expand) | Author |
2020-02-11 | Planner: don't filter cylinders | Berthold Stoeger |
2020-02-11 | Planner: make cylinder-model subobject of planner-model | Berthold Stoeger |
2020-02-11 | Cylinders: Add CylindersModelFiltered | Berthold Stoeger |
2020-02-11 | Cleanup: make CylindersModel::updateBestMixes non-slot | Berthold Stoeger |
2020-02-11 | Cleanup: remove filterSelectedDives function in divetripmodel.cpp | Berthold Stoeger |
2020-02-08 | mobile/summary: use more intuitive time periods | Dirk Hohndel |
2020-02-08 | mobile/summary: add section headers | Berthold Stoeger |
2020-02-08 | mobile/summary: create DiveSummaryModel | Berthold Stoeger |
2020-02-04 | Cleanup: remove capture-all lambda clauses | Berthold Stoeger |
2020-02-04 | Dive site: ignore dive sites without location in proximity search | Berthold Stoeger |
2020-02-04 | Cleanup: lower-case filenames in core/subsurface-qt/ | Berthold Stoeger |
2020-01-30 | CylindersModel: don't crash if accessing non-existing cylinder | Berthold Stoeger |
2020-01-25 | diveplanner: add comments explaining different scaling | jan Iversen |
2020-01-25 | diveplanner: move mobile specific calc to diveplannermodel | jan Iversen |
2020-01-20 | qt-models: add suffix Display to unit system aware asc/desc setters | jan Iversen |
2020-01-20 | qt-models: add getters to diveplanner model | jan Iversen |
2020-01-10 | code cleanup: add empty table structures | Dirk Hohndel |
2020-01-10 | code cleanup: introduce empty_cylinder constant | Dirk Hohndel |
2020-01-10 | code cleanup: replace use of toStdVector() | Dirk Hohndel |
2019-12-27 | testing: prepare diveplannermodel to be used in testing | jan Iversen |
2019-12-26 | build-system: add diveplannermodel to Mobile | jan Iversen |
2019-12-26 | qt-models: conditionally compile Commands:: in diveplannermodel.cpp | jan Iversen |
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 |