summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-10-09Don't set -Wno-maybe-uninitialized for clangGravatar Dirk Hohndel
2013-10-09Small fixes to the build notes for MacGravatar Dirk Hohndel
2013-10-09Turn down warnings with Clang tooGravatar Thiago Macieira
2013-10-09Turn down warnings (after going through them)Gravatar Dirk Hohndel
2013-10-09Link static to libdivecomputerGravatar Anton Lundin
2013-10-09Only define TRUE and FALSE if they aren't defined alreadyGravatar Dirk Hohndel
2013-10-09windows.c: use the USERNAME enviroment variableGravatar Lubomir I. Ivanov
2013-10-09Remove unnecessary moc includeGravatar Sergey Starosek
2013-10-09Fix potential uninitialized variableGravatar Dirk Hohndel
2013-10-09Disable unused functionGravatar Dirk Hohndel
2013-10-08Merge http://github.com/thiagomacieira/subsurfaceGravatar Dirk Hohndel
2013-10-08Turn off exceptions in C++Gravatar Thiago Macieira
2013-10-08Don't turn warnings on in Subsurface's buildGravatar Thiago Macieira
2013-10-08Update the README and create an INSTALL file.Gravatar Thiago Macieira
2013-10-08Fix the Marble data installation for WindowsGravatar Thiago Macieira
2013-10-08Deploy some Qt plugins alongside the binaryGravatar Thiago Macieira
2013-10-08Use the $PATH environment variable to pass extra dirs for DLLsGravatar Thiago Macieira
2013-10-08Disable the code that tries to find an alternate objdumpGravatar Thiago Macieira
2013-10-08Add a tool to scan for dependencies on WindowsGravatar Thiago Macieira
2013-10-08And let qmake create the Mac bundle on its ownGravatar Thiago Macieira
2013-10-08Add information that goes into the Windows .exe fileGravatar Thiago Macieira
2013-10-08Add qmake rules to install SubsurfaceGravatar Thiago Macieira
2013-10-08Remove the old buildsystemGravatar Thiago Macieira
2013-10-08Implement a qmake-based build for SubsurfaceGravatar Thiago Macieira
2013-10-08Fix crash when cancelling 'Add Dive'Gravatar Dirk Hohndel
2013-10-08Avoid the memory leaks from translationsGravatar Dirk Hohndel
2013-10-08Load translations at run timeGravatar Dirk Hohndel
2013-10-08Make a copy of the translated textGravatar Dirk Hohndel
2013-10-08Fix ui_%.h building to .uicGravatar Anton Lundin
2013-10-08main.cpp: remove usage of subsurface_command_line_*Gravatar Lubomir I. Ivanov
2013-10-08Fix edit + cancel = absolute zeroGravatar Patrick Valsecchi
2013-10-08Fixed conversion error when downloading salinity from DCGravatar Patrick Valsecchi
2013-10-07Fix some signedness issuesGravatar Dirk Hohndel
2013-10-07Compile without depending on the global MAX macroGravatar Thiago Macieira
2013-10-07Next round of code removal and header cleanupGravatar Dirk Hohndel
2013-10-07Remove even more code and declarationsGravatar Dirk Hohndel
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