summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-0988-1656/+5063
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-094-72/+89
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt
| * | Fix example errorsAaron Kennedy2009-10-093-7/+5
| | |
| * | Move Q_PROPERTY()'s to top of objectAaron Kennedy2009-10-082-5/+5
| | | | | | | | | | | | | | | Q_PROPERTY() macros without a semicolon inside a class access block (public:) confuses moc into ignoring Q_INVOKABLES
| * | Incorrect use of Script {}Aaron Kennedy2009-10-083-34/+31
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-0860-250/+1356
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt
| * | | Fix visual model crash at shutdown due to dangling pointerAaron Kennedy2009-10-081-30/+46
| | | |
| * | | Small optimizationAaron Kennedy2009-10-081-3/+4
| | | |
| * | | Zero bindingBits correctlyAaron Kennedy2009-10-081-2/+3
| | | |
| * | | Fix messed up mergeAaron Kennedy2009-10-081-3/+3
| | | |
| * | | Rename label to labeltextAaron Kennedy2009-10-081-5/+5
| | | | | | | | | | | | | | | | Resolves scope collision between label property and label id
| * | | Fix crashAaron Kennedy2009-10-083-1/+24
| | | |
| * | | Call QApplication::exit() repeatedlyAaron Kennedy2009-10-081-3/+5
| | | | | | | | | | | | | | | | | | | | This is necessary incase we want to exit before we've entered the event loop.
| * | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-0852-1081/+1061
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt
| * | | | Use correct file caseAaron Kennedy2009-10-081-3/+3
| | | | |
| * | | | Update to use new QScriptDeclarativeClass APIAaron Kennedy2009-10-081-2/+2
| | | | |
| * | | | Tweak QScriptDeclarativeClass API to not be so sillyAaron Kennedy2009-10-084-28/+45
| | | | |
| * | | | Make qmlecmascript:selfDeletingBinding passAaron Kennedy2009-10-084-133/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expressions and bindings must not reference data following their evalutation incase their object has been deleted. To solve this, the needed data is separated into a reference counted QmlExpressionData and QmlBindingData object.
| * | | | Self deleting binding testAaron Kennedy2009-10-084-0/+63
| | | | |
| * | | | Fix test caseAaron Kennedy2009-10-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | qWait() enters a nested event loop, so delete laters weren't being processed.
| * | | | Remove bogus assertAaron Kennedy2009-10-071-1/+0
| | | | |
| * | | | Fix test caseAaron Kennedy2009-10-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | qWait() enters a nested event loop, so delete laters weren't being processed.
| * | | | Add Object.destroy(int delay) parameterAaron Kennedy2009-10-071-3/+5
| | | | |
| * | | | Fix testAaron Kennedy2009-10-071-1/+2
| | | | |
| * | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-07590-4649/+8338
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into test Conflicts: demos/declarative/samegame/content/samegame.js tests/auto/declarative/qmlecmascript/tst_qmlecmascript.cpp
| * | | | | Make Script an instrinsic typeAaron Kennedy2009-10-0718-261/+393
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to delay the QML load until external script files have been loaded from the network, and to correctly scope these scripts.
| * | | | | Another testAaron Kennedy2009-10-062-0/+27
| | | | | |
| * | | | | Add tst_qmlecmascript::scriptAccess testcaseAaron Kennedy2009-10-063-0/+39
| | | | | |
| * | | | | Improve scope handlingAaron Kennedy2009-10-069-59/+96
| | | | | |
| * | | | | Export the active QScriptContext during a callbackAaron Kennedy2009-10-063-2/+59
| | | | | | | | | | | | | | | | | | | | | | | | Clearly the API needs work :)
| * | | | | Add a QScriptEngine::pushCleanContext() methodAaron Kennedy2009-10-063-3/+41
| | | | | |
| * | | | | Improve scope autotestAaron Kennedy2009-10-063-0/+22
| | | | | |
| * | | | | Share QScriptValue's where possibleAaron Kennedy2009-10-064-1/+48
| | | | | | | | | | | | | | | | | | | | | | | | Also add an autotest for object comparisons
| * | | | | Support all variant types as signal parametersAaron Kennedy2009-10-053-19/+219
| | | | | |
| * | | | | Add scope auto testAaron Kennedy2009-10-052-0/+60
| | | | | |
| * | | | | Compile against updated JSCAaron Kennedy2009-10-056-24/+42
| | | | | |
| * | | | | Use QMetaObject::indexOfProperty()Aaron Kennedy2009-10-051-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is both more efficient, and allows the creation of dynamic properties.
| * | | | | Fix test failuresAaron Kennedy2009-10-058-25/+30
| | | | | |
| * | | | | Fix attached properties/enums from ecmascriptAaron Kennedy2009-10-055-25/+61
| | | | | |
| * | | | | Add attached property ECMAScript testAaron Kennedy2009-10-052-0/+25
| | | | | |
| * | | | | CrashAaron Kennedy2009-10-051-1/+3
| | | | | |
| * | | | | Implement QmlValueTypeScriptClass::newObject()Aaron Kennedy2009-10-051-1/+2
| | | | | |
| * | | | | Update to new QScriptDeclarativeClass APIAaron Kennedy2009-10-058-75/+31
| | | | | |
| * | | | | Tweak api to improve ownership issuesAaron Kennedy2009-10-054-33/+25
| | | | | |
| * | | | | Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-0526-383/+922
| | | | | |
| * | | | | API changesAaron Kennedy2009-10-052-53/+87
| | | | | |
| * | | | | Only start timer if it isn't already activeAaron Kennedy2009-10-051-2/+4
| | | | | |
| * | | | | Prevent writes to the global objectAaron Kennedy2009-10-058-58/+260
| | | | | | | | | | | | | | | | | | | | | | | | Also add toString() method to qobjects
| * | | | | Read/write property directly from QmlObjectScriptClassAaron Kennedy2009-10-055-83/+83
| | | | | |
| * | | | | QmlMetaProperty cleanupAaron Kennedy2009-10-054-332/+348
| | | | | |