summaryrefslogtreecommitdiff
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* 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-2113-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
|/
* Remove unused, unexported class.Michael Brasser2010-10-043-260/+0
* Qt.openUrlExternally should resolve relative URLs.Michael Brasser2010-10-011-9/+7
* Documentation: input to Qt.rgba should be from 0-1, not 0-255.Michael Brasser2010-10-011-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-291-146/+3
|\
| * Remove unused AST node destructors.Michael Brasser2010-09-291-146/+3
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-295-6/+6
* | Register QtQuick 1.0 module.Aaron Kennedy2010-09-292-7/+17
|/
* If a type is registered under several names, share the attached property objectAaron Kennedy2010-09-286-10/+34
* Fix assert when placing a .qml file inside $QTDIR/importsKai Koehne2010-09-271-0/+1
* Fix test.Michael Brasser2010-09-271-0/+4
* More declarative autotests.Michael Brasser2010-09-241-1/+1
* Improve docs for Qt.quit()Bea Lam2010-09-231-1/+3
* Remove unused, unexported class.Michael Brasser2010-09-234-127/+0
* Fix warningsThomas Zander2010-09-161-1/+1
* Compile fix for static build using mingw.Michael Brasser2010-09-161-1/+1
* crashfix for tst_qdeclarativeanimations::badTypes()Thomas Hartmann2010-09-151-1/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-09-154-2/+21
|\
| * This patch allows modifications on PropertyChanges on the flyThomas Hartmann2010-09-144-2/+21
* | Rename "interface" in qdeclarativeinterface.h to "qmlInterface"Rhys Weatherley2010-09-151-2/+2
|/
* I18n: Fix some lupdate warnings.Friedemann Kleint2010-09-141-4/+4
* Fix compile warnings.Friedemann Kleint2010-09-143-4/+4
* Merge branch '4.7' into qmldocsDavid Boddie2010-09-071-7/+5
|\
| * Small cleanupAaron Kennedy2010-09-061-7/+5