summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-10-23Add 'activate' callback for the cylinder completionGravatar Linus Torvalds
2011-10-22Change plot_info to use depth (instead of val) for depth valueGravatar Dirk Hohndel
2011-10-22Add a completion for the cylinder type entry combo boxGravatar Linus Torvalds
2011-10-22Add cylinder data to cylinder model as we record each diveGravatar Linus Torvalds
2011-10-22Fix the reading of the cylinder start/end pressure from cylinder modelsGravatar Linus Torvalds
2011-10-21Merge branch 'minor-fixes' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-10-21Fix "Keep window size for new notebook pages" to not set minimum sizeGravatar Dirk Hohndel
2011-10-21Repaint dive after equipment change only after updating the cylinder infoGravatar Linus Torvalds
2011-10-21Make the first filename on the command line the default filenameGravatar Dirk Hohndel
2011-10-21Repaint the dive after equipment changesGravatar Linus Torvalds
2011-10-21Merge branch 'multiple_selection' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-10-20Allow multiple selections in the dive listGravatar Dirk Hohndel
2011-10-20Fixed off by one error in uemis importerGravatar Dirk Hohndel
2011-10-20Merge branch 'guifixes' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-10-20Add quick hack for "no sample pressure but tank index changed" caseGravatar Linus Torvalds
2011-10-20Fix up multi-cylinder code as per DirkGravatar Linus Torvalds
2011-10-20Keep window size for new notebook pagesGravatar Dirk Hohndel
2011-10-19Parse the xml sample cylinder index properlyGravatar Linus Torvalds
2011-10-19Start some rough multi-cylinder pressure data plot infrastructureGravatar Linus Torvalds
2011-10-19Don't overwrite the end pressure with sample data if one already existsGravatar Linus Torvalds
2011-10-17Add start/end pressure to cylinder edit dialogGravatar Linus Torvalds
2011-10-17declare a var for libdivecomputer's cflagsGravatar Martin Gysel
2011-10-17create man dir before installing files in itGravatar Martin Gysel
2011-10-17use DESTDIR according to my understanding of GNU standardsGravatar Martin Gysel
2011-10-14Don't use dynamic linking for libdivecomputerGravatar Linus Torvalds
2011-10-12Install manpageGravatar Dirk Hohndel
2011-10-12Add a simplistic man pageGravatar Dirk Hohndel
2011-10-11Fix Makefile syntax errorGravatar Dirk Hohndel
2011-10-11Have "make install" act more as expected for a desktop applicationGravatar Dirk Hohndel
2011-10-10Make should expand $(DESTDIR) on installGravatar Dirk Hohndel
2011-10-10Since we don't want configure, use gnumake to find libdivecomputerGravatar Dirk Hohndel
2011-10-09Don't drop precision from floating point GP coordinatesGravatar Linus Torvalds
2011-10-06Remove some useless casts from and to void pointersGravatar Julian Andres Klode
2011-10-05Make FileChooserButton end import dialogGravatar Dirk Hohndel
2011-10-05Mark the FileChooserButton as UNABLE to select multiple filesGravatar 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-05For a manual renumber, default to the existing first dive numberGravatar Linus Torvalds
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-10-04Make the dive merging code more tolerantGravatar Dirk Hohndel
2011-10-04Shorten the tooltip timeoutGravatar Dirk Hohndel
2011-10-04Change event symbol to bigger yellow triangle with exclamation pointGravatar Dirk Hohndel
2011-10-04Replace event text with small red triangle and tooltipGravatar Dirk Hohndel
2011-10-04Change plot routine to take a drawing_area as argumentGravatar Dirk Hohndel
2011-10-04Fix small typo in uemis event nameGravatar Dirk Hohndel
2011-10-03Merge branch 'uemis-integration' of git://github.com/dirkhh/subsurfaceGravatar Linus Torvalds
2011-10-03Much nicer implementation of uemis sample parsing - and add events, tooGravatar Dirk Hohndel