aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-12-14Cleanup: detangle unregister_dive() and delete_single_dive()Gravatar Berthold Stoeger
2018-12-14Core: don't remove dive from trip in add_dive_to_trip()Gravatar Berthold Stoeger
2018-12-14Cleanup: remove split_dive_*() functionsGravatar Berthold Stoeger
2018-12-14Cleanup: remove merge_two_dives() functionGravatar Berthold Stoeger
2018-12-14Cleanup: remove remove_autogen_trips() functionGravatar Berthold Stoeger
2018-12-14Cleanup: remove combine_trips() functionGravatar Berthold Stoeger
2018-12-14Dive list: remove trip from model only onceGravatar Berthold Stoeger
2018-12-13Dive media: add media to closest diveGravatar Berthold Stoeger
2018-12-12Android build: use our own gradle build specGravatar Jan Mulder
2018-12-11Travis: fix the windows-container buildGravatar Dirk Hohndel
2018-12-11Cleanup: don't leak filename on picture creationGravatar Berthold Stoeger
2018-12-11Invalidate git cache when removing dive from tripGravatar Robert C. Helling
2018-12-06Dive list: fix off-by-two bug in DiveTripModelGravatar Berthold Stoeger
2018-12-06Android build: explicitly install using sdkmanagerGravatar Jan Mulder
2018-12-06Android build: buildtools version is automatically detectedGravatar Jan Mulder
2018-11-24Cleanup: remove EMPTY_DIVE_STRINGGravatar Berthold Stoeger
2018-11-23Cleanup: remove redundant 'extern "C"' in dive.hGravatar Berthold Stoeger
2018-11-23Filter: use hidden_by_filter also on mobileGravatar Berthold Stoeger
2018-11-23Core: move is-single-day-trip and count-shown functions into coreGravatar Berthold Stoeger
2018-11-23Mobile: don't format trip heading for all divesGravatar Berthold Stoeger
2018-11-23Cleanup: remove DiveObjectHelper::trip() functionGravatar Berthold Stoeger
2018-11-23Cleanup: make "struct dive *" and "struct dive_trip *" Qt metatypesGravatar Berthold Stoeger
2018-11-22Improve OTU calculationsGravatar willemferguson
2018-11-21Git parser: don't produce user-visible error on git parsingGravatar Berthold Stoeger
2018-11-21Core: fix crash concerning removal of dives from tripsGravatar Berthold Stoeger
2018-11-21Desktop: don't refresh display on autogroupGravatar Berthold Stoeger
2018-11-20Core: replace tripflag by notrip booleanGravatar Berthold Stoeger
2018-11-20Core: remove ASSIGNED_TRIP trip flagGravatar Berthold Stoeger
2018-11-20Core: remove two unused macrosGravatar Berthold Stoeger
2018-11-19Uemis downloader: free ans_path on errorGravatar Berthold Stoeger
2018-11-19Warnings: replace memcpy by assignmentGravatar Berthold Stoeger
2018-11-19Warnings: silence new gcc warnings in uemis-downloader.cGravatar Berthold Stoeger
2018-11-18Parser: add dive to trip at end of dive-parsingGravatar Berthold Stoeger
2018-11-18Dive list: update position of trip if data changedGravatar Berthold Stoeger
2018-11-18Core: remove "when" field of struct dive_tripGravatar Berthold Stoeger
2018-11-18Coding style: fix indentation in addDivesToTrip()Gravatar Berthold Stoeger
2018-11-18Dive list: move sort-functionality into coreGravatar Berthold Stoeger
2018-11-18Dive list: keep dives-in-trip list ordered after shift-timesGravatar Berthold Stoeger
2018-11-18Dive list: implement trip_less_than functionGravatar Berthold Stoeger
2018-11-18Dive list: replace dive-list of trips by a tableGravatar Berthold Stoeger
2018-11-18Core: add add_dive_to_table() functionGravatar Berthold Stoeger
2018-11-18Core: unify insert_trip() and insert_trip_dont_merge()Gravatar Berthold Stoeger
2018-11-18Fix Cressi interface ftdi opening bugGravatar Daniel Krupp
2018-11-18Mobile: visual indication for copy and paste operationsGravatar Miika Turkia
2018-11-18Mobile manual: section about copy-pasteGravatar Miika Turkia
2018-11-18Add symlink for Documentation/mobile-imagesGravatar Miika Turkia
2018-11-18Changleog entry for mobile copy-pasteGravatar Miika Turkia
2018-11-18Mark cache invalid to get data savedGravatar Miika Turkia
2018-11-18delete-copy-paste buttons layed out properlyGravatar Miika Turkia
2018-11-18Verify that copy is doneGravatar Miika Turkia