diff options
author | Robert Helling <helling@lmu.de> | 2013-11-18 14:53:05 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-18 10:03:45 -0800 |
commit | 4966336e1d6c729e5763aa3ac607c77f8794e5da (patch) | |
tree | 0c7183ea8570f38c366e8145557937af8d416821 /subsurface.pro | |
parent | e289881db9727b5bcfec12c3c390cdd6743f7472 (diff) | |
download | subsurface-4966336e1d6c729e5763aa3ac607c77f8794e5da.tar.gz |
Shift times of selected dives
This patch adds the possibility to shift the times of all selected dives
by a fixed amount to correct for time zone problems or mis-set dive
computer clocks.
Select the dives and right click in the dive list.
[Dirk Hohndel: added .ui file to FORMS and fixed some whitespace damage]
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.pro b/subsurface.pro index 23fc43af1..8754f1da7 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -123,6 +123,7 @@ FORMS = \ qt-ui/preferences.ui \ qt-ui/printoptions.ui \ qt-ui/renumber.ui \ + qt-ui/shifttimes.ui \ qt-ui/webservices.ui \ qt-ui/tableview.ui \ qt-ui/csvimportdialog.ui |