aboutsummaryrefslogtreecommitdiffstats
path: root/printer.cpp
AgeCommit message (Expand)Author
2015-08-22Printing: replace usage of std::ceil()Gravatar Gehad elrobey
2015-08-22Printing: use the same code for both statistics and divelist printGravatar Gehad elrobey
2015-08-22Printing: check the print type in the preview sectionGravatar Gehad elrobey
2015-08-22Printing: fix uninialized border widthGravatar Gehad elrobey
2015-08-22Printing: refactor printing codeGravatar Gehad elrobey
2015-08-22Printing: use older Qt methods when calculating the ceilGravatar Gehad elrobey
2015-08-15Printing: remove silly white line at end of each pageGravatar Gehad elrobey
2015-08-15Printing: fill the QPainter background color before renderingGravatar Gehad elrobey
2015-08-15Printing: don't break dives into successive pagesGravatar Gehad elrobey
2015-08-15Printing: export border to templatesGravatar Gehad elrobey
2015-08-15Printing: fix scrolling bug by adding extra paddingGravatar Gehad elrobey
2015-08-15Printing: hide scrollbar from QWebview to fix padding issueGravatar Gehad elrobey
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