summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-081-10/+0
|\
| * Initialize function tables without QGuiApplicationAllan Sandfeld Jensen2015-12-071-10/+0
* | Give names to enum used in templates.Rolland Dudemaine2015-12-041-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-3/+8
|\|
| * Call setLayoutDirection() in QGuiApplicationPrivate::init() if not called beforeAlbert Astals Cid2015-11-301-3/+8
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-9/+9
* | Accept concurrent input from multiple tablet devices in QGuiApplicationRomain Pokrzywka2015-11-261-11/+25
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-231-3/+10
|\|
| * Call QPlatformCursor::pointerEvent with native coordinates.Morten Johan Sørvig2015-11-181-3/+10
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-0/+10
|\|
| * move styleOverride from QApplicationPrivate to QGuiApplicationPrivateLiang Qi2015-11-131-0/+10
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-3/+13
|\|
| * Fix QHighDPiScaling initialization issuesMorten Johan Sørvig2015-10-261-3/+13
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-1/+1
|\|
| * Add default argument to QPlatformWindow::isEmbedded()Tor Arne Vestbø2015-10-141-1/+1
* | 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