summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-04-12Parser: parse into custom dive site tableGravatar Berthold Stoeger
2019-04-12Build: add DiveListNotifier.cpp to qmake project fileGravatar Berthold Stoeger
2019-04-12Dive site: add dive site table parameter to dive site functionsGravatar Berthold Stoeger
2019-04-12optimize selectedDivesGasUsed()Gravatar Rolf Eike Beer
2019-04-12CMake: move enable_testing() to the top levelGravatar Rolf Eike Beer
2019-04-12use qDeleteAll()Gravatar Rolf Eike Beer
2019-04-12replace deprecated qSort() with std::sort()Gravatar Rolf Eike Beer
2019-04-12tell QObject to give the desired children right awayGravatar Rolf Eike Beer
2019-04-12use the default constructor for empty QString and QByteArray constantsGravatar Rolf Eike Beer
2019-04-12use QStringLiteral for constantsGravatar Rolf Eike Beer
2019-04-12get rid of some foreach and Q_FOREACH constructsGravatar Rolf Eike Beer
2019-04-12tests: use new style syntax to connect QSignalSpyGravatar Rolf Eike Beer
2019-04-12build-system: macOS: more hacking around pathsGravatar Dirk Hohndel
2019-04-11Cleanup: provide our own qOverload<> implementation.Gravatar Berthold Stoeger
2019-04-08Update libdivecomputerGravatar Dirk Hohndel
2019-04-07Merge extra_data list when merging two dives of the same dive computerGravatar Linus Torvalds
2019-04-04CHANGELOG.md updateGravatar Berthold Stoeger
2019-04-04Undo: implement split-out of dive computerGravatar Berthold Stoeger
2019-04-04Export profile dataGravatar Robert C. Helling
2019-04-04Cleanup: don't instantiate a QPref objectGravatar Berthold Stoeger
2019-04-04Cleanup: make qPref::registerQML() staticGravatar Berthold Stoeger
2019-04-04Cleanup: remove qPref::canonical_version() and qPref::mobile_version()Gravatar Berthold Stoeger
2019-04-02Update changelogGravatar Miika Turkia
2019-04-02Initial support for Mares importGravatar Miika Turkia
2019-04-02Cleanup: remove all Q_NULLPTR instancesGravatar Berthold Stoeger
2019-03-29Make sure surface air is not considered a deco gasGravatar Robert C. Helling
2019-03-29Mention Surface Segment in ChangelogGravatar Robert C. Helling
2019-03-29Add UI element for final surface segment in plannerGravatar Robert C. Helling
2019-03-29Show a bit of surface degassing in the plannerGravatar Robert C. Helling
2019-03-27CMake: add headers to targetsGravatar Rolf Eike Beer
2019-03-27CMake: use function instead of macroGravatar Rolf Eike Beer
2019-03-27ConfigureDiveComputer::saveXMLBackup(): factor out writing gas detailsGravatar Rolf Eike Beer
2019-03-27print a reason when dup() failsGravatar Rolf Eike Beer
2019-03-27avoid duplicate and inconsistent applying of QDir::separator()Gravatar Rolf Eike Beer
2019-03-27slightly optimize ConnectionListModelGravatar Rolf Eike Beer
2019-03-27drop support for Qt 5.4 and beforeGravatar Rolf Eike Beer
2019-03-27Cleanup: unconstify string argument to add_to_string()Gravatar Berthold Stoeger
2019-03-27Cleanup: provide printGPSCoords in C and C++ versionsGravatar Berthold Stoeger
2019-03-24Cleanup: fix printGPSCoords signature and leaksGravatar Berthold Stoeger
2019-03-22Ubuntu 18.10 LGTM buildGravatar Jonas Jensen
2019-03-21CMake: use builtin method to not use BZip2Gravatar Rolf Eike Beer
2019-03-21CMake: clean up hints for finding librariesGravatar Rolf Eike Beer
2019-03-21CMake: simplify code in HandleFindGit2Gravatar Rolf Eike Beer
2019-03-20Profile: ensure the correct settingsChanged() function is calledGravatar Dirk Hohndel
2019-03-20Core: simplify ConnectionListModelGravatar Dirk Hohndel
2019-03-20Remove partial support for QWebEngineGravatar Dirk Hohndel
2019-03-19Cleanup: make argument to YearStatisticsItem constructor a referenceGravatar Berthold Stoeger
2019-03-19Cleanup: pass const-reference to RulerItem2::setPlotInfo()Gravatar Berthold Stoeger
2019-03-19CMake: call cmake_minimim_required() before project()Gravatar Rolf Eike Beer
2019-03-19CMake: let CMake set the needed flags for C and C++ standardsGravatar Rolf Eike Beer