summaryrefslogtreecommitdiffstats
path: root/printer.cpp
AgeCommit message (Expand)Author
2015-08-15Printing: add statistics printGravatar Gehad elrobey
2015-08-15Printing: use pageRect() to support old QT versionsGravatar Gehad elrobey
2015-07-29Printing: calculate a much more accurate font scale valueGravatar Dirk Hohndel
2015-07-28Printing: fix dive lookup for profile generationGravatar Dirk Hohndel
2015-07-28Printing: get the number of pages from the full resolutionGravatar Gehad elrobey
2015-07-20Printing: transfer profile to QImage if grayscaleGravatar Gehad elrobey
2015-07-20Printing: add preview to TemplateEdit dialogGravatar Gehad elrobey
2015-07-20Printing: check for different printing modesGravatar Gehad elrobey
2015-07-20Printing: change QPrinter to parent class QPaintDeviceGravatar Gehad elrobey
2015-07-20Printing: refactoring printer classGravatar Gehad elrobey
2015-07-20Printing: handle memory leak in printer classGravatar Gehad elrobey
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