summaryrefslogtreecommitdiffstats
path: root/divelist.c
AgeCommit message (Expand)Author
2012-12-30First step in cleaning up cylinder pressure sensor logicGravatar Linus Torvalds
2012-12-30Allow overlapping (and disjoint) dive tripsGravatar Linus Torvalds
2012-12-28Allow sorting dives by date - without the dive trips in the dive listGravatar Linus Torvalds
2012-12-28Free trip notes memory when deleting a tripGravatar Lubomir I. Ivanov
2012-12-27Small changes in the memory management when dive-mergingGravatar Lubomir I. Ivanov
2012-12-26Fix crash when trip info changes across remember/restore tree stateGravatar Dirk Hohndel
2012-12-22Fix some small memory leaks related to gtk_tree_model_get_path()Gravatar Lubomir I. Ivanov
2012-12-20Correctly calculate OTUs when pO2 is recorded in the samplesGravatar Dirk Hohndel
2012-12-15Deal with some trip issues when editing dive timestampsGravatar Dirk Hohndel
2012-12-11Merge branch 'cns' into cns-mergeGravatar Dirk Hohndel
2012-12-10Display maximum CNS in the divelistGravatar Dirk Hohndel
2012-12-10Add the ability to edit the date/time of a diveGravatar Dirk Hohndel
2012-12-10Move global variables covered by Preferences into one structureGravatar Dirk Hohndel
2012-12-06Fix insert_trip to correctly deal with trips that start at the same timeGravatar Dirk Hohndel
2012-12-04Merge trips without modifying the GTK treeGravatar Lubomir I. Ivanov
2012-11-26Simplify tripflags: remove tripflag_names[]Gravatar Linus Torvalds
2012-11-26Remove 'tripflag' from dive tripsGravatar Linus Torvalds
2012-11-26Clarify (and fix) dive trip auto-generationGravatar Linus Torvalds
2012-11-26Remove 'when_from_file' field from dive tripGravatar Linus Torvalds
2012-11-26Rewrite 'remove_autogen_trips()' without the gtk tree model walkingGravatar Linus Torvalds
2012-11-26Associate each dive trip with the dives in that tripGravatar Linus Torvalds
2012-11-23Move events and samples into a 'struct divecomputer'Gravatar Linus Torvalds
2012-11-23Allocate dive samples separately from 'struct dive'Gravatar Linus Torvalds
2012-11-21Make sure there are no invisible selected dives after import / downloadGravatar Dirk Hohndel
2012-11-19Fix silly thinko in recent changes to "Delete dive" codeGravatar Linus Torvalds
2012-11-11Be stricter about when we allow merging of divesGravatar Linus Torvalds
2012-11-11Add special download modes to force updates from the divecomputerGravatar Dirk Hohndel
2012-11-11Fix selection and trip expansion logic after merging divesGravatar Linus Torvalds
2012-11-11Support merging of two adjacent divesGravatar Linus Torvalds
2012-11-11Merge branch 'pressure'Gravatar Dirk Hohndel
2012-11-11Add depth to mbar helper functionGravatar Dirk Hohndel
2012-11-11Simplify and clean up dive trip managementGravatar Linus Torvalds
2012-11-09Fix dive trip merging logicGravatar Linus Torvalds
2012-11-05Repair broken Add Dive menu itemGravatar Henrik Brautaset Aronsen
2012-10-24Added confirmation dialog when deleting dives and tripsGravatar Lubomir I. Ivanov
2012-10-19Use subsurface_os_feature_available() to check for unicode stars supportGravatar Lubomir I. Ivanov
2012-10-19Translate "air"Gravatar Henrik Brautaset Aronsen
2012-10-17Increase various stack buffer sizes to accommodate for locale stringsGravatar Lubomir I. Ivanov
2012-10-17Handle dates and a "calculated plural" in translationsGravatar Dirk Hohndel
2012-10-11Get divelist headers localized, tooGravatar Dirk Hohndel
2012-10-11Conversion to gettext to allow localizationGravatar Dirk Hohndel
2012-10-09Add trip above adds all consecutive selected dives to the new tripGravatar Dirk Hohndel
2012-10-02Fixed potential, rare corruption of unicode charactersGravatar Lubomir I. Ivanov
2012-10-01Fix memory leaks related to dive_trip->locationGravatar Lubomir I. Ivanov
2012-10-01Destroy the divelist (tree) before calling gtk_main_quit()Gravatar Lubomir I. Ivanov
2012-10-01Fixed memory leaks specific to divelist.cGravatar Lubomir I. Ivanov
2012-09-29Fix a number of obvious memory leaksGravatar Dirk Hohndel
2012-09-29Clear the display widgets when deleting all dives in the listGravatar Lubomir I. Ivanov
2012-09-28Redo the delete dive codeGravatar Dirk Hohndel
2012-09-24Update the trip's "when" flag after deleting a dive from itGravatar Lubomir I. Ivanov