qt6-bb10/tests/manual
Morten Johan Sørvig 5e61bbe586 Basic high-dpi "retina" support for Qt 5.
Bring Qt 5 on par with Qt 4, prepare for more comprehensive
support later on.

Introduce device independent pixels (dips), device pixels,
and devicePixelRatio. Add high-dpi support to QPainter,
QGLWidget, the cocoa platform plugin, mac and fusion styles.

Dips are similar to CSS pixels, Apple points and
Android density-independent pixels. Device pixels
are pixels in the backing store/physical pixels on screen.
devicePixelRatio is the ratio between them, which is
1.0 on standard displays and 2.0 on "retina" displays.

New API:
QImage::devicePixelRatio() and setDevicePixelRatio()
QPixmap::devicePixelRatio() and setDevicePixelRatio()
QWindow::devicePixelRatio()
QScreen::devicePixelRatio()
QGuiApplicaiton::devicePixelRatio()

Change-Id: If98c3ca9bfdf0e1bdbcf7574cd5b912c9ff63856
Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
2012-12-01 08:33:20 +01:00
..
bearerex normalise signal/slot signatures [QtNetwork tests] 2012-10-19 00:44:54 +02:00
cocoa Fix syncing of visibility and enabled for menus on Cocoa 2012-10-26 14:53:09 +02:00
dialogs Add manual test for dialogs. 2012-10-31 21:52:30 +01:00
gestures Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
highdpi Basic high-dpi "retina" support for Qt 5. 2012-12-01 08:33:20 +01:00
inputmethodhints Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
keypadnavigation Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
lance Basic high-dpi "retina" support for Qt 5. 2012-12-01 08:33:20 +01:00
mkspecs Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
network_remote_stresstest Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
network_stresstest Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qcursor Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qdesktopwidget Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qgraphicsitem Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qgraphicsitemgroup Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qgraphicslayout/flicker Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qhttpnetworkconnection Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qimagereader Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qlayout Modified vertical alignments of simple widgets on OSX 2012-10-18 21:45:46 +02:00
qlocale Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qnetworkaccessmanager/qget normalise signal/slot signatures [QtNetwork tests] 2012-10-19 00:44:54 +02:00
qnetworkconfigurationmanager Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qnetworkreply Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qscreen QScreen manual test improvements: fields resize, better formatting 2012-10-16 17:31:31 +02:00
qssloptions Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qtabletevent Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qtbug-8933 Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qtouchevent Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qwidget_zorder Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
repaint Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
socketengine Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
textrendering Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
widgetgrab Make widgetgrab manual test compile with 4.8 and 5. 2012-11-23 17:04:00 +01:00
widgets QGraphicsView - fix rubberband to stay right on scroll 2012-12-01 08:28:43 +01:00
windowflags QWidget windows have fullscreen button by default; manual test for it 2012-12-01 08:32:26 +01:00
windowgeometry QWidget windows have fullscreen button by default; manual test for it 2012-12-01 08:32:26 +01:00
windowmodality Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
manual.pro Add manual test for dialogs. 2012-10-31 21:52:30 +01:00