summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-0/+22
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Fix misc. doc errors and document undocumented functionsaavit2012-09-121-6/+6
* Remove deprecation from enumerations in QtGui.Friedemann Kleint2012-08-221-1/+1
* Fix a bunch of Mac/clang specific warningsJiang Jiang2012-08-211-1/+1
* Remove deprecated tentative commit from QInputMethodEventPekka Vuorela2012-06-281-7/+0
* Remove QUpdateEvent from the public headersLars Knoll2012-05-301-13/+0
* Add mouse event internal members needed by declarativeLaszlo Agocs2012-05-221-0/+4
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-12/+15
|\
| * Stop using QEventPrivate::d in QWindowStateChangeEventThiago Macieira2012-04-201-2/+2
| * Remove private classes in QEvent-derived classes.Thiago Macieira2012-04-191-10/+13
* | Fix compilation of public headers with QT_NO_DEPRECATED definedOlivier Goffart2012-05-021-2/+5
* | Remove deprecation tags from QWheelEvent.Morten Johan Sorvig2012-04-271-4/+2
* | Remove internal QClipboardEventLaszlo Agocs2012-04-191-11/+0
|/
* Get rid of QKeyEventExThiago Macieira2012-04-051-7/+23
* Merge master into api_changesKent Hansen2012-03-231-2/+2
|\
| * Deprecate QInputMethodEvent::setTentativeCommitString()Pekka Vuorela2012-03-231-2/+2
* | {QTouchEvent,QWindowSystemInterface}::TouchPoint: replace QList<QPointF> with...Marc Mutz2012-03-091-2/+2
* | QTouchEvent::TouchPoint: make it a proper value classMarc Mutz2012-03-061-3/+12
|/
* QInputMethodEvent::Attribute: mark as Q_MOVABLE_TYPEMarc Mutz2012-03-011-0/+1
* QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-011-21/+21
* QWheelEvent high-resolution delta support.Morten Johan Sorvig2012-02-241-6/+18
* Remove many deprecated methodsLars Knoll2012-01-311-0/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Make coordinates float based where it makes sense.Lars Knoll2012-01-251-15/+21
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-131-3/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove non-const getters marked for elimination.Robin Burchell2011-12-271-4/+0
* Fix for -Werror -WshadowDavid Faure2011-12-221-1/+1
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-121-1/+2
* Remove QWidget dependency from QTouchEvent.Laszlo Agocs2011-12-091-3/+3
* Extend touch events.Laszlo Agocs2011-12-091-6/+23
* Document QInputMethodQueryEvent classPekka Vuorela2011-11-101-2/+2
* Support tentative commit string with input method.Pekka Vuorela2011-11-051-0/+3
* Fix two typos: docu for "deprecated since" and Q_DEPR... -> QT_DEPR...David Faure2011-10-221-1/+1
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-6/+0
* Added Orientation API to QScreen and QWindow.Samuel Rødal2011-10-071-12/+4
* Get rid of the last traces of QMimeSourceLars Knoll2011-09-291-12/+0
* Change the QInputMethodQueryEvent to be able to query a set of propertiesLars Knoll2011-09-081-6/+11
* Add timestamp to QInputEvent.Laszlo Agocs2011-09-051-0/+3
* Refactor QMouseEvent to contain the position inside the windowLars Knoll2011-09-011-11/+25
* Touch event support for QWindow.Laszlo Agocs2011-08-311-0/+4
* Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-061-25/+52
|\
| * Add QScreenOrientationChangeEvent and rotation support to wayland clientLasse Holmstedt2011-07-041-0/+24
| * make QHoverEvent inherit from QInputEventLars Knoll2011-06-301-2/+2
| * Use floating point coordinates in eventsLars Knoll2011-06-271-24/+27