Age | Commit message (Expand) | Author |
2020-05-02 | cleanup: remove unnecessary include in command_divelist.cpp | Berthold Stoeger |
2020-05-01 | profile: properly update lastgasmix when populating events | Berthold Stoeger |
2020-05-01 | cleanup: move declaration of utc_mk* functions to new subsurface-time.h header | Berthold Stoeger |
2020-05-01 | cleanup: remove includes from desktop-widgets/locationinformation.h | Berthold Stoeger |
2020-05-01 | cleanup: only include QString in desktop-widgets/importgps.h | Berthold Stoeger |
2020-05-01 | cleanup: move dive_table from dive.h to divelist.h | Berthold Stoeger |
2020-05-01 | cleanup: move FRACTION macro from dive.h to units.h | Berthold Stoeger |
2020-05-01 | cleanup: move DECOTIMESTEP from dive.h to planner.h | Berthold Stoeger |
2020-05-01 | cleanup: make enumerate_devices of external linkage | Berthold Stoeger |
2020-05-01 | cleanup: make analyze_plot_info local to profile.c | Berthold Stoeger |
2020-05-01 | cleanup: const-ify a few functions in planner.c | Berthold Stoeger |
2020-05-01 | profile: for maxtime calculation include the sample after the last event | Berthold Stoeger |
2020-05-01 | profile: return air for one-past last cylinder | Berthold Stoeger |
2020-05-01 | core: create fake cylinder at end of cylinder table (hack!) | Berthold Stoeger |
2020-05-01 | core: always keep an empty cylinder at the end of the cylinder array | Berthold Stoeger |
2020-04-30 | cleanup: replace Q_ASSERT by qWarning | Berthold Stoeger |
2020-04-30 | cleanup: remove DivePlotDataModel::diveId | Berthold Stoeger |
2020-04-30 | desktop: don't replot profile when populating dive information tab | Berthold Stoeger |
2020-04-30 | Github Actions: don't bundle mac app | Dirk Hohndel |
2020-04-27 | README.md: fix typo in system requirements | Lubomir I. Ivanov |
2020-04-27 | profile: set empty state when there is no current dive to show | Berthold Stoeger |
2020-04-27 | cleanup: remove unused function get_divepoint_gas_string() | Berthold Stoeger |
2020-04-27 | build-system/Android: add missing install-qt.sh | Dirk Hohndel |
2020-04-27 | GitHub Actions: we can't have an action with no on: clause | Dirk Hohndel |
2020-04-27 | Revert "map: remove selectedDivesChanged" | Jan Mulder |
2020-04-26 | move GitHub url to the Subsurface org | Dirk Hohndel |
2020-04-26 | selection: replace selectedTrips() by singleSelectedTrip() function | Berthold Stoeger |
2020-04-26 | desktop: select dives at once | Berthold Stoeger |
2020-04-26 | dive list: don't access selected dives via indices | Berthold Stoeger |
2020-04-26 | cleanup: remove Command::inCommand() | Berthold Stoeger |
2020-04-26 | cleanup: make DiveListView slots private | Berthold Stoeger |
2020-04-26 | selection: move test for programmatical selection changes to widget | Berthold Stoeger |
2020-04-25 | cleanup: make various functions in DiveListView private | Berthold Stoeger |
2020-04-25 | cleanup: remove DiveListView::selectDives() | Berthold Stoeger |
2020-04-25 | map: call set_selection() core function to select dives | Berthold Stoeger |
2020-04-25 | GitHub Actions: disable Android container builds on GitHub | Dirk Hohndel |
2020-04-25 | GitHub Actions: use the Qt 5.13.2 based Android build container | Dirk Hohndel |
2020-04-25 | build-system/android: remove libusb at QTest | Dirk Hohndel |
2020-04-25 | build-system/Android: use PREFIX outside of NDK | Dirk Hohndel |
2020-04-25 | build-system/Android: use install-qt.sh to install Qt | Dirk Hohndel |
2020-04-25 | build-system/Android: create standalone toolchain in wrapper script | Dirk Hohndel |
2020-04-25 | build-system/Android: update some dependency versions | Dirk Hohndel |
2020-04-25 | build-system/Android: remove no longer supported Qt versions | Dirk Hohndel |
2020-04-25 | build-system/Android: don't bundle the user manual | Dirk Hohndel |
2020-04-25 | maps: disable link to Google maps on iOS and Android | Dirk Hohndel |
2020-04-25 | map: remove selectedDivesChanged | Berthold Stoeger |
2020-04-25 | desktop: remove selectionChangeDone() from DiveListView::selectDive() | Berthold Stoeger |
2020-04-25 | desktop: fold DiveListView::selectDive into DiveListView::selectDive | Berthold Stoeger |
2020-04-25 | desktop: remove scrollto default parameter of DiveListView::selectDive() | Berthold Stoeger |
2020-04-25 | desktop: remove selection-code to select a new current_dive | Berthold Stoeger |