aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-10-04Don't use the same variable name for loop and temp storageGravatar Dirk Hohndel
2015-10-03Clean up Divesoft Freedome time parsingGravatar Linus Torvalds
2015-10-03Avoid ignoring file read errorsGravatar Dirk Hohndel
2015-10-03Make logical block match indentationGravatar Dirk Hohndel
2015-10-03Avoid resource leak by bailing earlyGravatar Dirk Hohndel
2015-10-03Don't keep all the split dives invisibly selectedGravatar Dirk Hohndel
2015-10-03Use copy_string() to avoid potential crashGravatar Dirk Hohndel
2015-10-03Don't delete the trip when splitting the only dive in a tripGravatar Dirk Hohndel
2015-10-03Fix 32-bit overflow in Divesoft Freedom time handlingGravatar Linus Torvalds
2015-10-02Avoid negative array indexGravatar Dirk Hohndel
2015-10-02Remove pointless assignmentGravatar Dirk Hohndel
2015-10-02Avoid working with invalid dive indicesGravatar Dirk Hohndel
2015-10-02Remove unused memberGravatar Dirk Hohndel
2015-10-02Avoid possible sign extensionGravatar Dirk Hohndel
2015-10-02Avoid potential uninitialized accessGravatar Dirk Hohndel
2015-10-02Avoid potentially uninitialized memberGravatar Dirk Hohndel
2015-10-02Avoid potentially uninitialized memberGravatar Dirk Hohndel
2015-10-02Undo/redo of dive deletion needs to handle trips as wellGravatar Dirk Hohndel
2015-10-01Add support to "split" a dive with surface time in the middleGravatar Linus Torvalds
2015-10-01Make add_single_dive() grow the divelist allocation if necessaryGravatar Linus Torvalds
2015-10-01Avoid having uninitialized memberGravatar Dirk Hohndel
2015-10-01Avoid possible NULL pointer dereferenceGravatar Dirk Hohndel
2015-10-01Avoid possible NULL dereferenceGravatar Dirk Hohndel
2015-10-01Avoid NULL dereferenceGravatar Dirk Hohndel
2015-10-01Avoid resource leakGravatar Dirk Hohndel
2015-10-01Avoid memory leaksGravatar Dirk Hohndel
2015-10-01Avoid possible uninitialized memory readGravatar Dirk Hohndel
2015-10-01Avoid possible uninitialized memory readGravatar Dirk Hohndel
2015-10-01Avoid resource leakGravatar Dirk Hohndel
2015-10-01Make dive trip location edit work again.Gravatar Tomaz Canabrava
2015-10-01Hide trip location when launching SubsurfaceGravatar Tomaz Canabrava
2015-10-01Update the dive site location when editingGravatar Tomaz Canabrava
2015-10-01Add a new QLineEdit to set the dive trip locationGravatar Tomaz Canabrava
2015-10-01Fix selecting invalid dive siteGravatar Tomaz Canabrava
2015-10-01Another small string update for translationsGravatar Dirk Hohndel
2015-10-01printoptions.cpp: add missing tr() callsGravatar Lubomir I. Ivanov
2015-10-01Test case: fix Seabear test data to proper dive lengthGravatar Miika Turkia
2015-10-01CSV import: use the delta value instead of 1 secGravatar Miika Turkia
2015-10-01Don't zoom out the globe if the dive site has no GPSGravatar Dirk Hohndel
2015-10-01Latest stringsGravatar Dirk Hohndel
2015-09-30Fix multi-dive edit regarding Dive SitesGravatar Tomaz Canabrava
2015-09-30Better way to handle the tooltip for dive sitesGravatar Tomaz Canabrava
2015-09-30Make 'Choose dive site' work as 'Rename'Gravatar Tomaz Canabrava
2015-09-30Remove unused codeGravatar Tomaz Canabrava
2015-09-30Don't emit the filter end signal too soonGravatar Dirk Hohndel
2015-09-30Don't merge manually added divesGravatar Dirk Hohndel
2015-09-29Delete unused dive sites after editGravatar Dirk Hohndel
2015-09-29Correctly handle updating the name of dive sites from GPSGravatar Dirk Hohndel
2015-09-29Whitespace cleanupGravatar Dirk Hohndel
2015-09-29qtserialbluetooth: use QIODevice::Unbuffered ioGravatar Anton Lundin