aboutsummaryrefslogtreecommitdiffstats
path: root/info.c
AgeCommit message (Expand)Author
2013-10-06Remove lots of ifdef'ed out code from GTK/glib versionGravatar Dirk Hohndel
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-05-03Remove the majority of the Gtk related codeGravatar Dirk Hohndel
2013-04-14Separate Gtk related code from core logic: infoGravatar Dirk Hohndel
2013-03-10Info dialog: print coordinates using an ASCII 'dtoa' type of methodGravatar Lubomir I. Ivanov
2013-03-08Never use localized floating point numbersGravatar Dirk Hohndel
2013-03-07Fix potentially broken white space truncation on certain Windows versionsGravatar Lubomir I. Ivanov
2013-03-03Fix scaling problem in scrolled edit dialogGravatar Dirk Hohndel
2013-03-03Try to capture some more potential buffer overflows caused by localizationGravatar Dirk Hohndel
2013-02-28Request a minimal height for the notes in the dive edit dialogGravatar Lubomir I. Ivanov
2013-02-28Added support for a scrollable area in the dive info dialogGravatar Lubomir I. Ivanov
2013-02-28Better editing of existing divesGravatar Dirk Hohndel
2013-02-28Change layout of dive editing dialogGravatar Dirk Hohndel
2013-02-28Revert "Add Portuguese translation"Gravatar Dirk Hohndel
2013-02-27Add Portuguese translationGravatar Eduardo Ramalho
2013-02-27When manually adding a dive allow user to set avg depth as wellGravatar Dirk Hohndel
2013-02-27Unused variable warning when building without libosmgpsmap.Gravatar Cristian Ionescu-Idbohrn
2013-02-24Remove rounding of the value for minutes when editing dive date/timeGravatar Lubomir I. Ivanov
2013-02-20info.c: add a method to clear all GtkListStore allocationsGravatar Lubomir I. Ivanov
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