summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup includes in public headers.Bradley T. Hughes2009-06-261-2/+1
| | | | We don't want to pull in too much if we can avoid it.
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-171-2/+2
|\ | | | | | | | | Conflicts: src/gui/graphicsview/qgraphicsscene_p.h
| * Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * Long live Qt 4.5!Lars Knoll2009-03-231-0/+1045
| |
* | Removed QWidget::gestureEvent() functions since adding a new virtualDenis Dzyubenko2009-05-111-2/+0
| | | | | | | | function breaks binary compatibility.
* | Extended the gesture documentation.Denis Dzyubenko2009-05-111-1/+1
| | | | | | | | Also made some small fixes that noticed while was writing a doc.
* | Modifications after the api review by Brad.Denis Dzyubenko2009-05-111-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | Gesture types are now separated to internal ones, which are listed as enums (though they might be converted to strings internally), and third party gestures which are referenced by strings. From now on QGesture objects derive from QObject, which means third party gesture recognizer developers can use QObjects property system to store custom data inside QGesture without need to subclass it. Some functions were renamed to show their purpose more clear.
* | Added some documentation.Denis Dzyubenko2009-05-111-3/+3
| | | | | | | | Fixed missing const specifiers.
* | Merge of the maemo-gestures branch onto qt/4.5.0Denis Dzyubenko2009-05-111-0/+10
|/ | | | | This is a squashed merge of all of the changes in the maemo-gestures branch on-top of the qt/4.5.0 branch.
* introduce Q_WS_WINCEMaurice Kalinowski2009-04-291-2/+2
| | | | | | | | | | | Task-number: 246130 Reviewed-by: joerg Introduce Q_WS_WINCE for Windows CE only windowing parts. So far we decided to stick with Q_WS_WIN32, but having a separate define makes the code more readable. In addition Q_WS_WINCE_WM is available for Windows Mobile only parts, where we do not check for the OS on runtime.
* Provide a previousInFocusChain for consistancyOlivier Goffart2009-03-301-0/+1
| | | | | Task-number: 201649 Reviewed-by: Thierry
* Long live Qt!Lars Knoll2009-03-231-0/+1045