summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-0860-534/+1558
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-0826-75/+1025
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/advtutorial4.qdoc
| | | * make examples compileYann Bodson2009-10-082-2/+2
| | | |
| | | * Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-10-0814-322/+248
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/advtutorial1.qdoc doc/src/declarative/advtutorial3.qdoc doc/src/declarative/advtutorial4.qdoc
| | | * | doc cleanupYann Bodson2009-10-0824-74/+1023
| | | | |
| | * | | Update list of testsWarwick Allison2009-10-081-8/+16
| | | | |
| | * | | FixWarwick Allison2009-10-081-1/+1
| | | | |
| | * | | UpdateWarwick Allison2009-10-081-3/+7
| | | | | | | | | | | | | | | | | | | | Repeater is now *after* items.
| | * | | Follow -> SpringFollowWarwick Allison2009-10-081-2/+2
| | | | |
| | * | | QuietenWarwick Allison2009-10-081-4/+13
| | | | | | | | | | | | | | | | | | | | expect net error
| | * | | UpdateWarwick Allison2009-10-081-47/+2
| | | | | | | | | | | | | | | | | | | | NumberFormatter now only goes from number to (formatted) text.
| | * | | Remove spurious errors.Warwick Allison2009-10-082-6/+16
| | | | | | | | | | | | | | | | | | | | Others seem real.
| | * | | Update.Warwick Allison2009-10-087-65/+77
| | | | |
| | * | | Add url() for setUrl().Warwick Allison2009-10-082-0/+11
| | | | |
| | * | | spelWarwick Allison2009-10-081-2/+2
| | | | |
| | * | | WebView auto sizing test.Warwick Allison2009-10-083-0/+143
| | | |/ | | |/| | | | | | | | | (image is just for doc, not in testscript)
| | * | Fix (properly) test image saving.Warwick Allison2009-10-081-2/+3
| | | |
| * | | Remove a bunch of unneeded semicolons.Martin Jones2009-10-0813-37/+40
| | | |
* | | | 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
| | | | | | | |