| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
May allow better experimentation and bug fixing.
|
|
|
|
|
| |
Task-number:
Reviewed-by: Warwick Allison
|
|
|
|
| |
Reviewed-by: mae
|
| |
|
|
|
|
| |
Menu strangely still produces hits on embedded. Don't create it if frameless.
|
|
|
|
|
| |
Task-number: QTBUG-8814
Reviewed-by: alexis
|
|
|
|
| |
This improves the test execution time
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The 'runtime' property is a singleton object that contains various info
about the execution environment for the qml application. Currently
it contains just one property 'isActiveWindow', which tells if the
window of the declarative viewer is active or not.
Task-number: QTBUG-8902
Reviewed-by: Martin Jones
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In shadow build environments, we cannot enforce that shared
library objects for plugins are located in the same directory
as the qmldir file. This makes it hard for Creator to support
mixed projects (qml/c++).
In order to gain more flexibility, the patch introduces a
pluginPathList to QDeclarativeEngine, which completes the existing
importsPathList.
The pluginPathList defaults to ["."], which indicates the directory
where the qmldir file is located in.
The qml viewer tool gains a command line option -P to add to the
pluginPathList.
For consistency, the -L option ("Library") has been renamed to
-I ("Import"). QDeclarativeEngine::importExtension() has been
renamed to QDeclarativeEngine::importPlugin().
The documentation has been adjusted accordingly.
Done with erikv.
Reviewed-by: erikv
|
|
QDeclarativeXXX.
|