summaryrefslogtreecommitdiffstats
path: root/divelist.c
AgeCommit message (Expand)Author
2013-01-25Fix potential uninitialized variable accessGravatar Dirk Hohndel
2013-01-25Small fix for a possible crash in divelist.cGravatar Lubomir I. Ivanov
2013-01-23Fix setting of the dive_table.preexisting logicGravatar Linus Torvalds
2013-01-23Move more dive computer filled data to the divecomputer structureGravatar Linus Torvalds
2013-01-23divelist.c:icon_click_cb(): check if a GtkTreePath is foundGravatar Lubomir I. Ivanov
2013-01-22Use proper helper functions for dive location and for_each_diveGravatar Linus Torvalds
2013-01-22Fix crash when clicking on icon column in trip header entriesGravatar Dirk Hohndel
2013-01-22Add GPS icon to the location column for dive sites where we have GPS dataGravatar Dirk Hohndel
2013-01-20Mark locations that have GPS location data attachedGravatar Dirk Hohndel
2013-01-17Hack Makefile, gtk-gui.c and divelist.c to allow building w/o osm-gps-mapGravatar Dirk Hohndel
2013-01-16Only offer to show dive on map if we have location informationGravatar Linus Torvalds
2013-01-15Show single dives in map.Gravatar Henrik Brautaset Aronsen
2013-01-14Centralising and redefining values as integersGravatar Jan Schubert
2013-01-13Scroll the divelist to show the planned diveGravatar Dirk Hohndel
2013-01-13Correctly show the planned dive in the divelistGravatar Dirk Hohndel
2013-01-13Make sure init_decompression works for dive 0 as wellGravatar Dirk Hohndel
2013-01-13During multi-dive deco calculations don't look at dives from other tripsGravatar Dirk Hohndel
2013-01-11Add default filename and divelist font to prefs structureGravatar Linus Torvalds
2013-01-10Split up preference data structure definition into 'pref.h'Gravatar Linus Torvalds
2013-01-09Clean up duplicated depth interpolationGravatar Linus Torvalds
2013-01-08Rewrite of the deco codeGravatar Robert C. Helling
2013-01-07Improve dive trip sort comparison functionGravatar Linus Torvalds
2013-01-06Display dive profile of the dive we plan, as we plan itGravatar Dirk Hohndel
2013-01-04First stab at simplistic dive planningGravatar Dirk Hohndel
2013-01-04Clean up DEBUG codeGravatar Dirk Hohndel
2013-01-04Fix deco calculations to correctly use GF values and add CC supportGravatar Dirk Hohndel
2013-01-03Merge branch 'deco2'Gravatar Dirk Hohndel
2013-01-03Improvements to select_prev_dive() and select_next_dive()Gravatar Lubomir I. Ivanov
2013-01-03Consider previous dives when calculating decoGravatar Dirk Hohndel
2013-01-02Limit to 4 the number of cylinders shown in the data frameGravatar Salvador Cuñat
2013-01-02Fix mixed dive/trip tree model groupingGravatar Linus Torvalds
2013-01-01Keep the selected dive visible in the divelistGravatar Linus Torvalds
2013-01-01First step towards grabbing keys and handling them ourselvesGravatar Dirk Hohndel
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