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.5
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
/
plugins
/
platforms
/
cocoa
/
qprintengine_mac.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move macOS print support from platform plugin into QtPrintSupport
Tor Arne Vestbø
2020-06-04
1
-797
/
+0
*
macOS: Remove a bunch of dead (forward) declarations
Tor Arne Vestbø
2020-04-15
1
-0
/
+4
*
macOS: Replace foreach with ranged for loops
Tor Arne Vestbø
2020-04-14
1
-2
/
+2
*
Cocoa: Update the PPK_PrinterName property if one is explicitly set
Andy Shaw
2019-10-15
1
-0
/
+2
*
Fix warnings as errors on macOS with new Xcode 10.2.1
Alexandru Croitor
2019-07-12
1
-4
/
+4
*
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-05-03
1
-1
/
+13
|
\
|
*
If the page size is not valid on the new printer, set a custom size
Andy Shaw
2018-05-02
1
-1
/
+13
*
|
Cocoa QPA: Clean up 0 as pointer
Gabriel de Dietrich
2018-04-19
1
-5
/
+5
|
/
*
macOS: Replace deprecated use of qSort with std::sort
Tor Arne Vestbø
2017-11-07
1
-1
/
+1
*
Initialize the print engine with the given printer name
Andy Shaw
2017-08-25
1
-2
/
+6
*
Replace QCFString::to(CF/NS/Q)String usage with QString methods
Tor Arne Vestbø
2016-10-06
1
-1
/
+1
*
Support C++17 fallthrough attribute
Allan Sandfeld Jensen
2016-08-19
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-02-29
1
-2
/
+11
|
\
|
*
QMacPrintEngine: Really set the printer resolution
Kai Pastor
2016-02-25
1
-2
/
+11
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
|
QtBase: use preincrement for iterator types
Anton Kudryavtsev
2015-12-09
1
-1
/
+1
|
/
*
Enable non-integer device pixel ratio
Morten Johan Sørvig
2015-07-30
1
-0
/
+3
*
Merge remote-tracking branch 'origin/5.5' into dev
Simon Hausmann
2015-06-03
1
-2
/
+2
|
\
|
*
Clean up API of QPlatformPrintDevice (QPA).
Friedemann Kleint
2015-05-05
1
-2
/
+2
*
|
Add shared implementation of a NSAutoreleasePool wrapper to qglobal
Tor Arne Vestbø
2015-05-27
1
-2
/
+1
|
/
*
Fixed license headers
Jani Heikkinen
2015-02-17
1
-1
/
+1
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-22
/
+14
*
Make it possible to disable font embedding
Eskil Abrahamsen Blomfeldt
2014-11-15
1
-6
/
+10
*
QPrinter - Fix DuplexMode on all platforms
John Layt
2014-10-24
1
-7
/
+40
*
QPrinter - Fix winPageSize() on Mac and Linux
John Layt
2014-03-17
1
-5
/
+6
*
QPrinter - Use QPageSize and QPageLayout
John Layt
2014-03-17
1
-1
/
+31
*
QPrintEngine - Switch Mac to QPageLayout
John Layt
2014-03-17
1
-165
/
+53
*
QPrintEngine - Switch Mac to QPlatformPrintDevice
John Layt
2014-03-17
1
-210
/
+85
*
QPrinterInfo - Switch to QPlatformPrintDevice
John Layt
2014-03-17
1
-2
/
+3
*
QPrinter - Enable changing of Orientation on Mac
John Layt
2014-02-05
1
-12
/
+9
*
QPrintEngne - Fix PPK_Creator
John Layt
2014-02-05
1
-6
/
+6
*
QPrintEngine - Fix PPK_CollateCopies
John Layt
2014-02-05
1
-7
/
+9
*
QPrintEngine - Fix PPK_DocumentName
John Layt
2014-02-05
1
-8
/
+9
*
QPrinter - Clean up Print Engine Key defaults and tests
John Layt
2014-02-05
1
-10
/
+78
*
Respect the custom paper size settings on Mac
Andy Shaw
2013-12-03
1
-25
/
+52
*
Don't release the printer after using it to change a property
Andy Shaw
2013-08-08
1
-4
/
+1
*
Add devicePixelRatio metric to QPaintDevice.
Morten Johan Sørvig
2013-04-15
1
-0
/
+3
*
Add support for setting/getting the paper name on the QPrinter
Andy Shaw
2013-03-12
1
-0
/
+38
*
Remove ifdefs for supporting Mac OS <= 10.5
Tor Arne Vestbø
2013-02-18
1
-17
/
+1
*
Fix minor typos in docs, printed messages & comments
Sze Howe Koh
2013-01-28
1
-1
/
+1
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
SIC QPrintSupport: Remove unused PPK_SuppressSystemPrintStatus
John Layt
2012-11-21
1
-2
/
+0
*
Only use the user set page margins for custom paper
Andy Shaw
2012-10-30
1
-1
/
+3
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
QtPrintSupport - Fix Mac printerName() use
John Layt
2012-05-23
1
-2
/
+2
*
Expose QPA API under qpa/*
Girish Ramakrishnan
2012-05-07
1
-1
/
+1
*
Don't keep PMPrint* state separate from NSPrintInfo
Bradley T. Hughes
2012-03-15
1
-44
/
+38
*
Port QMacPrintEngine and QCoreGraphicsPaintEngine from Qt 4 to Qt 5
Bradley T. Hughes
2012-03-15
1
-0
/
+823