aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2019-08-08Cleanup: move planner/deco related declarations planner/deco.hGravatar Berthold Stoeger
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: move tag functions into own translation unitGravatar Berthold Stoeger
2019-05-15Convert the atmospheric pressure in the Information Tab to an editable fieldGravatar willemferguson
2019-05-12Turn application state into enumGravatar Berthold Stoeger
2019-04-12Dive site: fix merging testsGravatar Berthold Stoeger
2019-04-12Dive sites: prepare for dive site ref-countingGravatar Berthold Stoeger
2019-04-12Cleanup: move parse-function declarations out of "dive.h"Gravatar 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-04-12Dive site: add dive site table parameter to dive site functionsGravatar Berthold Stoeger
2019-04-12CMake: move enable_testing() to the top levelGravatar Rolf Eike Beer
2019-04-12tests: use new style syntax to connect QSignalSpyGravatar Rolf Eike Beer
2019-04-04Cleanup: make qPref::registerQML() staticGravatar Berthold Stoeger
2019-04-04Cleanup: remove qPref::canonical_version() and qPref::mobile_version()Gravatar Berthold Stoeger
2019-03-27CMake: use function instead of macroGravatar Rolf Eike Beer
2019-02-01facebook: remove the featute from the code baseGravatar Lubomir I. Ivanov
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-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
2018-12-13Dive media: add media to closest diveGravatar Berthold Stoeger
2018-10-30A test for gases used in the plannerGravatar Robert C. Helling
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-10-15Tests: remove testing of download_modeGravatar Dirk Hohndel
2018-10-12Tests: only compile TestHelper if BT support is enabledGravatar Dirk Hohndel
2018-10-12Tests: allow compilation with older Qt versionsGravatar Dirk Hohndel
2018-10-12Bluetooth: add helper to separate BT name and addressGravatar Dirk Hohndel
2018-10-12tests: add test for the BT/BLE address recognitionGravatar Dirk Hohndel
2018-10-09Prefs: add bool preference cloud_auto_sync [1/3]Gravatar Jan Mulder
2018-10-06Import: pass "downloaded" parameter to process_imported_dives()Gravatar Berthold Stoeger
2018-10-06Core: remove preexisting field from struct dive_tableGravatar Berthold Stoeger
2018-10-06Import: pass a dive table to process_imported_dives()Gravatar Berthold Stoeger
2018-09-28Parser: parse text-based files into arbitrary tableGravatar Berthold Stoeger
2018-09-28Cleanup: remove redundant prototypes from dive.hGravatar Berthold Stoeger
2018-09-23Core: split process_dives() in post-import and post-load versionsGravatar Berthold Stoeger
2018-09-13Optional anonymization upon exportGravatar Robert C. Helling
2018-09-11Clean up merge issuesGravatar Dirk Hohndel
2018-09-11tests: add signal test to call tst_qPref*qmlGravatar jan Iversen
2018-09-11tests: add signal test to call testqPref*cppGravatar jan Iversen
2018-09-11core/settings: correct UserSurvey -> userSurvey in qPrefDisplayGravatar jan Iversen
2018-09-11core/settings: change bestmixend to int, to allow qml to workGravatar jan Iversen
2018-09-11core/settings ... : remove qPref* includes in qPref.hGravatar jan Iversen
2018-09-11tests: update qml test casesGravatar jan Iversen
2018-09-11core: declare cloud_status in qPrefCloudStorageGravatar jan Iversen
2018-09-11core/tests: change short to int in pref.hGravatar jan Iversen
2018-09-11tests: change testqml to allow direct register of C++ objectsGravatar jan Iversen