aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/downloadfromdivecomputer.cpp
AgeCommit message (Expand)Author
2019-01-20Import: fix erroneous flagGravatar Berthold Stoeger
2019-01-19Import: control process_imported_dives() by flagsGravatar Berthold Stoeger
2019-01-19Import: don't add to new trip while downloadingGravatar Berthold Stoeger
2019-01-19Import: add add_to_new_trip flag to process_imported_dives()Gravatar Berthold Stoeger
2019-01-13Download: don't refresh display if thread finishedGravatar 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-09Import: add trip_table argument to DiveImportedModel::repopulate()Gravatar Berthold Stoeger
2019-01-09Core: move autogroup() into divelist.cGravatar Berthold Stoeger
2018-12-17Import: unglobalize downloadTableGravatar Berthold Stoeger
2018-12-17Cleanup: remove DiveImportedModel::setImportedDivesIndexes()Gravatar Berthold Stoeger
2018-10-15Dowload: Deselect dives only if at least one dive was downloadedGravatar Berthold Stoeger
2018-10-15Bluetooth cleanup: remove pointless download_modeGravatar Dirk Hohndel
2018-10-15Desktop/trivial: fix misleading commentGravatar Dirk Hohndel
2018-10-13Cleanup: rename MainWindow member variablesGravatar Berthold Stoeger
2018-10-13Cleanup: Turn widget accessor-functions into simple pointersGravatar Berthold Stoeger
2018-10-12Bluetooth: actually download from the device selectedGravatar Dirk Hohndel
2018-10-12Bluetooth: show the user that we are waiting to connect to DCGravatar Dirk Hohndel
2018-10-12Bluetooth: start discovery if address isn't already knownGravatar Dirk Hohndel
2018-10-12Bluetooth: run a discovery agent for BT/BLE dive computers on macOSGravatar Dirk Hohndel
2018-10-11Undo: isolate undo-commandsGravatar 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-09-24Desktop/remember DCs: insert the remember connection into dropdownGravatar Dirk Hohndel
2018-09-23Core: split process_dives() in post-import and post-load versionsGravatar Berthold Stoeger
2018-09-23Desktop/remember DCs: move non-UI-specific code into the core layerGravatar Dirk Hohndel
2018-09-23Desktop/remember DCs: hook up the shortcut buttonsGravatar Dirk Hohndel
2018-09-23Desktop/remember DCs: remember dive computers that were usedGravatar Dirk Hohndel
2018-09-23Desktop/remember DCs: base UIGravatar Dirk Hohndel
2018-09-01Desktop: allow using a file dialog to find Garmin folderGravatar Dirk Hohndel
2018-08-27Make device enumeration use the device transport dataGravatar Linus Torvalds
2018-08-27Show new firmware notice for OSTC PlusGravatar Jan Mulder
2018-08-15desktop-widget: remove SettingsObjectWrapper and update qPref callsGravatar jan Iversen
2018-07-26Whitespace cleanup desktop-widgetGravatar Dirk Hohndel
2018-07-25core: activate qPrefDiveComputerGravatar jan Iversen
2018-06-04Cleanup: fold core/helpers.h into core/qthelper.hGravatar Berthold Stoeger
2018-05-21desktop-widgets: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-04-24Convert our custom IO model to new libdivecomputer IO modelGravatar Linus Torvalds
2018-03-14Cleanup: introduce copy_qstring() functionGravatar Berthold Stoeger
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2018-03-04Indentation fix in desktop-widgets/downloadfromdivecomputer.cppGravatar Stefan Fuchs
2018-03-04Correctly spell OSTC cRGravatar Stefan Fuchs
2018-02-04downloadfromdivecomputer.cpp: remove unused variable err_stringGravatar Berthold Stoeger
2018-02-04Cleanup: Remove redefinition of DC_TRANSPORT_BLUETOOTHGravatar Berthold Stoeger
2018-01-31Use queued connection to thread-safe MainWindow error handlingGravatar Berthold Stoeger
2018-01-11Introduce helper function empty_string()Gravatar Berthold Stoeger