diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2017-04-30 22:24:08 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-05-01 21:23:42 -0700 |
commit | d5af6cab9ffdd7e27c2d78c25646c9d61f9f8a28 (patch) | |
tree | 8bf6bc952f3ee2ed3307533f563e41b9ec117408 /desktop-widgets/simplewidgets.h | |
parent | fff253e8cfe500482a3fc2b6b59a2b20677f19ff (diff) | |
download | subsurface-d5af6cab9ffdd7e27c2d78c25646c9d61f9f8a28.tar.gz |
Picture feature: Improve UI and translation of shift image times...
... dialog (part 2)
Show date/time of first/last selected dive instead of displayed_dive.
Thats more useful to identify the right time offset for the images.
Trigger first update of image info already in constructor of the dialog.
Update the results and UI also when the "backwards" radio button is changed.
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'desktop-widgets/simplewidgets.h')
-rw-r--r-- | desktop-widgets/simplewidgets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/simplewidgets.h b/desktop-widgets/simplewidgets.h index 18278e132..4f9746d98 100644 --- a/desktop-widgets/simplewidgets.h +++ b/desktop-widgets/simplewidgets.h @@ -111,6 +111,7 @@ slots: void syncCameraClicked(); void dcDateTimeChanged(const QDateTime &); void timeEditChanged(const QTime &time); + void timeEditChanged(); void updateInvalid(); void matchAllImagesToggled(bool); |