summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QGuiApplication::keyboardModifiers() and QGuiApplication::mouseButtons()Jon Severinsson2013-01-041-2/+5
* Accessibility: Activate in QGuiApp instead of QApp.Frederik Gladhorn2012-12-161-0/+4
* Fixed crash in tst_qguiapplication with QT_QPA_PLATFORM=minimalSamuel Rødal2012-12-051-1/+2
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-1/+28
* Fix crash when requesting QGuiApplication::platformNativeInterface()Miikka Heikkinen2012-11-301-1/+1
* Move session management code from QApplication to QGuiApplication.David Faure2012-11-281-2/+214
* QGuiApplication docs: clarify that QWidget needs QApplicationJ-P Nurmi2012-11-271-1/+3
* Remove QApplication::type() and make QCoreApplication::Type internalJ-P Nurmi2012-11-231-1/+1
* Bring back -nograb/-dograb for debugging.Friedemann Kleint2012-11-151-0/+25
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-1/+1
* 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