aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models
AgeCommit message (Expand)Author
2017-07-30Tweak the "display_unused_tanks" preferences logicGravatar Linus Torvalds
2017-07-28Map: mark function as overrideGravatar Dirk Hohndel
2017-07-28Switch new files to unix line endingsGravatar Dirk Hohndel
2017-07-28map: whitespace cleanup in QML and C++ filesGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: fix getMapLocationForUuid()Gravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: use READ method selectedUuidGravatar Lubomir I. Ivanov
2017-07-28maplocation: add helpers for coordinate and uuidGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: add the "namer" propertyGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: fix some public / private declarationsGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: make setSelectedUuid() accept "fromClick" flagGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: add the helper method getMapLocationForUuid()Gravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: add a "selectedUuid" property to MapLocationModelGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: add a "uuid" property to MapLocationGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: use QVector for the MapLocation storageGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: small whitespace cleanupGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: add the addList() methodGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: store the coordinate as QGeoCoordinateGravatar Lubomir I. Ivanov
2017-07-28maplocationmodel: implement the clear() and add() methodsGravatar Lubomir I. Ivanov
2017-07-28qt-models/cmake: build maplocationmodel.cppGravatar Lubomir I. Ivanov
2017-07-28qt-models/maplocationmodel: add new classes for map model based handlingGravatar Lubomir I. Ivanov
2017-07-27Profile support for multiple concurrent pressure sensorsGravatar Linus Torvalds
2017-07-21Start cleaning up sensor indexing for multiple sensorsGravatar Linus Torvalds
2017-07-20Unify sample pressure and o2pressure as pressure[2] arrayGravatar Linus Torvalds
2017-07-09Android: write appLog to fileGravatar Dirk Hohndel
2017-07-09DiveImportedModel: be consistent with last = -1Gravatar Dirk Hohndel
2017-06-29Don't crash trying to record zero divesGravatar Dirk Hohndel
2017-06-24Avoid Q_ASSERT with debug build of QtGravatar Dirk Hohndel
2017-06-16QML UI: clear the previous list when downloadingGravatar Dirk Hohndel
2017-06-15tankinfomodel.cpp: clamp row index to [0 - MAX_TANK_INFO]Gravatar Lubomir I. Ivanov
2017-06-12Download dialog showed time incorrectlyGravatar Miika Turkia
2017-06-11Fix a few warningsGravatar Dirk Hohndel
2017-06-11Make message handler write to console as wellGravatar Dirk Hohndel
2017-06-11Add a messageHandler to take care of qDebug & friends on QMLGravatar Tomaz Canabrava
2017-06-04QML UI: show selection box on the Download from DC listGravatar Tomaz Canabrava
2017-05-29QML UI: select / unselect dive by clicking on itGravatar Tomaz Canabrava
2017-05-29Fix typoGravatar Dirk Hohndel
2017-05-29QML UI: process freshly downloaded divesGravatar Dirk Hohndel
2017-05-29Don't leak memory on downloaded dives not pickedGravatar Dirk Hohndel
2017-05-29mobile: Prevent tripping assert on empty BT downloadGravatar Jan Mulder
2017-05-28QML UI: add downloaded dives to dive listGravatar Dirk Hohndel
2017-05-27QML UI: add the Downloaded Dive ModelGravatar Tomaz Canabrava
2017-05-27Separate the download thread from the widget logicGravatar Tomaz Canabrava
2017-05-27Move model code to modelsGravatar Tomaz Canabrava
2017-05-26Creation of dive duration string and surface interval stringGravatar Stefan Fuchs
2017-05-26Adopt planner state caching to new structGravatar Robert C. Helling
2017-05-06Consistently show dive duration based on preferencesGravatar Dirk Hohndel
2017-04-29Add SPDX header to Qt modelsGravatar Dirk Hohndel
2017-04-26Correct divesite geocoding translationGravatar Jan Mulder
2017-04-24Deal with additional line break in dive notes from plannerGravatar Stefan Fuchs
2017-04-20Identify user provided notes in plain text in replanGravatar Robert C. Helling