summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-09-25Cleanup: unify idiosyncratic singletonsGravatar Berthold Stoeger
2019-09-25Cleanup: remove GpsLocation::hasInstance()Gravatar Berthold Stoeger
2019-09-23AppImage: Fix path of machine-id in dbus libraryGravatar Paul Buxton
2019-09-23AppImage: Fix missing libssl1.1Gravatar Paul Buxton
2019-09-21Mobile: make sure QML gets notified when value changesGravatar Dirk Hohndel
2019-09-21Mobile: more space around menu button on Download pageGravatar Dirk Hohndel
2019-09-21Mobile: pass section directly to tripTitle() and tripShortDate()Gravatar Berthold Stoeger
2019-09-21Mobile: pass trip-ids through QML, not formatted pointersGravatar Berthold Stoeger
2019-09-21Core: add unique id to tripGravatar Berthold Stoeger
2019-09-21If only one dive selected, only one temperature in stats tabGravatar Fabio Rueda
2019-09-21Cleanup: remove bogus assignment in startFilterDiveSites()Gravatar Berthold Stoeger
2019-09-21Export: special case dive site mode when exporting dive sitesGravatar Berthold Stoeger
2019-09-21Cleanup: return each dive site only once in selectedDiveSites()Gravatar Berthold Stoeger
2019-09-21Export: move dive site selection logic to C++Gravatar Berthold Stoeger
2019-09-21Cleanup: make location argument to put_location() constGravatar Berthold Stoeger
2019-09-21Cleanup: replace is_dive_site_used() by is_dive_site_selected()Gravatar Berthold Stoeger
2019-09-21Cleanup: make two functions in core/save-xml.c of static linkageGravatar Berthold Stoeger
2019-09-21Mobile: don't show filter button when entering credentialsGravatar Dirk Hohndel
2019-09-21Android: force different font on OnePlus devicesGravatar Dirk Hohndel
2019-09-21Android: bundle default font for use in OnePlus devicesGravatar Dirk Hohndel
2019-09-21Android: print Android HW informationGravatar Dirk Hohndel
2019-09-21Mobile: update version to 2.2.1Gravatar Dirk Hohndel
2019-09-21Mobile: print out Qt information on the system we are running onGravatar Dirk Hohndel
2019-09-21Android: update the target SDK Version to 28Gravatar Dirk Hohndel
2019-09-21Mobile: dump the information QML has about the screenGravatar Dirk Hohndel
2019-09-21Mobile: correct font size of 'Previously used DC' labelGravatar Dirk Hohndel
2019-09-21Mobile: allow setting a width via environment variableGravatar Dirk Hohndel
2019-09-21Mobile: recalculate gridUnit and font size if width changesGravatar Dirk Hohndel
2019-09-21Mobile: move gridUnit and font adjustment to functionGravatar Dirk Hohndel
2019-09-21Android: add FTDI based DiveSystem / Ratio / Seac dive computersGravatar Dirk Hohndel
2019-09-15if only one dive, max depth show in average fieldGravatar Fabio Rueda
2019-09-14Mobile: don't generate numerous DiveObjectHelpers in startEditMode()Gravatar Berthold Stoeger
2019-09-14Grantlee: split out grantlee-only property from DiveObjectHelperGravatar Berthold Stoeger
2019-09-14Mobile: transform DiveObjectHelper into value-typeGravatar Berthold Stoeger
2019-09-14Cleanup: make cylinder_t argument to CylinderObjectHelper constGravatar Berthold Stoeger
2019-09-14Cleanup: remove unused function DiveObjectHelper::cylinder(int)Gravatar Berthold Stoeger
2019-09-14Cleanup: remove unused function DiveObjectHelper::weight(int)Gravatar Berthold Stoeger
2019-09-14Mobile: remove DiveObjectHelper to bool castsGravatar Berthold Stoeger
2019-09-14Mobile: remove DiveObjectHelper::getDive()Gravatar Berthold Stoeger
2019-09-14Mobile: Map directly from source in DiveListSortModel::getIdxForId()Gravatar Berthold Stoeger
2019-09-14Mobile: provide direct access to dives in DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: create DiveObjectHelper only when neededGravatar Berthold Stoeger
2019-09-14Mobile: remove dive argument from DiveListModel::insertDive()Gravatar Berthold Stoeger
2019-09-14Mobile: use value semantics for DiveObjectHelper in qmlmanager.cppGravatar Berthold Stoeger
2019-09-14Mobile: replace clear()/addAllDives() pairs by reload()Gravatar Berthold Stoeger
2019-09-14Cleanup: remove DiveListSortModel::addAllDives()Gravatar Berthold Stoeger
2019-09-14Mobile: Generate DiveObjectHelpers on the flyGravatar Berthold Stoeger
2019-09-14DiveObjectHelper: Turn DiveObjectHelper into Q_GADGET based objectGravatar Berthold Stoeger
2019-09-14Mobile: return depthDuration directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: return location directly from DiveListModelGravatar Berthold Stoeger