summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Composite types should assign to object propertiesAaron Kennedy2009-10-121-3/+3
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-4/+4
* Zero bindingBits correctlyAaron Kennedy2009-10-081-2/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-071-38/+4
|\
| * Use QDesktopServices::storageLocation() in place of placeform-specific code.Warwick Allison2009-10-061-38/+4
* | Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-051-271/+106
* | Prevent writes to the global objectAaron Kennedy2009-10-051-6/+10
* | Improve script lookup cachingAaron Kennedy2009-10-051-253/+11
* | Create a property cache for synthesized metaobjectsAaron Kennedy2009-10-051-2/+12
|/
* Fix crashAaron Kennedy2009-09-231-1/+2
* Off by one bug in binding bit testAaron Kennedy2009-09-231-3/+3
* vector -> Qt.vector3dAaron Kennedy2009-09-231-2/+0
* Use a bitmask to track bound propertiesAaron Kennedy2009-09-231-1/+40
* Replace begin()/end() with constBegin()/constEnd() to avoid detach inMarco Bubke2009-09-221-1/+1
* Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-221-0/+73
* Ensure absolute path for qmldir URL.Warwick Allison2009-09-221-2/+3
* Fix Windows compile.Warwick Allison2009-09-181-0/+6
* Make SqlDatabase testable and add a basic test.Warwick Allison2009-09-181-0/+66
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-161-1/+2
|\
| * Do not crash in QmlInfo if debugging information is missingKai Koehne2009-09-151-1/+2
* | Better SQL database performance / memory usage.Warwick Allison2009-09-161-1/+3
* | Basic first-working SQL database interface.Warwick Allison2009-09-161-0/+2
|/
* Resolve qualified type even if not localfile.Warwick Allison2009-09-071-0/+4
* Fix warnings.Michael Brasser2009-09-071-9/+7
* Fix leaks.Michael Brasser2009-09-071-0/+4
* Add QML enum supportAaron Kennedy2009-09-031-17/+118
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-021-0/+112
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-021-8/+1
| |\
| * | Provide some color manipulation functions.Michael Brasser2009-09-021-0/+112
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-021-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-021-1/+1
| |\ \ | | |/
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-011-130/+98
| | |\
| | * | Don't leak objects.Michael Brasser2009-09-011-1/+1
* | | | Rework script binding methodAaron Kennedy2009-09-021-81/+102
|/ / /
* | | Remove unused member variables from QmlEnginePrivateAaron Kennedy2009-09-011-8/+1
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-011-125/+88
|\ \
| * | Rest of 44ab46a6c5dcfb14395baf173a11179839003c4cWarwick Allison2009-09-011-125/+88
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-011-4/+5
|\ \ \ | |/ /
| * | Define order - later imports override earlier imports.Warwick Allison2009-09-011-4/+5
| |/
* | Implement more of XMLHttpRequestAaron Kennedy2009-09-011-2/+6
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-271-3/+76
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-08-271-3/+63
| |\
| | * Start adding convenience functions for value types.Michael Brasser2009-08-271-3/+63
| * | Expose some functionality through Qt.DesktopServicesAlan Alpert2009-08-271-0/+12
| |/
* | Implement (parts of) XMLHttpRequestAaron Kennedy2009-08-271-0/+3
|/
* Some script engine cleanup.Michael Brasser2009-08-261-16/+1
* Make QmlEnginePrivate::Imports a stack type.Warwick Allison2009-08-251-3/+41
* Revert cb81a637c8ef041cff2e96c6065763084776d75aWarwick Allison2009-08-251-3/+0
* Largely revert 40c12237b506bd and implement simpler more efficient way.Warwick Allison2009-08-241-99/+29
* Fix crash on missing imports.Aaron Kennedy2009-08-241-0/+3