aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
2013-06-03Tie all the pieces together and make Preferences work as intendedGravatar Dirk Hohndel
2013-05-30Add --help command line optionGravatar Henrik Brautaset Aronsen
2013-05-30Stop building prefs.cGravatar Dirk Hohndel
2013-05-29Add --version to command line optionsGravatar Henrik Brautaset Aronsen
2013-05-29Connect preferences to the rest of the codeGravatar Dirk Hohndel
2013-05-21Replace GError handling with a kMessageWidget based approachGravatar Dirk Hohndel
2013-05-21Remove Gtk crudGravatar Dirk Hohndel
2013-05-21Initialize QSettings earlier & change the Organization to "Subsurface"Gravatar Dirk Hohndel
2013-05-17Merge branch 'Qt'Gravatar Dirk Hohndel
2013-05-11Require libzip, xslt and osm-gps-map in all buildsGravatar Henrik Brautaset Aronsen
2013-05-03Remove the majority of the Gtk related codeGravatar Dirk Hohndel
2013-04-24Split report_dives into UI and logic and move to divelist filesGravatar Dirk Hohndel
2013-04-18Delay Qt ui constructionGravatar Amit Chaudhuri
2013-04-07Move set_filename() calls outside of parse_file()Gravatar Alberto Mardegan
2013-04-02Move set_filename() calls outside of parse_file()Gravatar Alberto Mardegan
2013-03-01Make the map provider choice a preferenceGravatar Dirk Hohndel
2013-02-18Clear statistics and equipment when no dive is selectedGravatar Dirk Hohndel
2013-02-09Fixed some memory leaks in windows.c and main.cGravatar Lubomir I. Ivanov
2013-02-09Finish removing accesses to first divecomputer instead of diveGravatar Dirk Hohndel
2013-01-31Better algorithm to merge gps locations & locations names from webserviceGravatar Dirk Hohndel
2013-01-30Massive cleanupGravatar Dirk Hohndel
2013-01-24Don't set a default filename when called with multiple filenamesGravatar Dirk Hohndel
2013-01-24Don't mark divelist changed for automated merges after allGravatar Linus Torvalds
2013-01-24Merge branch 'webservice-import'Gravatar Dirk Hohndel
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-23Import and merge GPS data from the webserviceGravatar Dirk Hohndel
2013-01-13Add support for MOD, EAD, AND and EADD in the mouse over displayGravatar Dirk Hohndel
2013-01-11Add default filename and divelist font to prefs structureGravatar Linus Torvalds
2013-01-10Make the default preferences explicitGravatar Linus Torvalds
2013-01-10Split up preference data structure definition into 'pref.h'Gravatar Linus Torvalds
2012-12-22Imrpove the nickname handlingGravatar Dirk Hohndel
2012-12-21Remove nickname from divecomputer data structureGravatar Dirk Hohndel
2012-12-13Add the ability to set a nickname for a dive computerGravatar Dirk Hohndel
2012-12-05When starting with an empty data file and downloading dives, number themGravatar Dirk Hohndel
2012-11-11Add special download modes to force updates from the divecomputerGravatar Dirk Hohndel
2012-11-11Support merging of two adjacent divesGravatar Linus Torvalds
2012-11-11Prepare to merge non-overlapping divesGravatar Linus Torvalds
2012-11-09Fix dive trip merging logicGravatar Linus Torvalds
2012-10-25Allow debug output to go either to log file or to stderrGravatar Dirk Hohndel
2012-10-18Don't enable equipment notebook buttons if there is no diveGravatar Dirk Hohndel
2012-10-18Find translation files on Linux after Subsurface was installedGravatar Dirk Hohndel
2012-10-15Set locale under WindowsGravatar Dirk Hohndel
2012-10-15Forgot to localize names of months and weekdaysGravatar Dirk Hohndel
2012-10-15Support for gettext in MacOSX application bundleGravatar Henrik Brautaset Aronsen
2012-10-11Conversion to gettext to allow localizationGravatar Dirk Hohndel
2012-10-09A file that we import should never become the default file we save toGravatar Dirk Hohndel
2012-10-04Provide a method to use unicode command line arguments on WindowsGravatar Lubomir I. Ivanov
2012-09-29Fix a number of obvious memory leaksGravatar Dirk Hohndel
2012-09-26Add the ability to create a log file for debugging outputGravatar Dirk Hohndel