aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-05-08profile: rename GF_LINE color to DURATION_LINEGravatar Berthold Stoeger
2021-05-08profile: remove DiveAmbPressureItemGravatar Berthold Stoeger
2021-05-08profile: remove DiveGFLineItemGravatar Berthold Stoeger
2021-05-07build-system: build for Ubuntu 21.04 / hirsute as wellGravatar Dirk Hohndel
2021-05-07Planner: Update notes when not computing variationsGravatar Robert C. Helling
2021-05-07The planner should not always ascent from the depth ofGravatar Robert C. Helling
2021-05-06cleanup: free print dialog in plannerGravatar Berthold Stoeger
2021-05-06build-system: fix AppImage build failureGravatar Dirk Hohndel
2021-05-06export: show progress dialog for profile exportsGravatar Berthold Stoeger
2021-05-06export: show progress dialog for TeX exportsGravatar Berthold Stoeger
2021-05-06export: remove redundant QString::isNull() checksGravatar Berthold Stoeger
2021-04-26profile: move checking for DiveTextItem into its own functionGravatar Berthold Stoeger
2021-04-26profile: simplify checking for DiveTextItemGravatar Berthold Stoeger
2021-04-26cleanup: remove unnecessary includes from profilewidget2.cppGravatar Berthold Stoeger
2021-04-25cleanup: make a few ToolTipItem member functions privateGravatar Berthold Stoeger
2021-04-25profile: ignore animation-speed setting when printingGravatar Berthold Stoeger
2021-04-23Update to latest libdivecomputerGravatar Dirk Hohndel
2021-04-21cleanup: remove MainWindow::turnOffNdlTts()Gravatar Berthold Stoeger
2021-04-21xml parsing: add XML_PARSE_HUGE flag to xmlReadMemory()Gravatar Linus Torvalds
2021-04-19cleanup: don't hardcode array lengthGravatar Dirk Hohndel
2021-04-19cloudstorage: update remote if cloud server changesGravatar Dirk Hohndel
2021-04-19cloudstorage: try alternative server if first connection failsGravatar Dirk Hohndel
2021-04-19cloudstorage: adapt testsGravatar Dirk Hohndel
2021-04-19cloudstorage: create consistent local directory namesGravatar Dirk Hohndel
2021-04-19cloudstorage: try to pick between multiple cloud serversGravatar Dirk Hohndel
2021-04-19cloudstorage: add API to just update on-disk settingGravatar Dirk Hohndel
2021-04-19cloudstorage: some cleanup of cloud url handlingGravatar Dirk Hohndel
2021-04-19cloudstorage: remove ancient SSL hackGravatar Dirk Hohndel
2021-04-10profile: remove enableToolbar() signalGravatar Berthold Stoeger
2021-04-10profile: remove force parameter from ProfileWidget2::plotDive()Gravatar Berthold Stoeger
2021-04-10profile: remove [disable|enable]Shortcuts() signalsGravatar Berthold Stoeger
2021-04-02planner: split DivePlannerPointsModel::remove() in twoGravatar Berthold Stoeger
2021-04-02planner: avoid starting unneeded variation threadGravatar Berthold Stoeger
2021-04-02planner: remove DivePlannerPointsModel::recalc flagGravatar Berthold Stoeger
2021-04-02planner: call removeDeco() explicitlyGravatar Berthold Stoeger
2021-04-02planner: don't clear recalc in DivePlannerPointsModel::clear()Gravatar Berthold Stoeger
2021-04-02planner: split DivePlannerPointsModel::removePoints() in twoGravatar Berthold Stoeger
2021-04-02planner: don't export recalc flag of DivePlannerPointsModelGravatar Berthold Stoeger
2021-04-02profile/planner: don't update dive in ProfileWidget2::plotDive()Gravatar Berthold Stoeger
2021-04-02planner: split addStop() into external and internal versionsGravatar Berthold Stoeger
2021-04-02profile: populate dive handlers when switching to edit/plan modeGravatar Berthold Stoeger
2021-04-02cleanup: make DivePlannerPointsModel::removeDeco() privateGravatar Berthold Stoeger
2021-04-02cleanup: remove unused function DivePlannerPointsModel::size()Gravatar Berthold Stoeger
2021-04-02cleanup: remove unused member DivePlannerPointsModel::addingDecoGravatar Berthold Stoeger
2021-04-02planner: split createTemporaryPlan() function.Gravatar Berthold Stoeger
2021-04-02cleanup: unify whitespace in switch statementGravatar Berthold Stoeger
2021-04-02planner: remove DivePlannerPointsModel::setRecalc()Gravatar Berthold Stoeger
2021-04-02profile: remove redundant replot() calls in key eventsGravatar Berthold Stoeger
2021-04-02profile: make ItemPos initialization constantGravatar Berthold Stoeger
2021-04-02desktop: query DivePlannerPointsModel for planner stateGravatar Berthold Stoeger