subsurface/qt-mobile/qml
Dirk Hohndel e774c8077b QML UI: allow edit of dive date and time
This is a bit more complicated because we are asking the user to edit the text
field instead of giving them a date and time picker. This is not a great
choice, but let's run with it for now.

One downside is that the user is likely going to edit the date "Oct 29" -> "Oct
25" without adjusting the day of the week. And if we then try to parse that Qt
correctly complains about an invalid date. So we hack around this by removing
the day of the week from both the format and the date entered (which of course
now will break things if the user did, in fact, adjust the day of the week). As
I said, not a great solution.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2016-01-05 22:53:32 -08:00
..
icons QML UI: add context menu button 2016-01-04 13:02:46 -08:00
mobilecomponents Add BasicListItem.qml from plasma-mobile 2016-01-05 21:26:20 -08:00
theme Clean up dead code in units 2015-11-07 09:03:01 -08:00
CloudCredentials.qml Mobile CloudCredentials: hide password on entry 2015-12-30 07:25:31 -08:00
dive.jpg Add banner image for the left drawer menu 2015-11-29 17:41:16 +01:00
DiveDetails.qml QML UI: allow edit of dive date and time 2016-01-05 22:53:32 -08:00
DiveDetailsEdit.qml QML UI: in dive details edit, put date on its own line 2016-01-05 22:50:31 -08:00
DiveDetailsView.qml QML UI: obtain a reasonable margin from QML 2015-12-29 09:50:47 -08:00
DiveList.qml adjustments needed for latest mobilecomponents 2016-01-06 04:44:26 +01:00
DownloadFromDiveComputer.qml organize qml files in subdirectories 2015-11-07 09:00:59 -08:00
Log.qml adjustments needed for latest mobilecomponents 2016-01-06 04:44:26 +01:00
main.qml QML UI: consistency in naming 2016-01-01 09:34:32 -08:00
mobile-resources.qrc adjustments needed for latest mobilecomponents 2016-01-06 04:44:26 +01:00
Preferences.qml Fix page margins in preferences and cloudcredentials 2015-12-08 04:55:56 +01:00
StartPage.qml QML UI: show better message about dive list at start 2015-12-15 13:33:53 -08:00
TextButton.qml organize qml files in subdirectories 2015-11-07 09:00:59 -08:00
ThemeTest.qml theme test improvements 2015-12-08 02:07:31 +01:00
TopBar.qml QML UI: make top bar elements bigger for easier use 2016-01-04 21:38:44 -08:00