Age | Commit message (Expand) | Author |
2014-05-20 | Use the last 'diveid' when merging dives for one dive computer | Linus Torvalds |
2014-05-20 | Migrate code to for_each_dive and for_each_dc | Anton Lundin |
2014-05-19 | Add ability to make a dive computer the first dive computer of a dive | Dirk Hohndel |
2014-05-19 | Assign the uniq dive ID the moment a dive is allocated | Dirk Hohndel |
2014-05-14 | Don't merge divecomputers if we know they are different | Dirk Hohndel |
2014-05-13 | Do not check for null before free. | Tomaz Canabrava |
2014-05-11 | Prefix a method with 'dive_' because it should work only with dives | Tomaz Canabrava |
2014-05-08 | Remove unnecessary include from dive.c | Anton Lundin |
2014-05-08 | Planner: Implement ascend rate according to GUE standard procedures | Robert C. Helling |
2014-05-05 | Fix standard cylinder names | Dirk Hohndel |
2014-04-25 | Add small helper to determine if dive computer has HR data | Dirk Hohndel |
2014-04-17 | Removed the globals 'userid' and 'save_userid_local' variables | Tomaz Canabrava |
2014-03-21 | Add current time and adjusted time to gui when adjusting dive's timestamp | Gehad |
2014-03-10 | Get rid of crazy empty tag_list element at the start | Linus Torvalds |
2014-03-06 | Initial implementation of git save format | Linus Torvalds |
2014-03-05 | Another small tweak to whitespace tool | Dirk Hohndel |
2014-03-03 | Whitespace cleanup | Dirk Hohndel |
2014-02-28 | Fix negative value for depths in Information Box | Nicu Badescu |
2014-02-27 | Massive automated whitespace cleanup | Dirk Hohndel |
2014-02-16 | Fix missed "+0.5" rounding - use rint() instead | Linus Torvalds |
2014-02-12 | Use "rint()" instead of rounding manually with "+ 0.5" | Linus Torvalds |
2014-01-16 | Convert the C code to using stdbool and true/false | Anton Lundin |
2014-01-15 | Remove unused variable | Anton Lundin |
2014-01-11 | Don't show tanks that aren't used during a dive | Dirk Hohndel |
2014-01-11 | Properly handle user dive merge requests | Linus Torvalds |
2014-01-07 | Add a unique id to every dive | Dirk Hohndel |
2013-12-20 | Silence a few warnings | Dirk Hohndel |
2013-11-29 | Editing air or water temperature should modify dive computer, not dive | Dirk Hohndel |
2013-11-20 | Remove duplicate of add_gas_switch_event in dive.c | Anton Lundin |
2013-11-20 | Use get_cylinder_index in per_cylinder_mean_depth | Anton Lundin |
2013-11-20 | Fix potential crash in the per tank sac calculation | Dirk Hohndel |
2013-11-19 | Collect per tank SAC rate | Dirk Hohndel |
2013-11-19 | Only translate default tags | Maximilian Güntner |
2013-11-18 | Shift times of selected dives | Robert Helling |
2013-11-16 | Removed duplicated method. | Tomaz Canabrava |
2013-11-08 | Be consistent when passing around gas data in the planner | Dirk Hohndel |
2013-11-07 | Include the cylinder information in a dive added with "Add Dive" | Dirk Hohndel |
2013-11-02 | Fix warning about ambiguous if / else nesting | Dirk Hohndel |
2013-11-02 | Replaced the tag implementation | Maximilian Güntner |
2013-10-11 | Fix dive planner sidebar depth units | Linus Torvalds |
2013-10-09 | Next step towards working translations | Dirk Hohndel |
2013-10-07 | Remove info.c/info.h | Dirk Hohndel |
2013-10-07 | dive.c: fix compile error for missing INT_MAX | Lubomir I. Ivanov |
2013-10-06 | Trying to switch to Qt translation | Dirk Hohndel |
2013-10-06 | First steps towards removing glib dependencies | Dirk Hohndel |
2013-10-04 | Added configuration options for vertical speed units. | Patrick Valsecchi |
2013-09-19 | Hook up adding a dive | Dirk Hohndel |
2013-09-18 | Use the right event type | Anton Lundin |
2013-06-05 | Merge dive tags when merging dives | Linus Torvalds |
2013-05-22 | Get the math right for cylinder model setData function | Dirk Hohndel |