summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-05-06media: put photo-view in row-selection modeGravatar Berthold Stoeger
2020-05-06media: store dive instead of dive-id in DivePictureModelGravatar Berthold Stoeger
2020-05-06media: don't send dive-id in drag&drop eventGravatar Berthold Stoeger
2020-05-06undo: implement undo of setting a picture time by drag&dropGravatar Berthold Stoeger
2020-05-06media: create sort_picture_table function via macroGravatar Berthold Stoeger
2020-05-06core: add get_picture_idx() functionGravatar Berthold Stoeger
2020-05-06cleanup: don't call updateDivePictures in MainWindowGravatar Berthold Stoeger
2020-05-06media: use table instead of linked list for mediaGravatar Berthold Stoeger
2020-05-06core: make picture.h compatible with C++Gravatar Berthold Stoeger
2020-05-06cleanup: move copy_cylinders from dive.c to equipment.cGravatar Berthold Stoeger
2020-05-06cleanup: make remove_from_*_table equipment functions staticGravatar Berthold Stoeger
2020-05-06pictures: turn QString into std::string for filenamesGravatar Berthold Stoeger
2020-05-06desktop: avoid spurious undo commands for date/time editingGravatar Berthold Stoeger
2020-05-06desktop: update statistics tab when cylinders changedGravatar Berthold Stoeger
2020-05-06desktop: update information tab when cylinders changeGravatar Berthold Stoeger
2020-05-06models: emit dive changed signal when cylinders editedGravatar Berthold Stoeger
2020-05-06undo: update cylinder related info when editing cylinder dataGravatar Berthold Stoeger
2020-05-05documentation: remove two remaining references to the surveyGravatar Dirk Hohndel
2020-05-05documentation: revert switch to asciidoctorGravatar Dirk Hohndel
2020-05-05documentation: fix makefileGravatar Dirk Hohndel
2020-05-05documentation/mobile-manual: create a merged v3 manualGravatar Willem Ferguson
2020-05-06cleanup: move the inertgas enum from qthelper.hpp to deco.cGravatar Berthold Stoeger
2020-05-06planner: remove Bühlmann factor cacheGravatar Berthold Stoeger
2020-05-05cleanup: capitalize use dcGravatar Monty Taylor
2020-05-05Changelog for variations checkboxGravatar Robert C. Helling
2020-05-05Explanatory comment in testprofile.cppGravatar Robert C. Helling
2020-05-05cleanup: Change Salty to BrackishGravatar Monty Taylor
2020-05-05Grantlee: Add salinity and water type to grantlee variablesGravatar Monty Taylor
2020-05-04Add test for profile dataGravatar Robert C. Helling
2020-05-04Mobile user manual updateGravatar willemferguson
2020-05-04update README to reflect discontinued ci-release on GitHubGravatar Dirk Hohndel
2020-05-04GitHub Actions: stop creating CI releasesGravatar Dirk Hohndel
2020-05-04Add conneciton for display variations checkboxGravatar Robert C. Helling
2020-05-04Update changelogGravatar Miika Turkia
2020-05-04CSV import/export test: Add support for dive modeGravatar Miika Turkia
2020-05-04CSV export: include dive mode fieldGravatar Miika Turkia
2020-05-04CSV export: Add dive modeGravatar Miika Turkia
2020-05-04planner: on printing, restore textual plan using a saved stringGravatar Berthold Stoeger
2020-05-04planner: remove conditional command-calls for mobileGravatar Berthold Stoeger
2020-05-04desktop: remove unused if-branch in MainWindow::editCurrentDive()Gravatar Berthold Stoeger
2020-05-04Planner: fold MainWindow::setupForAddAndPlan into createSimpleDive()Gravatar Berthold Stoeger
2020-05-04planner: send plan in calculatedPlanNotesGravatar Berthold Stoeger
2020-05-04planner: update variations in planner not mainwindowGravatar Berthold Stoeger
2020-05-03selection: create global single_selected_trip() functionGravatar Berthold Stoeger
2020-05-03selection: inform core of trip selection in DiveListViewGravatar Berthold Stoeger
2020-05-03selection: introduce clear_selection() functionGravatar Berthold Stoeger
2020-05-03selection: add selection flag for tripsGravatar Berthold Stoeger
2020-05-03cleanup: don't explicitly clear tabs in MainWindow::selectionChanged()Gravatar Berthold Stoeger
2020-05-03profile: don't interpret NULL as current_dive in plotDive()Gravatar Berthold Stoeger
2020-05-03profile: use member-to-function style connect() statementsGravatar Berthold Stoeger