aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-04-04cmake: add ostctools.cGravatar Dirk Hohndel
2015-04-04libdivecomputer.c: Remove unused parameter in parse_gasmixesGravatar Salvador Cuñat
2015-04-04OSTCTools-Add support to import .dive filesGravatar Salvador Cuñat
2015-04-04Move extern declaration to header fileGravatar Salvador Cuñat
2015-04-04libdivecomputer.c: Add support for raw data buffer parse using libdcGravatar Salvador Cuñat
2015-04-04libdivecomputer.c: Split dive_cb() callback in twoGravatar Salvador Cuñat
2015-04-04Add errmsg() function for libdivecomputer.cGravatar Salvador Cuñat
2015-04-04Add dc_descriptor_t structureGravatar Salvador Cuñat
2015-04-04Spelling correctedGravatar Robert C. Helling
2015-04-04Take gas consumption into account for recreational modeGravatar Robert C. Helling
2015-04-03cmake: make Windows binary a GUI appGravatar Dirk Hohndel
2015-04-03cmake: correctly link against CoreServicesGravatar Dirk Hohndel
2015-04-03cmake: build working Windows installer including all the DLLsGravatar Dirk Hohndel
2015-04-02Only do safety stop of dive has at least max depth of 10mGravatar Robert C. Helling
2015-04-02Checkbox and preference for safety stopGravatar Robert C. Helling
2015-04-02Add 3min safety stopGravatar Joakim Bygdell
2015-04-02Introduce recreational planner modeGravatar Robert C. Helling
2015-04-01cmake: add installer target for creating Windows installerGravatar Dirk Hohndel
2015-04-01cmake: setup .nsi file when cross building for WindowsGravatar Dirk Hohndel
2015-03-31cmake: first stab at installing cross built Windows files into stagingGravatar Dirk Hohndel
2015-03-31cmake: remove debug output that snuck into an earlier commitGravatar Dirk Hohndel
2015-03-31cmake: add Qt translation filesGravatar Dirk Hohndel
2015-03-30cmake: create translations and correctly install themGravatar Dirk Hohndel
2015-03-30cmake: fix Documentation build and installGravatar Dirk Hohndel
2015-03-30Make the image hashing non-blocking againGravatar Robert C. Helling
2015-03-30Protect writing to image hashes with a mutexGravatar Robert C. Helling
2015-03-30Fix a bug in detecting CSV file contentGravatar Miika Turkia
2015-03-30maintab.cpp: fix editing dive profiles from tripsGravatar Lubomir I. Ivanov
2015-03-30Manual added dives edit button is missingGravatar Gehad elrobey
2015-03-30cmake: implement "make install" for LinuxGravatar Dirk Hohndel
2015-03-26cmake: make CMakeLists.txt more readableGravatar Dirk Hohndel
2015-03-26cmake: add CoreServices framework for MacGravatar Dirk Hohndel
2015-03-26cmake: add support to compile for Windows and MacGravatar Dirk Hohndel
2015-03-26cmake: use DEFINED instead of comparing to ""Gravatar Dirk Hohndel
2015-03-25cmake: setup marble link directory correctlyGravatar Dirk Hohndel
2015-03-25cmake: handle libzip like the other librariesGravatar Dirk Hohndel
2015-03-25cmake cleanupGravatar Dirk Hohndel
2015-03-25Save more planner settings into prefsGravatar Gaetan Bisson
2015-03-25HTML: don't collapse the dive if hyperlink is clickedGravatar Gehad elrobey
2015-03-25MultiFilterInterface - initilize member + remove extra ;Gravatar Marcos CARDINOT
2015-03-25DivePlannerPointsModel::recalc - initilizes memberGravatar Marcos CARDINOT
2015-03-25DivelogsDeWebServices::multipart - initializes memberGravatar Marcos CARDINOT
2015-03-24Fix a memory leak in parser-xmlGravatar Claudiu Olteanu
2015-03-24Clean req.txt file pathGravatar Claudiu Olteanu
2015-03-24Fix memory leaks on Cochran fileGravatar Claudiu Olteanu
2015-03-24Remove some white spacesGravatar Claudiu Olteanu
2015-03-24Resolve some memory leak on datatrak sourceGravatar Claudiu Olteanu
2015-03-23Improve error managementGravatar Salvador Cuñat
2015-03-23CodingStyle: add an extra line for the braces explainationGravatar Lubomir I. Ivanov
2015-03-23Update CodingStyleGravatar Dirk Hohndel