From 74f5842f0c324fdd2d0217e90c11da6c70319f6e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 21 Dec 2014 17:53:18 -0800 Subject: Add second CSV export with dive details This is intended to export all the details that someone might copy from a paper logbook. We need a matching import template to make this simple. This hasn't been well tested, I'm sure it will break when elements and attributes are missing. Signed-off-by: Dirk Hohndel --- qt-ui/divelogexportdialog.cpp | 4 ++++ qt-ui/divelogexportdialog.ui | 16 +++++++++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) (limited to 'qt-ui') diff --git a/qt-ui/divelogexportdialog.cpp b/qt-ui/divelogexportdialog.cpp index 965af494f..a237c9941 100644 --- a/qt-ui/divelogexportdialog.cpp +++ b/qt-ui/divelogexportdialog.cpp @@ -272,6 +272,10 @@ void DiveLogExportDialog::on_buttonBox_accepted() stylesheet = "xml2csv.xslt"; filename = QFileDialog::getSaveFileName(this, tr("Export CSV file as"), lastDir, tr("CSV files (*.csv *.CSV)")); + } else if (ui->exportCSVDetails->isChecked()) { + stylesheet = "xml2manualcsv.xslt"; + filename = QFileDialog::getSaveFileName(this, tr("Export CSV file as"), lastDir, + tr("CSV files (*.csv *.CSV)")); } else if (ui->exportDivelogs->isChecked()) { DivelogsDeWebServices::instance()->prepareDivesForUpload(ui->exportSelected->isChecked()); } else if (ui->exportDiveshare->isChecked()) { diff --git a/qt-ui/divelogexportdialog.ui b/qt-ui/divelogexportdialog.ui index aaa485eb3..62e984294 100644 --- a/qt-ui/divelogexportdialog.ui +++ b/qt-ui/divelogexportdialog.ui @@ -7,7 +7,7 @@ 0 0 507 - 413 + 423 @@ -166,7 +166,17 @@ - CSV + CSV samples + + + exportGroup + + + + + + + CSV dive details exportGroup @@ -440,7 +450,7 @@ - + -- cgit v1.2.3-70-g09d2