summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Fix misc. doc errors and document undocumented functionsaavit2012-09-121-64/+168
* fix a few qdoc command typosJeremy Katz2012-08-011-2/+2
* change \img to \image in docsJeremy Katz2012-08-011-1/+1
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-011-4/+4
* Remove deprecated tentative commit from QInputMethodEventPekka Vuorela2012-06-281-19/+0
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+31
* Clarify QTouchEvent docsLaszlo Agocs2012-06-121-0/+9
* Remove QUpdateEvent from the public headersLars Knoll2012-05-301-9/+0
* Ask the platform drag for the correct default drag actionLars Knoll2012-05-291-1/+3
* Add mouse event internal members needed by declarativeLaszlo Agocs2012-05-221-3/+3
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-33/+34
* Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-7/+7
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-100/+19
|\
| * Stop using QEventPrivate::d in QWindowStateChangeEventThiago Macieira2012-04-201-11/+2
| * Remove private classes in QEvent-derived classes.Thiago Macieira2012-04-191-89/+17
* | Fix compilation of public headers with QT_NO_DEPRECATED definedOlivier Goffart2012-05-021-5/+2
* | Remove internal QClipboardEventLaszlo Agocs2012-04-191-25/+0
|/
* Get rid of QKeyEventExThiago Macieira2012-04-051-57/+35
* Merge master into api_changesKent Hansen2012-03-231-0/+2
|\
| * Deprecate QInputMethodEvent::setTentativeCommitString()Pekka Vuorela2012-03-231-0/+2
* | Merge master into api_changesKent Hansen2012-03-161-7/+11
|\|
| * 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
* | {QTouchEvent,QWindowSystemInterface}::TouchPoint: replace QList<QPointF> with...Marc Mutz2012-03-091-3/+4
* | Merge remote-tracking branch 'origin/master' into api_changesJoão Abecasis2012-03-081-1/+6
|\|
| * Update QTouchEvent docs with regards to raw positionsLaszlo Agocs2012-03-051-1/+6
* | QTouchEvent::TouchPoint: make it a proper value classMarc Mutz2012-03-061-10/+9
|/
* 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