summaryrefslogtreecommitdiffstats
path: root/info.c
AgeCommit message (Expand)Author
2013-02-10Fix saving of changed GPS entryGravatar Linus Torvalds
2013-02-10Fix rounding of GPS coordinatesGravatar Linus Torvalds
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-08Avoid using float when dealing with GPS locationGravatar Dirk Hohndel
2013-02-08Walk over each divecomputer entry in fixup_dives()Gravatar Linus Torvalds
2013-02-08Duration of a dive is the maximum duration from all divecomputersGravatar Dirk Hohndel
2013-02-04Better fix for translated cardinal directionsGravatar Dirk Hohndel
2013-02-03Fix air temperature for multi-dive editingGravatar Linus Torvalds
2013-02-03Allow using the map picker to refine a GPS address in info widgetGravatar Dirk Hohndel
2013-02-03Add default GPS location for dive sites we already know aboutGravatar Linus Torvalds
2013-02-03Correctly parse translated cardinal directionsGravatar Dirk Hohndel
2013-01-31Make sure that the planned dive is selectedGravatar Dirk Hohndel
2013-01-31Better algorithm to merge gps locations & locations names from webserviceGravatar Dirk Hohndel
2013-01-30Massive cleanupGravatar Dirk Hohndel
2013-01-29Add missing strings for translationsGravatar Dirk Hohndel
2013-01-28GPS location map inputGravatar Lubomir I. Ivanov
2013-01-28Fix compilation for systems without osm-gps-mapGravatar Dirk Hohndel
2013-01-28Merge branch 'gps-map-input'Gravatar Dirk Hohndel
2013-01-28Clean up gtk combo box handlingGravatar Linus Torvalds
2013-01-28Pick GPS coordinates of dive location via map widgetGravatar Dirk Hohndel
2013-01-27UTF8 aware parser for some more GPS formatsGravatar Dirk Hohndel
2013-01-27Parse an empty string as "no GPS coordinates"Gravatar Dirk Hohndel
2013-01-27Allow manual entry of GPS coordinatesGravatar Dirk Hohndel
2013-01-23Move more dive computer filled data to the divecomputer structureGravatar Linus Torvalds
2013-01-10Split up preference data structure definition into 'pref.h'Gravatar Linus Torvalds
2013-01-08Avoid pointless calls to dive plannerGravatar Dirk Hohndel
2013-01-05Add new gases to the combo box in dive plan entryGravatar 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-11-05Repair broken Add Dive menu itemGravatar Henrik Brautaset Aronsen
2012-10-28Add support for visibility tracking and allow manual entry air tempGravatar Dirk Hohndel
2012-10-24Removed the delete option by right clicking on "Dive Info"Gravatar Lubomir I. Ivanov
2012-10-24info.c: Make sure we only edit when there is dive selectionGravatar Lubomir I. Ivanov
2012-10-22Use the 'star_strings' buffer to set combo box entries for ratingGravatar Lubomir I. Ivanov
2012-10-18Don't enable equipment notebook buttons if there is no diveGravatar Dirk Hohndel
2012-10-17Allocate memory for and truncate strings that go into the title barGravatar Lubomir I. Ivanov
2012-10-17Increase various stack buffer sizes to accommodate for locale stringsGravatar Lubomir I. Ivanov
2012-10-17info.c: set units for translation in the "depth box"Gravatar Lubomir I. Ivanov
2012-10-17Handle dates and a "calculated plural" in translationsGravatar Dirk Hohndel
2012-10-16Localization prevents us from from making assumptions about string lengthGravatar Dirk Hohndel
2012-10-15Fix incorrect localization of dialog nameGravatar Dirk Hohndel
2012-10-11Conversion to gettext to allow localizationGravatar Dirk Hohndel
2012-10-01Fixed some small memory leaksGravatar Lubomir I. Ivanov
2012-09-29Set a default size to the "Edit Trip Info" windowGravatar Lubomir I. Ivanov
2012-09-24Update cylinder info properlyGravatar Linus Torvalds
2012-09-20Merge branch 'divetrip-rewrite' of git://github.com/torvalds/subsurfaceGravatar Linus Torvalds
2012-09-20dive-time widget: fix incorrect use of timestamp_tGravatar Linus Torvalds
2012-09-19Partial rewrite of the dive trip codeGravatar Dirk Hohndel
2012-09-19Use a 64-bit 'timestamp_t' for all timestamps, rather than 'time_t'Gravatar Linus Torvalds