Commit Graph

  • aecb4f5005 Delete desktop-widgets/preferences/preferences_dc.h jme 2024-04-23 10:11:27 +01:00
  • 358b9186bf Delete desktop-widgets/preferences/preferences_dc.cpp jme 2024-04-23 10:11:08 +01:00
  • 12ae3d4e96 Update preferencesdialog.cpp jme 2024-04-23 10:05:55 +01:00
  • 34926f1325 Update CMakeLists.txt jme 2024-04-23 10:04:21 +01:00
  • da8509d29b Cleanup: Actualise README.md Michael Keller 2024-04-24 12:53:17 +12:00
  • 2219f66f67 stop silly warnings warningFix Dirk Hohndel 2024-04-24 17:17:14 -07:00
  • 9deef235e2 Cleanup: Fix new Findings in Coverity Scan. Michael Keller 2024-04-24 12:24:40 +12:00
  • e7a6de3894 core: use std::string instead of strndup() Berthold Stoeger 2024-03-29 08:47:10 +01:00
  • 177a1a6706 make format-warnings hard compile errors Berthold Stoeger 2024-03-28 20:49:59 +01:00
  • 556ecd5a9b core: use C++-primitives for g_tag_list Berthold Stoeger 2024-03-26 21:06:13 +01:00
  • b320942343 Replace remaining qDebug()s by report_info() Berthold Stoeger 2024-03-26 20:23:50 +01:00
  • 8867edffe8 Replace qDebug() by report_info() in profilewidget2.cpp Berthold Stoeger 2024-03-26 18:33:22 +01:00
  • 991b72d4ff Replace qDebug() by report_info() in core/cloudstorage.cpp Berthold Stoeger 2024-03-26 15:49:55 +01:00
  • 47254d91e0 Replace qDebug() by report_info() in qt-init.cpp Berthold Stoeger 2024-03-26 15:42:31 +01:00
  • 9923d49624 Replace qDebug() by report_info in qthelper.cpp Berthold Stoeger 2024-03-26 15:11:25 +01:00
  • 9febfdd084 Remove diabled debugging output in subsurfacewebservices.cpp Berthold Stoeger 2024-03-26 14:16:28 +01:00
  • 8677d1f325 Replace qDebug() by report_info() in downloadfromdcthread.cpp Berthold Stoeger 2024-03-26 14:14:54 +01:00
  • 6dd5ec296d Convert qDebug() to report_info() in testing code Berthold Stoeger 2024-03-26 14:05:35 +01:00
  • 4de109bbf1 Replace qDebug() by report_info() in bluetooth code Berthold Stoeger 2024-03-26 08:04:19 +01:00
  • d83da05f8d Replace qDebug() by report_info in checkcloudconnection.cpp Berthold Stoeger 2024-03-26 07:36:31 +01:00
  • b6439e0420 Replace qDebug() by report_info() in smtk-import Berthold Stoeger 2024-03-26 07:23:15 +01:00
  • ab7218d543 Use report_info() instead of qDebug in mobile code Berthold Stoeger 2024-03-25 21:17:29 +01:00
  • 2c2ad1e5c9 user report_info() instead of qDebug in main() functions Berthold Stoeger 2024-03-25 20:33:30 +01:00
  • 4af2ec88bd Use std::vector<string> instead of QStringList in main() Berthold Stoeger 2024-03-25 10:58:27 +01:00
  • c6cd10a43f core: make getCloudURL() return an std::string Berthold Stoeger 2024-03-24 22:05:28 +01:00
  • 8e106b0449 core: replace qDebug() by report_info() in subsurface-helper.cpp Berthold Stoeger 2024-03-24 21:15:36 +01:00
  • da7ea17b66 cleanup: replace fprintf to stderr by report_info() Berthold Stoeger 2024-03-24 21:03:08 +01:00
  • b097c0a44f core: port errorhelper.c to C++ Berthold Stoeger 2024-03-24 19:21:00 +01:00
  • ec0bc2d06c cleanup: replace MIN and MAX macrors by standard versions Berthold Stoeger 2024-03-23 09:16:59 +01:00
  • b89029353f import: use C++ primitives in smartrak.cpp Berthold Stoeger 2024-03-17 16:50:40 +01:00
  • 14cfb17c1a import: compile smartrak.cpp as C++ Berthold Stoeger 2024-03-16 22:09:58 +01:00
  • 157b52aa6e tests: make git-storage test more robust Berthold Stoeger 2024-03-16 19:14:38 +01:00
  • 322c3b55e6 core: add compile time format check to format_string_std Berthold Stoeger 2024-03-13 09:41:11 +01:00
  • a123589efb core: convert git_info to std::string Berthold Stoeger 2024-03-11 21:41:14 +01:00
  • ae299d5e66 profile: use C++ string functions to format plot data Berthold Stoeger 2024-03-10 23:11:23 +01:00
  • 422f693f5b core: port tag.c to C++ Berthold Stoeger 2024-03-10 17:20:59 +01:00
  • 84b7ffafd2 core: use C++ versions of membuffer in add_to_string Berthold Stoeger 2024-03-10 16:50:03 +01:00
  • e65ba50c1a core: use C++ constructs in save-html.cpp Berthold Stoeger 2024-03-10 16:41:56 +01:00
  • 82ba236859 core: port save-html.c to C++ Berthold Stoeger 2024-03-10 16:35:53 +01:00
  • 177b03958c core: port worldmap-save.c to C++ Berthold Stoeger 2024-03-08 17:09:02 +01:00
  • bd3f9b107e planner: turn TIMESTEP macro into integer constant Berthold Stoeger 2024-03-08 11:33:38 +01:00
  • 15b17a0aca planner: turn error argument of add_plan_to_notes() into a boolean flag Berthold Stoeger 2024-03-08 11:29:11 +01:00
  • b542a39a00 planner: turn UNIT_FACTOR macro into function Berthold Stoeger 2024-03-08 11:21:02 +01:00
  • 9a052cd089 planner: move decotimestap to diveplannermodel.cpp Berthold Stoeger 2024-03-08 11:18:17 +01:00
  • 4db19d6284 planner: use std::string in plannernotes.cpp Berthold Stoeger 2024-03-08 10:44:20 +01:00
  • 8b51ff7ded core: add locale aware formatting function to std::string Berthold Stoeger 2024-03-08 08:12:32 +01:00
  • fe68870079 planner: use std::vector instead of malloc() in planner.cpp Berthold Stoeger 2024-03-07 21:03:27 +01:00
  • f69686d429 planner: encapsulate deco state cache in a struct Berthold Stoeger 2024-03-07 19:08:22 +01:00
  • 77e8c3655e core: compile planner source files with C++ Berthold Stoeger 2024-03-07 11:09:40 +01:00
  • bd31efa821 Update downloadfromdivecomputer.cpp snap-stable current jme 2024-04-21 14:43:30 +01:00
  • 80eff1d6e2 Update downloadfromdivecomputer.ui jme 2024-04-21 14:20:31 +01:00
  • 74b1648fcc Update downloadfromdivecomputer.h jme 2024-04-21 14:19:19 +01:00
  • 7fb0e9e59e Update downloadfromdivecomputer.cpp jme 2024-04-21 14:18:02 +01:00
  • d59bd1831a Update downloadfromdivecomputer.cpp jme 2024-04-20 10:55:43 +01:00
  • f05808fded Update downloadfromdivecomputer.h jme 2024-04-20 10:54:17 +01:00
  • 1692e48163 Update downloadfromdivecomputer.ui jme 2024-04-20 10:53:11 +01:00
  • 375b08857c Desktop: Remove Unneeded Special Case for MacOS. Michael Keller 2024-04-18 12:43:41 +12:00
  • d49092ac70 CICD: Add Script to Find the Changeset ID for a CICD Release Number. Michael Keller 2024-04-15 12:07:26 +12:00
  • ee8b37cc6e Import: Fix Info Logging. Michael Keller 2024-04-19 15:31:34 +12:00
  • 77281f8bfe Update downloadfromdivecomputer.cpp jme 2024-04-16 21:45:53 +01:00
  • 6b11457ddd Update downloadfromdivecomputer.cpp jme 2024-04-16 10:38:47 +01:00
  • 8a20509861 Update downloadfromdivecomputer.cpp jme 2024-04-15 23:15:34 +01:00
  • 334a357c19 Update downloadfromdivecomputer.cpp jme 2024-04-15 16:19:00 +01:00
  • 1973d7c881 Update downloadfromdivecomputer.cpp jme 2024-04-01 17:35:25 +01:00
  • a5575f43a3 Update downloadfromdivecomputer.cpp jme 2024-03-07 16:33:13 +00:00
  • ffce4bc097 Update downloadfromdivecomputer.cpp jme 2024-03-06 06:53:48 +00:00
  • 5980db073a Update downloadfromdivecomputer.cpp jme 2024-03-05 21:49:07 +00:00
  • 4dcc9210a9 Avoid unnecessary bluetooth device address scanning. jme 2024-03-05 09:05:08 +00:00
  • f4b35f67f6 Don't "untranslate" cylinder names Berthold Stoeger 2024-03-30 14:00:30 +01:00
  • 0d011231e6 desktop: unglobalize ComboBox-models Berthold Stoeger 2024-03-30 13:40:00 +01:00
  • de313bd01a mobile: save changes from main event loop Berthold Stoeger 2024-03-30 21:55:22 +01:00
  • 2172e18298 mobile: pull undo/redo notification text up Berthold Stoeger 2024-03-30 21:39:08 +01:00
  • dd466d2d48 statistics: improve formatting of date axis in day-mode Berthold Stoeger 2024-03-31 09:30:59 +02:00
  • 916c88ded9 mobile: fix undo/redo Berthold Stoeger 2024-03-30 22:31:40 +01:00
  • 176ee1ac9c
    Translate subsurface_source.ts in pt_PT translations_translations-subsurface-source-ts--master_pt_PT transifex-integration[bot] 2024-03-30 16:39:17 +00:00
  • 4293f39535 profile: add plan-mode flag to ProfileWidget::plotDive() bstoeger-profile Berthold Stoeger 2024-03-09 17:08:13 +01:00
  • 86309374cb profile: remove profilewidget2.cpp Berthold Stoeger 2024-03-09 16:09:36 +01:00
  • fade8ca95d profile: port context menu to QtQuick Berthold Stoeger 2024-03-03 19:43:22 +01:00
  • 0bf1d35a4b profile: port event unhiding to QtQuick Berthold Stoeger 2024-03-01 13:02:35 +01:00
  • bd089f3556 profile: don't derive DiveTextItem from QObject Berthold Stoeger 2024-02-26 19:40:27 +01:00
  • 5f2c7c6504 profile: remove DiveLineItem Berthold Stoeger 2024-02-26 19:35:25 +01:00
  • 376da40e43 profle: port event manipulation to QtQuick Berthold Stoeger 2024-02-24 09:07:23 +01:00
  • 8580364481 profile: port divecomputer menu to QtQuick Berthold Stoeger 2024-02-09 14:24:29 +01:00
  • 5a0f6fe84f profile: port basic dive editing to QtQuick Berthold Stoeger 2024-01-20 21:03:02 +01:00
  • 3c3997b24e profile: use QString to format profile data Berthold Stoeger 2024-01-13 17:25:24 +01:00
  • 199cc61e07 profile: convert core/profile.c to C++ Berthold Stoeger 2024-01-13 12:01:40 +01:00
  • d1b0bba530 profile: convert the "ruler item" to qt-quick Berthold Stoeger 2024-01-12 22:26:32 +01:00
  • bbfdf75283 qt-quick: initialize prev and next when adding chart items Berthold Stoeger 2024-01-12 11:19:52 +01:00
  • 2c87a057cc profile: remove DiveRectItem Berthold Stoeger 2024-01-10 21:22:17 +01:00
  • 0a7fc9b350 profile: remove DivePixmapItem Berthold Stoeger 2023-08-12 23:07:12 +02:00
  • 605d7bb2c0 profile: port picture code to qt-quick Berthold Stoeger 2023-08-12 22:59:56 +02:00
  • 7391c60223 profile: implement animation of the tooltip item Berthold Stoeger 2023-07-06 16:08:19 +02:00
  • 944670bc62 profile: show events in ToolTipItem Berthold Stoeger 2023-07-01 21:42:16 +02:00
  • 3d9e021d8d profile: remove QList<> of DiveEventItems by std::vector Berthold Stoeger 2023-07-01 17:07:45 +02:00
  • 2aa1a95bde profile: remove old tooltipitem code Berthold Stoeger 2023-06-25 17:32:33 +02:00
  • 489aafe4b3 profile: activate dragging of tooltipitem Berthold Stoeger 2023-06-25 17:31:58 +02:00
  • ea96b9909f profile: move dragging code from stats to general qt-code Berthold Stoeger 2023-06-25 08:56:21 +02:00
  • 5f9c2b2d04 profile: first rudimentary port of the ToolTipItem to qt-quick Berthold Stoeger 2023-06-16 18:24:22 +02:00
  • 9a418401fa dummy: invert order of files in Subsurface.pro for testing Berthold Stoeger 2023-06-16 18:14:52 +02:00
  • 0ead02dce1 profile: Unify desktop and mobile widgets Berthold Stoeger 2023-05-20 20:58:38 +02:00