aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/divelogexportdialog.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-10-27Cleanup: NULL check pointer before dereferencingGravatar Dirk Hohndel
2019-09-21Export: special case dive site mode when exporting dive sitesGravatar Berthold Stoeger
2019-09-21Export: move dive site selection logic to C++Gravatar Berthold Stoeger
2019-08-08Cleanup: move file-related function declarations to file.hGravatar Berthold Stoeger
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-07-18Core: dynamically resize weight tableGravatar Berthold Stoeger
2019-06-19Cleanup: move tag functions into own translation unitGravatar Berthold Stoeger
2019-04-13Add export option to export dive sites.Gravatar Doug Junkins
2019-04-12Dive sites: prepare for dive site ref-countingGravatar Berthold Stoeger
2019-04-04Export profile dataGravatar Robert C. Helling
2019-02-07Add various enhancements to profile export and dive data copyGravatar Robert C. Helling
2019-02-07Profile: add "synchronous" mode for picture plottingGravatar Berthold Stoeger
2019-02-07Export profile imageGravatar Robert C. Helling
2019-01-26Rememove centrigade/celsius confusion in TeX exportGravatar Robert C. Helling
2019-01-26Add export variable containing the profile image filenameGravatar Robert C. Helling
2019-01-26Include all tags in TeX/LaTeX exportGravatar Robert C. Helling
2019-01-26Include dive time in TeX/LaTeX exportGravatar Robert C. Helling
2019-01-26Allow LaTeX export of several divesGravatar Robert C. Helling
2019-01-26Hook up LaTeX export to UIGravatar Robert C. Helling
2019-01-26Add LaTeX exportGravatar Robert C. Helling
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-10-13Cleanup: Turn widget accessor-functions into simple pointersGravatar Berthold Stoeger
2018-09-13Optional anonymization upon exportGravatar Robert C. Helling
2018-09-07Cleanup: constify get_units()Gravatar Berthold Stoeger
2018-08-25desktop-widget: remove QSettingsGravatar jan Iversen
2018-08-23Cleanup: pass gasmix by valueGravatar Berthold Stoeger
2018-05-21desktop-widgets: Change Q_UNUSED to no parameter nameGravatar jan Iversen
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2017-12-17Unify float calulations: use doubleGravatar Berthold Stoeger
2017-12-11Write profile images to correct directory in TeX exportGravatar Robert C. Helling
2017-12-04Use QDir::exists() instead of QDir::setCurrent() to check for existenceGravatar Berthold Stoeger
2017-11-04Correct, cleanup, translate and unify file filtersGravatar Stefan Fuchs
2017-08-26Another unused variableGravatar Dirk Hohndel
2017-08-26Tex export: remove incorrect codeGravatar Dirk Hohndel
2017-08-10More details for TeX exportGravatar Robert C. Helling
2017-08-10Move the decision how to typeset unit to TeX-style fileGravatar Robert C. Helling
2017-08-10Use letters instead of digit in TeX macro namesGravatar Robert C. Helling
2017-08-10Cleaning up TeX exportGravatar Robert C. Helling
2017-08-10Add additional data to TeX-exportGravatar Ben McCandless
2017-04-29Add SPDX header to desktop widgetsGravatar Dirk Hohndel
2017-02-21missing dotGravatar Martin Měřinský
2017-02-03Revert "In statistics, ignore gas use of planned dives"Gravatar Dirk Hohndel
2017-02-02In statistics, ignore gas use of planned divesGravatar Robert C. Helling
2016-12-26Remove unused variablesGravatar Dirk Hohndel
2016-10-20Add country information to TeX exportGravatar Robert C. Helling
2016-10-20TeX export: check site pointer, before accessing itGravatar Martin Gysel
2016-10-11Export to TeX file initializedGravatar Robert C. Helling