summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-07-06Cmake: make Facebook support an actual optionGravatar Dirk Hohndel
2015-07-06Be more careful freeing taxonomy dataGravatar Dirk Hohndel
2015-07-06Fix typo in test and some numbersGravatar Robert C. Helling
2015-07-06Add extra logs for custom serial Bluetooth implementationGravatar Claudiu Olteanu
2015-07-06Implement the custom Bluetooth serial communication and use itGravatar Claudiu Olteanu
2015-07-06Add a dialog for remote Bluetooth devices selectionGravatar Claudiu Olteanu
2015-07-06Add a checkbox and a button for Bluetooth download modeGravatar Claudiu Olteanu
2015-07-05Adapt the test to the API changeGravatar Dirk Hohndel
2015-07-05Cmake: only build print related files if NO_PRINTING isn't setGravatar Dirk Hohndel
2015-07-05Correctly include QtQuick when building for mobileGravatar Grace Karanja
2015-07-05Correct logicGravatar Robert C. Helling
2015-07-05Round MOD of gas rather than truncateGravatar Robert C. Helling
2015-07-05Merge branch 'custom-print' of github.com:neolit123/subsurfaceGravatar Dirk Hohndel
2015-07-05Printing: implement QPlainTextEdit in TemplateEditGravatar Gehad elrobey
2015-07-05Printing: move template_options to print_options.hGravatar Gehad elrobey
2015-07-05Printing: refactor the print options classGravatar Gehad elrobey
2015-07-05Printing: add functions that read/write a templateGravatar Gehad elrobey
2015-07-05Printing: add custom options to the PrintDialogGravatar Gehad elrobey
2015-07-05Printing: retrieve number of dives per page from the template fileGravatar Gehad elrobey
2015-07-05Printing: edit templates to show template options dynamicallyGravatar Gehad elrobey
2015-07-05Printing: export template_options struct to Grantlee engineGravatar Gehad elrobey
2015-07-05Printing: pass the template_options struct to TemplateLayoutGravatar Gehad elrobey
2015-07-05Printing: add QSettings for TemplateEdit classGravatar Gehad elrobey
2015-07-05Printing: add template_options struct that contains templateGravatar Gehad elrobey
2015-07-05Printing: call TemplateEdit when edit is triggeredGravatar Gehad elrobey
2015-07-05Printing: add TemplateEdit form to source treeGravatar Gehad elrobey
2015-07-05Printing: show warning message for WIP featuresGravatar Gehad elrobey
2015-07-05Printing: fix two dives per page borders and text fontGravatar Gehad elrobey
2015-07-05Printing: choose printing color mode 'color/greyscale'Gravatar Gehad elrobey
2015-07-05Printing: make dive profile scale dependant on the page size and DPIGravatar Gehad elrobey
2015-07-05Printing: print all dives if 'print selected' is uncheckedGravatar Gehad elrobey
2015-07-05Printing: add QPrintPreviewDialog to main dialogGravatar Gehad elrobey
2015-07-05Add simple test for the dive plannerGravatar Dirk Hohndel
2015-07-05Planner deco stops are at 10ft increments when measured in feetGravatar Rick Walsh
2015-07-05Read planner preferences when we use themGravatar Rick Walsh
2015-07-05Merge branch 'new-vpm' of https://github.com/Slagvi/subsurfaceGravatar Dirk Hohndel
2015-07-04INSTALL file: a few more changesGravatar Dirk Hohndel
2015-07-04INSTALL file: add notes for Ubuntu/Kubuntu 15.04Gravatar Pedro Neves
2015-07-04VPM-B: add CVA to the deco planner.Gravatar Jan Darowski
2015-07-03VPM-B: add next gradient calculation.Gravatar Jan Darowski
2015-07-03VPM-B: vpm without CVA working.Gravatar Jan Darowski
2015-07-03VPM-B: add vpm-b based deco checking.Gravatar Jan Darowski
2015-07-03VPM-B: add initial gradient calculation.Gravatar Jan Darowski
2015-07-03VPM-B: add deco choice to the ui.Gravatar Jan Darowski
2015-07-03VPM-B: add nuclei size calculation and nuclear regeneration.Gravatar Jan Darowski
2015-07-03VPM-B: use an analytic solution for nucleon inner pressure instead of binary ...Gravatar Robert C. Helling
2015-07-03VPM-B: add initial values for crushing pressure variables.Gravatar Jan Darowski
2015-07-03VPM-B: add crushin pressure calculation.Gravatar Jan Darowski
2015-07-03VPM-B: add calculating nucleons inner pressure.Gravatar Jan Darowski
2015-07-03VPM-B: add basic algorithm settings.Gravatar Jan Darowski