summaryrefslogtreecommitdiffstats
path: root/core/qthelper.cpp
AgeCommit message (Expand)Author
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
2018-11-23Core: move is-single-day-trip and count-shown functions into coreGravatar Berthold Stoeger
2018-11-16Dive list: correctly translate trip dateGravatar Berthold Stoeger
2018-10-26Cleanup: remove dead code in qthelper.cppGravatar Berthold Stoeger
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-08-25core: remove QSettings from qthelperGravatar jan Iversen
2018-08-23Cleanup: pass gasmix by valueGravatar Berthold Stoeger
2018-07-17Cleanup: simplify dive_getUniqID()Gravatar Berthold Stoeger
2018-07-15For media file open dialog add different file filtersGravatar Stefan Fuchs
2018-07-12Don't show decimals on pressuresGravatar Jocke
2018-07-12Dive media: add ".mov" to list of known video extensionsGravatar Berthold Stoeger
2018-07-08Dive pictures: Recognize video filesGravatar Berthold Stoeger
2018-07-04Translations: unify gettextFromC::tr() and QObject::tr()Gravatar Berthold Stoeger
2018-07-04Dive pictures: implement FindMovedImagesDialogGravatar Berthold Stoeger
2018-07-04Dive pictures: remove hashesGravatar Berthold Stoeger
2018-07-04Dive pictures: find moved pictures based on filenameGravatar Berthold Stoeger
2018-07-04Dive pictures: index local file name by canonical filnameGravatar Berthold Stoeger
2018-06-24Localization: don't go via C-string in qthelper.cppGravatar Berthold Stoeger
2018-06-07Dive pictures: remove cache_picture() call in dive_add_picture()Gravatar Berthold Stoeger
2018-06-05core: remove "static void copyPath" unusedGravatar jan Iversen
2018-06-04Cleanup: fold core/helpers.h into core/qthelper.hGravatar Berthold Stoeger
2018-06-04Cleanup: make copyPath() function of static linkageGravatar Berthold Stoeger
2018-05-26Dive pictures: Derive thumbnail file from picture filenameGravatar Berthold Stoeger
2018-05-24Cleanup: remove code related to picture-storage in git repositoriesGravatar Berthold Stoeger
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-05-13Dive pictures: Introduce thumbnailer classGravatar Berthold Stoeger
2018-05-13Dive pictures: replace picture struct by QStringGravatar Berthold Stoeger
2018-05-13Dive pictures: Convert thumbnailHash to individual filesGravatar Berthold Stoeger
2018-05-13Dive pictures: save thumbnails to individual filesGravatar Berthold Stoeger
2018-04-11Cleanup: unconstify results of two functionsGravatar Berthold Stoeger