summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-05-01cleanup: move FRACTION macro from dive.h to units.hGravatar Berthold Stoeger
2020-05-01cleanup: move DECOTIMESTEP from dive.h to planner.hGravatar Berthold Stoeger
2020-05-01cleanup: make enumerate_devices of external linkageGravatar Berthold Stoeger
2020-05-01cleanup: make analyze_plot_info local to profile.cGravatar Berthold Stoeger
2020-05-01cleanup: const-ify a few functions in planner.cGravatar Berthold Stoeger
2020-05-01profile: for maxtime calculation include the sample after the last eventGravatar Berthold Stoeger
2020-05-01profile: return air for one-past last cylinderGravatar Berthold Stoeger
2020-05-01core: create fake cylinder at end of cylinder table (hack!)Gravatar Berthold Stoeger
2020-05-01core: always keep an empty cylinder at the end of the cylinder arrayGravatar Berthold Stoeger
2020-04-30cleanup: replace Q_ASSERT by qWarningGravatar Berthold Stoeger
2020-04-30cleanup: remove DivePlotDataModel::diveIdGravatar Berthold Stoeger
2020-04-30desktop: don't replot profile when populating dive information tabGravatar Berthold Stoeger
2020-04-30Github Actions: don't bundle mac appGravatar Dirk Hohndel
2020-04-27README.md: fix typo in system requirementsGravatar Lubomir I. Ivanov
2020-04-27profile: set empty state when there is no current dive to showGravatar Berthold Stoeger
2020-04-27cleanup: remove unused function get_divepoint_gas_string()Gravatar Berthold Stoeger
2020-04-27build-system/Android: add missing install-qt.shGravatar Dirk Hohndel
2020-04-27GitHub Actions: we can't have an action with no on: clauseGravatar Dirk Hohndel
2020-04-27Revert "map: remove selectedDivesChanged"Gravatar Jan Mulder
2020-04-26move GitHub url to the Subsurface orgGravatar Dirk Hohndel
2020-04-26selection: replace selectedTrips() by singleSelectedTrip() functionGravatar Berthold Stoeger
2020-04-26desktop: select dives at onceGravatar Berthold Stoeger
2020-04-26dive list: don't access selected dives via indicesGravatar Berthold Stoeger
2020-04-26cleanup: remove Command::inCommand()Gravatar Berthold Stoeger
2020-04-26cleanup: make DiveListView slots privateGravatar Berthold Stoeger
2020-04-26selection: move test for programmatical selection changes to widgetGravatar Berthold Stoeger
2020-04-25cleanup: make various functions in DiveListView privateGravatar Berthold Stoeger
2020-04-25cleanup: remove DiveListView::selectDives()Gravatar Berthold Stoeger
2020-04-25map: call set_selection() core function to select divesGravatar Berthold Stoeger
2020-04-25GitHub Actions: disable Android container builds on GitHubGravatar Dirk Hohndel
2020-04-25GitHub Actions: use the Qt 5.13.2 based Android build containerGravatar Dirk Hohndel
2020-04-25build-system/android: remove libusb at QTestGravatar Dirk Hohndel
2020-04-25build-system/Android: use PREFIX outside of NDKGravatar Dirk Hohndel
2020-04-25build-system/Android: use install-qt.sh to install QtGravatar Dirk Hohndel
2020-04-25build-system/Android: create standalone toolchain in wrapper scriptGravatar Dirk Hohndel
2020-04-25build-system/Android: update some dependency versionsGravatar Dirk Hohndel
2020-04-25build-system/Android: remove no longer supported Qt versionsGravatar Dirk Hohndel
2020-04-25build-system/Android: don't bundle the user manualGravatar Dirk Hohndel
2020-04-25maps: disable link to Google maps on iOS and AndroidGravatar Dirk Hohndel
2020-04-25map: remove selectedDivesChangedGravatar Berthold Stoeger
2020-04-25desktop: remove selectionChangeDone() from DiveListView::selectDive()Gravatar Berthold Stoeger
2020-04-25desktop: fold DiveListView::selectDive into DiveListView::selectDiveGravatar Berthold Stoeger
2020-04-25desktop: remove scrollto default parameter of DiveListView::selectDive()Gravatar Berthold Stoeger
2020-04-25desktop: remove selection-code to select a new current_diveGravatar Berthold Stoeger
2020-04-25desktop: don't select current dive after collapsing tripsGravatar Berthold Stoeger
2020-04-25desktop: make DiveListView::selectDive() privateGravatar Berthold Stoeger
2020-04-24cleanup: move clearing of event names to clear_dive_file_data()Gravatar Berthold Stoeger
2020-04-24cleanup: move clearing of device nodes to clear_dive_file_data()Gravatar Berthold Stoeger
2020-04-24cleanup: whitespace fixGravatar Berthold Stoeger
2020-04-24cleanup: move get_dc_nickname from qthelper.cpp to divecomputer.cppGravatar Berthold Stoeger