summaryrefslogtreecommitdiffstats
path: root/divelist.c
AgeCommit message (Expand)Author
2013-02-27When manually adding a dive allow user to set avg depth as wellGravatar Dirk Hohndel
2013-02-25Take incompressibility of gas into account at higher pressuresGravatar Linus Torvalds
2013-02-24Use the improved duration and average depth for everythingGravatar Linus Torvalds
2013-02-24Correctly calculate SAC rate in the presense of surface eventsGravatar Linus Torvalds
2013-02-24Fix up SAC calculations for ATM/bar confusionGravatar Linus Torvalds
2013-02-20Unref the two GtkTreeStore instances when destroying the divelistGravatar Lubomir I. Ivanov
2013-02-20Fixed a memory leak in the divelist when moving with the keyboardGravatar Lubomir I. Ivanov
2013-02-20Indicate to the user a default divelist sorting orderGravatar Lubomir I. Ivanov
2013-02-20Preserve keyboard focus when changing sorting order in the divelistGravatar Lubomir I. Ivanov
2013-02-19Fix tracking of selected dives across sort column changesGravatar Dirk Hohndel
2013-02-19Obviate the need for explicit 'remember_tree_state/restore_tree_state' callsGravatar Linus Torvalds
2013-02-19Remember non-expanded state in 'remember_tree_state()' tooGravatar Linus Torvalds
2013-02-19Rewrite "merge_dive_into_trip_above()" using our own data structuresGravatar Linus Torvalds
2013-02-19Don't do "insert_trip_before" using the gtk data structuresGravatar Linus Torvalds
2013-02-19Fix find_trip_by_idx() over-zealous cleanupGravatar Linus Torvalds
2013-02-19Don't do "remove_from_trip" by walking the gtk data structuresGravatar Linus Torvalds
2013-02-19Don't do "remove_trip()" by walking the gtk data structuresGravatar Linus Torvalds
2013-02-19Use the divetrip index to look up divelist trip entriesGravatar Linus Torvalds
2013-02-18When only a dive trip is selected, select all the dives in the tripGravatar Linus Torvalds
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