aboutsummaryrefslogtreecommitdiffstats
path: root/divelist.c
AgeCommit message (Expand)Author
2013-02-09Replace deprecated gdk_pixbuf_unref with g_object_unrefGravatar Dirk Hohndel
2013-02-09Fixed a memory leak related to the satelite iconGravatar Lubomir I. Ivanov
2013-02-09Fixed some memory leaks in divelist.c related to gtk_tree_iter_copy()Gravatar Lubomir I. Ivanov
2013-02-09Finish removing accesses to first divecomputer instead of diveGravatar Dirk Hohndel
2013-02-09Move duration to dive structure and replace accessor functionGravatar Dirk Hohndel
2013-02-08Add maxdepth back to the dive structureGravatar Dirk Hohndel
2013-02-08Do more dive fixup for each dive computerGravatar Linus Torvalds
2013-02-09Clean up the handling of surface pressureGravatar Dirk Hohndel
2013-02-08Duration of a dive is the maximum duration from all divecomputersGravatar Dirk Hohndel
2013-02-08Properly de-select dives in collapsed trips that are unselectedGravatar Linus Torvalds
2013-02-03Fixing SP handling in planner, adding eventGravatar Jan Schubert
2013-02-02Add 'Save As' entry to context menu shown when right clicking on a diveGravatar Pierre-Yves Chibon
2013-02-01Move flag icon to include fileGravatar Dirk Hohndel
2013-02-01When switching sort order, scroll the dive list to the current diveGravatar Linus Torvalds
2013-01-31Make sure that the planned dive is selectedGravatar Dirk Hohndel
2013-01-31Make the dive selection logic also set the treeview cursorGravatar Linus Torvalds
2013-01-31Better algorithm to merge gps locations & locations names from webserviceGravatar Dirk Hohndel
2013-01-30Fix segfault pressing Menu keyGravatar Henrik Brautaset Aronsen
2013-01-30Massive cleanupGravatar Dirk Hohndel
2013-01-30Make the selection logic more robustGravatar Dirk Hohndel
2013-01-30Don't deselect all dives on all selection "change" eventsGravatar Linus Torvalds
2013-01-30Fix cursor up/down logicGravatar Linus Torvalds
2013-01-28Rewrite gtk dive selection tracking logicGravatar Linus Torvalds
2013-01-28Make dive planner more useful for closed circuit divingGravatar Dirk Hohndel
2013-01-28Dive planning for closed circuit rebreatherGravatar Jan Schubert
2013-01-28Pick GPS coordinates of dive location via map widgetGravatar Dirk Hohndel
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