summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deprecate QInputMethodEvent::setTentativeCommitString()Pekka Vuorela2012-03-231-0/+2
* Add a note to QTouchEvent docs about empty touchpoint listsLaszlo Agocs2012-03-151-3/+4
* Added missing \since 5.0 and tweaked some docs in QtGui.Samuel Rødal2012-03-151-4/+7
* Update QTouchEvent docs with regards to raw positionsLaszlo Agocs2012-03-051-1/+6
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-22/+22
* Don't use deprecated QWheelEvent::delta()Morten Johan Sorvig2012-02-291-1/+3
* Refactor the QPA dnd interface.Friedemann Kleint2012-02-291-2/+3
* QWheelEvent high-resolution delta support.Morten Johan Sorvig2012-02-241-6/+64
* Remove use of Q_BROKEN_DEBUG_STREAM.Stephen Kelly2012-02-221-6/+0
* Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-221-1/+1
* Add event type for TouchCancel.Laszlo Agocs2012-02-091-3/+9
* Remove QInputContextPekka Vuorela2012-02-031-1/+1
* Update wrong docs for TouchPoint::id().Laszlo Agocs2012-02-021-3/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Make coordinates float based where it makes sense.Lars Knoll2012-01-251-4/+3
* Remove Symbian specific code from QtGui.Xizhi Zhu2012-01-241-3/+1
* 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-20/+6
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove non-const getters marked for elimination.Robin Burchell2011-12-271-31/+0
* Store the primary status in the touch point flags.Laszlo Agocs2011-12-121-5/+2
* Remove QWidget dependency from QTouchEvent.Laszlo Agocs2011-12-091-10/+12
* Extend touch events.Laszlo Agocs2011-12-091-17/+110
* Document QInputMethodQueryEvent classPekka Vuorela2011-11-101-8/+26
* Support tentative commit string with input method.Pekka Vuorela2011-11-051-0/+19
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-18/+18
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-45/+0
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-111-150/+0
* Added Orientation API to QScreen and QWindow.Samuel Rødal2011-10-071-53/+8
* Get rid of the last traces of QMimeSourceLars Knoll2011-09-291-67/+1
* Change the QInputMethodQueryEvent to be able to query a set of propertiesLars Knoll2011-09-081-2/+23
* Add timestamp to QInputEvent.Laszlo Agocs2011-09-051-1/+1
* Refactor QMouseEvent to contain the position inside the windowLars Knoll2011-09-011-19/+65
* Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-061-38/+106
|\
| * Add QScreenOrientationChangeEvent and rotation support to wayland clientLasse Holmstedt2011-07-041-0/+98
| * make QHoverEvent inherit from QInputEventLars Knoll2011-06-301-2/+2
| * Use floating point coordinates in eventsLars Knoll2011-06-271-37/+7
* | add QInputMethodQueryEventLars Knoll2011-06-221-0/+47
* | Made QExposeEvent public and added exposeEvent() in QWindow.Samuel Rødal2011-06-221-0/+23
* | Implement QDropEvent::source() againLars Knoll2011-06-071-6/+4
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-20/+20
|\|
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
| * Doc: Fixed qdoc warnings.David Boddie2011-05-231-3/+3
* | remove an unused classLars Knoll2011-05-201-15/+0
* | move files in src/gui into their final locationsLars Knoll2011-05-111-0/+4305
* | split kernel/ up according to the future library splitLars Knoll2011-05-041-4619/+0
* | remove more QT3_SUPPORT codeLars Knoll2011-05-031-232/+0
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+4851