summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Collapse)AuthorAgeFilesLines
* More language testsAaron Kennedy2009-11-061-5/+8
|
* Update valuetype testsAaron Kennedy2009-11-063-80/+56
| | | | Add a new test, and make the old variantCopy pass
* Remove dead codeAaron Kennedy2009-11-062-31/+0
|
* qmlinfo testAaron Kennedy2009-11-061-6/+6
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-11-055-55/+21
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * TestsAaron Kennedy2009-11-053-45/+6
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-051-0/+5
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-057-55/+41
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-0510-116/+105
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Avoid crashing on faulty call to createQmlObjectAlan Alpert2009-11-031-0/+5
| | | | |
| * | | | value types autotestAaron Kennedy2009-11-051-10/+10
| | |_|/ | |/| |
* | | | Fix possible crash when overriding a signal handler.Michael Brasser2009-11-051-1/+1
|/ / /
* | | Remove "to" limit on minor version.Warwick Allison2009-11-057-55/+41
| |/ |/| | | | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* | Missing file for 48ea5a5c74620f9811debc6bf1e49bf095d30722Aaron Kennedy2009-11-041-3/+3
| |
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-046-14/+45
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | less compile warningsYann Bodson2009-11-043-14/+21
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-11-042-0/+21
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Add closestAngle function to Qt object to help with rotation animations.Alan Alpert2009-11-042-0/+21
| | |/ | | | | | | | | | Includes test and doc.
| * | Doc.Michael Brasser2009-11-041-0/+3
| |/
* | testsAaron Kennedy2009-11-043-85/+38
| |
* | Improve qmllanguage test caseAaron Kennedy2009-11-041-14/+19
|/
* Fix incorrect assertAaron Kennedy2009-11-031-1/+1
| | | | QT-2432
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-034-17/+101
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * More QmlContext testsAaron Kennedy2009-11-032-17/+2
| |
| * * add more font examplesYann Bodson2009-11-032-0/+99
| | | | | | | | * add missing properties to QmlFontValueType
* | Define and document deletion of QmlEngine QNetworkAccessManagerWarwick Allison2009-11-031-7/+7
|/
* Qt object testAaron Kennedy2009-11-021-10/+23
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-022-11/+51
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-11-02136-2601/+2387
| |\ | | | | | | | | | into kinetic-declarativeui
| * | Fix to send correct data for property value changes.Bea Lam2009-11-021-1/+1
| | |
| * | Make QmlBoundSignal children look like properties (instead of children)Bea Lam2009-11-022-9/+49
| | | | | | | | | | | | | | | | | | in the debugger to reflect how signal properties are written in QML. This also changes the FETCH_OBJECT reply stream to send children data before property data.
| * | Minor changesBea Lam2009-10-291-1/+1
| | |
* | | QmlContext testsAaron Kennedy2009-11-026-4/+51
| |/ |/|
* | Missing fileAaron Kennedy2009-10-301-0/+91
| |
* | CleanupAaron Kennedy2009-10-3014-10/+11
| |
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-30131-2074/+2114
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Allison2009-10-3014-457/+141
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 macrosWarwick Allison2009-10-291-1/+1
| | | |
| * | | fix headersWarwick Allison2009-10-29134-2121/+2161
| | | |
* | | | Make private headers _pAaron Kennedy2009-10-3011-11/+11
| | | |
* | | | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-308-13/+13
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-299-445/+80
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-2915-354/+123
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Remove duplicated docAlan Alpert2009-10-291-78/+0
| | | | | | | | | | | | | | | | | | | | global object functions are now in globalobject.qdoc
| | * | | Merge QmlComponentJS into QmlComponentAlan Alpert2009-10-298-318/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | createComponent() and Component{} are now the same, and so Component{}s can now be passed around for use in script. Also this commit fixes the minor bug QT-2386
| * | | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-2817-69/+256
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/globalobject.qdoc
| * | | | Fill out QML global object documentationAlan Alpert2009-10-282-116/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moves the documentation for functions on the global object from qmlengine.cpp to globalobject.qdoc (so that qdoc actually generates them). The XmlHttpRequest documentation is still just a stub.
| * | | | Minor cleanup of global objectAlan Alpert2009-10-282-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | removed desktopServices member, changed openUrl to openUrlExternally and placed it on the Qt object.
* | | | | Store filename as a QUrl rather than convert to QString.Martin Jones2009-10-293-12/+12
| |_|/ / |/| | | | | | | | | | | Saves about 700KB heap in samegame.
* | | | Simple compiler statisticsAaron Kennedy2009-10-292-0/+49
| |_|/ |/| |