Age | Commit message (Expand) | Author |
2013-02-27 | When manually adding a dive allow user to set avg depth as well | Dirk Hohndel |
2013-02-25 | Take incompressibility of gas into account at higher pressures | Linus Torvalds |
2013-02-24 | Use the improved duration and average depth for everything | Linus Torvalds |
2013-02-24 | Correctly calculate SAC rate in the presense of surface events | Linus Torvalds |
2013-02-24 | Fix up SAC calculations for ATM/bar confusion | Linus Torvalds |
2013-02-20 | Unref the two GtkTreeStore instances when destroying the divelist | Lubomir I. Ivanov |
2013-02-20 | Fixed a memory leak in the divelist when moving with the keyboard | Lubomir I. Ivanov |
2013-02-20 | Indicate to the user a default divelist sorting order | Lubomir I. Ivanov |
2013-02-20 | Preserve keyboard focus when changing sorting order in the divelist | Lubomir I. Ivanov |
2013-02-19 | Fix tracking of selected dives across sort column changes | Dirk Hohndel |
2013-02-19 | Obviate the need for explicit 'remember_tree_state/restore_tree_state' calls | Linus Torvalds |
2013-02-19 | Remember non-expanded state in 'remember_tree_state()' too | Linus Torvalds |
2013-02-19 | Rewrite "merge_dive_into_trip_above()" using our own data structures | Linus Torvalds |
2013-02-19 | Don't do "insert_trip_before" using the gtk data structures | Linus Torvalds |
2013-02-19 | Fix find_trip_by_idx() over-zealous cleanup | Linus Torvalds |
2013-02-19 | Don't do "remove_from_trip" by walking the gtk data structures | Linus Torvalds |
2013-02-19 | Don't do "remove_trip()" by walking the gtk data structures | Linus Torvalds |
2013-02-19 | Use the divetrip index to look up divelist trip entries | Linus Torvalds |
2013-02-18 | When only a dive trip is selected, select all the dives in the trip | Linus Torvalds |
2013-02-09 | Replace deprecated gdk_pixbuf_unref with g_object_unref | Dirk Hohndel |
2013-02-09 | Fixed a memory leak related to the satelite icon | Lubomir I. Ivanov |
2013-02-09 | Fixed some memory leaks in divelist.c related to gtk_tree_iter_copy() | Lubomir I. Ivanov |
2013-02-09 | Finish removing accesses to first divecomputer instead of dive | Dirk Hohndel |
2013-02-09 | Move duration to dive structure and replace accessor function | Dirk Hohndel |
2013-02-08 | Add maxdepth back to the dive structure | Dirk Hohndel |
2013-02-08 | Do more dive fixup for each dive computer | Linus Torvalds |
2013-02-09 | Clean up the handling of surface pressure | Dirk Hohndel |
2013-02-08 | Duration of a dive is the maximum duration from all divecomputers | Dirk Hohndel |
2013-02-08 | Properly de-select dives in collapsed trips that are unselected | Linus Torvalds |
2013-02-03 | Fixing SP handling in planner, adding event | Jan Schubert |
2013-02-02 | Add 'Save As' entry to context menu shown when right clicking on a dive | Pierre-Yves Chibon |
2013-02-01 | Move flag icon to include file | Dirk Hohndel |
2013-02-01 | When switching sort order, scroll the dive list to the current dive | Linus Torvalds |
2013-01-31 | Make sure that the planned dive is selected | Dirk Hohndel |
2013-01-31 | Make the dive selection logic also set the treeview cursor | Linus Torvalds |
2013-01-31 | Better algorithm to merge gps locations & locations names from webservice | Dirk Hohndel |
2013-01-30 | Fix segfault pressing Menu key | Henrik Brautaset Aronsen |
2013-01-30 | Massive cleanup | Dirk Hohndel |
2013-01-30 | Make the selection logic more robust | Dirk Hohndel |
2013-01-30 | Don't deselect all dives on all selection "change" events | Linus Torvalds |
2013-01-30 | Fix cursor up/down logic | Linus Torvalds |
2013-01-28 | Rewrite gtk dive selection tracking logic | Linus Torvalds |
2013-01-28 | Make dive planner more useful for closed circuit diving | Dirk Hohndel |
2013-01-28 | Dive planning for closed circuit rebreather | Jan Schubert |
2013-01-28 | Pick GPS coordinates of dive location via map widget | Dirk Hohndel |
2013-01-25 | Fix potential uninitialized variable access | Dirk Hohndel |
2013-01-25 | Small fix for a possible crash in divelist.c | Lubomir I. Ivanov |
2013-01-23 | Fix setting of the dive_table.preexisting logic | Linus Torvalds |
2013-01-23 | Move more dive computer filled data to the divecomputer structure | Linus Torvalds |
2013-01-23 | divelist.c:icon_click_cb(): check if a GtkTreePath is found | Lubomir I. Ivanov |