summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-231-1/+1
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-2/+2
* QPA: pass cmdline arguments to QPlatformIntegrationPlugin constructorGirish Ramakrishnan2012-07-121-10/+3
* Clear qt_button_down widget when starting a drag.Friedemann Kleint2012-07-111-0/+8
* qpa: Fix crash when native interface is nullGirish Ramakrishnan2012-07-091-8/+9
* make QtGui compile when QT_NO_WHEELEVENT is definedJeremy Katz2012-07-061-0/+2
* Make QGenericPlugin and QGenericPluginFactory public APIGirish Ramakrishnan2012-07-041-1/+1
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-2/+2
* Add framestrut mouse events.Friedemann Kleint2012-06-291-6/+11
* Add QGuiApplication::setApplicationDisplayName.David Faure2012-06-271-0/+27
* QPA docs: list the platform names that the method is likely to return.David Faure2012-06-221-0/+3
* Document and use UserEvent::nullWindow for event deliveryGirish Ramakrishnan2012-06-201-54/+61
* Prevent ending up in a state where focus is perpetually grabbed.Samuel Rødal2012-06-181-10/+20
* Deliver wheel events when window is nullGirish Ramakrishnan2012-06-141-15/+15
* Only quit if there are no visible widgets or windows.Stephen Kelly2012-06-121-1/+1
* Added QScreen::setOrientationUpdateMask().Samuel Rødal2012-06-061-3/+16
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-2/+2
* QPA tablet event supportLaszlo Agocs2012-05-311-0/+90
* Fix wrong local positions in mouse events when no tlw was givenLaszlo Agocs2012-05-231-3/+8
* Fix QtGui compilation for -qconfig largeTasuku Suzuki2012-05-231-0/+7
* Add mouse event internal members needed by declarativeLaszlo Agocs2012-05-221-0/+23
* Avoid qobject_castAaron Kennedy2012-05-181-1/+2
* Add focusWindowChanged signal to QGuiApplicationJames Turner2012-05-161-0/+9
* Make QFileOpenEvents delivered again.Christoph Schleifenbaum2012-05-111-0/+9
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-2/+2
|\
| * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-2/+2
* | Remove qplatformdrag.h dependency in qguiapplication_p.hLars Knoll2012-05-091-0/+1
* | Added QScreen::refreshRate() to get the vertical refresh rate.Samuel Rødal2012-05-081-0/+19
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-13/+13
|/
* Allow the QPA plugin arguments to contain non-ASCII.Thiago Macieira2012-05-041-1/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-5/+13
|\
| * api: QGuiApplication::inputMethod should be staticGirish Ramakrishnan2012-04-181-5/+13
* | Fix compilation of public headers with QT_NO_DEPRECATED definedOlivier Goffart2012-05-021-5/+4
* | Replace QGuiApplication::activeWindow by focusWindow().Friedemann Kleint2012-04-271-1/+1
* | Fix detection of default platform plugin.Girish Ramakrishnan2012-04-191-27/+0
* | Remove internal QClipboardEventLaszlo Agocs2012-04-191-7/+0
* | Fix build with QT_NO_CLIPBOARD.Stephen Kelly2012-04-181-0/+4
* | Revert "Fix memory leak of QFontEngineData"Lars Knoll2012-04-181-4/+4
* | Fix memory leak of QFontEngineDataJian Liang2012-04-171-4/+4
* | Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-171-33/+22
|\|
| * Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-171-1/+157
| |\
| | * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-1/+157
| | |\
| * | | api: Make QGuiApplication::styleHints() staticGirish Ramakrishnan2012-04-171-5/+4
| |/ /
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-11/+51
| |\ \
| * | | Get rid of QKeyEventExThiago Macieira2012-04-051-2/+3
| * | | Merge master into api_changesKent Hansen2012-03-271-0/+4
| |\ \ \
| * \ \ \ Merge master into api_changesKent Hansen2012-03-231-8/+13
| |\ \ \ \
| * | | | | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-221-23/+15
| * | | | | Crash fix in ~QVariantJędrzej Nowacki2012-03-211-3/+0
* | | | | | Add QPlatformWindow::windowEvent()Bradley T. Hughes2012-04-171-0/+15