summaryrefslogtreecommitdiffstats
path: root/subsurface-core
AgeCommit message (Expand)Author
2016-03-05Introduce separate version number for Subsurface-mobileGravatar Dirk Hohndel
2016-03-04gas model: use virial cubic polynomial formGravatar Linus Torvalds
2016-03-03Don't access undefined diveGravatar Dirk Hohndel
2016-03-03Avoid dangling else warningsGravatar Dirk Hohndel
2016-03-03gas model: simplify and improve our Z factor calculationsGravatar Linus Torvalds
2016-03-02gas model: add polynomials for Z factors of oxygen/nitrogen/heliumGravatar Linus Torvalds
2016-03-02gas model: replace Redlich-Kwong with least-square quinticGravatar Linus Torvalds
2016-03-02gas model: split up gas compressibility into a file of its ownGravatar Linus Torvalds
2016-03-02QML UI: create a chronological dive list when manually adding diveGravatar Dirk Hohndel
2016-02-29This computes the compressibility of the gas depending on the mixture.Gravatar Robert C. Helling
2016-02-29DiveHelperObject: add the weightList and cylinderList propertiesGravatar Lubomir I. Ivanov
2016-02-28If salinity is not density, add density of fresh waterGravatar Robert C. Helling
2016-02-25gas pressures: use an actual compressibility table for airGravatar Linus Torvalds
2016-02-25Don't use "get_volume_string()" for cylinder size stringGravatar Linus Torvalds
2016-02-25gas pressures: do not use gas compressibility for cylinder namingGravatar Linus Torvalds
2016-02-25gas pressures: do some initial cleanupGravatar Linus Torvalds
2016-02-24Correctly round total weight displayedGravatar Dirk Hohndel
2016-02-21pressure interpolation: incrementally update interpolation dataGravatar Linus Torvalds
2016-02-21pressure interpolation: further code simplificationGravatar Linus Torvalds
2016-02-21pressure interpolation: simplify codeGravatar Linus Torvalds
2016-02-21pressure interpolation: get rid of pointless and confusing codeGravatar Linus Torvalds
2016-02-20QML UI: make unit matching case insensitiveGravatar Dirk Hohndel
2016-02-20Add option to allocate the samples in fake_dc()Gravatar Dirk Hohndel
2016-02-15Clean up conversion helpersGravatar Dirk Hohndel
2016-02-14Add dive property to easily test if there isn't an actual diveGravatar Dirk Hohndel
2016-02-14Grab pressures from samples if requiredGravatar Miika Turkia
2016-02-14Test cylinder usage properlyGravatar Miika Turkia
2016-02-13Add helper function to parse gasmix stringsGravatar Joakim Bygdell
2016-02-13Add helper function to retrieve first gasGravatar Joakim Bygdell
2016-02-13While parsing weight and pressure we should not change the users settings.Gravatar Joakim Bygdell
2016-02-12Don't connect to remote if git_local_only is setGravatar Dirk Hohndel
2016-02-10Don't just keep going when opening a git URL failsGravatar Dirk Hohndel
2016-02-09QML UI: add function to get cylinder pressuresGravatar Joakim Bygdell
2016-02-09Add helper to parse pressure strings.Gravatar Joakim Bygdell
2016-02-07Don't run time consuming gas interpolation without any dataGravatar Dirk Hohndel
2016-02-05DiveObjectHelper: check if dive has only one weightsystemGravatar Dirk Hohndel
2016-02-05Simplify sumWeight functionGravatar Dirk Hohndel
2016-02-05Add helper function to parse weight stringsGravatar Dirk Hohndel
2016-02-05Do not run the deco calculations in the mobile appGravatar Dirk Hohndel
2016-02-04Allow merging of dives with zero depth/durationGravatar Miika Turkia
2016-02-03Fix Liquivision import crashGravatar Miika Turkia
2016-02-01Silence compiler warningsGravatar Robert C. Helling
2016-01-31Mark CCR dive's divetype properlyGravatar Miika Turkia
2016-01-27Move helper function to DiveObjectsHelperGravatar Joakim Bygdell
2016-01-26QML UI: don't combine multiple trips to the same location into oneGravatar Dirk Hohndel
2016-01-26Fix usage of QStringGravatar Tomaz Canabrava
2016-01-26Move CloudStorage out of the widgetsGravatar Tomaz Canabrava
2016-01-25Fix bug on the visibility of the Ruler GraphGravatar Tomaz Canabrava
2016-01-25Changed quite a few shorts to bool on the c++ implementtionGravatar Tomaz Canabrava
2016-01-25Start to use the QSettings ObjectWrapperGravatar Tomaz Canabrava