aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-03-06qt-gui.h shouldn't include QApplicationGravatar Tomaz Canabrava
2016-03-06iOS build: don't include CoreServices on iOSGravatar Tomaz Canabrava
2016-03-06Clean up handling of various include fileGravatar Tomaz Canabrava
2016-03-06iOS build: add various support filesGravatar Tomaz Canabrava
2016-03-06iOS build: Updated build scriptGravatar Tomaz Canabrava
2016-03-05Android build: pass in build nrGravatar Dirk Hohndel
2016-03-05Android build: automate setting the right version numberGravatar Dirk Hohndel
2016-03-05Introduce separate version number for Subsurface-mobileGravatar Dirk Hohndel
2016-03-05QML UI: small modification to About screenGravatar Dirk Hohndel
2016-03-04Rewrite the Subsurface-mobile user manualGravatar Dirk Hohndel
2016-03-04gas model: use virial cubic polynomial formGravatar Linus Torvalds
2016-03-03QML UI: make sure the drawer is closed after going back to dive listGravatar Dirk Hohndel
2016-03-03QML UI: brute force around Qt 5.6.0 bugGravatar Dirk Hohndel
2016-03-03QML UI: remove commented out / unused codeGravatar Dirk Hohndel
2016-03-03Build scripts: work with both Qt 5.5 and 5.6Gravatar Dirk Hohndel
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-03QML UI: try to avoid binding loopGravatar Dirk Hohndel
2016-03-03use the global showPassiveNotification functionGravatar Marco Martin
2016-03-03QML UI: remove incorrect statementGravatar Dirk Hohndel
2016-03-03QML UI: show notification for saving dives to cloud as wellGravatar Dirk Hohndel
2016-03-03QML UI: ensure that cloud notification is always clearedGravatar Dirk Hohndel
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: show notification when cloud is accessedGravatar Dirk Hohndel
2016-03-02QML UI: new property to tell the UI that we are accessing cloud storageGravatar Dirk Hohndel
2016-03-02QML UI: resolve confusion about dive list model orderingGravatar Dirk Hohndel
2016-03-02QML UI: update profile when editing duration of manually added diveGravatar Dirk Hohndel
2016-03-02QML UI: update the correct dive in the model when committing a changeGravatar Dirk Hohndel
2016-03-02QML UI: create a chronological dive list when manually adding diveGravatar Dirk Hohndel
2016-03-02QML UI: after adding a dive, jump to it in the listGravatar Dirk Hohndel
2016-03-02Add helper functions to identify the position of a dive in the dive listGravatar Dirk Hohndel
2016-02-29templatelayout.cpp: fix potential issue in preprocessTemplate()Gravatar Lubomir I. Ivanov
2016-02-29QML UI: implement undeleteGravatar Dirk Hohndel
2016-02-29QML UI: present an undo dialog after deleteGravatar Dirk Hohndel
2016-02-29This computes the compressibility of the gas depending on the mixture.Gravatar Robert C. Helling
2016-02-29user-manual.txt: mention some more Grantlee variablesGravatar Lubomir I. Ivanov
2016-02-29DiveHelperObject: add the weightList and cylinderList propertiesGravatar Lubomir I. Ivanov
2016-02-29templatelayout.cpp: add a HTML preprocessor stageGravatar Lubomir I. Ivanov
2016-02-28QML UI: small adjustment to DiveDetailsViewGravatar Dirk Hohndel
2016-02-28QML UI: ensure that after a dive edit the profile is redrawnGravatar Dirk Hohndel
2016-02-28QML UI: we no longer use the return value of commitChanges()Gravatar Dirk Hohndel
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-25Show both the nominal and "real" size for an imperial cylinderGravatar 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