summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxevents.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Small doc fixed for mouse handling.Martin Jones2009-08-191-1/+8
|
* Change key handling to use a Keys attached property.Martin Jones2009-08-121-6/+1
| | | | | Replaces KeyAction, allowing focus to be set on the actual item that wants focus, rather than a separate handler item.
* DocMartin Jones2009-07-311-0/+11
|
* Remove extraneous semicolons.Martin Jones2009-05-261-2/+2
| | | | Caused massive number of warnings with winscw
* docWarwick Allison2009-05-011-18/+15
|
* qdoc: Corrected a few qdoc warnings.Martin Smith2009-04-281-2/+2
| | | | | | Changed some qDebug() output in qdoc to be real qdoc waqrnings with location information for the user. These were in the qmlproperty command processing.
* More mouse and key event handling and related documentationMartin Jones2009-04-281-2/+115
|
* Make MouseRegion signals pass a mouse event as their parameter.Martin Jones2009-04-271-0/+72