subsurface/mobile-widgets/qml
Berthold Stoeger f542dc4030 Import: add trip_table argument to DiveImportedModel::repopulate()
In the future we want to download trips into a distinct trip-table
instead of the global trip-table to allow for undo of import.

Therefore add a trip_table argument to DiveImportedModel::repopulate()
and a trip_table member to DiveImportedModel. To correctly set these,
add a DownloadThread::trips() function, which currently simply returns
the global trip table.

Finally, make "struct trip_table *" a Q_METATYPE, so that the corresponding
arguments can be passed from QML.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2019-01-09 20:58:04 -08:00
..
icons Mobile/filtering: add icons for filter and sort 2018-10-23 22:45:29 +01:00
About.qml update year to 2019 in about screens 2019-01-02 09:45:01 -08:00
CloudCredentials.qml
CopySettings.qml Mobile: UI for selecting what to copy-paste 2018-12-21 09:13:37 +02:00
DiveDetails.qml Mobile: Allow multiple divemasters 2018-11-15 18:10:13 +08:00
DiveDetailsEdit.qml
DiveDetailsView.qml Dive site: replace UUID by pointer in mobile code 2018-10-29 00:09:31 +00:00
DiveList.qml Mobile: copy the dive data when configuring settings 2018-12-21 09:13:37 +02:00
DownloadedDiveDelegate.qml
DownloadFromDiveComputer.qml Import: add trip_table argument to DiveImportedModel::repopulate() 2019-01-09 20:58:04 -08:00
GpsList.qml
HintsTextEdit.qml
Log.qml
main.qml Mobile: UI for selecting what to copy-paste 2018-12-21 09:13:37 +02:00
MapPage.qml Dive site: replace UUID by pointer in mobile code 2018-10-29 00:09:31 +00:00
mobile-resources.qrc Mobile: UI for selecting what to copy-paste 2018-12-21 09:13:37 +02:00
qtquickcontrols2.conf
Settings.qml Mobile/filtering: add Settings options for filtering 2018-10-23 22:45:30 +01:00
SsrfButton.qml
SsrfCheckBox.qml
SsrfSwitch.qml
StartPage.qml
ThemeTest.qml