subsurface/mobile-widgets/qml
Berthold Stoeger c34b7857fc mobile/divelist: implement model that shows all dives in trip-order
MobileSwipeModel is probably not an ideal name, but all I could come up with.

One of the main complications here is that our list is reversed with respect to
the source model. We should change that one day.  Probably by moving the
sorting down to the core-model.

Since looking up the source row is somewhat expensive, the lookup is cached for
a single entry because accesses come in bursts for a single dive. This should
be a good compromise and avoids keeping track of a full row-to-dive array.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2020-03-10 09:25:57 -07:00
..
icons mobile icons: add sigma svg 2020-01-28 15:34:14 -08:00
About.qml mobile-widgets/qml: add TemplateButton 2020-02-03 17:29:58 -08:00
CloudCredentials.qml mobile-widgets/qml: add TemplateButton 2020-02-03 17:29:58 -08:00
CopySettings.qml Mobile: UI for selecting what to copy-paste 2018-12-21 09:13:37 +02:00
DiveDetails.qml mobile/divelist: implement model that shows all dives in trip-order 2020-03-10 09:25:57 -07:00
DiveDetailsEdit.qml mobile/notes-edit: ensure cursor stays visible editing dive notes 2020-02-07 14:01:23 -08:00
DiveDetailsView.qml mobile/profile: make the wait before dragging even shorter 2020-02-25 10:17:57 -08:00
DiveList.qml mobile/divelist: when clicking on a row, use select_single_dive() 2020-03-10 09:25:57 -07:00
DivePlannerEdit.qml mobile-widgets/qml: use Kirigami Units instead of hardcoded values 2020-01-24 20:20:41 -08:00
DivePlannerManager.qml mobile-widgets/qml: use Kirigami Units instead of hardcoded values 2020-01-24 20:20:41 -08:00
DivePlannerSetup.qml Mobile UI: fix typo in disabled planner setup 2020-03-04 08:03:44 -08:00
DivePlannerView.qml mobile-widgets/qml: use Kirigami Units instead of hardcoded values 2020-01-24 20:20:41 -08:00
DiveSummary.qml mobile/summary: remove some debug output 2020-02-10 08:02:56 -08:00
DownloadedDiveDelegate.qml Mobile: use appendTextToLog to get timestamps in logs 2019-11-03 04:02:00 -08:00
DownloadFromDiveComputer.qml mobile/DC-download: be more careful exiting download page 2020-03-09 12:40:44 -07:00
Export.qml mobile/export: fix styling of radio buttons 2020-02-18 07:34:46 -08:00
GpsList.qml QML UI, trivial: set proper background color GPS list 2018-10-07 17:43:34 +03:00
HintsTextEdit.qml Mobile QML UI: bump Kirigami imports to 2.4 2018-10-01 05:29:46 -07:00
Log.qml mobile-widgets/qml: columnWidth undefined 2020-01-18 12:44:05 -08:00
main.qml mobile/divelist: rewrite the QML dive list 2020-03-09 12:41:11 -07:00
MapPage.qml Mobile: don't make sub-pages fill the parent 2019-10-13 11:32:27 -07:00
mobile-resources.qrc mobile/resources: fix incorrectly coded XSLT stylesheets 2020-02-17 10:50:51 -08:00
qmldir mobile-widgets/qml: add qmldir to include map-widget 2019-11-26 09:44:13 -08:00
qtquickcontrols2.conf QML UI: Fully port dive edit to Kirigami2 2017-04-01 09:35:51 +02:00
Settings.qml mobile: remove filter settings 2020-03-01 10:21:44 -08:00
SsrfCheckBox.qml Mobile QML UI: bump Kirigami imports to 2.4 2018-10-01 05:29:46 -07:00
SsrfSwitch.qml Mobile UI: make SsrfSwitch resizable 2018-10-21 14:43:41 -04:00
SsrfTextField.qml Mobile: use appendTextToLog to get timestamps in logs 2019-11-03 04:02:00 -08:00
StartPage.qml mobile-widgets/qml: use strongly typed CloudStatus 2020-01-18 17:35:16 -08:00
TemplateButton.qml mobile-widgets/qml: add TemplateButton 2020-02-03 17:29:58 -08:00
TemplateCheckBox.qml mobile-widgets/qml: add TemplateCheckBox 2019-12-26 10:18:10 -08:00
TemplateComboBox.qml mobile-widgets: do not use fontmetric for height 2020-01-30 07:52:31 +02:00
TemplateLabel.qml mobile-widgets/qml: add background color property 2020-01-27 14:25:03 -08:00
TemplateLine.qml mobile-widgets/qml: add TemplateLine 2020-01-19 11:50:19 -08:00
TemplatePage.qml mobile UI: set correct width for TeplatePage 2020-02-06 21:45:00 -08:00
TemplateRadioButton.qml mobile-widgets/qml: add TemplateRadioButton 2019-12-26 10:18:10 -08:00
TemplateSection.qml mobile-widgets: update design of TemplateSection 2020-01-25 17:25:54 -08:00
TemplateSpinBox.qml mobile-widgets: update design of TemplateSpinBox 2020-01-25 17:25:23 -08:00
TemplateTextField.qml mobile-widgets/qml: add TemplateTextField 2020-01-19 11:50:10 -08:00
TemplateTitle.qml mobile-widgets/qml: correct spelling error 2020-01-27 14:25:03 -08:00
ThemeTest.qml mobile-widgets: switch to new subsurfaceTheme 2020-02-03 17:30:35 -08:00