summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-03statistics: implement a statistics widget on desktopGravatar Berthold Stoeger
2021-01-03statistics: add a model that describes a list of chartsGravatar Berthold Stoeger
2021-01-03statistics: add SVG icons representing chart-typesGravatar Berthold Stoeger
2021-01-03statistics: silence two Coverity warningsGravatar Berthold Stoeger
2021-01-03cleanup: get the Ubuntu names rightGravatar Dirk Hohndel
2021-01-02mobile: replace locationProvider with calls to GpsLocation::instance()Gravatar Dirk Hohndel
2021-01-02mobile: turn GpsLocation into a regular singleton constructGravatar Dirk Hohndel
2021-01-02mobile: don't connect to applicationStateChanged signal earlyGravatar Dirk Hohndel
2021-01-02statistics: implement StatsViewGravatar Berthold Stoeger
2021-01-02statistics: implement a structure representing the chart stateGravatar Berthold Stoeger
2021-01-02statistics: implement scatter seriesGravatar Berthold Stoeger
2021-01-02statistics: implement pie seriesGravatar Berthold Stoeger
2021-01-02statistics: implement a box-and-whisker seriesGravatar Berthold Stoeger
2021-01-02statistics: implement a bar seriesGravatar Berthold Stoeger
2021-01-02statistics: implement a simple information boxGravatar Berthold Stoeger
2021-01-02statistics: add series interface classGravatar Berthold Stoeger
2021-01-02statistics: implement axesGravatar Berthold Stoeger
2021-01-02statistics: add a header file defining z-valuesGravatar Berthold Stoeger
2021-01-02cleanup: move pref related structs and functions to pref.cGravatar Berthold Stoeger
2021-01-02cleanup: move definition of get_units() to core/unit.cGravatar Berthold Stoeger
2021-01-02cleanup: remove support for PASCAL in get_pressure_units()Gravatar Berthold Stoeger
2021-01-02cleanup: don't save PASCAL pressure units to gitGravatar Berthold Stoeger
2021-01-01cleanup: remove "GpsLocation *locationProvider" from MainWindowGravatar Berthold Stoeger
2021-01-01mobile: update version to 3.1.3Gravatar Dirk Hohndel
2021-01-01cleanup: ensure DiveFilter is consistent when createdGravatar Dirk Hohndel
2021-01-01fix potential crash in GPS codeGravatar Dirk Hohndel
2021-01-01statistics: implement a legend boxGravatar Berthold Stoeger
2021-01-01statistics: add color-related functionsGravatar Dirk Hohndel
2021-01-01statistics: add statistic variablesGravatar Berthold Stoeger
2021-01-01core: add get_*_unit functions with explicit unit systemGravatar Berthold Stoeger
2021-01-01core: move formatting of day-of-week to string-format.cppGravatar Berthold Stoeger
2021-01-01core: add "transparent" parameter to renderSVGIconGravatar Berthold Stoeger
2021-01-01core: make gasmix_is_invalid globally accessibleGravatar Berthold Stoeger
2021-01-01core: add notion of gas-type to core/gas.cGravatar Berthold Stoeger
2021-01-01core: move renderSVGIcon() to qthelper.cppGravatar Berthold Stoeger
2021-01-01mobile/UI: consolidate to a single check boxGravatar Dirk Hohndel
2021-01-01mobile/UI: fix the logic to keep input visibleGravatar Dirk Hohndel
2021-01-01mobile/UI: trigger position check on focusGravatar Dirk Hohndel
2021-01-01mobile/UI: don't show warning if text field is not in flickableGravatar Dirk Hohndel
2021-01-01mobile/UI: ensure active input field stays visibleGravatar Dirk Hohndel
2021-01-01mobile/UI: avoid pointless warningsGravatar Dirk Hohndel
2021-01-01mobile/UI: ensure that edited text is currentGravatar Dirk Hohndel
2021-01-01mobile UI: avoid circular dependencyGravatar Dirk Hohndel
2021-01-01mobile/UI: use our small label templateGravatar Dirk Hohndel
2021-01-01mobile/UI: provide more structured debug output for dive editGravatar Dirk Hohndel
2021-01-01mobile/UI: don't try to set the combobox indexGravatar Dirk Hohndel
2021-01-01mobile/UI: don't show virtual keyboard when starting dive editGravatar Dirk Hohndel
2021-01-01mobile/UI: add template for editable combo boxGravatar Dirk Hohndel
2021-01-01build-system: fix macOS QtCharts QML resourcesGravatar Dirk Hohndel
2020-12-30build-system: fix Coverity scriptGravatar Dirk Hohndel