index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
auto
/
printsupport
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the remaining usages of deprecated APIs of qtbase
Sona Kurazyan
2019-08-01
1
-0
/
+4
*
test: migrate QPrinterInfo test to QRegularExpression
Samuel Gaist
2019-06-11
1
-11
/
+12
*
Tests: Fix some warnings about deprecated functions not under test
Friedemann Kleint
2019-05-27
2
-4
/
+14
*
tst_QPrinter: stabilize qprinter test
Christian Ehrlicher
2019-01-20
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-05-03
1
-0
/
+45
|
\
|
*
If the page size is not valid on the new printer, set a custom size
Andy Shaw
2018-05-02
1
-0
/
+45
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-04-10
1
-1
/
+5
|
\
\
|
|
/
|
*
tst_QPrinter: Use qWaitForWindowActive() to wait for dialog
Kari Oikarinen
2018-04-09
1
-1
/
+5
*
|
Fix tst_QAbstractPrintDialog::setMinMax
Albert Astals Cid
2018-03-19
1
-2
/
+1
*
|
Move duplex member from QPdfPrintEnginePrivate to QCupsPrintEnginePrivate
Albert Astals Cid
2018-02-20
1
-2
/
+2
|
/
*
Convert features.completer to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-09-04
1
-2
/
+2
*
tst_QPrinter: Share printers in testPageRectAndPaperRect/testMargin
Friedemann Kleint
2017-08-23
1
-64
/
+68
*
Fix the test for non-English based setups
Andy Shaw
2017-08-23
1
-1
/
+11
*
tst_QPrinter: Disambiguate all file names
Friedemann Kleint
2017-08-23
1
-38
/
+25
*
tst_QPrinter: Run in temporary directory
Friedemann Kleint
2017-07-03
1
-27
/
+32
*
Require printer config for printsupport auto tests
Oliver Wolff
2017-07-03
1
-0
/
+2
*
Convert features.filedialog to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-06-29
1
-2
/
+2
*
Convert features.printdialog to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-05-30
1
-2
/
+5
*
Drop unnecessary dependencies from some tests
Ulf Hermann
2017-01-10
2
-2
/
+2
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-02-29
1
-1
/
+18
|
\
|
*
QMacPrintEngine: Really set the printer resolution
Kai Pastor
2016-02-25
1
-1
/
+18
*
|
Updated license headers
Jani Heikkinen
2016-01-21
4
-67
/
+47
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2015-11-18
2
-7
/
+4
|
\
\
|
|
/
|
*
Fix tst_QPrinter::doubleSidedPrinting() test and remove from blacklist
Andy Shaw
2015-11-06
2
-7
/
+4
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2015-11-04
1
-0
/
+3
|
\
\
|
|
/
|
*
Blacklist tst_QPrinter::doubleSidedPrinting for msvc 2013
Frederik Gladhorn
2015-11-03
1
-0
/
+3
*
|
Tests: Remove CONFIG += parallel_test.
Friedemann Kleint
2015-09-05
3
-3
/
+0
*
|
Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.
Friedemann Kleint
2015-09-01
3
-3
/
+0
|
/
*
Various tests: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).
Friedemann Kleint
2015-07-28
1
-3
/
+3
*
tst_qprintdevice: Extend output.
Friedemann Kleint
2015-07-17
1
-2
/
+3
*
Update copyright headers
Jani Heikkinen
2015-02-11
4
-27
/
+27
*
Fix QPrinter::setPaperSize regression when using QPrinter::DevicePixel
David Faure
2015-01-19
1
-1
/
+11
*
Change bugreports.qt-project.org -> bugreports.qt.io
Alex Blasche
2014-12-18
1
-1
/
+1
*
Make it possible to disable font embedding
Eskil Abrahamsen Blomfeldt
2014-11-15
1
-15
/
+5
*
QPrinter - Fix DuplexMode on all platforms
John Layt
2014-10-24
2
-20
/
+34
*
Update license headers and add new license files
Matti Paaso
2014-09-24
4
-75
/
+43
*
QPrinter - Expect failure of QPrinter page size test
John Layt
2014-03-17
1
-1
/
+4
*
QtPrintSupport - Fix QT_NO_PRINTER build
John Layt
2014-03-17
1
-0
/
+2
*
QPrinter - Fix winPageSize() on Mac and Linux
John Layt
2014-03-17
1
-13
/
+17
*
QPrinter - Use QPageSize and QPageLayout
John Layt
2014-03-17
1
-104
/
+54
*
QPrintEngine - Switch Windows to QPlatformPrintDevice
John Layt
2014-03-17
1
-39
/
+8
*
QPrinterInfo - Switch to QPlatformPrintDevice
John Layt
2014-03-17
2
-30
/
+72
*
QPlatformPrintDevice - New QPA base class
John Layt
2014-03-17
4
-0
/
+120
*
QPrinter - Add page metric tests
John Layt
2014-03-17
1
-64
/
+220
*
QPrinter - Add more tests
John Layt
2014-02-26
1
-6
/
+25
*
Remove qSort usages from tests
Sergio Ahumada
2014-02-20
1
-2
/
+4
*
QPrinter - Fix Printer Selection option on Windows
John Layt
2014-02-05
1
-5
/
+3
*
QPrintEngne - Fix PPK_Creator
John Layt
2014-02-05
1
-5
/
+2
*
QPrintEngine - Fix PPK_CollateCopies
John Layt
2014-02-05
1
-17
/
+14
*
QPrintEngine - Fix PPK_DocumentName
John Layt
2014-02-05
1
-9
/
+2
[next]