Age | Commit message (Expand) | Author |
2014-07-03 | Don't crash if get_divenr is called with NULL argument | Dirk Hohndel |
2014-07-02 | UI restructure: fix get_divenr to do the right thing on a copy of a dive | Dirk Hohndel |
2014-06-25 | Deco artefacts with low GFlow | Robert C. Helling |
2014-06-18 | CNS doesn't increase when PO2 is below 0.5 atm | Anton Lundin |
2014-06-12 | Correct pO2 formula in CNS calculation. | Robert C. Helling |
2014-06-04 | Fix typo that broke gas reporting in dive list | Dirk Hohndel |
2014-06-03 | CCR code: Change to sample structure | Willem Ferguson |
2014-06-01 | Remove the .used member of the cylinder structure | Dirk Hohndel |
2014-06-01 | Encapsulate the horrid gas encoding in gas change events | Dirk Hohndel |
2014-05-24 | Dive list: move trip merging logic into divelist.c | Dirk Hohndel |
2014-05-24 | Dive list: move trip selection / deselection logic to divelist.c | Dirk Hohndel |
2014-05-24 | Add some helper functions | Dirk Hohndel |
2014-05-20 | Use get_o2 instead of local version | Anton Lundin |
2014-05-19 | Remove unused variables | Dirk Hohndel |
2014-05-14 | Mark new dives "downloaded" when importing new dives | Linus Torvalds |
2014-05-13 | Do not check for null before free. | Tomaz Canabrava |
2014-05-08 | Use the used flag on cylinders in get_dive_gas | Anton Lundin |
2014-04-26 | Don't calculate SAC-rates for negative pressure changes | Linus Torvalds |
2014-03-10 | Get rid of crazy empty tag_list element at the start | Linus Torvalds |
2014-03-08 | Another case of 'dereference before NULL check' | Dirk Hohndel |
2014-03-08 | Don't use dive before checking it against NULL | Dirk Hohndel |
2014-03-03 | Remove pointless assignments | Dirk Hohndel |
2014-03-03 | Whitespace cleanup | Dirk Hohndel |
2014-02-27 | Massive automated whitespace cleanup | Dirk Hohndel |
2014-02-12 | Use "rint()" instead of rounding manually with "+ 0.5" | Linus Torvalds |
2014-02-11 | Fix ATM-vs-bar confusion | Linus Torvalds |
2014-02-10 | Fix calloc parameter order. | Boris Barbulovski |
2014-01-16 | Convert the C code to using stdbool and true/false | Anton Lundin |
2014-01-07 | When merging dives, keep dive ids in mind | Dirk Hohndel |
2014-01-01 | Typos on comments | Rodrigo Severo |
2013-12-12 | Fix incorrect handling of autogrouped trips | Dirk Hohndel |
2013-12-11 | divelist.c: Fix possible NULL pointer deref. | Lubomir I. Ivanov |
2013-12-11 | Remove extra local variable declaration | Anton Lundin |
2013-12-11 | Initialize tissue_tolerance | Anton Lundin |
2013-12-07 | amount_selected should never be decremented if already 0 | Martin Gysel |
2013-11-19 | Fix trip summary line in dive list | Dirk Hohndel |
2013-11-16 | Removed duplicated method. | Tomaz Canabrava |
2013-11-02 | Replaced the tag implementation | Maximilian Güntner |
2013-10-16 | Helpers: move some date related function to qt-gui.cpp | Lubomir I. Ivanov |
2013-10-09 | Next step towards working translations | Dirk Hohndel |
2013-10-07 | Next round of code removal and header cleanup | Dirk Hohndel |
2013-10-07 | Remove even more code and declarations | Dirk Hohndel |
2013-10-06 | Delete code and files that are no longer used | Dirk Hohndel |
2013-10-06 | Remove lots of ifdef'ed out code from GTK/glib version | Dirk Hohndel |
2013-10-06 | Trying to switch to Qt translation | Dirk Hohndel |
2013-10-06 | First steps towards removing glib dependencies | Dirk Hohndel |
2013-09-24 | Disable info widget when canceling 'add dive' for a first dive | Dirk Hohndel |
2013-09-24 | Only offer to merge dives if they are consecutive in the divelist | Dirk Hohndel |
2013-09-23 | Add "merge selected dives" to dive list popup menu | Dirk Hohndel |
2013-06-18 | Converting the device_info list into a Qt data structure | Dirk Hohndel |