aboutsummaryrefslogtreecommitdiffstats
path: root/smtk-import
AgeCommit message (Expand)Author
2021-09-19Re-do the libdivecomputer fingerprint save/load codeGravatar Linus Torvalds
2021-08-18Clean up divecomputer 'device' handlingGravatar Linus Torvalds
2020-11-01smtk-import: Add support for new devices modelGravatar Salvador Cuñat
2020-10-25cleanup: break out event-related code into event.[c|h]Gravatar Berthold Stoeger
2020-10-24build-system: switch to using C++17 as default C++ dialectGravatar Berthold Stoeger
2020-08-13smtk-import: Workaround segfault in mdbtools memcpy callGravatar Salvador Cuñat
2020-06-25build-system/MXE: build with more up to date MXE tools.Gravatar Paul Buxton
2020-05-01cleanup: move dive_table from dive.h to divelist.hGravatar Berthold Stoeger
2020-04-19[smtk-import] Fix useless NULL check and white space issuesGravatar Salvador Cuñat
2020-04-19[smtk-import] add some sanity checksGravatar Salvador Cuñat
2020-04-19[smtk-import] Do not create cylinders structure before libdc parsingGravatar Salvador Cuñat
2020-03-11Grammar: replaces 'indexes' by 'indices'Gravatar Robert C. Helling
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-08-02[smtk-import] fix mem leaks on site/location failure managementGravatar Salvador Cuñat
2019-08-02[smtk-import] avoid infinite loop on index failureGravatar Salvador Cuñat
2019-08-02fix site/location build issueGravatar Salvador Cuñat
2019-07-18Core: dynamically resize weight tableGravatar Berthold Stoeger
2019-06-19Cleanup: move tag functions into own translation unitGravatar Berthold Stoeger
2019-04-12Coding style: remove Java-style function definitionGravatar Berthold Stoeger
2019-04-12Dive site: set UUID only on save or loadGravatar Berthold Stoeger
2019-04-12Dive site: add dive site table parameter to dive site functionsGravatar Berthold Stoeger
2019-03-27Cleanup: unconstify string argument to add_to_string()Gravatar Berthold Stoeger
2019-03-19CMake: call cmake_minimim_required() before project()Gravatar Rolf Eike Beer
2019-03-19CMake: let CMake set the needed flags for C and C++ standardsGravatar Rolf Eike Beer
2019-03-05CMake: simplify check if library was foundGravatar Rolf Eike Beer
2019-03-05CMake: simplify writing qt.conf on WindowsGravatar Rolf Eike Beer
2019-01-09Core: Rename functions to more generic namesGravatar Berthold Stoeger
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in create_dive_site_*()Gravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in get_dive_site_*()Gravatar Berthold Stoeger
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-10-15include libftdi in smtk-import windows buildGravatar Salvador Cuñat
2018-09-13Optional anonymization upon exportGravatar Robert C. Helling
2018-09-11smtk2ssrf: build fixGravatar Dirk Hohndel
2018-09-06[smtk-import] Apply arrays to the main smartrak_import() functionGravatar Salvador Cuñat
2018-09-06[smtk-import] Remove now unused smtk-value-by-idx()Gravatar Salvador Cuñat
2018-09-06[smtk-import] Apply arrays to parsing tables functionsGravatar Salvador Cuñat
2018-09-06[smtk-import] Add a function to get the size of an arrayGravatar Salvador Cuñat
2018-08-25smtk_import: remove QSettingsGravatar jan Iversen
2018-08-25smtk-import: Apply lists to main smartrak_import() functionGravatar Salvador Cuñat
2018-08-25smtk-import: move from arrys to lists while parsing tablesGravatar Salvador Cuñat
2018-08-25smtk-import: Do not set build type in CMakeLists.txtGravatar Salvador Cuñat
2018-08-23Cleanup: pass gasmix by valueGravatar Berthold Stoeger
2018-06-09Cleanup: make lastUsedDir() functions static and non-slot, respectivelyGravatar Berthold Stoeger
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2018-02-24smtk-import: Add smtk2ssrf.desktop to sourcesGravatar Salvador Cuñat
2018-02-17Coding-style: remove superfluous parenthesesGravatar Berthold Stoeger