summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-0816-38/+236
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-0812-26/+223
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-0834-734/+716
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | | * doc cleanupYann Bodson2009-10-084-3/+4
| | | | |
| | | * | Allow dial to be built as an exe.Martin Jones2009-10-083-0/+37
| | | | |
| | | * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-0777-756/+1341
| | | |\ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * \ \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-06359-2531/+5081
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | | Auto tests for QmlTimerMartin Jones2009-10-065-23/+182
| | | | | | |
| | * | | | | Rename preserveSelection to persistentSelectionAlan Alpert2009-10-084-12/+13
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | Task-number: QT-1113
| * | | | | Fix relative-URLs of test scriptsWarwick Allison2009-10-081-2/+3
| | | | | |
| * | | | | Font-portable.Warwick Allison2009-10-086-301/+220
| | | | | |
| * | | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-0734-733/+714
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/tutorial1.qdoc doc/src/declarative/tutorial2.qdoc doc/src/declarative/tutorial3.qdoc
| | * | | | doc cleanupYann Bodson2009-10-079-322/+322
| | | | | |
| | * | | | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-10-072-0/+1
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | | Fix QFxTextInputAlan Alpert2009-10-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It was accepting input on both press and release, for some reason
| | | * | | | Smaller gif file for the advanced tutorialAlan Alpert2009-10-071-0/+0
| | | | | | |
| | * | | | | move files to avoid duplication.Yann Bodson2009-10-078-40/+20
| | |/ / / /
| | * | | | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-10-071-36/+44
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-075-0/+119
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * \ \ \ \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-0776-748/+1314
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | | | Compile on Symbian.Martin Jones2009-10-071-36/+44
| | | | | | | |
| | * | | | | | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-10-0782-756/+1460
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | | Update 'hello world' tutorial.Yann Bodson2009-10-0714-319/+192
| | | |_|_|_|/ | | |/| | | |
| * | | | | | typosWarwick Allison2009-10-077-12/+12
| | |_|_|/ / | |/| | | |
* | | | | | 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
| * | | | | Get two of those new autotests to pass.Alan Alpert2009-10-074-21/+19
| | | | | | | | | | | | | | | | | | | | | | | | The third will not pass until QT-2240 is fixed.
| * | | | | Add three failing tests to the QML ECMAscript autotestAlan Alpert2009-10-075-0/+121
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Tests the creation, deletion and toString functions for QML objects. Task-number: QT-2252
| * | | | Switch Same Game tutorial to using snippets properlyAlan Alpert2009-10-0717-367/+73
| | | | |
| * | | | SameGame tutorial imagesAlan Alpert2009-10-074-0/+0
| | | | |
| * | | | Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-0766-62/+1608
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-0719-49/+54
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-07358-2537/+5050
| | | |\ \ \ \ | | | | | |/ / | | | | |/| | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui