index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-models
/
diveimportedmodel.cpp
Age
Commit message (
Expand
)
Author
2020-10-24
divecomputer: add device_table pointer to device_data_t
Berthold Stoeger
2020-10-24
devices: add devices in Command::importTable()
Berthold Stoeger
2020-09-29
filter: implement importing of filter presets
Berthold Stoeger
2020-03-11
Grammar: replaces 'indexes' by 'indices'
Robert C. Helling
2020-03-10
mobile: unify download code on mobile and desktop
Berthold Stoeger
2020-01-10
code cleanup: add empty table structures
Dirk Hohndel
2019-10-02
Import: remove DiveImportedModel::lastIndex
Berthold Stoeger
2019-10-02
Cleanup: remove DiveImportedModel::firstIndex
Berthold Stoeger
2019-10-02
Import: avoid model inconsistency in DiveImportedModel::recordDives()
Berthold Stoeger
2019-10-02
Import: keep dive and dive site tables in DiveImportedModel
Berthold Stoeger
2019-10-02
Import: extract number of dives from model not from thread
Berthold Stoeger
2019-10-02
Import: get tables from DiveImportedModel not DownloadThread
Berthold Stoeger
2019-10-02
Import: keep model state consistent when deleting unselected dives
Berthold Stoeger
2019-10-02
Import: Make DownloadThread a subobject of DiveImportedModel
Berthold Stoeger
2019-07-18
Cleanup: remove includes from qthelper.h
Berthold Stoeger
2019-04-12
Undo: make undo-system dive site-aware
Berthold Stoeger
2019-01-19
Import: control process_imported_dives() by flags
Berthold Stoeger
2019-01-19
Import: don't add to new trip while downloading
Berthold Stoeger
2019-01-19
Import: add add_to_new_trip flag to process_imported_dives()
Berthold Stoeger
2019-01-09
Undo: make dive-import undoable
Berthold Stoeger
2019-01-09
Import: split process_imported_dives() function
Berthold Stoeger
2019-01-09
Import: add merge_all_trips parameter to process_imported_dives()
Berthold Stoeger
2019-01-09
Import: merge dives trip-wise
Berthold Stoeger
2019-01-09
Import: add trip_table argument to DiveImportedModel::repopulate()
Berthold Stoeger
2019-01-09
Core: move autogroup() into divelist.c
Berthold Stoeger
2018-12-17
Import: unglobalize downloadTable
Berthold Stoeger
2018-12-17
Cleanup: make DiveImportedModel::checkStates a std::vector
Berthold Stoeger
2018-12-17
Cleanup: remove DiveImportedModel::setImportedDivesIndexes()
Berthold Stoeger
2018-10-14
Autogroup only when selected
Jan Mulder
2018-10-06
Import: pass "downloaded" parameter to process_imported_dives()
Berthold Stoeger
2018-10-06
Import: pass a dive table to process_imported_dives()
Berthold Stoeger
2018-09-23
Core: split process_dives() in post-import and post-load versions
Berthold Stoeger
2018-06-04
Cleanup: fold core/helpers.h into core/qthelper.h
Berthold Stoeger
2018-05-21
qt-models: Change Q_UNUSED to no parameter name
jan Iversen
2017-11-25
Only call autogroup when it's enabled
Dirk Hohndel
2017-10-23
Respect autogroup in Subsurface-mobile
Dirk Hohndel
2017-07-09
DiveImportedModel: be consistent with last = -1
Dirk Hohndel
2017-06-29
Don't crash trying to record zero dives
Dirk Hohndel
2017-06-24
Avoid Q_ASSERT with debug build of Qt
Dirk Hohndel
2017-06-12
Download dialog showed time incorrectly
Miika Turkia
2017-06-04
QML UI: show selection box on the Download from DC list
Tomaz Canabrava
2017-05-29
QML UI: select / unselect dive by clicking on it
Tomaz Canabrava
2017-05-29
Fix typo
Dirk Hohndel
2017-05-29
QML UI: process freshly downloaded dives
Dirk Hohndel
2017-05-29
Don't leak memory on downloaded dives not picked
Dirk Hohndel
2017-05-29
mobile: Prevent tripping assert on empty BT download
Jan Mulder
2017-05-28
QML UI: add downloaded dives to dive list
Dirk Hohndel
2017-05-27
QML UI: add the Downloaded Dive Model
Tomaz Canabrava
2017-05-27
Separate the download thread from the widget logic
Tomaz Canabrava
2017-05-27
Move model code to models
Tomaz Canabrava