aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets
AgeCommit message (Expand)Author
2019-10-13Mobile: don't make sub-pages fill the parentGravatar Dirk Hohndel
2019-10-13Mobile: change handling of columns and column widthGravatar Dirk Hohndel
2019-10-13Mobile: ApplicationHeader is now deprecatedGravatar Dirk Hohndel
2019-10-13Mobile: show the undo for delete for 5 secondsGravatar Dirk Hohndel
2019-10-06Fix text in darkmode on mobile app.Gravatar Paul Buxton
2019-10-04Cleanup: Turn DiveListSortModel into classical singletonGravatar Berthold Stoeger
2019-10-02Mobile: fix reloading dive list after downloadGravatar Dirk Hohndel
2019-10-02Mobile: don't allow width change without rotationGravatar Dirk Hohndel
2019-10-02Mobile: add more debugging output for screen width issueGravatar Dirk Hohndel
2019-10-02Mobile: recalculate base units only for first real changeGravatar Dirk Hohndel
2019-10-02Mobile: only print debug output if there's informationGravatar Dirk Hohndel
2019-10-02Import: Make DownloadThread a subobject of DiveImportedModelGravatar Berthold Stoeger
2019-09-27Mobile: replace model-reset by row-addition in DiveListModel::reload()Gravatar Berthold Stoeger
2019-09-27Mobile: clear dive data via modelGravatar Berthold Stoeger
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