summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divelogimportdialog.cpp
AgeCommit message (Expand)Author
2020-10-26cleanup: fix deprecated roleGravatar Dirk Hohndel
2020-10-24devices: add devices in Command::importTable()Gravatar Berthold Stoeger
2020-10-24parser: add device_table to parser stateGravatar Berthold Stoeger
2020-10-23parser: replace params[] code by new xml_params structGravatar Berthold Stoeger
2020-10-17filter: remove filter_preset_table_tGravatar Berthold Stoeger
2020-09-29filter: implement importing of filter presetsGravatar Berthold Stoeger
2020-09-29filter: load filter presets from XML filesGravatar Berthold Stoeger
2020-05-04CSV export: include dive mode fieldGravatar Miika Turkia
2020-03-11Grammar: replaces 'indexes' by 'indices'Gravatar Robert C. Helling
2020-01-10code cleanup: add empty table structuresGravatar Dirk Hohndel
2019-11-14Refactoring: move undo commands to top levelGravatar Berthold Stoeger
2019-10-27Cleanup: avoid out of bounds accessGravatar Dirk Hohndel
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-05-11CSV Import: add heartrate supportGravatar Miika Turkia
2019-04-12Coding style: remove Java-style function definitionGravatar Berthold Stoeger
2019-04-12Dive sites: prepare for dive site ref-countingGravatar Berthold Stoeger
2019-04-12Undo: make undo-system dive site-awareGravatar Berthold Stoeger
2019-04-12Parser: parse into custom dive site tableGravatar Berthold Stoeger
2019-01-19Import: control process_imported_dives() by flagsGravatar Berthold Stoeger
2019-01-19Import: add add_to_new_trip flag to process_imported_dives()Gravatar Berthold Stoeger
2019-01-09Undo: make dive-import undoableGravatar Berthold Stoeger
2019-01-09Import: split process_imported_dives() functionGravatar Berthold Stoeger
2019-01-09Import: add merge_all_trips parameter to process_imported_dives()Gravatar Berthold Stoeger
2019-01-09Import: merge dives trip-wiseGravatar Berthold Stoeger
2019-01-09Parser: add trip_table parameter to parsing functionsGravatar Berthold Stoeger
2019-01-09Core: move autogroup() into divelist.cGravatar Berthold Stoeger
2018-12-14Drop old filter codeGravatar Tomaz Canabrava
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