index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
printsupport
/
kernel
/
qprinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace QPair/qMakePair with std::pair in qtbase/printsupport
Isak Fyksen
2024-11-13
1
-2
/
+2
*
Fix previewing a preview on reentrance
Allan Sandfeld Jensen
2024-03-01
1
-0
/
+5
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-1
/
+1
*
Avoid warning from QPrinter::setFromTo() in the documented 0,0 case
Eirik Aavitsland
2022-10-19
1
-1
/
+2
*
Fix typos in docs and comments
Kai Köhne
2022-06-15
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Printsupport: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-19
1
-1
/
+3
*
Rename QRangeCollection to QPageRanges, make it a proper value type
Volker Hilsheimer
2020-11-08
1
-20
/
+7
*
Fix some qdoc warnings: printer API cleanup
Volker Hilsheimer
2020-09-22
1
-5
/
+5
*
Remove deprecated QPrinter and QPagedPaintDevice APIs
Volker Hilsheimer
2020-09-04
1
-592
/
+3
*
Qpagedpaintdevice: Use marginsF instead of internal struct margins
Peng Wenhao
2020-09-01
1
-2
/
+2
*
Remove winrt
Oliver Wolff
2020-06-06
1
-4
/
+0
*
Support multiple page ranges in QPrinter
Szabolcs David
2020-04-09
1
-11
/
+20
*
Replace usages of QVariant::value by qvariant_cast
Olivier Goffart
2019-12-15
1
-1
/
+1
*
Pass non-trivial types by const-ref in range-loop [-Wclazy-range-loop]
Sergio Martins
2018-12-05
1
-1
/
+1
*
Extend PDF engine to allow the generation of PDFs with huge pages
Andre de la Rocha
2018-10-22
1
-1
/
+6
*
QPagedPainterDevicePrivate: Remove m_pageLayout
Albert Astals Cid
2018-02-16
1
-28
/
+15
*
Merge remote-tracking branch 'origin/5.10' into dev
Lars Knoll
2018-01-02
1
-1
/
+1
|
\
|
*
PrintSupport: convert 0 with nullptr (c++11)
Laurent Montel
2017-11-30
1
-1
/
+1
*
|
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
1
-6
/
+6
|
/
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-08-31
1
-2
/
+1
|
\
|
*
Initialize the print engine with the given printer name
Andy Shaw
2017-08-25
1
-2
/
+1
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-07
1
-3
/
+5
|
\
|
|
*
Convert features.printpreviewwidget to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-05-30
1
-3
/
+5
*
|
Improve PDF/A-1b support in QPdfWriter
Tobias Koenig
2017-03-28
1
-1
/
+32
|
/
*
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2017-01-25
1
-0
/
+4
|
\
|
*
winrt: Fix Qt5PrintSupport(d).lib generation
Maurice Kalinowski
2017-01-13
1
-0
/
+4
*
|
doc: update QPrinter docs for clangqdoc
Martin Smith
2017-01-06
1
-132
/
+6
|
/
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-08-13
1
-3
/
+3
|
\
|
*
Doc: Change instances of '(Mac) OS X' to 'macOS'
Topi Reinio
2016-08-12
1
-3
/
+3
*
|
QtBase (remainder): use printf-style qWarning/qDebug where possible (I)
Marc Mutz
2016-03-12
1
-1
/
+1
*
|
QtPrintSupport: convert some index-based into C++11 range-for loops
Marc Mutz
2016-02-17
1
-8
/
+8
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
|
QtPrintSupport: eradicate all Q_FOREACH loops
Marc Mutz
2015-12-23
1
-1
/
+2
*
|
Use Q_UNLIKELY for every qFatal()/qCritical()
Marc Mutz
2015-11-29
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'origin/5.5' into dev
Frederik Gladhorn
2015-08-06
1
-1
/
+9
|
\
|
*
Doc:added doc to undocumented functions
Nico Vertriest
2015-07-22
1
-1
/
+9
*
|
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
2015-07-01
1
-3
/
+3
|
\
|
|
*
Replace MAC OS X with OS X
Nico Vertriest
2015-06-30
1
-3
/
+3
*
|
Use QList::reserve(), reduces reallocations
Sérgio Martins
2015-06-27
1
-1
/
+3
*
|
qprinter: Remove superfluous iteration and memory allocation
Sérgio Martins
2015-06-19
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'origin/5.4' into 5.5
Liang Qi
2015-06-01
1
-2
/
+2
|
\
|
*
Fix documentation of obsoleted functions to show the right replacement
Andy Shaw
2015-05-26
1
-2
/
+2
*
|
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
|
/
*
Fix QPrinter::setPaperSize regression when using QPrinter::DevicePixel
David Faure
2015-01-19
1
-1
/
+4
*
Make it possible to disable font embedding
Eskil Abrahamsen Blomfeldt
2014-11-15
1
-4
/
+0
*
QPrinter - Fix DuplexMode on all platforms
John Layt
2014-10-24
1
-4
/
+8
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
QPrinter - Don't use QPrinterInfo::availablePrinters()
John Layt
2014-06-07
1
-3
/
+3
*
QPagedPaintDevice - Move QPageLayout methods
John Layt
2014-04-05
1
-65
/
+95
[next]