summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QGuiApplication::focusObject() to replace QInputPanel::inputItem()Pekka Vuorela2012-01-271-0/+27
* Made window orientation API more flexible.Samuel Rødal2012-01-241-3/+18
* Fix synthesizing mouse events when touches change orderingLaszlo Agocs2012-01-231-5/+17
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Allow generic plugins to set defaults for window system propertiesSimon Hausmann2012-01-201-2/+2
* Move keyboardInput data back to QApplicationPekka Vuorela2012-01-171-22/+0
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-131-1/+45
* Add setPalette to QGuiApplicationLars Knoll2012-01-121-0/+10
* Made it possible to report screen changes through QWindowSystemInterface.Samuel Rødal2012-01-121-0/+6
* Move keyboard locale and input direction to QInputPanelPekka Vuorela2012-01-071-9/+6
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Send ApplicationActivate and ApplicationDeactivate from QtGui.Samuel Rødal2012-01-021-5/+10
* Mac: Add temporary solution to fix app deployment.Morten Johan Sorvig2011-12-221-0/+10
* Remove redundant touch processing in QtGui and widgets.Laszlo Agocs2011-12-141-10/+36
* Make QApplication::type() set by QGuiApplication.Frederik Gladhorn2011-12-121-0/+1
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-121-3/+1
* Extend touch events.Laszlo Agocs2011-12-091-3/+5
* Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.Jędrzej Nowacki2011-12-011-2/+2
* Added QPA window system interface handler for logical DPI changes.Samuel Rødal2011-12-011-3/+20
* Made more QScreen properties NOTIFY and added average DPI properties.Samuel Rødal2011-11-301-2/+26
* emit width/height changes for the new rectGunnar Sletta2011-11-241-4/+4
* Add some properties to QWindowAlan Alpert2011-11-221-0/+10
* Pass all key events through the shortcutmapLars Knoll2011-11-211-12/+16
* qtbase: Warnings fixes.Friedemann Kleint2011-11-181-1/+1
* Support 31 mouse buttons (with platform plugins xcb and xlib).Rick Stockton2011-11-141-4/+4
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-111-0/+21
* Do not call setCursor on Desktop or if there is no platform window.Friedemann Kleint2011-10-271-4/+10
* QtGui: Remove Q_WS and qpa.Friedemann Kleint2011-10-251-2/+1
* Destroy generic plugins on exit.Laszlo Agocs2011-10-191-0/+8
* Fix TouchPoint::lastPos() after TouchPointStationary only events.Jocelyn Turcotte2011-10-171-1/+5
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-115/+0
* Added Orientation API to QScreen and QWindow.Samuel Rødal2011-10-071-8/+12
* Fix QMouse/Wheel/TouchEvent::modifiers with the XCB back-endSimon Hausmann2011-10-071-4/+4
* Don't default to XCB if it is not enabled.Lincoln Ramsay2011-10-071-1/+5
* QtGui: Add command line arguments to the platform plugin.Friedemann Kleint2011-10-051-1/+27
* Added QWindow::isActive() and focus in / out events.Samuel Rødal2011-10-051-5/+17
* Send key events to the active window when tlw in qpa event is nullLaszlo Agocs2011-09-291-0/+2
* Implement support for QGuiApp::setOverrideCursor()Lars Knoll2011-09-281-5/+54
* Fixed geometry issues.Samuel Rødal2011-09-231-5/+4
* Fix stale license headers from refactor branchJason McDonald2011-09-151-17/+17
* Make QKeySequence work on Mac.Morten Sorvig2011-09-081-1/+1
* Refactor the input frameworkLars Knoll2011-09-071-1/+23
* send resize event when window resizedMatthew Cattell2011-09-071-2/+8
* Add timestamp to QInputEvent.Laszlo Agocs2011-09-051-0/+5
* Refactor QMouseEvent to contain the position inside the windowLars Knoll2011-09-011-1/+1
* Initialize member variableLars Knoll2011-08-311-1/+2
* Add a QStyleHints class to QtGuiLars Knoll2011-08-311-23/+26
* Touch event support for QWindow.Laszlo Agocs2011-08-311-2/+140
* pick up the target window for a mouse event when none is specifiedGunnar Sletta2011-08-301-3/+3