index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
printer.cpp
Age
Commit message (
Expand
)
Author
2015-08-22
Printing: replace usage of std::ceil()
Gehad elrobey
2015-08-22
Printing: use the same code for both statistics and divelist print
Gehad elrobey
2015-08-22
Printing: check the print type in the preview section
Gehad elrobey
2015-08-22
Printing: fix uninialized border width
Gehad elrobey
2015-08-22
Printing: refactor printing code
Gehad elrobey
2015-08-22
Printing: use older Qt methods when calculating the ceil
Gehad elrobey
2015-08-15
Printing: remove silly white line at end of each page
Gehad elrobey
2015-08-15
Printing: fill the QPainter background color before rendering
Gehad elrobey
2015-08-15
Printing: don't break dives into successive pages
Gehad elrobey
2015-08-15
Printing: export border to templates
Gehad elrobey
2015-08-15
Printing: fix scrolling bug by adding extra padding
Gehad elrobey
2015-08-15
Printing: hide scrollbar from QWebview to fix padding issue
Gehad elrobey
2015-08-15
Printing: add statistics print
Gehad elrobey
2015-08-15
Printing: use pageRect() to support old QT versions
Gehad elrobey
2015-07-29
Printing: calculate a much more accurate font scale value
Dirk Hohndel
2015-07-28
Printing: fix dive lookup for profile generation
Dirk Hohndel
2015-07-28
Printing: get the number of pages from the full resolution
Gehad elrobey
2015-07-20
Printing: transfer profile to QImage if grayscale
Gehad elrobey
2015-07-20
Printing: add preview to TemplateEdit dialog
Gehad elrobey
2015-07-20
Printing: check for different printing modes
Gehad elrobey
2015-07-20
Printing: change QPrinter to parent class QPaintDevice
Gehad elrobey
2015-07-20
Printing: refactoring printer class
Gehad elrobey
2015-07-20
Printing: handle memory leak in printer class
Gehad elrobey
2015-07-05
Printing: retrieve number of dives per page from the template file
Gehad elrobey
2015-07-05
Printing: pass the template_options struct to TemplateLayout
Gehad elrobey
2015-07-05
Printing: choose printing color mode 'color/greyscale'
Gehad elrobey
2015-07-05
Printing: make dive profile scale dependant on the page size and DPI
Gehad elrobey
2015-07-05
Printing: print all dives if 'print selected' is unchecked
Gehad elrobey
2015-06-22
Address uninitialized member warnings
Dirk Hohndel
2015-06-19
Printing: add support for printing on any page size
Gehad elrobey
2015-06-19
Printing: use selected print preferences while printing
Gehad elrobey
2015-06-19
Printing: pass the print_options struct to TemplateLayout and Printer
Gehad elrobey
2015-06-19
Printing: render the dive profile on top of QWebView
Gehad elrobey
2015-06-19
Printing: fix rendering bug for odd number of dives
Gehad elrobey
2015-06-04
Printing: Add progress updating ability to print dialog
Gehad elrobey
2015-06-04
Printing: Add Printer class that holds the rendering logic.
Gehad elrobey