summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Collapse)AuthorAgeFilesLines
* Make QML_REGISTER...TYPE functions unnecessary (still exist for now).Warwick Allison2010-02-251-13/+13
| | | | Fix multimedia plugin.
* Add support for qml imports directory in configure, qmake, and qmlenginemae2010-02-241-7/+12
|
* Build fix when using <QtDeclarative> include.Alexis Menard2010-02-241-0/+3
|
* Make QDeclarativeMetaType and QDeclarativeType privateAaron Kennedy2010-02-2411-23/+27
|
* Fixup tests after QDeclarative class renamesAaron Kennedy2010-02-241-1/+1
|
* Simplify QML element registration headersAaron Kennedy2010-02-2412-314/+316
|
* Automatically connect to a notify signal if the requested signal isBea Lam2010-02-241-0/+10
| | | | | | | in the "onFooChanged" form, even if the notify signal is not called "fooChanged". Task-number: QT-2783
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-24148-6924/+6924
| | | | QDeclarativeXXX.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2411-6/+16
|\ | | | | | | | | Conflicts: src/declarative/qml/qml.h
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-2410-3/+14
| |\
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-2410-3/+14
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/advtutorial1.qdoc src/declarative/qml/qmlmoduleplugin.cpp src/declarative/util/qmlxmllistmodel.cpp
| | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into ↵Qt Continuous Integration System2010-02-231-1/+2
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1: Fix compilation with namespace.
| | | | * Fix compilation with namespace.ck2010-02-231-1/+2
| | | | |
| | | * | Merge remote branch 'origin/master'Thiago Macieira2010-02-2332-749/+733
| | | |\ \ | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/advtutorial1.qdoc doc/src/declarative/tutorial2.qdoc doc/src/declarative/tutorial3.qdoc src/declarative/graphicsitems/qmlgraphicsmousearea.cpp src/multimedia/playback/qmediaplayer.cpp
| | | | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into ↵Qt Continuous Integration System2010-02-231-2/+2
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1: clean up x11 desktop detection avoid double reallocations in inserting operations create temporaries more intelligently do not protect against self-assignment in QList::replace() make queues to which only lists are appended not blow the memory optimize queue-like structures remove more pointless recalculations Fix compilation with namespace. Fix compilation with namespace.
| | | | | * Fix compilation with namespace.ck2010-02-221-2/+2
| | | | | |
| | | * | | Merge remote branch 'origin/master'Thiago Macieira2010-02-2029-581/+885
| | | |\ \ \ | | | | | |/ | | | | |/| | | | | | | | | | | | | Conflicts: doc/src/declarative/advtutorial1.qdoc
| | | * | | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-199-0/+11
| | | | | |
| * | | | | Disallow ids that start with upper case letters.Bea Lam2010-02-241-3/+2
| |/ / / / | | | | | | | | | | | | | | | Task-number: QT-2786
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2332-433/+1092
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | Conflicts: src/declarative/util/qmlanimation.cpp src/declarative/util/qmlxmllistmodel.cpp
| * | | | Added missing destructor to QmlExtensionInterface.Roberto Raggi2010-02-231-0/+1
| | | | |
| * | | | Merge branch 'qtruntime'Roberto Raggi2010-02-2310-200/+722
| |\ \ \ \
| | * | | | Get rid of QmlModulePlugin.Roberto Raggi2010-02-234-200/+0
| | | | | |
| | * | | | Look for QML plugins in the paths specified in QML_PLUGIN_PATH env var.Roberto Raggi2010-02-234-6/+31
| | | | | |
| | * | | | Added QmlEnginePrivate::resolvePlugin.Roberto Raggi2010-02-232-3/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resolvePlugin returns the merge of the plugin's base name with the platform suffix (e.g. .dylib) and prefix (e.g. lib).
| | * | | | Merge remote branch 'origin/master' into qtruntimeRoberto Raggi2010-02-2323-246/+384
| | |\ \ \ \
| | * | | | | Load QML extensions.Roberto Raggi2010-02-227-25/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows projects which use the QtDeclarative module to register QML types and functions through C++ extensions. Reviewed-by: mae
| | * | | | | Document the QmlExtensionPlugin interface.Roberto Raggi2010-02-223-0/+157
| | | | | | |
| | * | | | | Merge remote branch 'origin/master' into qtruntimeRoberto Raggi2010-02-2232-747/+731
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/declarative/qml/qml.pri src/declarative/qml/qmlengine.cpp src/declarative/util/qmlview.h
| | * | | | | Introduced QmlEngine::importExtension.Roberto Raggi2010-02-222-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | importExtension can be used to import QmlExtensionInterface(s) into a QmlEngine.
| | * | | | | Get rid of the unfriendly ImportedNamespace::isBuiltin flag.Roberto Raggi2010-02-191-27/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `isBuiltin' flag doesn't play nice with hybrid apps where the types in a namespace are provided by both C++ and QML code. Done-with: mae
| | * | | | | Added QmlExtensionPlugin and QmlExtensionInterface.Roberto Raggi2010-02-194-2/+75
| | | | | | |
| | * | | | | Introduced a new parser for qmldir files.Roberto Raggi2010-02-194-20/+352
| | | |_|_|/ | | |/| | |
| * | | | | Fix build on solarisAlan Alpert2010-02-231-1/+1
| | | | | |
| * | | | | More precise compiler errorsAlan Alpert2010-02-231-2/+2
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | People were having trouble figureing what was wrong based off the previous error message. This should now be rectified - at least for users who read the docs. Reviewed-by: mae
| * | | | String to enum conversion in value typesAaron Kennedy2010-02-235-12/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assigning a string to a value type enum property from a binding was not working as QmlMetaProperty didn't realise the property was of enum type.
| * | | | Adds QmlEasingValueType to qmlLeonardo Sobral Cunha2010-02-232-0/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now it's possible to use easing curve types directly in qml as value types, {easing.type: "OutBounce"; easing.amplitude: 3}, instead of the former ugly string format, like "easeOutBounce(amplitude:3.0)". Reviewed-by: akennedy
| * | | | QmlExpression API reviewAaron Kennedy2010-02-238-58/+38
| | | | |
| * | | | Make QmlBinding (and friends) privateAaron Kennedy2010-02-2314-160/+163
| | | | | | | | | | | | | | | | | | | | | | | | | QmlBinding exposes way too many implementation details to be confident about making it public right now.
* | | | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-238-50/+30
|/ / / / | | | | | | | | | | | | Task-number: QT-2798
* | | | Fix but in QmlMetaProperty assignment operatorAaron Kennedy2010-02-231-0/+2
| | | | | | | | | | | | | | | | QTBUG-8166
* | | | Small QmlMetaProperty code cleanupAaron Kennedy2010-02-231-16/+16
| |/ / |/| |
* | | Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-2231-746/+730
| | | | | | | | | | | | | | | | | | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer).
* | | Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
|/ /
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-18136-139/+151
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-02-16135-138/+150
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (42 commits) doc: Fixed some qdoc errors. doc: Fixed some qdoc errors. Fix copyright year. Fix broken license headers. doc: Fixed some qdoc errors. Reusing sheets on Mac OS X 10.5 & above shows painting artifacts. doc: Fixed some qdoc errors. QNetworkAccessManager: add method to send custom requests doc: Fixed some qdoc errors. Optimization: Avoid calling out to public API function Mac: submenu shows up at the wrong position Add operator< and qHash for QSharedPointer and fix operator-. Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) Optimized QLocale to access system locale on demand. Fix QRegion under Mac OS X. update according to Thiago's comments. Changes: add functionality for dbus auto start to qt Add license header to this file readdir64 is not available on HP-UX ...
| | * Fix copyright year.Jason McDonald2010-02-16135-135/+135
| | | | | | | | | | | | Reviewed-by: Trust Me
| | * doc: Fixed some qdoc errors.Martin Smith2010-02-161-1/+1
| | |
| | * doc: Fixed some qdoc errors.Martin Smith2010-02-163-2/+14
| | |
* | | Make QmlDom API internalKai Koehne2010-02-185-409/+420
| | | | | | | | | | | | | | | | | | | | | It's still used by QmlDesigner, therefore the symbols have to be exported. Task-number: QTBUG-6845