aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets
AgeCommit message (Expand)Author
2019-09-27Mobile: Don't access dive-id via DiveObjectHelperGravatar Berthold Stoeger
2019-09-27Revert the singleton PRGravatar Dirk Hohndel
2019-09-25Cleanup: Pass gpsTrackers directly to GpsListModel::update()Gravatar Berthold Stoeger
2019-09-25Cleanup: unify idiosyncratic singletonsGravatar Berthold Stoeger
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: don't show filter button when entering credentialsGravatar Dirk Hohndel
2019-09-21Android: print Android HW informationGravatar Dirk Hohndel
2019-09-21Mobile: print out Qt information on the system we are running onGravatar 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: recalculate gridUnit and font size if width changesGravatar Dirk Hohndel
2019-09-21Mobile: move gridUnit and font adjustment to functionGravatar Dirk Hohndel
2019-09-14Mobile: don't generate numerous DiveObjectHelpers in startEditMode()Gravatar Berthold Stoeger
2019-09-14Mobile: transform DiveObjectHelper into value-typeGravatar 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-14Mobile: return depthDuration directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: return location directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: return dive-number directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: return dive-id directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: return dateTime directly from DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: move tripNrDive from DiveObjectHelper to DiveListModelGravatar Berthold Stoeger
2019-09-14Mobile: move tripId from DiveObjectHelper to DiveListModelGravatar Berthold Stoeger
2019-09-11Mobile: deal better with incorrect credentialsGravatar Dirk Hohndel
2019-09-11Mobile: check if credentials are valid before accepting themGravatar Dirk Hohndel
2019-09-11Mobile: add helper function to check cloud credentialsGravatar Dirk Hohndel
2019-09-11Mobile: adjust grid unit on very narrow screensGravatar Dirk Hohndel
2019-09-11Mobile: reserve space for the hamburger menu on Download pageGravatar Dirk Hohndel
2019-08-11Mobile: use a default weight name when adding weight systemGravatar Dirk Hohndel
2019-08-11Mobile: support editing of dives with no weightsystemGravatar Berthold Stoeger
2019-08-10Mobile: catch null references in DownloadDCThreadGravatar Berthold Stoeger
2019-08-10Mobile: update dive site model if dive sites are createdGravatar Berthold Stoeger
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-07-18Core: dynamically resize weight tableGravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-05-11Mobile: add checkbox to force downloading all divesGravatar Dirk Hohndel
2019-04-25Update (and fix) device mobile ID's for Scubapro dive computersGravatar Linus Torvalds
2019-04-12Dive site: introduce proxy model DiveSiteSortedModelGravatar Berthold Stoeger
2019-04-12Dive site: add dive site ref-countingGravatar Berthold Stoeger
2019-04-12Cleanup: move parse-function declarations out of "dive.h"Gravatar Berthold Stoeger
2019-04-12Dive site: set UUID only on save or loadGravatar Berthold Stoeger
2019-04-12Undo: make undo-system dive site-awareGravatar Berthold Stoeger
2019-04-12Parser: parse into custom dive site tableGravatar Berthold Stoeger
2019-04-12Dive site: add dive site table parameter to dive site functionsGravatar Berthold Stoeger
2019-04-12get rid of some foreach and Q_FOREACH constructsGravatar Rolf Eike Beer
2019-03-27Cleanup: provide printGPSCoords in C and C++ versionsGravatar Berthold Stoeger
2019-03-24Cleanup: fix printGPSCoords signature and leaksGravatar Berthold Stoeger