summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add QPointF/QRectF scale functionswip/highdpiPaul Olav Tvete2015-07-011-7/+31
* Clean up comments and dead codePaul Olav Tvete2015-07-013-52/+10
* Add application attribute to disable highDPI scalingPaul Olav Tvete2015-06-301-0/+8
* Add environment variable to set per-screen scalingPaul Olav Tvete2015-06-301-0/+38
* Remove QPlatformScreen::screenGeometry()Paul Olav Tvete2015-06-292-17/+0
* Scale logicalDpi when turning on screen scalingPaul Olav Tvete2015-06-183-1/+19
* Only turn off font hinting when really scalingPaul Olav Tvete2015-06-183-16/+42
* Make drag and drop work again after the mergePaul Olav Tvete2015-06-172-2/+9
* dirty hack to make setScreenFactor workPaul Olav Tvete2015-06-171-0/+4
* Update doc.Morten Johan Sørvig2015-06-162-25/+36
* Add QPlatformWindow::windowClosestAcceptableGeometry().Friedemann Kleint2015-06-102-0/+16
* Merge remote-tracking branch 'qt/dev' into dev-highdpiPaul Olav Tvete2015-06-0924-153/+373
|\
| * Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-06-0418-136/+216
| |\
| | * Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0318-136/+216
| | |\
| | | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-0/+4
| | | |\
| | | | * Handle parsing of GL_VERSION as reported by Nexus 6Andy Shaw2015-05-111-0/+4
| | | * | QtGui/Windows: Fix static build.Friedemann Kleint2015-05-271-4/+4
| | | * | QOpenGLWindow: initializeGL is to be called before resizeGLLaszlo Agocs2015-05-271-114/+131
| | | * | Fix failing input device notifications on embeddedLaszlo Agocs2015-05-272-0/+3
| | | * | Add debug operator for QTouchDevice.Friedemann Kleint2015-05-222-1/+28
| | | * | Make QTouchDevice a Q_GADGET and introduce Q_ENUM/Q_FLAG.Friedemann Kleint2015-05-221-0/+3
| | | * | D-Bus system tray icon: submenus can be created after context menuShawn Rutledge2015-05-212-0/+6
| | | * | Introduce a version number to QPlatformInputContextFactoryInterface.Friedemann Kleint2015-05-131-1/+1
| | | * | Increase version number of QPlatformIntegrationFactoryInterface.Friedemann Kleint2015-05-131-1/+1
| | | * | Cocoa integration - implement Qt::WindowModal file dialogsTimur Pocheptsov2015-05-132-0/+7
| | | * | Create context with the correct screen in QOpenGLWindowLaszlo Agocs2015-05-121-0/+1
| | | * | QShapedPixmapWindow: ensure we set a valid geometryRichard Moe Gustavsen2015-05-063-9/+16
| | | * | QShapedPixmapWindow: don't accept input focusRichard Moe Gustavsen2015-05-061-1/+1
| | | * | Revert change of NOTHROW to NOEXCEPTAllan Sandfeld Jensen2015-05-051-1/+1
| | | * | Add noexcept to move constructors and assignment operatorsAllan Sandfeld Jensen2015-05-042-7/+12
| * | | | De-duplicate vtables, part II: exported public classesMarc Mutz2015-06-032-0/+7
| |/ / /
| * | | Cleanup the mouse event handling in testlibLars Knoll2015-06-022-6/+8
| * | | Add qHash(QKeySequence)Marc Mutz2015-05-262-1/+16
| * | | Make event delivery from testlib synchronousLars Knoll2015-05-231-27/+43
| * | | Add environment variable support for testability library use.Timo Jyrinki2015-05-151-0/+3
| * | | QMouseEvent: add constructor which takes the source as a parameterAlexander Volkov2015-05-123-4/+35
| * | | Add a way to filter window system eventsGiulio Camuffo2015-05-122-2/+45
* | | | Don't make all sizes (0,0)Morten Johan Sørvig2015-06-041-1/+1
* | | | Make QCursor::pos() actually follow the cursor posPaul Olav Tvete2015-06-043-3/+36
* | | | Move min/max size constrain logic to QPlatformWindow.Morten Johan Sørvig2015-06-044-17/+11
* | | | Print "deprecated" warning on QT_DEVICE_PIXEL_RATIO usage.Morten Johan Sørvig2015-06-031-9/+18
* | | | Fix drag and drop for XcbPaul Olav Tvete2015-06-034-20/+44
* | | | Support QT_DEVICE_PIXEL_RATIOPaul Olav Tvete2015-06-021-1/+7
* | | | usePixelDensity and perScreenActive are different conceptsPaul Olav Tvete2015-06-012-5/+9
* | | | Connect QPlatformScreen in the QScreen constructorPaul Olav Tvete2015-05-294-24/+37
* | | | Refactor QHighDpiScaling internals and usageMorten Johan Sørvig2015-05-295-42/+87
* | | | QPlatformWindow::initialGeometry(): Add scaling.Friedemann Kleint2015-05-211-2/+2
* | | | Merge branch 'wip/highdpi' of git://code.qt.io/qt/qtbase into dev-highdpiPaul Olav Tvete2015-05-1315-20/+80
|\| | |
| * | | Fix synchronousWindowsSystemEvents spelling.Morten Johan Sørvig2015-04-243-9/+9
| * | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-229-9/+68
| |\| |