summaryrefslogtreecommitdiffstats
path: root/qt-models
AgeCommit message (Expand)Author
2020-12-13core: keep tank infos in a dynamic tableGravatar Berthold Stoeger
2020-12-12preferences: create global settingsChanged signalGravatar Berthold Stoeger
2020-12-03downloader: save downloaded divesGravatar Robert C. Helling
2020-12-03downloader: wait for download threadGravatar Robert C. Helling
2020-12-03build-system: add models and shared backends to the downloaderGravatar Dirk Hohndel
2020-11-24cylindermodel: remove in_planner() useGravatar Berthold Stoeger
2020-11-24diveplannermodel: replace in_planner() by isPlanner()Gravatar Berthold Stoeger
2020-11-14desktop: automatically reload completion-modelsGravatar Berthold Stoeger
2020-11-14cleanup: remove macros from qt-models/completionmodels.cppGravatar Berthold Stoeger
2020-11-07desktop: fix saving of column-widths of device and site tablesGravatar Berthold Stoeger
2020-10-26cleanup: SkipEmptyParts syntax has changedGravatar Dirk Hohndel
2020-10-25cleanup: split out divecomputer functions from dive.cGravatar Berthold Stoeger
2020-10-25cleanup: remove DiveComputerModel::removeGravatar Berthold Stoeger
2020-10-25devices: connect DiveComputerModel to undo-commandGravatar Berthold Stoeger
2020-10-25models: update DiveComputerModel when core data is resetGravatar Berthold Stoeger
2020-10-25desktop: add tab-widget for dive computer namesGravatar Berthold Stoeger
2020-10-25cleanup: fix over-eager Coverity warningsGravatar Dirk Hohndel
2020-10-24divecomputer: add device_table pointer to device_data_tGravatar Berthold Stoeger
2020-10-24devices: add devices in Command::importTable()Gravatar Berthold Stoeger
2020-10-16cleanup: use std::vector in struct device_tableGravatar Berthold Stoeger
2020-10-16cleanup: use std::string in struct deviceGravatar Berthold Stoeger
2020-10-11desktop: make divecomputer table sortableGravatar Berthold Stoeger
2020-10-03cleanup: make device code more consistent with coreGravatar Berthold Stoeger
2020-10-03dive list: when moving dives, delete first and add laterGravatar Berthold Stoeger
2020-10-03cleanup: use getDiveSelection() to loop over selected divesGravatar Berthold Stoeger
2020-10-03cleanup: replace get_trip_date_string() by get_trip_string()Gravatar Berthold Stoeger
2020-09-29filter: implement importing of filter presetsGravatar Berthold Stoeger
2020-09-29filter: connect DiveListNotifier signals to filter preset modelGravatar Berthold Stoeger
2020-09-29filter: add (very primitive) filterpresetmodelGravatar Berthold Stoeger
2020-09-29filter: add filter constraint modelGravatar Berthold Stoeger
2020-09-29Use correct pO2 when computing MOD in equipment tabGravatar Robert C. Helling
2020-09-27mobile/dive-list: correctly update view when changing dive dateGravatar Dirk Hohndel
2020-09-20dive list: on reload update filter statusGravatar Berthold Stoeger
2020-09-13cleanup: fold core/divecomputer.cpp into core/device.cGravatar Berthold Stoeger
2020-09-13cleanup: remove DiveComputerModel::numRowsGravatar Berthold Stoeger
2020-09-12desktop: refine auto-fill of weightsGravatar Berthold Stoeger
2020-09-12desktop: on weight type change, don't overwrite weight if already setGravatar Berthold Stoeger
2020-08-24Planner: enforce minimal segement durationGravatar Robert C. Helling
2020-08-24Planner: handle zero length segments when replanningGravatar Robert C. Helling
2020-08-21cleanup: consistently use get_cylinder() accessorGravatar Berthold Stoeger
2020-07-11Make MND display depend on O2 narcotic preferenceGravatar Robert C. Helling
2020-05-22cleanup: create common QDateTime -> timestamp conversion functionGravatar Berthold Stoeger
2020-05-22cleanup: move timestampToDateTime() to qthelper.cppGravatar Berthold Stoeger
2020-05-15cleanup: remove redundant model source files in CMakeLists.txtGravatar Berthold Stoeger
2020-05-15cleanup: replace to "dive.h" includes by more specific includesGravatar Berthold Stoeger
2020-05-14mobile/models: add access to tags stringGravatar Dirk Hohndel
2020-05-07cleanup: generalize ExtraDataModel to display data of any dcGravatar Berthold Stoeger
2020-05-07cleanup: return directly in ExtraDataModel::data()Gravatar Berthold Stoeger
2020-05-07cleanup: use begin/endResetModel in ExtraDataModelGravatar Berthold Stoeger
2020-05-07cleanup: invert control-flow when resetting the core structuresGravatar Berthold Stoeger