summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-15/+2
|\
| * Move shortcut handling back into QPA and simplify deliveryTor Arne Vestbø2015-10-071-13/+0
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-2/+2
| |\
| | * Support non-latin1 platform plugin pathsMorten Johan Sørvig2015-09-241-2/+2
* | | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-021-0/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-14/+34
|\| |
| * | Implement sessionId/key generation on WindowsSamuel Gaist2015-09-221-0/+13
| * | Ensure the accepted state of mouse events is passed to QWindowSystemInterface.Friedemann Kleint2015-09-221-0/+1
| * | Set the source for a detached mouse button eventAlexander Volkov2015-09-211-1/+1
| * | Document QGuiApplication::primaryScreen propertyAleix Pol2015-09-151-18/+13
| * | Notify when the primary screen changesAleix Pol2015-09-081-0/+12
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-2/+1
| |\|
| | * Doc: remove type() reference from QApplication and QGuiApplicationJulien Brianceau2015-08-181-2/+1
* | | Add QGuiApplication::setDesktopFileName()Pier Luigi Fiorini2015-08-271-0/+31
|/ /
* | Propagate keyboard event accept statusMorten Johan Sørvig2015-08-131-0/+1
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-2/+8
|\|
| * Fix shortcut handling with modifiersFrederik Gladhorn2015-08-051-2/+8
* | Do not access screens before initialize()Laszlo Agocs2015-08-021-2/+4
* | Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-301-3/+15
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-1/+1
|\|
| * Fix QAction::setAutoRepeat(false)Frederik Gladhorn2015-07-071-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* | Mark unused parameters with Q_UNUSEDUlf Hermann2015-06-121-0/+2
* | 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
|/
* 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
* 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
* | 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