summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-03-11Defer mainwindow->show()Gravatar Tomaz Canabrava
2014-03-11Support save / load for the Animation Speed on the PreferencesGravatar Tomaz Canabrava
2014-03-11Support Animation Speed via Settings.Gravatar Tomaz Canabrava
2014-03-11Profile2: provide means to disable the tool buttonsGravatar Lubomir I. Ivanov
2014-03-11MainWindow: close all windows once we close the main oneGravatar Lubomir I. Ivanov
2014-03-10Show temperature units in the label when editing diveGravatar Lakshman
2014-03-10Get rid of crazy empty tag_list element at the startGravatar Linus Torvalds
2014-03-10Fixed Subsurface coding style for classes in vim.Gravatar Lakshman
2014-03-10Profile2: reset the zoom level when a new profile is drawnGravatar Lubomir I. Ivanov
2014-03-10Profile2: use a different image when no profile is visibleGravatar Lubomir I. Ivanov
2014-03-10Profile2: use an implicit initializer for a struct arrayGravatar Lubomir I. Ivanov
2014-03-10Profile2: fix some initializer list order warningsGravatar Lubomir I. Ivanov
2014-03-09Fix uninitialized variableGravatar Dirk Hohndel
2014-03-09Increase static buffer sizeGravatar Dirk Hohndel
2014-03-09Read salinity from git objectsGravatar Linus Torvalds
2014-03-09parse divecomputer model nickname/firmware/serial informationGravatar Linus Torvalds
2014-03-09Add event parsing to the git object tree loaderGravatar Linus Torvalds
2014-03-09parse cylinder and weightsystem informationGravatar Linus Torvalds
2014-03-09Parse key/value pairs in dive computer samples tooGravatar Linus Torvalds
2014-03-09Parse basic dive computer sample dataGravatar Linus Torvalds
2014-03-09Parse basic trip and dive data from the git blobsGravatar Linus Torvalds
2014-03-09Start actually parsing the git object dataGravatar Linus Torvalds
2014-03-09git repository reading: start reading the actual file contentsGravatar Linus Torvalds
2014-03-09git dive loading: actually insert the dives into the dive tableGravatar Linus Torvalds
2014-03-09git save format: add dive computer nicknames and firmware detailsGravatar Linus Torvalds
2014-03-09Fix event saving in git format due to wrong argument orderGravatar Linus Torvalds
2014-03-09Enumerate dive computers when saving them in the git repositoryGravatar Linus Torvalds
2014-03-09Fix retrieving the initial position of the Notification Area.Gravatar Tomaz Canabrava
2014-03-09Code Cleanup ( that fix 2 bugs )Gravatar Tomaz Canabrava
2014-03-08Avoid calling free on uninitialized dive variableGravatar Dirk Hohndel
2014-03-08Uemis GPS location tracking seems backwardsGravatar Dirk Hohndel
2014-03-08Another case of 'dereference before NULL check'Gravatar Dirk Hohndel
2014-03-08Don't use dive before checking it against NULLGravatar Dirk Hohndel
2014-03-08Fix totally broken put_vformat() implementationGravatar Linus Torvalds
2014-03-08Add initial parser for git treesGravatar Linus Torvalds
2014-03-08Use symbolic names for the git file typesGravatar Linus Torvalds
2014-03-07Fix colors on the new profile.Gravatar Tomaz Canabrava
2014-03-07Remove unused parameter to tree_insert()Gravatar Dirk Hohndel
2014-03-07Don't have the put_something() functions return successGravatar Dirk Hohndel
2014-03-07Flesh out git save formatGravatar Linus Torvalds
2014-03-07Add C string helper to membuffer interfaceGravatar Linus Torvalds
2014-03-07Update cross building for Windows on LinuxGravatar Dirk Hohndel
2014-03-07Fix compile problemGravatar Dirk Hohndel
2014-03-07Add libgit2 dependency to INSTALL file (MacPorts stanza)Gravatar Giuseppe 'ferdy' Miceli
2014-03-07Add a workaround for using post 0.20 git versions of libgit2Gravatar Dirk Hohndel
2014-03-07Remove a Lot of Dead Code.Gravatar Tomaz Canabrava
2014-03-07Remove the code for the old Profile.Gravatar Tomaz Canabrava
2014-03-07Remove the old profile from the main screen of SubsurfaceGravatar Tomaz Canabrava
2014-03-07Fix a crash on changing dives when the ruler is used.Gravatar Tomaz Canabrava
2014-03-07Fix compilation with libgit2 0.20Gravatar Tomaz Canabrava