summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-06-09Add gas consumption statistic for selected divesGravatar Dirk Hohndel
2014-06-09Don't show the average depth for the selected divesGravatar Dirk Hohndel
2014-06-09planner.c: prevent an uninitialized warningGravatar Lubomir I. Ivanov
2014-06-09profilewidget2: fix -Wreorder warningsGravatar Lubomir I. Ivanov
2014-06-09mainwindow.cpp: fix a warning about parenthesesGravatar Lubomir I. Ivanov
2014-06-09qt-gui.cpp: add another QT_VERSION checkGravatar Lubomir I. Ivanov
2014-06-09planner.c: use implicit struct initializerGravatar Lubomir I. Ivanov
2014-06-09windows.c: prevent a warning due to #define _WIN32_WINNT...Gravatar Lubomir I. Ivanov
2014-06-09Make sure Windows can find the user manualGravatar Dirk Hohndel
2014-06-09Fix incorrect argument order for %.*fGravatar Dirk Hohndel
2014-06-09Dive edit: do a better job noticing when the coordinates were changedGravatar Dirk Hohndel
2014-06-09Picture handling: switch to stronger typed offsetGravatar Dirk Hohndel
2014-06-09Picture handling: parse and convert old style picture eventsGravatar Dirk Hohndel
2014-06-08Change character for liter in SAC values as wellGravatar Dirk Hohndel
2014-06-08Really display liters with script elGravatar Dirk Hohndel
2014-06-08Planner: incease step size in deco ascends to 3 secondsGravatar Robert C. Helling
2014-06-08Display liters with script elGravatar Robert C. Helling
2014-06-08Simplify the code that checks if it's OK to close the current fileGravatar Dirk Hohndel
2014-06-08Pick the correct API function name for Qt5Gravatar Dirk Hohndel
2014-06-08Picture handling: parse XML dataGravatar Dirk Hohndel
2014-06-08Picture handling: change data structure to store offset instead timestampGravatar Dirk Hohndel
2014-06-08Picture handling: stagger the picturesGravatar Dirk Hohndel
2014-06-08Picture handling: keep picture list sortedGravatar Dirk Hohndel
2014-06-08Picture handling: put the picture near its correct time during the diveGravatar Dirk Hohndel
2014-06-08Picture handling: don't add the same picture more than onceGravatar Dirk Hohndel
2014-06-08Picture handling: adjust timestamp after it's setGravatar Dirk Hohndel
2014-06-08Rotate the picture around -4 and 4 degrees.Gravatar Tomaz Canabrava
2014-06-08Add a drop shadow on the pictureGravatar Tomaz Canabrava
2014-06-08Add a nice white rectangle around the pictureGravatar Tomaz Canabrava
2014-06-08Subtle animation when the picture gets hovered with the mouse.Gravatar Tomaz Canabrava
2014-06-08Add a scaleTo animationGravatar Tomaz Canabrava
2014-06-08Save the timestamp of the dive.Gravatar Tomaz Canabrava
2014-06-08Attempt at telling Makefile how to build the user manualGravatar Thiago Macieira
2014-06-08Make make clean also clean in the doc subdirGravatar Thiago Macieira
2014-06-08Gas was printed in permille, use gasname insteadGravatar Anton Lundin
2014-06-08Fix out of tree building without asciidocGravatar Anton Lundin
2014-06-08HTML export: fix packaging of theme dirGravatar Dirk Hohndel
2014-06-08Correctly test QString for being emptyGravatar Dirk Hohndel
2014-06-07Ignore user-manual_es.htmlGravatar Cristian Ionescu-Idbohrn
2014-06-07Make parse-xml callbacks be type-safeGravatar Linus Torvalds
2014-06-07Build tools: allow debuggable cross builds for WindowsGravatar Dirk Hohndel
2014-06-07Typo in subsurface.pro prevents a clean build on Mac.Gravatar Joakim Bygdell
2014-06-06User manual: install English and localized copiesGravatar Dirk Hohndel
2014-06-06User manual: show a localized version of the manual if it existsGravatar Dirk Hohndel
2014-06-06User manual: add html version of Spanish manualGravatar Dirk Hohndel
2014-06-06User manual: update Makefile for multi language supportGravatar Dirk Hohndel
2014-06-06User manual: Spanish translationGravatar Salvador Cuñat
2014-06-06HTML: fix unexpectedly ended stringsGravatar Miika Turkia
2014-06-06HTML: define decimal explicitly for parseInt()Gravatar Miika Turkia
2014-06-06HTML: prevent implicit type conversion on testingGravatar Miika Turkia