Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup | Aaron Kennedy | 2010-04-16 | 2 | -3/+3 |
| | |||||
* | Class documentation fixes for declarative. | Michael Brasser | 2010-04-16 | 3 | -13/+57 |
| | |||||
* | Correctly support translation in QDeclarativeCompiler | Aaron Kennedy | 2010-04-15 | 2 | -8/+2 |
| | | | | Reviewed-by: Friedemann Kleint | ||||
* | Support valuetypes as method return values | Aaron Kennedy | 2010-04-15 | 5 | -40/+99 |
| | | | | QTBUG-9818 | ||||
* | Doc | Aaron Kennedy | 2010-04-15 | 1 | -0/+20 |
| | |||||
* | Add Component.onDestruction attached property | Aaron Kennedy | 2010-04-15 | 11 | -94/+119 |
| | | | | | | | | | This property complements Component.onCompleted. It is emitted before the destruction actually begins (for the most part) so the objects are still alive and accessible. The QtObject.onDestroyed signal is now blocked as it never really worked properly anyway. | ||||
* | Comments | Aaron Kennedy | 2010-04-15 | 1 | -1/+3 |
| | |||||
* | Remove unused parameter | Aaron Kennedy | 2010-04-15 | 3 | -4/+4 |
| | |||||
* | Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeData | Aaron Kennedy | 2010-04-15 | 16 | -73/+73 |
| | |||||
* | Rename QDeclarativeData -> QAbstractDeclarativeData | Aaron Kennedy | 2010-04-15 | 2 | -7/+7 |
| | | | | Reviewed-by: Martin Jones | ||||
* | Add QML object destruction hook | Aaron Kennedy | 2010-04-15 | 2 | -2/+13 |
| | |||||
* | Updates to the module documentation | mae | 2010-04-14 | 2 | -4/+10 |
| | |||||
* | Reduce warnings at shutdown | Aaron Kennedy | 2010-04-14 | 4 | -1/+29 |
| | | | | | | QTBUG-9799 Reviewed-by: Alexis Menard | ||||
* | Reduce warnings at shutdown | Aaron Kennedy | 2010-04-14 | 5 | -9/+10 |
| | | | | QTBUG-9799 | ||||
* | Fix QT_NO_DESKTOPSERVICES | Tasuku Suzuki | 2010-04-14 | 1 | -2/+8 |
| | | | | | Merge-request: 2359 Reviewed-by: Alexis Menard <alexis.menard@nokia.com> | ||||
* | Compiled bindings should not print warnings where normal bindings don't | Aaron Kennedy | 2010-04-14 | 1 | -3/+1 |
| | | | | QTBUG-9813 | ||||
* | Include qvariant.h as a convenience as context properties | Bea Lam | 2010-04-14 | 1 | -0/+1 |
| | | | | are commonly set and accessed | ||||
* | Doc: more mention of using QUrl::fromLocalFile() for URLs on local filesystem | Martin Jones | 2010-04-14 | 1 | -0/+6 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-14 | 1 | -1/+1 |
|\ | |||||
| * | Don't warn on signals emitted after the context has been destroyed | Aaron Kennedy | 2010-04-14 | 1 | -1/+1 |
| | | | | | | | | QTBUG-9792 | ||||
* | | Give better error messages on plugin load failures. | Warwick Allison | 2010-04-14 | 2 | -15/+31 |
|/ | | | | Fixes reverted commit e0dcdbd2984299665b9b784b201289219b9978d3. | ||||
* | Remove warning on ASCII cast | Thiago Macieira | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | Fix compilation on Solaris, AIX and HP-UX. | Thiago Macieira | 2010-04-13 | 1 | -5/+0 |
| | | | | | | | | | | There's no bzero function in POSIX. It's a 4.3BSD function, legacy in POSIX.2001 and removed in POSIX.2008. And good compilers will inline the function anyway by a builtin. It's one of the most basic algorithms. Reviewed-by: Trust Me | ||||
* | Fix and test remote root component with qmldir-specified content. | Warwick Allison | 2010-04-13 | 1 | -0/+4 |
| | | | | 6ed43975f6733265b8b91b00a9a212076d896ef9 was not correct fix (just invalidated the test) | ||||
* | More error output for QML_IMPORT_TRACE=1 | mae | 2010-04-12 | 1 | -0/+9 |
| | |||||
* | Move documentation code to snippet. | Yann Bodson | 2010-04-12 | 1 | -41/+15 |
| | |||||
* | Make bindings dump more useful | Aaron Kennedy | 2010-04-12 | 1 | -46/+69 |
| | |||||
* | Revert "Better reporting of extension plugin loading errors." | Aaron Kennedy | 2010-04-12 | 1 | -23/+7 |
| | | | | This reverts commit e0dcdbd2984299665b9b784b201289219b9978d3. | ||||
* | Cleanup | Aaron Kennedy | 2010-04-09 | 2 | -88/+95 |
| | |||||
* | Disallow writes to read-only value type properties | Aaron Kennedy | 2010-04-09 | 1 | -0/+4 |
| | | | | QTBUG-9685 | ||||
* | Allow undefined to be assigned to QVariant properties | Aaron Kennedy | 2010-04-09 | 2 | -0/+6 |
| | | | | QTBUG-9704 | ||||
* | Add a Qt.isQtObject() method | Aaron Kennedy | 2010-04-09 | 2 | -0/+10 |
| | | | | QTBUG-9705 | ||||
* | Fix crash in QML library imports | Aaron Kennedy | 2010-04-09 | 1 | -0/+1 |
| | | | | QTBUG-9705 | ||||
* | Remove QT_VERSION checks in QML | Aaron Kennedy | 2010-04-09 | 5 | -45/+0 |
| | | | | We only support Qt 4.7 now. | ||||
* | List properties aren't read-only | Aaron Kennedy | 2010-04-09 | 1 | -1/+2 |
| | |||||
* | Make sure WorkerScript thread is stopped on deletion. This also fixes | Bea Lam | 2010-04-09 | 1 | -0/+13 |
| | | | | the leaking of the worker agent in ListModel. | ||||
* | unwarn | Warwick Allison | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-09 | 1 | -7/+23 |
|\ | |||||
| * | Better reporting of extension plugin loading errors. | Warwick Allison | 2010-04-09 | 1 | -7/+23 |
| | | |||||
* | | Use variant instead of var in QML | Aaron Kennedy | 2010-04-09 | 3 | -21/+10 |
|/ | | | | | | In QML "var"s are not the same as JavaScript vars - they are QVariants instead. However, as they behave in a similar enough fashion to native JavaScript it can be confusing to developers when they are called "var". | ||||
* | Tune plugin import mechanism | mae | 2010-04-08 | 3 | -35/+120 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Fix compile warnings | mae | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | Don't crash when QML engine is deleted | Aaron Kennedy | 2010-04-08 | 1 | -3/+2 |
| | |||||
* | Fix crash on null object assignment | Aaron Kennedy | 2010-04-08 | 1 | -1/+2 |
| | |||||
* | Make string -> int conversion consistent in bindings | Aaron Kennedy | 2010-04-08 | 1 | -0/+4 |
| | | | | QTBUG-9538 | ||||
* | Improve static assignment to QVariant's in the int and double case | Aaron Kennedy | 2010-04-08 | 5 | -7/+44 |
| | |||||
* | Make script and binding assignments identical for list properties | Aaron Kennedy | 2010-04-08 | 1 | -1/+5 |
| | |||||
* | Fix qdeclarativeecmascript::arrayExpression() test | Aaron Kennedy | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | Cleanup handling of errors in bindings and scripts | Aaron Kennedy | 2010-04-08 | 15 | -96/+148 |
| | | | | | | | | | | | | | QML used to silently ignore a log of errors - such as a failed assignment to a QObject property. These errors are now all reported as exceptions in JavaScript. Other questionable activities, like assigning a JavaScript array to a "property var" property which appeared to work, thanks to QtScript's transparent conversion of arrays to a QVariantList, are now blocked entirely. QTBUG-9152 QTBUG-9382 QTBUG-9341 QTBUG-6886 | ||||
* | Do not create a QScriptValue for an object being deleted | Aaron Kennedy | 2010-04-08 | 1 | -0/+3 |
| |