aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/diveimportedmodel.cpp
AgeCommit message (Expand)Author
2019-10-02Import: remove DiveImportedModel::lastIndexGravatar Berthold Stoeger
2019-10-02Cleanup: remove DiveImportedModel::firstIndexGravatar Berthold Stoeger
2019-10-02Import: avoid model inconsistency in DiveImportedModel::recordDives()Gravatar Berthold Stoeger
2019-10-02Import: keep dive and dive site tables in DiveImportedModelGravatar Berthold Stoeger
2019-10-02Import: extract number of dives from model not from threadGravatar Berthold Stoeger
2019-10-02Import: get tables from DiveImportedModel not DownloadThreadGravatar Berthold Stoeger
2019-10-02Import: keep model state consistent when deleting unselected divesGravatar Berthold Stoeger
2019-10-02Import: Make DownloadThread a subobject of DiveImportedModelGravatar Berthold Stoeger
2019-07-18Cleanup: remove includes from qthelper.hGravatar Berthold Stoeger
2019-04-12Undo: make undo-system dive site-awareGravatar 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-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: make DiveImportedModel::checkStates a std::vectorGravatar Berthold Stoeger
2018-12-17Cleanup: remove DiveImportedModel::setImportedDivesIndexes()Gravatar Berthold Stoeger
2018-10-14Autogroup only when selectedGravatar Jan Mulder
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-23Core: split process_dives() in post-import and post-load versionsGravatar Berthold Stoeger
2018-06-04Cleanup: fold core/helpers.h into core/qthelper.hGravatar Berthold Stoeger
2018-05-21qt-models: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2017-11-25Only call autogroup when it's enabledGravatar Dirk Hohndel
2017-10-23Respect autogroup in Subsurface-mobileGravatar Dirk Hohndel
2017-07-09DiveImportedModel: be consistent with last = -1Gravatar Dirk Hohndel
2017-06-29Don't crash trying to record zero divesGravatar Dirk Hohndel
2017-06-24Avoid Q_ASSERT with debug build of QtGravatar Dirk Hohndel
2017-06-12Download dialog showed time incorrectlyGravatar Miika Turkia
2017-06-04QML UI: show selection box on the Download from DC listGravatar Tomaz Canabrava
2017-05-29QML UI: select / unselect dive by clicking on itGravatar Tomaz Canabrava
2017-05-29Fix typoGravatar Dirk Hohndel
2017-05-29QML UI: process freshly downloaded divesGravatar Dirk Hohndel
2017-05-29Don't leak memory on downloaded dives not pickedGravatar Dirk Hohndel
2017-05-29mobile: Prevent tripping assert on empty BT downloadGravatar Jan Mulder
2017-05-28QML UI: add downloaded dives to dive listGravatar Dirk Hohndel
2017-05-27QML UI: add the Downloaded Dive ModelGravatar Tomaz Canabrava
2017-05-27Separate the download thread from the widget logicGravatar Tomaz Canabrava
2017-05-27Move model code to modelsGravatar Tomaz Canabrava