aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2020-05-03profile: remove outside callers of ProfileWidget2::replot()Gravatar Berthold Stoeger
2020-05-03cleanup: remove parameter to ProfleWidget2::replot()Gravatar Berthold Stoeger
2020-05-03desktop: ask user when quitting application while planningGravatar Berthold Stoeger
2020-05-03mobile: update version to 3.0.6Gravatar Dirk Hohndel
2020-05-02pull latest translations from Transifexv4.9.4Gravatar Dirk Hohndel
2020-05-02add random helper scriptsGravatar Dirk Hohndel
2020-05-02update README for 4.9.4Gravatar Dirk Hohndel
2020-05-02ReleaseNotes for 4.9.4Gravatar Dirk Hohndel
2020-05-02documentation: update list of supported dive computersGravatar Dirk Hohndel
2020-05-02Update translation source stringsGravatar Dirk Hohndel
2020-05-02cleanup: remove unused function append_dive()Gravatar Berthold Stoeger
2020-05-02desktop: fix editing of tripsGravatar Berthold Stoeger
2020-05-02cleanup: remove unnecessary include in command_divelist.cppGravatar Berthold Stoeger
2020-05-01profile: properly update lastgasmix when populating eventsGravatar Berthold Stoeger
2020-05-01cleanup: move declaration of utc_mk* functions to new subsurface-time.h headerGravatar Berthold Stoeger
2020-05-01cleanup: remove includes from desktop-widgets/locationinformation.hGravatar Berthold Stoeger
2020-05-01cleanup: only include QString in desktop-widgets/importgps.hGravatar Berthold Stoeger
2020-05-01cleanup: move dive_table from dive.h to divelist.hGravatar Berthold Stoeger
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