summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Mention that image providers should be added before loading QML filesBea Lam2010-12-031-0/+3
* Append qml import path individually for each available drive on SymbianJoona Petrell2010-12-021-1/+29
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-301-2/+1
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Joona Petrell2010-11-3018-258/+599
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-262-1/+3
| |\ \
| | * | Declarative: Fix compiler warnings (Linux/g++)Friedemann Kleint2010-11-262-1/+3
* | | | Correct ownership semantics for QObject derived typesAaron Kennedy2010-11-301-2/+9
* | | | Correctly handle CppOwnership even when a QDeclarativeData doesn't existAaron Kennedy2010-11-301-3/+1
| |_|/ |/| |
* | | Improve consistency in handling of aliases, bindings and value typesAaron Kennedy2010-11-2917-256/+599
* | | Fix warnings related to unused variables.Thiago Macieira2010-11-262-1/+2
|/ /
* | Fix type punning warnings from gccAaron Kennedy2010-11-262-31/+35
|/
* Allow javascript date and regexp objects in WorkerScript messagesBea Lam2010-11-241-0/+13
* Don't leak QML compiled data objectsAaron Kennedy2010-11-193-7/+3
* Fix compilation by s/intptr_t/quintptr/Thiago Macieira2010-11-113-4/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-111-1/+2
|\
| * QDeclarativeDebug: Keep source information when changing an expressionChristiaan Janssen2010-11-101-1/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-101-1/+1
|\ \ | |/ |/|
| * Doc: Fixing typoSergio Ahumada2010-11-091-1/+1
* | Don't use stdint.h in our headers since it is a C99 header.Martin Jones2010-11-082-12/+5
* | Add documentation about script evaluation context and allowed typesBea Lam2010-11-041-2/+28
* | Largely rewrite the Using QML in C++ Applications documentation. ItBea Lam2010-11-042-7/+51
* | Qml Debugging: Only enable if explicitly requestedKai Koehne2010-11-022-0/+3
|/
* Doc: Fixed typoThorbjørn Lindeijer2010-11-011-1/+1
* Set the location of the closing brace.Roberto Raggi2010-10-262-4/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-10-251-1/+2
|\
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-2013-77/+94
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-2012-144/+397
| |\ \
| * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-1411-24/+207
| |\ \ \
| * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-0813-42/+147
| |\ \ \ \
| * | | | | Doc: Fixed qdoc warnings.David Boddie2010-10-071-1/+2
* | | | | | Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
| |_|_|_|/ |/| | | |
* | | | | Fix position of synthesized semicolon tokens.Aaron Kennedy2010-10-201-6/+9
* | | | | Don't export QtDeclarative symbols needed by QtCreator on SymbianJoona Petrell2010-10-1910-41/+55
* | | | | Call the correct vme meta object when connecting alias signalsAaron Kennedy2010-10-191-1/+1
* | | | | Properties should have precedence over methods.Michael Brasser2010-10-181-29/+29
| |_|_|/ |/| | |
* | | | Allow overloaded methods, and methods with default params, to be called in QMLAaron Kennedy2010-10-153-21/+317
* | | | Fix potential memory corruption in QDeclarativePropertyCacheAaron Kennedy2010-10-141-4/+7
* | | | Correctly splice properties from derived metaobjects togetherAaron Kennedy2010-10-142-58/+28
* | | | Optimization: Don't generate intermediate QDeclarativeComponent'sAaron Kennedy2010-10-148-64/+48
| |_|/ |/| |
* | | Fix autotest on windowsAaron Kennedy2010-10-131-1/+3
* | | Compile on WinCEAaron Kennedy2010-10-131-2/+2
* | | Compile on MSVC2008Aaron Kennedy2010-10-121-3/+2
* | | Fix autotest on windowsAaron Kennedy2010-10-111-0/+12
* | | Allow objectName to be used in QML bindingsAaron Kennedy2010-10-114-13/+66
* | | Install the declarative objectNameChanged callbackAaron Kennedy2010-10-112-0/+6
* | | Allow aliases to value type propertiesAaron Kennedy2010-10-083-9/+62
* | | Check plugin and QML file case on Mac and WindowsAaron Kennedy2010-10-084-1/+57
* | | Remove some unnecessary includes in cpp filesAaron Kennedy2010-10-081-1/+0
* | | Don't allow multiple values to be assigned to a singular propertyAaron Kennedy2010-10-081-0/+3
| |/ |/|
* | Connect property alias change signals on useAaron Kennedy2010-10-0713-42/+147
|/