summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix builds without session management.v5.6.0-rc1Andreas Hartmetz2016-02-181-0/+4
* Add option to disable "session management by closing windows".Andreas Hartmetz2016-02-151-2/+58
* Don't send regular key press event if it matched a shortcutTor Arne Vestbø2016-01-291-2/+3
* Doc: a QScreen can be a placeholder if there are no screens attachedShawn Rutledge2016-01-281-6/+1
* Move shortcut handling back into QGuiApplicationTor Arne Vestbø2016-01-281-0/+9
* on failure to load platform plugin, show the path(s) checkedShawn Rutledge2016-01-261-1/+1
* Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-22/+26
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+2
|\
| * Delete QInputDeviceManager when deleting QGuiApplicationPasi Petäjäjärvi2015-12-121-0/+2
* | QtGui: Don't set screen to a child window when processing screen eventsBłażej Szczygieł2016-01-071-4/+6
* | QtGui: Fix obtaining the top level window at a pointBłażej Szczygieł2016-01-071-10/+30
* | Initialize function tables without QGuiApplicationAllan Sandfeld Jensen2015-12-071-10/+0
* | Call setLayoutDirection() in QGuiApplicationPrivate::init() if not called beforeAlbert Astals Cid2015-11-301-3/+8
* | Call QPlatformCursor::pointerEvent with native coordinates.Morten Johan Sørvig2015-11-181-3/+10
* | move styleOverride from QApplicationPrivate to QGuiApplicationPrivateLiang Qi2015-11-131-0/+10
* | Fix QHighDPiScaling initialization issuesMorten Johan Sørvig2015-10-261-3/+13
* | Add default argument to QPlatformWindow::isEmbedded()Tor Arne Vestbø2015-10-141-1/+1
* | 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
* | 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
* | 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