Age | Commit message (Expand) | Author |
2019-10-21 | Mobile: allow editing dive number | Dirk Hohndel |
2019-10-20 | Mobile: remove remaining accesses to DiveObjectHelper from QML | Dirk Hohndel |
2019-10-20 | Mobile: get dive details directly from the model | Dirk Hohndel |
2019-10-14 | Mobile: ensure input fields stay visible after keyboard opens | Dirk Hohndel |
2019-10-14 | Mobile: pick icons depending on theme | Dirk Hohndel |
2019-10-13 | Mobile: bring back the adaptive size for the tool bar | Dirk Hohndel |
2019-10-13 | Mobile: ensure consistent path when accessing arrow icons | Dirk Hohndel |
2019-10-13 | Mobile: implement our own back entry for GlobalDrawer | Dirk Hohndel |
2019-10-13 | Mobile: update the map when the selected dive changes | Dirk Hohndel |
2019-10-13 | Mobile: move pageIndex function to main.qml | Dirk Hohndel |
2019-10-13 | Mobile: when selecting dive via map, expand its trip | Dirk Hohndel |
2019-10-13 | Mobile: when selecting dive via map, update details view | Dirk Hohndel |
2019-10-13 | Mobile: when switching to the details, reuse existing page | Dirk Hohndel |
2019-10-13 | Mobile: use tri-state variable to improve the map hack | Dirk Hohndel |
2019-10-13 | Mobile: insane hack to make map page work | Dirk Hohndel |
2019-10-13 | Mobile: keep existing page stack when showing map | Dirk Hohndel |
2019-10-13 | Mobile: need to recalculate column width when rotating | Dirk Hohndel |
2019-10-13 | Mobile: don't make sub-pages fill the parent | Dirk Hohndel |
2019-10-13 | Mobile: change handling of columns and column width | Dirk Hohndel |
2019-10-13 | Mobile: ApplicationHeader is now deprecated | Dirk Hohndel |
2019-10-13 | Mobile: show the undo for delete for 5 seconds | Dirk Hohndel |
2019-10-06 | Fix text in darkmode on mobile app. | Paul Buxton |
2019-10-02 | Mobile: fix reloading dive list after download | Dirk Hohndel |
2019-10-02 | Mobile: don't allow width change without rotation | Dirk Hohndel |
2019-10-02 | Mobile: add more debugging output for screen width issue | Dirk Hohndel |
2019-10-02 | Mobile: recalculate base units only for first real change | Dirk Hohndel |
2019-10-02 | Mobile: only print debug output if there's information | Dirk Hohndel |
2019-10-02 | Import: Make DownloadThread a subobject of DiveImportedModel | Berthold Stoeger |
2019-09-27 | Mobile: replace model-reset by row-addition in DiveListModel::reload() | Berthold Stoeger |
2019-09-27 | Mobile: Don't access dive-id via DiveObjectHelper | Berthold Stoeger |
2019-09-21 | Mobile: more space around menu button on Download page | Dirk Hohndel |
2019-09-21 | Mobile: pass section directly to tripTitle() and tripShortDate() | Berthold Stoeger |
2019-09-21 | Mobile: don't show filter button when entering credentials | Dirk Hohndel |
2019-09-21 | Mobile: dump the information QML has about the screen | Dirk Hohndel |
2019-09-21 | Mobile: correct font size of 'Previously used DC' label | Dirk Hohndel |
2019-09-21 | Mobile: recalculate gridUnit and font size if width changes | Dirk Hohndel |
2019-09-21 | Mobile: move gridUnit and font adjustment to function | Dirk Hohndel |
2019-09-14 | Mobile: don't generate numerous DiveObjectHelpers in startEditMode() | Berthold Stoeger |
2019-09-14 | Mobile: replace clear()/addAllDives() pairs by reload() | Berthold Stoeger |
2019-09-14 | Mobile: return depthDuration directly from DiveListModel | Berthold Stoeger |
2019-09-14 | Mobile: return location directly from DiveListModel | Berthold Stoeger |
2019-09-14 | Mobile: return dive-number directly from DiveListModel | Berthold Stoeger |
2019-09-14 | Mobile: return dive-id directly from DiveListModel | Berthold Stoeger |
2019-09-14 | Mobile: return dateTime directly from DiveListModel | Berthold Stoeger |
2019-09-14 | Mobile: move tripNrDive from DiveObjectHelper to DiveListModel | Berthold Stoeger |
2019-09-14 | Mobile: move tripId from DiveObjectHelper to DiveListModel | Berthold Stoeger |
2019-09-11 | Mobile: adjust grid unit on very narrow screens | Dirk Hohndel |
2019-09-11 | Mobile: reserve space for the hamburger menu on Download page | Dirk Hohndel |
2019-08-10 | Mobile: catch null references in DownloadDCThread | Berthold Stoeger |
2019-05-11 | Mobile: add checkbox to force downloading all dives | Dirk Hohndel |