Age | Commit message (Expand) | Author |
2016-03-02 | QML UI: new property to tell the UI that we are accessing cloud storage | Dirk Hohndel |
2016-03-02 | QML UI: resolve confusion about dive list model ordering | Dirk Hohndel |
2016-03-02 | QML UI: update profile when editing duration of manually added dive | Dirk Hohndel |
2016-03-02 | QML UI: update the correct dive in the model when committing a change | Dirk Hohndel |
2016-03-02 | QML UI: create a chronological dive list when manually adding dive | Dirk Hohndel |
2016-03-02 | QML UI: after adding a dive, jump to it in the list | Dirk Hohndel |
2016-03-02 | Add helper functions to identify the position of a dive in the dive list | Dirk Hohndel |
2016-02-29 | templatelayout.cpp: fix potential issue in preprocessTemplate() | Lubomir I. Ivanov |
2016-02-29 | QML UI: implement undelete | Dirk Hohndel |
2016-02-29 | QML UI: present an undo dialog after delete | Dirk Hohndel |
2016-02-29 | This computes the compressibility of the gas depending on the mixture. | Robert C. Helling |
2016-02-29 | user-manual.txt: mention some more Grantlee variables | Lubomir I. Ivanov |
2016-02-29 | DiveHelperObject: add the weightList and cylinderList properties | Lubomir I. Ivanov |
2016-02-29 | templatelayout.cpp: add a HTML preprocessor stage | Lubomir I. Ivanov |
2016-02-28 | QML UI: small adjustment to DiveDetailsView | Dirk Hohndel |
2016-02-28 | QML UI: ensure that after a dive edit the profile is redrawn | Dirk Hohndel |
2016-02-28 | QML UI: we no longer use the return value of commitChanges() | Dirk Hohndel |
2016-02-28 | If salinity is not density, add density of fresh water | Robert C. Helling |
2016-02-25 | gas pressures: use an actual compressibility table for air | Linus Torvalds |
2016-02-25 | Show both the nominal and "real" size for an imperial cylinder | Linus Torvalds |
2016-02-25 | Don't use "get_volume_string()" for cylinder size string | Linus Torvalds |
2016-02-25 | gas pressures: do not use gas compressibility for cylinder naming | Linus Torvalds |
2016-02-25 | gas pressures: do some initial cleanup | Linus Torvalds |
2016-02-25 | Initialize the random number generator | Miika Turkia |
2016-02-25 | Use full precision on weight system on XSLT transforms | Miika Turkia |
2016-02-24 | Correctly round total weight displayed | Dirk Hohndel |
2016-02-23 | QML UI: add context menu to delete dive | Dirk Hohndel |
2016-02-23 | Add helper to delete dive from QML | Dirk Hohndel |
2016-02-23 | Divelogs.de import: encode + character on password | Miika Turkia |
2016-02-21 | pressure interpolation: incrementally update interpolation data | Linus Torvalds |
2016-02-21 | pressure interpolation: further code simplification | Linus Torvalds |
2016-02-21 | pressure interpolation: simplify code | Linus Torvalds |
2016-02-21 | pressure interpolation: get rid of pointless and confusing code | Linus Torvalds |
2016-02-20 | QML UI: further validation in the C++ code | Dirk Hohndel |
2016-02-20 | QML UI: make unit matching case insensitive | Dirk Hohndel |
2016-02-20 | QML UI: only allow valid gas mixes | Dirk Hohndel |
2016-02-20 | QML UI: don't allow negative duration or depth | Dirk Hohndel |
2016-02-20 | Add option to allocate the samples in fake_dc() | Dirk Hohndel |
2016-02-20 | After freeing the samples, clear the pointer | Dirk Hohndel |
2016-02-20 | QML UI: fix recreation of profile after dive edit | Dirk Hohndel |
2016-02-15 | QML UI: no longer change unit preferences when parsing edits | Dirk Hohndel |
2016-02-15 | Clean up conversion helpers | Dirk Hohndel |
2016-02-15 | QML UI: better text when no profile is shown for a dive | Dirk Hohndel |
2016-02-14 | QML UI: don't show an odd profile for zero duration dive | Dirk Hohndel |
2016-02-14 | Add dive property to easily test if there isn't an actual dive | Dirk Hohndel |
2016-02-14 | Remove debug output | Dirk Hohndel |
2016-02-14 | Grab pressures from samples if required | Miika Turkia |
2016-02-14 | Test cylinder usage properly | Miika Turkia |
2016-02-14 | QML UI: back key on dive list exits the app | Dirk Hohndel |
2016-02-13 | QML UI: when canceling a dive add, go back to dive list | Dirk Hohndel |