summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativeapplication.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move Qt.application docs into Qt global object pageBea Lam2011-02-021-50/+3
| | | | | | Previously it was documented as a separate 'Application' element Reviewed-by: Martin Jones
* Change Qt.application.layoutDirection from bool to correct type of ↵Joona Petrell2011-01-191-2/+11
| | | | | | | Qt::LayoutDirection Task-number: QTBUG-16424 Reviewed-by: Martin Jones
* Add missing Qt namespaces macros to qdeclarativeapplication.cpp source fileJoona Petrell2011-01-071-0/+4
| | | | | Task-number: Reviewed-by: Aaron Kennedy
* Add layoutDirection property to Qt.application elementJoona Petrell2011-01-071-2/+30
| | | | | Task-number: QTBUG-16424 Reviewed-by: Martin Jones
* Introduce Qt.application.active propertyJoona Petrell2011-01-071-0/+118
Replaces qmlviewer's runtime.activeWindow property. Task-number: QTBUG-13351 Reviewed-by: Martin Jones