aboutsummaryrefslogtreecommitdiffstats
path: root/printer.cpp
AgeCommit message (Expand)Author
2015-07-05Printing: retrieve number of dives per page from the template fileGravatar Gehad elrobey
2015-07-05Printing: pass the template_options struct to TemplateLayoutGravatar 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-06-22Address uninitialized member warningsGravatar Dirk Hohndel
2015-06-19Printing: add support for printing on any page sizeGravatar Gehad elrobey
2015-06-19Printing: use selected print preferences while printingGravatar Gehad elrobey
2015-06-19Printing: pass the print_options struct to TemplateLayout and PrinterGravatar Gehad elrobey
2015-06-19Printing: render the dive profile on top of QWebViewGravatar Gehad elrobey
2015-06-19Printing: fix rendering bug for odd number of divesGravatar Gehad elrobey
2015-06-04Printing: Add progress updating ability to print dialogGravatar Gehad elrobey
2015-06-04Printing: Add Printer class that holds the rendering logic.Gravatar Gehad elrobey