aboutsummaryrefslogtreecommitdiffstats
path: root/core/qthelper.h
AgeCommit message (Expand)Author
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
2019-10-14Stop support Qt versions before 5.9Gravatar Dirk Hohndel
2019-09-14Mobile: decouple full text search from DiveObjectHelperGravatar Berthold Stoeger
2019-07-18Cleanup: remove includes from qthelper.hGravatar Berthold Stoeger
2019-07-18Cleanup: fix include weirdness concerning string_to_*() functionsGravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-05-12Turn application state into enumGravatar Berthold Stoeger
2019-04-12Cleanup: move declaration of get_stylesheet() to qthelper.hGravatar Berthold Stoeger
2019-04-12optimize selectedDivesGasUsed()Gravatar Rolf Eike Beer
2019-04-11Cleanup: provide our own qOverload<> implementation.Gravatar Berthold Stoeger
2019-03-27Cleanup: provide printGPSCoords in C and C++ versionsGravatar Berthold Stoeger
2019-03-24Cleanup: fix printGPSCoords signature and leaksGravatar Berthold Stoeger
2018-11-23Core: move is-single-day-trip and count-shown functions into coreGravatar Berthold Stoeger
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-07-15For media file open dialog add different file filtersGravatar Stefan Fuchs
2018-07-13Dive pictures: don't update all images on drag&drop to profileGravatar 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-07Dive pictures: remove cache_picture() call in dive_add_picture()Gravatar Berthold Stoeger
2018-06-04Cleanup: fold core/helpers.h into core/qthelper.hGravatar Berthold Stoeger
2018-05-24Cleanup: remove code related to picture-storage in git repositoriesGravatar Berthold Stoeger
2018-05-13Dive pictures: replace picture struct by QStringGravatar Berthold Stoeger
2018-05-13Dive pictures: save thumbnails to individual filesGravatar Berthold Stoeger
2018-04-11Cleanup: unconstify results of two functionsGravatar Berthold Stoeger
2018-04-09Cleanup: Move *_loc formatting functions into new format.cpp fileGravatar Berthold Stoeger
2018-04-09Change taglist_get_tagstring to support 'unlimited' tag list sizeGravatar Jeremie Guichard
2018-03-14Cleanup: introduce copy_qstring() functionGravatar Berthold Stoeger
2018-03-05Cleanup: Remove hash field from picture-structureGravatar Berthold Stoeger
2018-03-05Cleanup: pass QString and QByteArray const-refs to qthelper functionsGravatar Berthold Stoeger
2018-03-05Cleanup: Fold add_hash() call into learnHash() functionGravatar Berthold Stoeger
2018-03-05Cleanup: Don't store hash in picture struct in learnHash()Gravatar Berthold Stoeger
2018-03-05Localization: Make Qt's locale-aware formatting accessible from CGravatar Berthold Stoeger
2018-02-26Cleanup: Unify qthelper.h and qthelperfromc.hGravatar Berthold Stoeger
2018-01-18code cleanup: translators are not globalGravatar Jan Mulder
2017-11-25Localize global planner stateGravatar Robert C. Helling
2017-08-29Cache all Buehlmann factorsGravatar Robert C. Helling
2017-05-07Merge branch 'seabear-refactor'Gravatar Dirk Hohndel
2017-05-07Refactor Seabear importGravatar Miika Turkia
2017-05-07Move intdup to qthelperGravatar Miika Turkia
2017-05-06File selector should filter images we can actually handle.Gravatar Robert C. Helling
2017-04-29Add SPDX header to remaining core filesGravatar Dirk Hohndel
2017-04-06Add creation date and Subsurface version to planner outputGravatar Stefan Fuchs
2017-02-21Many filenames are const stringsGravatar Robert C. Helling