summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only turn off font hinting when really scalingPaul Olav Tvete2015-06-181-1/+3
* Merge remote-tracking branch 'qt/dev' into dev-highdpiPaul Olav Tvete2015-06-091-8/+11
|\
| * Cleanup the mouse event handling in testlibLars Knoll2015-06-021-4/+6
| * 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-121-4/+2
* | Refactor QHighDpiScaling internals and usageMorten Johan Sørvig2015-05-291-0/+3
* | Merge branch 'wip/highdpi' of git://code.qt.io/qt/qtbase into dev-highdpiPaul Olav Tvete2015-05-131-0/+7
|\|
| * Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-201-0/+1
| * Add a means to set the application icon where supportedAndy Shaw2015-04-101-0/+3
| * Remove table of mostly null pointersAllan Sandfeld Jensen2015-04-081-0/+3
* | Fix point conversion in qt_handleTouchEvent().Morten Johan Sørvig2015-05-121-1/+1
* | Multi-screen fixesPaul Olav Tvete2015-05-041-3/+9
* | DevicePixels -> NativePixelsPaul Olav Tvete2015-04-151-1/+1
* | Move qHighDpi functions into the QHighDpi namespacePaul Olav Tvete2015-04-141-1/+1
* | Merge remote-tracking branch 'gerrit/dev' into dev-highdpiMorten Johan Sørvig2015-04-131-13/+13
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-13/+13
| |\
| | * Fix use of the window geometry specificationAlexander Volkov2015-03-271-13/+13
* | | WIP: Add platform independent high-dpi support to QtGuiMorten Johan Sørvig2015-03-261-1/+2
|/ /
* | eglfs: Generate enter and leave eventsLaszlo Agocs2015-03-141-0/+14
* | QScreen availableGeometryChanged signal: emit correct valueShawn Rutledge2015-03-111-1/+1
* | xcb: do not create a dummy QScreen when there are no outputsShawn Rutledge2015-03-061-1/+6
* | Fix shortcut overriding.Christian Strømme2015-03-051-0/+7
* | Prevent static functions of Q[Gui]Application from crashing if there is no in...Friedemann Kleint2015-02-271-0/+15
* | Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-251-6/+7
* | Decide whether to synthesize mouse events on a per device basisAlexander Volkov2015-02-251-9/+3
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-8/+6
|\|
| * QGuiApplication: revert b8d0fac5a9 (mouse event handling)Richard Moe Gustavsen2015-02-151-8/+6
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-3/+8
|\|
| * Safeguard QScreen::refreshRate against buggy platform behaviorGunnar Sletta2015-01-211-3/+8
* | Handle gracefully the removal and re-attachment of all QScreensShawn Rutledge2015-02-071-1/+3
* | Fix regression from Qt4 with layout directionJan Arve Saether2015-02-051-1/+1
* | Unify input device hotplugging support for embeddedLaszlo Agocs2015-01-211-0/+13
* | Add QWheelEvent::sourceShawn Rutledge2015-01-131-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-0/+3
|\|
| * Check for valid receiver before sending gesture events.Jason Haslam2014-12-231-0/+3
* | Don't attempt to load an empty generic plugin if no environment variable is set.Robin Burchell2014-12-101-2/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-4/+10
|\|
| * Clarify QGuiApplication::primaryScreenAllan Sandfeld Jensen2014-11-271-1/+1
| * Add capabilities to QPlatformInputContext.Friedemann Kleint2014-11-261-3/+9
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-25/+0
|\|
| * Make the -nograb and -dograb arguments actually work on xcbJørgen Lind2014-11-111-25/+0
* | Ensure that a leave event is sent to a popup that is being closedJørgen Lind2014-11-071-7/+2
* | Clean up ShortcutOverride handlingFrederik Gladhorn2014-10-301-12/+0
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-271-2/+3
|\|
| * QPA: Flush window system events with flags.Morten Johan Sørvig2014-10-221-2/+3
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-1/+1
|\|
| * Don't use QStringLiteral in startsWith/endsWidthMarc Mutz2014-10-091-1/+1
* | EGLFS: Fix plugin destruction (again)Louai Al-Khanji2014-10-031-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-53/+66
|\|