subsurface/qt-mobile/qml
Dirk Hohndel 2bf6f4e45d QML UI: ensure that after a dive edit the profile is redrawn
Normally this is triggered when the DiveDetailsView component is
completed, but since QML isn't recreating this component unless we switch
to a dive a couple of spots in the dive list away from this one, we
wouldn't get any changes in the data reflected in the profile.

But since this now redraws the same dive that potentially was drawn last,
we need to make sure we call plotDive() with force=true.

I also suspect that this could help with the strange bug that sometimes we
show a blank profile after certain edits.

See #1013

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2016-02-28 16:46:50 +01:00
..
icons Add top-right edit and back buttons for mobile 2016-02-07 13:56:07 -08:00
theme Clean up dead code in units 2015-11-07 09:03:01 -08:00
About.qml QML UI: remove the redundant context menus that just close the page 2016-02-12 22:26:47 -08:00
CloudCredentials.qml QML UI: use action button and Android back button to save / go back 2016-02-13 21:10:51 -08:00
dive.jpg Add banner image for the left drawer menu 2015-11-29 17:41:16 +01:00
DiveDetails.qml QML UI: add context menu to delete dive 2016-02-23 14:07:49 +01:00
DiveDetailsEdit.qml QML UI: ensure that after a dive edit the profile is redrawn 2016-02-28 16:46:50 +01:00
DiveDetailsView.qml QML UI: better text when no profile is shown for a dive 2016-02-15 07:27:00 -08:00
DiveList.qml QML UI: back key on dive list exits the app 2016-02-14 12:17:24 -08:00
DownloadFromDiveComputer.qml QML UI: remove the redundant context menus that just close the page 2016-02-12 22:26:47 -08:00
GpsList.qml QML UI: remove the redundant context menus that just close the page 2016-02-12 22:26:47 -08:00
Log.qml QML UI: remove the redundant context menus that just close the page 2016-02-12 22:26:47 -08:00
main.qml Fix incorrect reference to endEditMode() 2016-02-13 21:53:01 -08:00
mobile-resources.qrc Adding about page to Subsurface-mobile 2016-02-10 15:16:12 -08:00
Preferences.qml QML UI: use action button for save in GPS preferences 2016-02-13 21:50:31 -08:00
StartPage.qml QML UI: better margins for start page 2016-02-13 23:28:06 -08:00
SubsurfaceButton.qml QML-UI. Improved button style 2016-01-22 06:47:06 -08:00
TextButton.qml organize qml files in subdirectories 2015-11-07 09:00:59 -08:00
ThemeTest.qml QML UI: remove the redundant context menus that just close the page 2016-02-12 22:26:47 -08:00
TopBar.qml QML UI: simplify and correct top bar layout 2016-02-13 23:44:59 -08:00