summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2020-04-24filter: add a week to maximum default date timeGravatar Berthold Stoeger
2020-04-24filter: implement filtering for divemodeGravatar Berthold Stoeger
2020-04-21cleanup: replace constructs of the type &vector[0] by vector.data()Gravatar Berthold Stoeger
2020-04-21desktop: don't access first data element if no cylindersGravatar Berthold Stoeger
2020-04-20core: return -1 from explicit_first_cylinder() if dive has no cylindersGravatar Berthold Stoeger
2020-04-20profile: avoid invalid accesses in setup_gas_sensor_pressureGravatar Berthold Stoeger
2020-04-20desktop: rearrange widgets on the dive site tabGravatar Berthold Stoeger
2020-04-19maps: show the dive site when opening Google mapGravatar Dirk Hohndel
2020-04-19desktop: remove user surveyGravatar Dirk Hohndel
2020-04-19documentation: update bundled HTML user manualGravatar Dirk Hohndel
2020-04-19build-system: cleanup Ubuntu/Debian scriptGravatar Dirk Hohndel
2020-04-19[smtk-import] Fix useless NULL check and white space issuesGravatar Salvador Cuñat
2020-04-19[smtk-import] add some sanity checksGravatar Salvador Cuñat
2020-04-19[smtk-import] Do not create cylinders structure before libdc parsingGravatar Salvador Cuñat
2020-04-19Change to user-manual (Dive export)Gravatar willemferguson
2020-04-19build-system: simplify and clean up OBS make-package scriptGravatar Dirk Hohndel
2020-04-19build-system: remove OBS support from Ubuntu/Debian scriptsGravatar Dirk Hohndel
2020-04-19build-system: create separate OBS make-packageGravatar Dirk Hohndel
2020-04-18cleanup: fix image reference in Android READMEGravatar Dirk Hohndel