summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-071-7/+7
* Remove a couple of unused variables.Miikka Heikkinen2012-11-021-2/+0
* Send leave to most recently entered window when modal dialog is shown.Miikka Heikkinen2012-10-301-0/+18
* Add ContextMenu event to QWindowSystemInterfaceMiikka Heikkinen2012-10-251-0/+19
* QScreen's physicalSize can change. Ensure siblings are updated.Shawn Rutledge2012-10-161-9/+6
* Fix "open with" functionality on OSX (FileOpenEvent)Shawn Rutledge2012-10-131-0/+4
* Show widget cursor after restoring last override cursorMiikka Heikkinen2012-10-041-2/+15
* Introducing the PlatformPanel event type.Sergio Martins2012-10-031-0/+18
* Set CWD when launched from Finder.Morten Johan Sorvig2012-10-021-1/+13
* Fix events being processed on application startSimon Hausmann2012-09-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fixed multiple modal windows from all blocking each other.Samuel Rødal2012-09-211-0/+2
* Removing duplicate includesSergio Ahumada2012-09-091-3/+0
* Doc: Missing documentation added and doc errors fixed.aavit2012-09-051-0/+24
* Private slots should be named starting with _q_Sergio Ahumada2012-09-031-4/+4
* Doc: Fixes for several doc errorsaavit2012-08-311-2/+9
* Doc: Fix various errorsaavit2012-08-301-1/+1
* Remove remaining bits of deprecated QInputPanelPekka Vuorela2012-08-231-15/+2
* Fix in-process QAxServers inside modal windows.Miikka Heikkinen2012-08-201-2/+7
* Handle "-psn_XXX" command line args on MacMorten Johan Sorvig2012-08-101-0/+4
* Fixed popups getting blocked by modal windows.Samuel Rødal2012-08-061-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-2/+2
* 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