Age | Commit message (Expand) | Author |
2012-11-23 | Move events and samples into a 'struct divecomputer' | Linus Torvalds |
2012-11-23 | Allocate dive samples separately from 'struct dive' | Linus Torvalds |
2012-11-21 | Make sure there are no invisible selected dives after import / download | Dirk Hohndel |
2012-11-19 | Fix silly thinko in recent changes to "Delete dive" code | Linus Torvalds |
2012-11-11 | Be stricter about when we allow merging of dives | Linus Torvalds |
2012-11-11 | Add special download modes to force updates from the divecomputer | Dirk Hohndel |
2012-11-11 | Fix selection and trip expansion logic after merging dives | Linus Torvalds |
2012-11-11 | Support merging of two adjacent dives | Linus Torvalds |
2012-11-11 | Merge branch 'pressure' | Dirk Hohndel |
2012-11-11 | Add depth to mbar helper function | Dirk Hohndel |
2012-11-11 | Simplify and clean up dive trip management | Linus Torvalds |
2012-11-09 | Fix dive trip merging logic | Linus Torvalds |
2012-11-05 | Repair broken Add Dive menu item | Henrik Brautaset Aronsen |
2012-10-24 | Added confirmation dialog when deleting dives and trips | Lubomir I. Ivanov |
2012-10-19 | Use subsurface_os_feature_available() to check for unicode stars support | Lubomir I. Ivanov |
2012-10-19 | Translate "air" | Henrik Brautaset Aronsen |
2012-10-17 | Increase various stack buffer sizes to accommodate for locale strings | Lubomir I. Ivanov |
2012-10-17 | Handle dates and a "calculated plural" in translations | Dirk Hohndel |
2012-10-11 | Get divelist headers localized, too | Dirk Hohndel |
2012-10-11 | Conversion to gettext to allow localization | Dirk Hohndel |
2012-10-09 | Add trip above adds all consecutive selected dives to the new trip | Dirk Hohndel |
2012-10-02 | Fixed potential, rare corruption of unicode characters | Lubomir I. Ivanov |
2012-10-01 | Fix memory leaks related to dive_trip->location | Lubomir I. Ivanov |
2012-10-01 | Destroy the divelist (tree) before calling gtk_main_quit() | Lubomir I. Ivanov |
2012-10-01 | Fixed memory leaks specific to divelist.c | Lubomir I. Ivanov |
2012-09-29 | Fix a number of obvious memory leaks | Dirk Hohndel |
2012-09-29 | Clear the display widgets when deleting all dives in the list | Lubomir I. Ivanov |
2012-09-28 | Redo the delete dive code | Dirk Hohndel |
2012-09-24 | Update the trip's "when" flag after deleting a dive from it | Lubomir I. Ivanov |
2012-09-23 | Added the functionality to delete selected (multiple) dives | Lubomir I. Ivanov |
2012-09-22 | Added different delete label when right clicking multiple drives | Lubomir I. Ivanov |
2012-09-20 | Only select last dive by default if no other dives are selected | Dirk Hohndel |
2012-09-20 | Removed obsolete debug message | Dirk Hohndel |
2012-09-20 | Convert the divelist debug helpers to the new time functions as well | Dirk Hohndel |
2012-09-20 | Merge branch 'divetrip-rewrite' of git://github.com/torvalds/subsurface | Linus Torvalds |
2012-09-20 | FIND_TRIP: don't cast a timestamp to a pointer | Linus Torvalds |
2012-09-20 | Convert FIND_TRIP into function | Dirk Hohndel |
2012-09-19 | Fix the incorrect data type for DIVE_DATE accesses | Linus Torvalds |
2012-09-19 | Partial rewrite of the dive trip code | Dirk Hohndel |
2012-09-19 | Use a 64-bit 'timestamp_t' for all timestamps, rather than 'time_t' | Linus Torvalds |
2012-09-19 | Check if trip is NULL before calling DIVE_TRIP | Lubomir I. Ivanov |
2012-09-18 | Fix some of the problems reported by cppcheck | Dirk Hohndel |
2012-09-18 | When deleting dives make sure that amount_selected stays consistent | Dirk Hohndel |
2012-09-18 | Prevent dive_from_path from dereferencing invalid iter | Dirk Hohndel |
2012-09-13 | Mark divelist changed when modifying trips | Dirk Hohndel |
2012-09-11 | Better compatibility with older GTK and Cairo | Lubomir I. Ivanov |
2012-09-10 | Improve trip assignment for new dives | Dirk Hohndel |
2012-09-07 | Implement delete dive option | Dirk Hohndel |
2012-09-07 | Make "create trip above" also add on selected dives | Dirk Hohndel |
2012-09-07 | Handle new dives correctly if trips exist | Dirk Hohndel |