summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* Make the -nograb and -dograb arguments actually work on xcbJørgen Lind2014-11-111-1/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* qpa: Make screen geometry updates (full and available geometry) atomicTor Arne Vestbø2014-09-101-1/+0
* Add an option to share between TLWsLaszlo Agocs2014-09-101-0/+2
* add buttons to QTabletEventShawn Rutledge2014-07-281-1/+1
* Add support for -qwindowicon command line argument.David Faure2014-05-021-0/+1
* OS X: Add support for ApplicationState capabilitySamuel Gaist2014-04-241-1/+1
* Close widgets properly from session management.Friedemann Kleint2014-02-141-0/+2
* Move setWindowIcon() up to QGuiApplication.David Faure2014-02-121-0/+3
* Restore support for -title command line argument on X11, add -qwindowtitle.David Faure2014-02-121-0/+2
* If DblClick, do not deliver 'duplicated' MouseButtonPressRick Stockton2014-01-271-0/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-0/+3
|\
| * Make qtbase compile with QT_NO_GESTURESTasuku Suzuki2014-01-101-0/+3
* | qguiapplication_p.h: Compile fix for Android.Friedemann Kleint2014-01-131-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-0/+1
|\|
| * Implement native gestures on OS X.Morten Johan Sørvig2013-10-171-0/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-0/+1
|\|
| * QPA: Fix event dispatcher dependent operations in platform integrationLaszlo Agocs2013-10-071-0/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-10-091-2/+1
|\|
| * QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-301-2/+1
* | Relay mouse event synthesization informationLaszlo Agocs2013-10-041-1/+3
|/
* Add QPA session managerSamuel Gaist2013-09-041-4/+2
* Added applicationState() to QGuiApplication.Yoann Lopes2013-09-021-2/+2
* Reintroduce -geometry command line argument for X11/XCB.Friedemann Kleint2013-07-251-0/+2
* If a QWidget is ignored for auto-quit, ignore its corresponding QWindow.Stephen Kelly2013-06-191-0/+2
* Make QWindow update its screen when moved to a different oneGabriel de Dietrich2013-05-231-0/+1
* Fix the check if mouse events should be synthesized from touch eventsFabian Bumberger2013-04-111-0/+2
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-1/+1
* QPA: Add interface for setting the application state explicitlyRichard Moe Gustavsen2013-02-211-0/+3
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Move session management code from QApplication to QGuiApplication.David Faure2012-11-281-0/+10
* Bring back -nograb/-dograb for debugging.Friedemann Kleint2012-11-151-0/+1
* Added private header warnings in src/gui/kernelSamuel Rødal2012-11-091-0/+11
* Send leave to most recently entered window when modal dialog is shown.Miikka Heikkinen2012-10-301-0/+1
* Add ContextMenu event to QWindowSystemInterfaceMiikka Heikkinen2012-10-251-0/+3
* Introducing the PlatformPanel event type.Sergio Martins2012-10-031-0/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Private slots should be named starting with _q_Sergio Ahumada2012-09-031-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-2/+2
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-2/+2
* Clear qt_button_down widget when starting a drag.Friedemann Kleint2012-07-111-0/+8
* Make QWindowSystemInterface part of QPA APIGirish Ramakrishnan2012-07-031-2/+2
* Add QGuiApplication::setApplicationDisplayName.David Faure2012-06-271-0/+1
* Prevent ending up in a state where focus is perpetually grabbed.Samuel Rødal2012-06-181-0/+1
* Fix crash in qt_qpa_core_dispatcher() at application exit.Miikka Heikkinen2012-06-081-1/+6
* Added QScreen::setOrientationUpdateMask().Samuel Rødal2012-06-061-0/+1
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-3/+3
* QPA tablet event supportLaszlo Agocs2012-05-311-0/+6