aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-03-07Silence warnings for the GpsLocationGravatar Tomaz Canabrava
2016-03-07Create a constructor with default parameters for some structsGravatar Tomaz Canabrava
2016-03-07Silence warning about unused parameterGravatar Tomaz Canabrava
2016-03-06iOS build: show correct program name on launch screenGravatar Dirk Hohndel
2016-03-06iOS build: bundle application icons and Info.plistGravatar Dirk Hohndel
2016-03-06iOS build: restructure build.sh to create fat librariesGravatar Dirk Hohndel
2016-03-06iOS build: more build.sh hackingGravatar Dirk Hohndel
2016-03-06Revert "iOS build: add the pri file for generating the version"Gravatar Dirk Hohndel
2016-03-06iOS build: create ssrf-version.h by handGravatar Dirk Hohndel
2016-03-06iOS build: add the pri file for generating the versionGravatar Tomaz Canabrava
2016-03-06iOS build: fix libdivecomputer buildGravatar Dirk Hohndel
2016-03-06iOS build: fix loading iconsGravatar Tomaz Canabrava
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