Implementing export dialog

As our menus are getting many export entries, it is better to create a
single export dialog where user is able to select the export type and
whether to export selected dives or all of them. This should also be
more intuitive than the current way when export from file menu export
all dives and right click menu on divelist exports only selected dives.

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2014-05-20 19:33:32 +03:00 committed by Dirk Hohndel
parent 0b6cbe0f79
commit 7dc642860d
11 changed files with 322 additions and 91 deletions

View file

@ -50,11 +50,9 @@ slots:
void mergeDives();
void renumberDives();
void saveSelectedDivesAs();
void exportSelectedDivesAsUDDF();
void exportSelectedDivesAsCSV();
void exportDives();
void shiftTimes();
void loadImages();
void uploadToDivelogsDE();
static QString lastUsedImageDir();
signals: