summaryrefslogtreecommitdiffstats
path: root/core/qthelper.cpp
AgeCommit message (Expand)Author
2020-05-22cleanup: create common QDateTime -> timestamp conversion functionGravatar Berthold Stoeger
2020-05-22cleanup: remove unused libc-structures from get_trip_date_string()Gravatar Berthold Stoeger
2020-05-22cleanup: move timestampToDateTime() to qthelper.cppGravatar Berthold Stoeger
2020-05-22cleanup: set long and short date formats in independent branchesGravatar Berthold Stoeger
2020-05-07cleanup: invert control-flow when resetting the core structuresGravatar Berthold Stoeger
2020-05-06planner: remove Bühlmann factor cacheGravatar Berthold Stoeger
2020-05-05cleanup: capitalize use dcGravatar Monty Taylor
2020-05-05cleanup: Change Salty to BrackishGravatar Monty Taylor
2020-05-05Grantlee: Add salinity and water type to grantlee variablesGravatar Monty Taylor
2020-05-01cleanup: move declaration of utc_mk* functions to new subsurface-time.h headerGravatar Berthold Stoeger
2020-05-01cleanup: move dive_table from dive.h to divelist.hGravatar Berthold Stoeger
2020-04-27cleanup: remove unused function get_divepoint_gas_string()Gravatar Berthold Stoeger
2020-04-24cleanup: move get_dc_nickname from qthelper.cpp to divecomputer.cppGravatar Berthold Stoeger
2020-04-11Merge pull request #2643 from bstoeger/cylinder4Gravatar Dirk Hohndel
2020-04-10media: move picture function from dive.c to picture.cGravatar Berthold Stoeger
2020-04-07undo: reorder cylinders on remove-cylinder undo/redoGravatar Berthold Stoeger
2020-04-04core: add additional notification callbackGravatar Dirk Hohndel
2020-03-22cleanup: remove memory leak in initUiLocale()Gravatar Berthold Stoeger
2020-03-22cleanup: split uiLanguage() in two functionsGravatar Berthold Stoeger
2020-03-22locale: store locate to preferences after fixing up mac-weirdnessGravatar Berthold Stoeger
2020-03-21Revert "core: use set_lang_locale to modify prefs.locale.lang_locale"Gravatar Berthold Stoeger
2020-03-10core: make command texts available for C codeGravatar Dirk Hohndel
2020-03-06Cleanup: Move stringToList to core/qthelper.cppGravatar Berthold Stoeger
2020-03-01filter: remove diveContainsText()Gravatar Berthold Stoeger
2020-02-08mobile/summary: implement firstDiveDate and lastDiveDateGravatar Berthold Stoeger
2020-02-06Gps coordinates: be more graceful when parsing coordinatesGravatar Berthold Stoeger
2020-02-06Coding style: remove braces around single-line if blocksGravatar Berthold Stoeger
2020-02-06Coding style: move & from type to variableGravatar Berthold Stoeger
2019-12-27core: use set_lang_locale to modify prefs.locale.lang_localeGravatar jan Iversen
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-11-09Core: dynamically allocate the result of get_gas_used()Gravatar Berthold Stoeger
2019-10-05Cleanup: remove bogus code that slipped in earlierGravatar Dirk Hohndel
2019-09-21Android: bundle default font for use in OnePlus devicesGravatar Dirk Hohndel
2019-09-14Mobile: decouple full text search from DiveObjectHelperGravatar Berthold Stoeger
2019-08-08Cleanup: move planner/deco related declarations planner/deco.hGravatar Berthold Stoeger
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-06-19Cleanup: move tag functions into own translation unitGravatar Berthold Stoeger
2019-05-12Turn application state into enumGravatar Berthold Stoeger
2019-05-12Cleanup: remove UTF8 macrosGravatar Berthold Stoeger
2019-04-12Cleanup: replace QString("") by QString()Gravatar Berthold Stoeger
2019-04-12optimize selectedDivesGasUsed()Gravatar Rolf Eike Beer
2019-04-12replace deprecated qSort() with std::sort()Gravatar Rolf Eike Beer
2019-04-12use QStringLiteral for constantsGravatar Rolf Eike Beer
2019-04-12get rid of some foreach and Q_FOREACH constructsGravatar Rolf Eike Beer
2019-03-27Cleanup: provide printGPSCoords in C and C++ versionsGravatar Berthold Stoeger
2019-03-24Cleanup: fix printGPSCoords signature and leaksGravatar Berthold Stoeger
2019-03-17Core: remove variable name conflictGravatar Dirk Hohndel
2018-12-17Core: remove count_dives_with_*() functionsGravatar Berthold Stoeger