Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 290 | -3300/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-24 | 4 | -4/+4 |
|\ | | | | | | | | | Conflicts: src/declarative/qml/qml.h | ||||
| * | Fix expected errors following d43ec1bdb12649c32f0f0067492857a70bef05b4 | Bea Lam | 2010-02-24 | 3 | -3/+3 |
| | | |||||
| * | Disallow ids that start with upper case letters. | Bea Lam | 2010-02-24 | 1 | -1/+1 |
| | | | | | | | | Task-number: QT-2786 | ||||
* | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls. | Warwick Allison | 2010-02-23 | 3 | -16/+23 |
|/ | | | | Task-number: QT-2798 | ||||
* | Replace QmlList* and QList* support with a single QmlListProperty type | Aaron Kennedy | 2010-02-22 | 5 | -54/+26 |
| | | | | | | | | 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 -> MouseArea | Martin Jones | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵ | Qt Continuous Integration System | 2010-02-16 | 3 | -3/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 McDonald | 2010-02-16 | 3 | -3/+3 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Fix qml test breakage of 12180c397a2007970978033928b4b5b12efad7c6 | Friedemann Kleint | 2010-02-16 | 15 | -15/+15 |
|/ | | | | Fix messages in test data. | ||||
* | Fix tests | Bea Lam | 2010-02-10 | 2 | -1/+4 |
| | |||||
* | Revert "Replace QList<>* support with QmlListProperty" | Martin Jones | 2010-02-10 | 2 | -23/+22 |
| | | | | This reverts commit d914555badcd4761864657e1e335e657b791453f. | ||||
* | Replace QList<>* support with QmlListProperty | Aaron Kennedy | 2010-02-09 | 2 | -22/+23 |
| | |||||
* | Remove old implicit module support. | Warwick Allison | 2010-02-09 | 2 | -0/+13 |
| | | | | | | | | Previously, it was allowed to use type qualification to refer to types defined in subdirectories - indeed, this was the only form of modularity. This is no longer desirable since we have good import features. Task-number: QTBUG-7721 | ||||
* | More test fixes. | Michael Brasser | 2010-02-05 | 1 | -2/+2 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Bea Lam | 2010-02-03 | 3 | -0/+65 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Test case for QTBUG-7860 | Aaron Kennedy | 2010-02-03 | 2 | -0/+16 |
| | | |||||
| * | Test for default property ordering | Aaron Kennedy | 2010-02-03 | 2 | -0/+49 |
| | | |||||
* | | Disallow ids that start with uppercase letters and update docs and | Bea Lam | 2010-02-03 | 17 | -34/+34 |
|/ | | | | | | examples accordingly. Task-number: QT-2786 | ||||
* | Allow composite value sources | Aaron Kennedy | 2010-01-21 | 3 | -2/+35 |
| | |||||
* | Implement custom QML slot invokation logic | Aaron Kennedy | 2010-01-15 | 3 | -3/+3 |
| | | | | | | | | Previously QML was inefficiently forwarding the task of invoking Qt slots to QScript. QML does not implement the more advanced argument coercian of QScript and does not support method overloading. These two features are only needed to support legacy C++ classes (of which QML has none), and are not worth the perf cost to support. | ||||
* | Test fix in 4accb53cc2f9e2e89fda91a20e3c0503cf10aad0 | Warwick Allison | 2010-01-13 | 1 | -0/+4 |
| | |||||
* | Fix tests after 05adc294d063171d9d0accf819826684813d396a | Michael Brasser | 2010-01-13 | 1 | -2/+4 |
| | |||||
* | Fix and test version 0.0 installed imports. | Warwick Allison | 2010-01-13 | 2 | -0/+9 |
| | |||||
* | Test version 0.0 | Warwick Allison | 2010-01-13 | 1 | -0/+9 |
| | |||||
* | unwarn | Warwick Allison | 2010-01-11 | 2 | -7/+10 |
| | |||||
* | Ignore expected test warnings | Aaron Kennedy | 2010-01-11 | 1 | -0/+7 |
| | |||||
* | Remove debugging | Aaron Kennedy | 2010-01-11 | 1 | -1/+0 |
| | |||||
* | Support aliasing of composite types. | Michael Brasser | 2009-12-17 | 5 | -0/+59 |
| | | | | | Composite types haven't been registered with the metatype system, so we use the base type as the property type instead. | ||||
* | Generate error when attempting to write to a read-only object property. | Michael Brasser | 2009-12-10 | 4 | -0/+19 |
| | |||||
* | Compile | Aaron Kennedy | 2009-12-03 | 1 | -0/+3 |
| | |||||
* | Use console.log, not print. | Warwick Allison | 2009-11-23 | 10 | -12/+14 |
| | |||||
* | Rename QML Object to QtObject | Aaron Kennedy | 2009-11-19 | 61 | -85/+86 |
| | |||||
* | tests | Aaron Kennedy | 2009-11-17 | 6 | -0/+62 |
| | |||||
* | Missing files | Aaron Kennedy | 2009-11-13 | 1 | -0/+5 |
| | |||||
* | QML C++ class-in-namespace test | Aaron Kennedy | 2009-11-12 | 3 | -5/+29 |
| | |||||
* | Fixup importsRemote | Aaron Kennedy | 2009-11-11 | 2 | -7/+13 |
| | |||||
* | Files for qtest directory on test server for importRemote tests. | Warwick Allison | 2009-11-11 | 8 | -0/+15 |
| | |||||
* | More language tests | Aaron Kennedy | 2009-11-06 | 45 | -5/+194 |
| | |||||
* | More error-case tests | Aaron Kennedy | 2009-11-05 | 23 | -0/+82 |
| | |||||
* | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 3 | -31/+22 |
| | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421 | ||||
* | tests | Aaron Kennedy | 2009-11-04 | 2 | -2/+4 |
| | |||||
* | Improve qmllanguage test case | Aaron Kennedy | 2009-11-04 | 48 | -2/+231 |
| | |||||
* | Fix incorrect assert | Aaron Kennedy | 2009-11-03 | 2 | -0/+11 |
| | | | | QT-2432 | ||||
* | renaming QmlGraphicsRect -> QmlGraphicsRectangle | Yann Bodson | 2009-11-02 | 1 | -7/+7 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-30 | 3 | -0/+120 |
|\ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-30 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcomponentjs.cpp src/declarative/qml/qmlcomponentjs_p.h src/declarative/qml/qmlcomponentjs_p_p.h | ||||
| * | | fix headers | Warwick Allison | 2009-10-29 | 3 | -0/+120 |
| | | | |||||
* | | | Rename QFx classes to QmlGraphics | Aaron Kennedy | 2009-10-30 | 1 | -14/+14 |
| |/ |/| | |||||
* | | Add attached properties typeinfo | Aaron Kennedy | 2009-10-29 | 1 | -0/+1 |
|/ |