summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2020-09-29core: add helper functions to format / parse timestampsGravatar Berthold Stoeger
2020-09-29filter: implement importing of filter presetsGravatar Berthold Stoeger
2020-09-29cleanup: move shown-text calculation from filter widget to coreGravatar Berthold Stoeger
2020-09-29filter: implement loading of filter presets from git repositoriesGravatar Berthold Stoeger
2020-09-29filter: implement saving of filter presets to git repositoriesGravatar Berthold Stoeger
2020-09-29filter: load filter presets from XML filesGravatar Berthold Stoeger
2020-09-29cleanup: move function declarations from dive.h to parse.hGravatar Berthold Stoeger
2020-09-29includes: move declaration of set_filename() from dive.h to qthelper.hGravatar Berthold Stoeger
2020-09-29filter: implement saving of presets to XML fileGravatar Berthold Stoeger
2020-09-29filter: add filter preset undo commandsGravatar Berthold Stoeger
2020-09-29filter: add primitive filter presetsGravatar Berthold Stoeger
2020-09-29filter: unify desktop and mobile filtersGravatar Berthold Stoeger
2020-09-29filter: connect new filtercode to filterwidget2Gravatar Berthold Stoeger
2020-09-29filter: add filter constraint modelGravatar Berthold Stoeger
2020-09-29filter: add filter constraint object to the coreGravatar Berthold Stoeger
2020-09-29fulltext: remember original queryGravatar Berthold Stoeger
2020-09-29core: add functions to core/time.cGravatar Berthold Stoeger
2020-09-29Use correct pO2 when computing MOD in equipment tabGravatar Robert C. Helling
2020-09-29Prefer "GPS1" for divecomputer download dive site resolutionGravatar Linus Torvalds
2020-09-29gps: remove unused member functionGravatar Dirk Hohndel
2020-09-22cleanup: silence two compiler warnings in git-access.cGravatar Berthold Stoeger
2020-09-21translations: initialize water type strings at run timeGravatar Berthold Stoeger
2020-09-21Bailout segment is part of bottom timeGravatar Robert C. Helling
2020-09-20selection: when changing current dive make sure it is selectedGravatar Berthold Stoeger
2020-09-19core/bluetooth: only Linux / Windows are supported by libdc rfcommGravatar Dirk Hohndel
2020-09-19core/bluetooth: switch to use libdivecomputer rfcomm supportGravatar Linus Torvalds
2020-09-19Update Shearwater sample time calculationGravatar Miika Turkia
2020-09-19media: read timestamp from mvhd header of MP4/QuickTime videosGravatar Berthold Stoeger
2020-09-17Extend BLE uuid matching to the characteristics, add ignore-listGravatar Linus Torvalds
2020-09-17Fix 'uud' typo in BLE uuid matching codeGravatar Linus Torvalds
2020-09-15translations: use the right Qt translations (part 2)Gravatar Dirk Hohndel
2020-09-15translations: use the right Qt translations and try harder to find themGravatar Dirk Hohndel
2020-09-15Grab the first gas on Shearwater importGravatar Miika Turkia
2020-09-15Fix a bug on Shearwater cloud gas changesGravatar Miika Turkia
2020-09-15Import cylinder pressure correctlyGravatar Miika Turkia
2020-09-15Ignore gas changes if we one line contains bogus O2Gravatar Miika Turkia
2020-09-15New field for timestamp in shearwater cloud DBGravatar Miika Turkia
2020-09-15Shearwater cloud import: ignore bogus rowsGravatar Miika Turkia
2020-09-13cleanup: fold core/divecomputer.cpp into core/device.cGravatar Berthold Stoeger
2020-09-13cleanup: remove unused declarations in class DiveComputerListGravatar Berthold Stoeger
2020-09-13cleanup: remove unused function DiveComputerNode::changesValues()Gravatar Berthold Stoeger
2020-09-13cleanup: move set_dc_nickname() declaration from dive.h to device.hGravatar Berthold Stoeger
2020-09-13Disable SAC factor setting for CCR divesGravatar Robert C. Helling
2020-09-12desktop: refine auto-fill of weightsGravatar Berthold Stoeger
2020-09-08cleanup: remove invalidate_dive_cache() call in clone_delete_divecomputer()Gravatar Berthold Stoeger
2020-09-08cleanup: remove dead code from delete_divecomputer()Gravatar Berthold Stoeger
2020-09-08cleanup: remove count_divecomputers() functionGravatar Berthold Stoeger
2020-09-06cleanup: make taxonomy_index_for_category() local to taxonomy.cGravatar Berthold Stoeger
2020-09-06cleanup: use taxonomy_get_value() instead of taxonomy_get_index()Gravatar Berthold Stoeger
2020-09-06cleanup: create taxonomy_get_value() functionGravatar Berthold Stoeger