summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete QInputDeviceManager when deleting QGuiApplicationPasi Petäjäjärvi2015-12-121-0/+2
* Support non-latin1 platform plugin pathsMorten Johan Sørvig2015-09-241-2/+2
* Doc: remove type() reference from QApplication and QGuiApplicationJulien Brianceau2015-08-181-2/+1
* Fix shortcut handling with modifiersFrederik Gladhorn2015-08-051-2/+8
* Fix QAction::setAutoRepeat(false)Frederik Gladhorn2015-07-071-1/+1
* Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* 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
* | 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
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-0/+5
| |\
| | * QGuiApplication: clear font database on cleanupTim Blechmann2014-09-121-0/+1
| | * Fix QT_NO_ANIMATION buildSérgio Martins2014-08-131-0/+4
| * | Keep a source of propagated mouse eventsAlexander Volkov2014-09-191-1/+2
| * | Set a missing source for mouse events synthesized by QtAlexander Volkov2014-09-191-1/+2
| * | Change the state of only the left mouse button when sending fake mouse eventsAlexander Volkov2014-09-161-2/+3