Commit graph

  • b167e130a4 qt-quick: initialize prev and next when adding chart items Berthold Stoeger 2024-01-12 11:19:52 +01:00
  • 88bcf045e3 profile: remove DiveRectItem Berthold Stoeger 2024-01-10 21:22:17 +01:00
  • eb081f4564 profile: remove DivePixmapItem Berthold Stoeger 2023-08-12 23:07:12 +02:00
  • ebf9ce6d86 profile: port picture code to qt-quick Berthold Stoeger 2023-08-12 22:59:56 +02:00
  • d0c26f42d7 profile: implement animation of the tooltip item Berthold Stoeger 2023-07-06 16:08:19 +02:00
  • 06b0a7eeae profile: show events in ToolTipItem Berthold Stoeger 2023-07-01 21:42:16 +02:00
  • c6eeeb7d28 profile: remove QList<> of DiveEventItems by std::vector Berthold Stoeger 2023-07-01 17:07:45 +02:00
  • 9a0b8678ca profile: remove old tooltipitem code Berthold Stoeger 2023-06-25 17:32:33 +02:00
  • 4c227aba42 profile: activate dragging of tooltipitem Berthold Stoeger 2023-06-25 17:31:58 +02:00
  • a527415ac9 profile: move dragging code from stats to general qt-code Berthold Stoeger 2023-06-25 08:56:21 +02:00
  • 13c9218ecf profile: first rudimentary port of the ToolTipItem to qt-quick Berthold Stoeger 2023-06-16 18:24:22 +02:00
  • 56760ec95f Added the support for the custom pairing of the i330R and Apex DSX devices. Gianluca Montecchi 2024-09-11 22:53:00 +02:00
  • eb60289b16 Added the support for the custom pairing of the i330R and Apex DSX devices. Gianluca Montecchi 2024-09-11 22:53:00 +02:00
  • e3767976a3 profile: Unify desktop and mobile widgets Berthold Stoeger 2023-05-20 20:58:38 +02:00
  • 413b236867 profile: move zooming/panning code to ProfileView Berthold Stoeger 2023-05-20 17:12:33 +02:00
  • 9ab7819fd1 profile: replot profile when settings changed Berthold Stoeger 2023-05-20 15:37:11 +02:00
  • 196a33ba4b profile: move axis animation code to ProfileView Berthold Stoeger 2023-05-20 15:22:02 +02:00
  • 15ea0440ad profile: read DPR from QML page Berthold Stoeger 2023-05-20 14:46:58 +02:00
  • 75886dd4d6 profile: render profile on desktop via QtQuick Berthold Stoeger 2023-05-20 14:27:20 +02:00
  • 7eecc85464 cleanup: fix include guards for stats/zvalues.h Berthold Stoeger 2023-04-20 20:50:43 +02:00
  • 2eebae13dd stats: break out common QtQuick part of the code Berthold Stoeger 2023-04-16 20:05:36 +02:00
  • 533cff96f3 stats: make number of z-levels dynamic Berthold Stoeger 2023-04-16 12:59:19 +02:00
  • 4c43764b36 stats: don't pass StatsTheme in ChartItem::render Berthold Stoeger 2023-04-16 12:19:56 +02:00
  • 7aefd704c2 tests: set locale in testprofile.cpp to "C" Berthold Stoeger 2024-03-09 20:32:59 +01:00
  • 845ac82b57 stats: remove theme-access from QtQuick root node Berthold Stoeger 2023-04-16 11:24:19 +02:00
  • 1a3bc9bf71 units: add comment concerning unit literals Berthold Stoeger 2024-09-10 21:28:07 +02:00
  • dd5def35f5 units: replace SURFACE_PRESSURE by 1_atm Berthold Stoeger 2024-09-09 13:55:37 +02:00
  • ae81b42fe2 core: introduce a few user-defined literals for unit types Berthold Stoeger 2024-09-03 17:04:48 +02:00
  • f09601bc93 core: remove to_feet() function Berthold Stoeger 2024-09-03 16:06:19 +02:00
  • 77b12bbccf core: add cast_int<> function Berthold Stoeger 2024-09-03 09:52:12 +02:00
  • 110e64bc66 general: simplify a few unit manipulations Berthold Stoeger 2024-09-02 20:42:05 +02:00
  • 729cc16fc5 core: add addition / subtraction to unit types Berthold Stoeger 2024-09-02 20:40:37 +02:00
  • 12ca172a9e core: add CRTP base class to unit types Berthold Stoeger 2024-09-01 21:48:31 +02:00
  • 212251762e units: add comment concerning unit literals Berthold Stoeger 2024-09-10 21:28:07 +02:00
  • eb0b47584c units: replace SURFACE_PRESSURE by 1_atm Berthold Stoeger 2024-09-09 13:55:37 +02:00
  • 9c21cc00f5 core: introduce a few user-defined literals for unit types Berthold Stoeger 2024-09-03 17:04:48 +02:00
  • 94692065f5 core: remove to_feet() function Berthold Stoeger 2024-09-03 16:06:19 +02:00
  • cc2cbc9e8e core: add cast_int<> function Berthold Stoeger 2024-09-03 09:52:12 +02:00
  • bab99bcc6a general: simplify a few unit manipulations Berthold Stoeger 2024-09-02 20:42:05 +02:00
  • 46c53cfb65 core: add addition / subtraction to unit types Berthold Stoeger 2024-09-02 20:40:37 +02:00
  • 3c9476df27 core: add CRTP base class to unit types Berthold Stoeger 2024-09-01 21:48:31 +02:00
  • 696ba61eef planner: move gaschange_before / gaschange_after into loop Berthold Stoeger 2024-09-10 21:41:05 +02:00
  • 6f91a73a05 planner: add move assignment constructor and operator to diveplan Berthold Stoeger 2024-09-10 21:37:00 +02:00
  • db531bbd05 tests: shut up coverity warnings Berthold Stoeger 2024-09-10 21:32:09 +02:00
  • a721129384 planner: move gaschange_before / gaschange_after into loop Berthold Stoeger 2024-09-10 21:41:05 +02:00
  • a72248ab93 planner: add move assignment constructor and operator to diveplan Berthold Stoeger 2024-09-10 21:37:00 +02:00
  • 6ab27c434f tests: shut up coverity warnings Berthold Stoeger 2024-09-10 21:32:09 +02:00
  • 7a2205f84a build-system: add libraw to Ubuntu build Dirk Hohndel 2024-09-10 10:37:52 -07:00
  • dca89d6605 build-system: add libraw to Fedora/copr build Dirk Hohndel 2024-09-10 10:37:38 -07:00
  • a887847f8f build-system: add libraw to OBS daily build Dirk Hohndel 2024-09-10 10:37:21 -07:00
  • 7972ab8511 build-system: add libraw to macOS build Dirk Hohndel 2024-09-10 10:36:46 -07:00
  • 7df4336420 build-system: de-clutter output of get-version.sh Dirk Hohndel 2024-09-10 10:33:28 -07:00
  • 457bbc05d2 build-system: show if libraw was found Dirk Hohndel 2024-09-10 10:32:08 -07:00
  • e0b227e828 build-system: allow empty option for pkg_config_library macro Dirk Hohndel 2024-09-10 10:31:19 -07:00
  • 80abde2a61 Small updates to CODINGSTYLE.md reflecting our switch to C++ Berthold Stoeger 2024-09-06 22:16:28 +02:00
  • 1287880be0 planner: return decotable from plan() Berthold Stoeger 2024-09-07 15:32:06 +02:00
  • 22b232661a planner: remove cloneDivePlan() Berthold Stoeger 2024-09-07 15:08:50 +02:00
  • 3e006e678a planner: don't use fixed size deco stop table Berthold Stoeger 2024-09-07 14:56:34 +02:00
  • 0745c50e58 planner: C++-ify a bit more Berthold Stoeger 2024-09-07 14:25:48 +02:00
  • 74c8bd34a0 planner: remove unnecessary clearing of dive plan Berthold Stoeger 2024-09-04 19:20:45 +02:00
  • 8704a8b6f9 planner: turn diveplan into a C++ structure Berthold Stoeger 2024-09-04 07:36:05 +02:00
  • 6c8f158569 Profile: Allow Editing of Initial Gas. Michael Keller 2024-09-09 23:53:06 +12:00
  • 7d215deaa1 macOS: switch to Qt 5.15.15 build with QtWebKit Dirk Hohndel 2024-09-09 14:35:19 -07:00
  • 5700379560 macOS: small improvements for resign script Dirk Hohndel 2024-09-08 19:12:37 -07:00
  • a5effbe0a6 macOS: reorder build of dependencies Dirk Hohndel 2024-09-08 19:08:47 -07:00
  • e30863e7e9 macOS: switch to Qt 5.15.15 build with QtWebKit macosBuild Dirk Hohndel 2024-09-09 14:35:19 -07:00
  • 49ddced05f macOS: small improvements for resign script Dirk Hohndel 2024-09-08 19:12:37 -07:00
  • 4d3aca8f93 Profile: Allow Editing of Initial Gas. Michael Keller 2024-09-09 23:53:06 +12:00
  • 112f523a51 planner: return decotable from plan() Berthold Stoeger 2024-09-07 15:32:06 +02:00
  • fdcf38a7e5 planner: remove cloneDivePlan() Berthold Stoeger 2024-09-07 15:08:50 +02:00
  • 6be543fbe6 planner: don't use fixed size deco stop table Berthold Stoeger 2024-09-07 14:56:34 +02:00
  • b4187de795 planner: C++-ify a bit more Berthold Stoeger 2024-09-07 14:25:48 +02:00
  • ffc1b0a8e3 planner: remove unnecessary clearing of dive plan Berthold Stoeger 2024-09-04 19:20:45 +02:00
  • c253b71143 planner: turn diveplan into a C++ structure Berthold Stoeger 2024-09-04 07:36:05 +02:00
  • 57cc6a8c04 macOS: reorder build of dependencies Dirk Hohndel 2024-09-08 19:08:47 -07:00
  • 96fdaf660b Fix a compiler warning. Michael Keller 2024-09-09 12:59:13 +12:00
  • 515f593a56 Planner: Start with Correct Dive Mode. Michael Keller 2024-09-09 12:53:13 +12:00
  • 4adf557c7e Add a package dependency on libraw20 to the debian package manifest. Michael Keller 2024-09-09 11:29:41 +12:00
  • 4bb6dda959 snap: add libraw dependency Michał Sawicz 2024-09-09 00:27:14 +02:00
  • 5c85cd3312
    snap: add libraw dependency Michał Sawicz 2024-09-09 00:27:14 +02:00
  • edd9f3820a Small updates to CODINGSTYLE.md reflecting our switch to C++ Berthold Stoeger 2024-09-06 22:16:28 +02:00
  • 60cdea7466 ubuntu/debian: add libraw-dev to build dependencies Berthold Stoeger 2023-09-07 17:07:21 +02:00
  • 8c81faf990 media: load metadata and thumbnails of raw pictures using libraw Berthold Stoeger 2023-09-04 07:22:31 +02:00
  • f585726283 planner: don't pass reference to asynchronous lambda Berthold Stoeger 2024-09-04 07:47:18 +02:00
  • 8167ec31ca planner: don't pass reference to asynchronous lambda Berthold Stoeger 2024-09-04 07:47:18 +02:00
  • ee25e8a1db Refactoring: Improve event_loop. Michael Keller 2024-09-03 19:48:49 +12:00
  • 33bb39f1ca Planner: Fix Warning from Coverity. Michael Keller 2024-09-02 20:42:47 +12:00
  • 55f59b1985 Refactoring: Improve event_loop. Michael Keller 2024-09-03 19:48:49 +12:00
  • cc55c442a3 core: fix undo of dive merging Berthold Stoeger 2024-09-01 14:12:05 +02:00
  • 27a89b0232 core: remove dive_site member from merge_result Berthold Stoeger 2024-08-31 09:38:37 +02:00
  • 5b46d8cc33 Profile: Refactor use of . Michael Keller 2024-09-02 14:21:08 +12:00
  • db516b6d4e Profile: Fix the Initial Gasmix. Michael Keller 2024-08-27 01:03:20 +12:00
  • 4db535f1d6 Planner: Fix Warning from Coverity. Michael Keller 2024-09-02 20:42:47 +12:00
  • fa962437c8 Profile: Refactor use of . Michael Keller 2024-09-02 14:21:08 +12:00
  • 38fe08e5e1 planner: use std::move() to store planner notes Berthold Stoeger 2024-09-01 14:48:42 +02:00
  • 2e68015dd5 Profile: Fix the Initial Gasmix. Michael Keller 2024-08-27 01:03:20 +12:00
  • c78eb7e6a2 planner: use std::move() to store planner notes Berthold Stoeger 2024-09-01 14:48:42 +02:00
  • bb70d5eb34 planner: remove unnecessary strdup() Berthold Stoeger 2024-09-01 14:39:13 +02:00
  • 0107040843 core: fix undo of dive merging Berthold Stoeger 2024-09-01 14:12:05 +02:00
  • 6d9952e646 core: remove dive_site member from merge_result Berthold Stoeger 2024-08-31 09:38:37 +02:00