aboutsummaryrefslogtreecommitdiffstats
path: root/core/qthelper.cpp
AgeCommit message (Expand)Author
2020-12-03build-system: start adding a headless buildGravatar Dirk Hohndel
2020-11-17core: fix incorrect QString::asprintf/vasprintf usageGravatar Dirk Hohndel
2020-10-27cleanup: refactor subsurfacesysinfo.cppGravatar Berthold Stoeger
2020-10-26cleanup: SkipEmptyParts syntax has changedGravatar Dirk Hohndel
2020-10-26cleanup: replace deprecated sprintf()/vsprintf() callsGravatar Dirk Hohndel
2020-10-23cleanup: remove unused function intdup()Gravatar Berthold Stoeger
2020-10-23parser: replace params[] code by new xml_params structGravatar Berthold Stoeger
2020-10-03cleanup: use getDiveSelection() to loop over selected divesGravatar Berthold Stoeger
2020-10-03cleanup: replace get_trip_date_string() by get_trip_string()Gravatar Berthold Stoeger
2020-09-21translations: initialize water type strings at run timeGravatar Berthold Stoeger
2020-09-04Implement Seac SeacSync databaser parser.Gravatar James Wobser
2020-08-16core/localized-parsing: correctly handle group and decimal separatorGravatar Dirk Hohndel
2020-07-11helper functions: remove timestamp argument from gettiemzoneoffset()Gravatar Dirk Hohndel
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