summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-10-07Minor include file unwindingGravatar Dirk Hohndel
2013-10-07Remove unused prefs.cGravatar Dirk Hohndel
2013-10-07Remove info.c/info.hGravatar Dirk Hohndel
2013-10-07Allow passing NULL as second argument to ascii_strtodGravatar Dirk Hohndel
2013-10-07Remove feature checkingGravatar Dirk Hohndel
2013-10-07Print: allow optional table on top of profileGravatar Lubomir I. Ivanov
2013-10-07ascii_strtod that actually does what we needGravatar Linus Torvalds
2013-10-07dive.c: fix compile error for missing INT_MAXGravatar Lubomir I. Ivanov
2013-10-07Maximum depth of a dive/a series of dives is not show correctlyGravatar Benjamin
2013-10-06Make Windows cross compile againGravatar Dirk Hohndel
2013-10-06Delete code and files that are no longer usedGravatar Dirk Hohndel
2013-10-06Remove gtk specific source filesGravatar Dirk Hohndel
2013-10-06Amend OSX homebrew instructions: we're on master nowGravatar Henrik Brautaset Aronsen
2013-10-06Removed target 'uicables', as it isn't used anywhere.Gravatar Cristian Ionescu-Idbohrn
2013-10-06Distclean might clean the Documentation as well.Gravatar Cristian Ionescu-Idbohrn
2013-10-06Better clean.Gravatar Cristian Ionescu-Idbohrn
2013-10-06Make is_gas_used work with SAMPLE_EVENT_GASCHANGEGravatar Anton Lundin
2013-10-06Add a guide on how to build Subsurface on MacOSX with Homebrew.Gravatar Henrik Brautaset Aronsen
2013-10-06Merge branch 'glib-removal-hack'Gravatar Dirk Hohndel
2013-10-06Remove lots of ifdef'ed out code from GTK/glib versionGravatar Dirk Hohndel
2013-10-06Remove remainders of glib, gtk, libsoup, osmgpsmap from Configure.mkGravatar Dirk Hohndel
2013-10-06Changes to make the glib-removal-hack branch build on MacOSXGravatar Henrik Brautaset Aronsen
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel
2013-10-06Parse GPS text in C++ and re-implement GPS changed checkGravatar Dirk Hohndel
2013-10-06Make Linux compileGravatar Dirk Hohndel
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-10-05Rules.mk: call UIC before everything elseGravatar Lubomir I. Ivanov
2013-10-05LIBDCDEVEL=y build seems brokenGravatar Cristian Ionescu-Idbohrn
2013-10-05Mention debian libusb-1.0-0-dev.Gravatar Cristian Ionescu-Idbohrn
2013-10-05Modify the dialog text for the question to make more sense.Gravatar Robert C. Helling
2013-10-05Don't include headers under extern "C" unless we have to.Gravatar Thiago Macieira
2013-10-04Remove leftovers from GtkGravatar Dirk Hohndel
2013-10-04Install xslt under share on MacGravatar Dirk Hohndel
2013-10-04Use helper function to find xslt folderGravatar Dirk Hohndel
2013-10-04Add a helper function to calculate weight display stringGravatar Benjamin
2013-10-04Merge branch 'bugfixes' of git://github.com/tcanabrava/subsurfaceGravatar Dirk Hohndel
2013-10-04Fix display sane values on subsurface at first time opening.Gravatar Tomaz Canabrava
2013-10-04Fix showing all columns by default on first run.Gravatar Tomaz Canabrava
2013-10-04Fix build: don't recompile all C++ every timeGravatar Thiago Macieira
2013-10-04Added the .ssrf extension to the open dialog filter.Gravatar Patrick Valsecchi
2013-10-04Correct spelling of "weight" throughout the code.Gravatar Benjamin
2013-10-04Use the same conversion grams->lbs in dive and equipment listGravatar Benjamin
2013-10-04Code Cleanup - Uneeded preferences stored at the old prefs settingGravatar Tomaz Canabrava
2013-10-04Added configuration options for vertical speed units.Gravatar Patrick Valsecchi
2013-10-04Fixed First run of subsurface - Start on Fullscreen.Gravatar Tomaz Canabrava
2013-10-04Fix the first load of Subsurface - "File not found" error.Gravatar Tomaz Canabrava
2013-10-03Create the .uic/qt-ui directoryGravatar Dirk Hohndel
2013-10-03Ensure that uic is always run before any C++ source is compiledGravatar Thiago Macieira
2013-10-03Partially revert 7a368ab06b4926236ec93207e66ff7b14c234fe1Gravatar Thiago Macieira
2013-10-03Lookup gas via the plot_data, not the eventGravatar Anton Lundin