Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Qt.application docs into Qt global object page | Bea Lam | 2011-02-02 | 1 | -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 Petrell | 2011-01-19 | 1 | -2/+11 |
| | | | | | | | Qt::LayoutDirection Task-number: QTBUG-16424 Reviewed-by: Martin Jones | ||||
* | Add missing Qt namespaces macros to qdeclarativeapplication.cpp source file | Joona Petrell | 2011-01-07 | 1 | -0/+4 |
| | | | | | Task-number: Reviewed-by: Aaron Kennedy | ||||
* | Add layoutDirection property to Qt.application element | Joona Petrell | 2011-01-07 | 1 | -2/+30 |
| | | | | | Task-number: QTBUG-16424 Reviewed-by: Martin Jones | ||||
* | Introduce Qt.application.active property | Joona Petrell | 2011-01-07 | 1 | -0/+118 |
Replaces qmlviewer's runtime.activeWindow property. Task-number: QTBUG-13351 Reviewed-by: Martin Jones |