subsurface/tests
Berthold Stoeger 82af1b2377 Undo: make undo-system dive site-aware
As opposed to dive trips, dive sites were always directly added
to the global table, even on import. Instead, parse the divesites
into a distinct table and merge them on import.

Currently, this does not do any merging of dive sites, i.e. dive
sites are considered as either equal or different. Nevertheless,
merging of data should be rather easy to implement and simply
follow the code of the dive merging.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2019-04-12 18:19:07 +03:00
..
.gitignore
CMakeLists.txt CMake: move enable_testing() to the top level 2019-04-12 12:59:17 +03:00
testdivesiteduplication.cpp Parser: parse into custom dive site table 2019-04-12 18:19:07 +03:00
testdivesiteduplication.h
testgitstorage.cpp Parser: parse into custom dive site table 2019-04-12 18:19:07 +03:00
testgitstorage.h
testgpscoords.cpp
testgpscoords.h
testhelper.cpp
testhelper.h
testmerge.cpp Undo: make undo-system dive site-aware 2019-04-12 18:19:07 +03:00
testmerge.h
testparse.cpp Parser: parse into custom dive site table 2019-04-12 18:19:07 +03:00
testparse.h
testparseperformance.cpp Parser: parse into custom dive site table 2019-04-12 18:19:07 +03:00
testparseperformance.h
testpicture.cpp Parser: parse into custom dive site table 2019-04-12 18:19:07 +03:00
testpicture.h
testplan.cpp A test for gases used in the planner 2018-10-30 15:33:43 +01:00
testplan.h A test for gases used in the planner 2018-10-30 15:33:43 +01:00
testprofile.cpp Parser: parse into custom dive site table 2019-04-12 18:19:07 +03:00
testprofile.h
testqml.cpp Cleanup: make qPref::registerQML() static 2019-04-04 09:29:45 -07:00
testqml.h
testqPrefCloudStorage.cpp tests: use new style syntax to connect QSignalSpy 2019-04-12 12:59:17 +03:00
testqPrefCloudStorage.h
testqPrefDisplay.cpp tests: use new style syntax to connect QSignalSpy 2019-04-12 12:59:17 +03:00
testqPrefDisplay.h
testqPrefDiveComputer.cpp tests: use new style syntax to connect QSignalSpy 2019-04-12 12:59:17 +03:00
testqPrefDiveComputer.h
testqPrefDivePlanner.cpp tests: use new style syntax to connect QSignalSpy 2019-04-12 12:59:17 +03:00
testqPrefDivePlanner.h
testqPrefGeneral.cpp tests: use new style syntax to connect QSignalSpy 2019-04-12 12:59:17 +03:00
testqPrefGeneral.h
testqPrefGeocoding.cpp tests: use new style syntax to connect QSignalSpy 2019-04-12 12:59:17 +03:00
testqPrefGeocoding.h
testqPrefLanguage.cpp tests: use new style syntax to connect QSignalSpy 2019-04-12 12:59:17 +03:00
testqPrefLanguage.h
testqPrefLocationService.cpp tests: use new style syntax to connect QSignalSpy 2019-04-12 12:59:17 +03:00
testqPrefLocationService.h
testqPrefPartialPressureGas.cpp tests: use new style syntax to connect QSignalSpy 2019-04-12 12:59:17 +03:00
testqPrefPartialPressureGas.h
testqPrefProxy.cpp tests: use new style syntax to connect QSignalSpy 2019-04-12 12:59:17 +03:00
testqPrefProxy.h
testqPrefTechnicalDetails.cpp tests: use new style syntax to connect QSignalSpy 2019-04-12 12:59:17 +03:00
testqPrefTechnicalDetails.h
testqPrefUnits.cpp tests: use new style syntax to connect QSignalSpy 2019-04-12 12:59:17 +03:00
testqPrefUnits.h
testqPrefUpdateManager.cpp tests: use new style syntax to connect QSignalSpy 2019-04-12 12:59:17 +03:00
testqPrefUpdateManager.h
testrenumber.cpp Undo: make undo-system dive site-aware 2019-04-12 18:19:07 +03:00
testrenumber.h
testtaglist.cpp
testtaglist.h
testunitconversion.cpp
testunitconversion.h
tst_qPrefCloudStorage.qml
tst_qPrefDisplay.qml
tst_qPrefDiveComputer.qml
tst_qPrefDivePlanner.qml
tst_qPrefGeneral.qml
tst_qPrefGeocoding.qml
tst_qPrefLanguage.qml
tst_qPrefLocationService.qml
tst_qPrefPartialPressureGas.qml
tst_qPrefProxy.qml
tst_qPrefTechnicalDetails.qml
tst_qPrefUnits.qml
tst_qPrefUpdateManager.qml