summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
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
2012-09-18Call xmlCleanupParser only once - when we are done with libxmlGravatar Lubomir I. Ivanov
2012-09-17Make sure dive info is displayed correctly at startGravatar Dirk Hohndel
2012-09-17Fix potential crash when importing divesGravatar Dirk Hohndel
2012-09-17Show the datafile name even with no divesGravatar Dirk Hohndel
2012-09-10Change the definition of "dive table changed"Gravatar Dirk Hohndel
2012-09-10Change behavior for the existing filenameGravatar Dirk Hohndel
2012-09-09First cut of adding a default file nameGravatar Dirk Hohndel
2012-08-26Do some whitespace cleanupGravatar Linus Torvalds
2012-08-15Redo dive editingGravatar Dirk Hohndel
2012-05-02Don't close config file when changing preferencesGravatar Linus Torvalds
2012-01-26Split up file reading from 'parse-xml.c' into 'file.c'Gravatar Linus Torvalds
2012-01-05Avoiding some potentially confusing name space clashesGravatar Dirk Hohndel
2011-11-19Make double-clicking on the dive list bring up the dive editorGravatar Linus Torvalds
2011-11-02Merge branch 'add-info-stats-page' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-11-02Add Info & Stats page to the notebookGravatar Dirk Hohndel
2011-11-01Fix 'init_ui()' so that it can change argc/argvGravatar Linus Torvalds
2011-10-31Ignore process serial number argument when run as native MacOSX appGravatar Henrik Brautaset Aronsen
2011-10-27Don't use gconf on WindowsGravatar Dirk Hohndel
2011-10-23Show dive number in dive listGravatar Dirk Hohndel
2011-10-05Fix import trackingGravatar Dirk Hohndel
2011-10-05Add XML file import back and treat open and import differentlyGravatar Dirk Hohndel
2011-10-05Add an '--import' command line optionGravatar Dirk Hohndel
2011-10-05Mark divelist changed when renumbering or adding divesGravatar Dirk Hohndel
2011-10-05Automatically renumber new dives when they are "obvious".Gravatar Linus Torvalds
2011-10-05Move 'dive_list_update_dives()' call into 'report_dives()'Gravatar Linus Torvalds
2011-09-27Add preference option to chose if SAC and/or OTU should be in divelistGravatar Dirk Hohndel
2011-09-21September comes before OctoberGravatar Tero Roponen
2011-09-20Separate out the UI from the program logicGravatar Dirk Hohndel
2011-09-20Make the divelist font configurableGravatar Linus Torvalds
2011-09-20Merge git://github.com/sirowain/subsurfaceGravatar Linus Torvalds
2011-09-20Make 'struct DiveList' entirely internal to divelist.cGravatar Linus Torvalds
2011-09-20Make a separate "Log" menuGravatar Linus Torvalds
2011-09-20Provide an icon for subsurface.Gravatar Riccardo Albertini
2011-09-19Switch the dive list and dive profile panes aroundGravatar Linus Torvalds