aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-06-22Cloud storage: update File menu options once PIN is verifiedGravatar Dirk Hohndel
2015-06-22Prevent potential division by zeroGravatar Dirk Hohndel
2015-06-22Prevent null pointer dereferenceGravatar Dirk Hohndel
2015-06-22Better error handlingGravatar Dirk Hohndel
2015-06-22Address of array is always non-NULLGravatar Dirk Hohndel
2015-06-22Address uninitialized member warningsGravatar Dirk Hohndel
2015-06-22Cloud storage: correctly store pictures even if they weren't shown beforeGravatar Dirk Hohndel
2015-06-22Preferences: don't show error when resetting cloud email / passwordGravatar Dirk Hohndel
2015-06-21Initialize membersGravatar Dirk Hohndel
2015-06-21Uemis downloader: open returns -1 on errorGravatar Dirk Hohndel
2015-06-21Prevent unintended integer divisionGravatar Dirk Hohndel
2015-06-21Comparing the address of a member to 0 is pointlessGravatar Dirk Hohndel
2015-06-21Fix missing curly braces that change control flowGravatar Dirk Hohndel
2015-06-21OSTC tools: prevent unknown dc familyGravatar Dirk Hohndel
2015-06-21Prevent null dereferenceGravatar Dirk Hohndel
2015-06-21Prevent possible null pointer dereferenceGravatar Dirk Hohndel
2015-06-21Initialize variable to avoid false positive in coverityGravatar Dirk Hohndel
2015-06-21Cylinder model: fix an obscure case that would access cylinder -1Gravatar Dirk Hohndel
2015-06-21Prevent theoretical out of bounds accessGravatar Dirk Hohndel
2015-06-21Fix a number of resource leaksGravatar Dirk Hohndel
2015-06-21Fix missing return statementGravatar Dirk Hohndel
2015-06-21Fix incorrect buffer length calculationGravatar Dirk Hohndel
2015-06-21Some file dialogs insist on adding a default extensionGravatar Dirk Hohndel
2015-06-21Planner: change timestep to 2 secondsGravatar Rick Walsh
2015-06-21Restructure preferences dialog so it fits on smaller screens againGravatar Dirk Hohndel
2015-06-21HTML export: need to work harder to find the picturesGravatar Dirk Hohndel
2015-06-21Git storage: implement picture loading from gitGravatar Dirk Hohndel
2015-06-21Cmake support: the printer files are part of the UIGravatar Dirk Hohndel
2015-06-21Add helper function to return local filename of picture as C stringGravatar Dirk Hohndel
2015-06-21Git storage: store pictures in the repositoryGravatar Dirk Hohndel
2015-06-21Make helper function deal with files that don't existGravatar Dirk Hohndel
2015-06-21Move helper declarations into a better header fileGravatar Dirk Hohndel
2015-06-21Git storage: replaces colons with equal in picture offsetGravatar Dirk Hohndel
2015-06-21CMake support: turn building for mobile into an optionGravatar Dirk Hohndel
2015-06-21Cmake support: fix typoGravatar Dirk Hohndel
2015-06-20Planner - end deco stops at whole minutes of runtimeGravatar Rick Walsh
2015-06-20Rename dive class to avoid conflictGravatar Grace Karanja
2015-06-20Display more detailsGravatar Grace Karanja
2015-06-20Add more dive details to the DiveListModelGravatar Grace Karanja
2015-06-20Fix bug where dives are shown twiceGravatar Grace Karanja
2015-06-20Group dives by tripsGravatar Grace Karanja
2015-06-20Show dive details when a dive is clickedGravatar Grace Karanja
2015-06-20Add TextButton.qml fileGravatar Grace Karanja
2015-06-20Add dive notes to the divelistmodelGravatar Grace Karanja
2015-06-20Group dives by locationGravatar Grace Karanja
2015-06-20Better theme for dive list viewGravatar Grace Karanja
2015-06-20Add DiveListModelGravatar Grace Karanja
2015-06-20Only include Qt Quick when on mobileGravatar Grace Karanja
2015-06-20Link QMLManager to the main.qml fileGravatar Grace Karanja
2015-06-20Add QMLManager to the cmakeGravatar Grace Karanja