Age | Commit message (Expand) | Author |
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 |
2019-10-20 | Mobile: get dive details directly from the model | Dirk Hohndel |
2019-10-20 | Planner: copy deco state before passing it to worker thread | Berthold Stoeger |
2019-10-04 | Cleanup: Make constructor of singletons private | Berthold Stoeger |
2019-10-04 | Cleanup: Turn DiveListSortModel into classical singleton | Berthold Stoeger |
2019-10-04 | Cleanup: turn GpsListModel into standard singleton | Berthold Stoeger |
2019-10-04 | Cleanup: turn DiveListModel into standard singleton | Berthold Stoeger |
2019-10-04 | Cleanup: initialize DiveListSortModel in constructor | Berthold Stoeger |
2019-10-02 | Import: remove DiveImportedModel::lastIndex | Berthold Stoeger |
2019-10-02 | Cleanup: remove DiveImportedModel::firstIndex | Berthold Stoeger |
2019-10-02 | Import: avoid model inconsistency in DiveImportedModel::recordDives() | Berthold Stoeger |
2019-10-02 | Import: keep dive and dive site tables in DiveImportedModel | Berthold Stoeger |
2019-10-02 | Import: extract number of dives from model not from thread | Berthold Stoeger |
2019-10-02 | Import: get tables from DiveImportedModel not DownloadThread | Berthold Stoeger |
2019-10-02 | Import: keep model state consistent when deleting unselected dives | Berthold Stoeger |
2019-10-02 | Import: Make DownloadThread a subobject of DiveImportedModel | Berthold Stoeger |
2019-09-27 | Mobile: replace model-reset by row-addition in DiveListModel::reload() | Berthold Stoeger |
2019-09-27 | Mobile: clear dive data via model | Berthold Stoeger |
2019-09-27 | Revert the singleton PR | Dirk Hohndel |
2019-09-25 | Cleanup: Pass gpsTrackers directly to GpsListModel::update() | Berthold Stoeger |
2019-09-25 | Cleanup: unify idiosyncratic singletons | Berthold Stoeger |
2019-09-21 | Mobile: pass section directly to tripTitle() and tripShortDate() | Berthold Stoeger |
2019-09-21 | Mobile: pass trip-ids through QML, not formatted pointers | Berthold Stoeger |
2019-09-21 | Cleanup: remove bogus assignment in startFilterDiveSites() | Berthold Stoeger |
2019-09-14 | Mobile: Map directly from source in DiveListSortModel::getIdxForId() | Berthold Stoeger |
2019-09-14 | Mobile: provide direct access to dives in DiveListModel | Berthold Stoeger |
2019-09-14 | Mobile: create DiveObjectHelper only when needed | Berthold Stoeger |
2019-09-14 | Mobile: remove dive argument from DiveListModel::insertDive() | Berthold Stoeger |
2019-09-14 | Mobile: replace clear()/addAllDives() pairs by reload() | Berthold Stoeger |
2019-09-14 | Cleanup: remove DiveListSortModel::addAllDives() | Berthold Stoeger |
2019-09-14 | Mobile: Generate DiveObjectHelpers on the fly | Berthold Stoeger |
2019-09-14 | DiveObjectHelper: Turn DiveObjectHelper into Q_GADGET based object | Berthold Stoeger |
2019-09-14 | Mobile: return depthDuration directly from DiveListModel | Berthold Stoeger |
2019-09-14 | Mobile: return location directly from DiveListModel | Berthold Stoeger |
2019-09-14 | Mobile: return dive-number directly from DiveListModel | Berthold Stoeger |
2019-09-14 | Mobile: return dive-id directly from DiveListModel | Berthold Stoeger |
2019-09-14 | Mobile: return dateTime directly from DiveListModel | Berthold Stoeger |
2019-09-14 | Mobile: move tripNrDive from DiveObjectHelper to DiveListModel | Berthold Stoeger |