aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divelogimportdialog.cpp
AgeCommit message (Expand)Author
2018-10-11Undo: isolate undo-commandsGravatar Berthold Stoeger
2018-10-11Undo: make diverse trip-related operations undo-ableGravatar Berthold Stoeger
2018-10-11Undo: clear undo history on load / importGravatar Berthold Stoeger
2018-10-06Import: pass "downloaded" parameter to process_imported_dives()Gravatar Berthold Stoeger
2018-10-06Import: pass a dive table to process_imported_dives()Gravatar Berthold Stoeger
2018-10-04Import: Make DiveLogImportDialog modalGravatar Berthold Stoeger
2018-10-04Cleanup: move CSVApps into .cpp fileGravatar Berthold Stoeger
2018-10-04Import: import Poseidon MkVI logs via DiveLogImportDialogGravatar Berthold Stoeger
2018-09-29Cleanup: Don't leak DiveLogImportDialog objectsGravatar Berthold Stoeger
2018-09-28Parser: parse text-based files into arbitrary tableGravatar Berthold Stoeger
2018-09-23Core: split process_dives() in post-import and post-load versionsGravatar Berthold Stoeger
2018-05-21desktop-widgets: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-01CSV import: include visibility and rating in importGravatar Miika Turkia
2018-05-01CSV import: parse (unit) style headersGravatar Miika Turkia
2018-04-19CSV import: fix setpoint (typo)Gravatar Miika Turkia
2018-03-14Cleanup: consistently use toUtf8() instead of toLocal8Bit()Gravatar Berthold Stoeger
2018-03-14Cleanup: introduce copy_qstring() functionGravatar Berthold Stoeger
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2018-02-17Coding-style: remove superfluous parenthesesGravatar Berthold Stoeger
2018-01-08Refactor CSV importGravatar Miika Turkia
2017-09-11Fix crash on manually added ZXU/DL7 fileGravatar Miika Turkia
2017-09-11Import dive number from DL7 logGravatar Miika Turkia
2017-05-07Refactor Seabear importGravatar Miika Turkia
2017-05-07Move intdup to qthelperGravatar Miika Turkia
2017-04-29Add SPDX header to desktop widgetsGravatar Dirk Hohndel
2017-03-11Use 'Temp.' for abbreviations.Gravatar Martin Měřinský
2016-12-31Hooking up av1.xslt for log importGravatar Miika Turkia
2016-10-03Read all files on TXT importGravatar Miika Turkia
2016-09-24Support for comma as field separator for ADPGravatar Miika Turkia
2016-05-05Parse txt formatted log filesGravatar Miika Turkia
2016-05-03Parse date and time from on APD importGravatar Miika Turkia
2016-05-02CSV import: import dive number if definedGravatar Miika Turkia
2016-05-02CSV import: import time field if availableGravatar Miika Turkia
2016-05-02CSV import: support for user specified date formatGravatar Miika Turkia
2016-05-02CSV import: use date field on profile importGravatar Miika Turkia
2016-04-25DL7: parse temperature and cylinder pressureGravatar Miika Turkia
2016-04-25Parse date and time in DL7 importGravatar Miika Turkia
2016-04-25Special handling for DL7Gravatar Miika Turkia
2016-04-25Detect DL7 depth unitsGravatar Miika Turkia
2016-04-25Basic GUI part for DL7 importGravatar Miika Turkia
2016-04-25Detect pipe as field separator in CSV importGravatar Miika Turkia
2016-04-11Fix seabear import sample overrun bugGravatar Linus Torvalds
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel
2016-03-09Silence warnings in divelogimportdialog.cppGravatar Dirk Hohndel
2016-01-31Attempt to detect time format on CSV importGravatar Miika Turkia
2016-01-31Attempt to detect date format on CSV importGravatar Miika Turkia
2015-11-07divelogimportdialog.cpp: declare an enum as typeGravatar Lubomir I. Ivanov
2015-10-30Move qt-ui to desktop-widgetsGravatar Tomaz Canabrava