Age | Commit message (Expand) | Author |
2018-12-17 | Core: remove count_dives_with_*() functions | Berthold Stoeger |
2018-12-14 | Cleanup: remove split_dive_*() functions | Berthold Stoeger |
2018-12-13 | Dive media: add media to closest dive | Berthold Stoeger |
2018-11-23 | Cleanup: remove redundant 'extern "C"' in dive.h | Berthold Stoeger |
2018-11-23 | Filter: use hidden_by_filter also on mobile | Berthold Stoeger |
2018-11-23 | Cleanup: make "struct dive *" and "struct dive_trip *" Qt metatypes | Berthold Stoeger |
2018-11-20 | Core: replace tripflag by notrip boolean | Berthold Stoeger |
2018-11-20 | Core: remove ASSIGNED_TRIP trip flag | Berthold Stoeger |
2018-11-20 | Core: remove two unused macros | Berthold Stoeger |
2018-11-18 | Core: remove "when" field of struct dive_trip | Berthold Stoeger |
2018-11-18 | Dive list: move sort-functionality into core | Berthold Stoeger |
2018-11-18 | Dive list: implement trip_less_than function | Berthold Stoeger |
2018-11-18 | Dive list: replace dive-list of trips by a table | Berthold Stoeger |
2018-11-18 | Core: add add_dive_to_table() function | Berthold Stoeger |
2018-11-18 | Core: unify insert_trip() and insert_trip_dont_merge() | Berthold Stoeger |
2018-11-12 | Cleanup: remove unsused flags in struct dive_trip | Berthold Stoeger |
2018-10-29 | Dive site: replace dive->dive_site_uuid by dive_site | Berthold Stoeger |
2018-10-25 | core: add seperate number of dives shown to the trip structure | Dirk Hohndel |
2018-10-23 | Core: export free_picture() | Berthold Stoeger |
2018-10-21 | Add 'location_t' data structure | Linus Torvalds |
2018-10-15 | Cleanup: make xml_parsing_units local to parse-xml.c | Berthold Stoeger |
2018-10-14 | Cleanup: move clear_table() to divesite.c | Berthold Stoeger |
2018-10-13 | Dive site: un-globalize displayed_dive_site | Berthold Stoeger |
2018-10-11 | Dive list: unify sorting in core and Qt-model | Berthold Stoeger |
2018-10-11 | Undo: don't modify source-dives on merge | Berthold Stoeger |
2018-10-11 | Undo: select dives after add, remove, merge, split dive commands | Berthold Stoeger |
2018-10-11 | Core: introduce insert_trip_dont_merge() function | Berthold Stoeger |
2018-10-11 | Undo: implement rudimentary support for undo of dive-merging | Berthold Stoeger |
2018-10-11 | Undo: implement rudimentary support for undo of dive-splitting | Berthold Stoeger |
2018-10-11 | Undo: implement undo of manual dive-creation | Berthold Stoeger |
2018-10-11 | Undo: fix multi-level undo of delete-dive and remove-dive-from-trip | Berthold Stoeger |
2018-10-06 | Core: remove dive->downloaded flag | Berthold Stoeger |
2018-10-06 | Core: remove preexisting field from struct dive_table | Berthold Stoeger |
2018-09-29 | Cleanup: split out free_dive() function from delete_single_dive() | Berthold Stoeger |
2018-09-28 | Cleanup: remove redundant prototypes from dive.h | Berthold Stoeger |
2018-09-19 | Dive media: on import read metadata only once | Berthold Stoeger |
2018-09-13 | Optional anonymization upon export | Robert C. Helling |
2018-09-11 | cleanup[2/6]: remove set_userid() | Jan Mulder |
2018-09-10 | Profile: fix SAC calculation for air dives | Berthold Stoeger |
2018-09-07 | Cleanup: constify get_units() | Berthold Stoeger |
2018-08-23 | Cleanup: const-ify functions taking dives and divecomputers | Berthold Stoeger |
2018-08-23 | Parse: pass dive_table argument to parse_file() | Berthold Stoeger |
2018-08-23 | Cleanup: user properly typed pointers | Berthold Stoeger |
2018-08-23 | Cleanup: const-ify functions taking pointers to events | Berthold Stoeger |
2018-08-23 | Cleanup: const-ify parameters to trivial accessor functions | Berthold Stoeger |
2018-08-23 | Cleanup: pass gasmix by value | Berthold Stoeger |
2018-08-23 | Cleanup: unify get_gas_at_time() and get_gasmix() | Berthold Stoeger |
2018-08-23 | Cleanup: return gasmix by value | Berthold Stoeger |
2018-07-21 | Uninline functions in dive.h | Berthold Stoeger |
2018-07-19 | Undo: remember deleted trip in UndoRemoveDivesFromTrip::undo() | Berthold Stoeger |