Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Q_PROPERTY()'s to top of object | Aaron Kennedy | 2009-10-08 | 2 | -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 Kennedy | 2009-10-08 | 3 | -34/+31 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-08 | 60 | -250/+1356 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-08 | 60 | -534/+1558 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-08 | 26 | -75/+1025 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/advtutorial4.qdoc | ||||
| | | * | make examples compile | Yann Bodson | 2009-10-08 | 2 | -2/+2 |
| | | | | |||||
| | | * | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-10-08 | 14 | -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 cleanup | Yann Bodson | 2009-10-08 | 24 | -74/+1023 |
| | | | | | |||||
| | * | | | Update list of tests | Warwick Allison | 2009-10-08 | 1 | -8/+16 |
| | | | | | |||||
| | * | | | Fix | Warwick Allison | 2009-10-08 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Update | Warwick Allison | 2009-10-08 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | Repeater is now *after* items. | ||||
| | * | | | Follow -> SpringFollow | Warwick Allison | 2009-10-08 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Quieten | Warwick Allison | 2009-10-08 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | | | | | expect net error | ||||
| | * | | | Update | Warwick Allison | 2009-10-08 | 1 | -47/+2 |
| | | | | | | | | | | | | | | | | | | | | NumberFormatter now only goes from number to (formatted) text. | ||||
| | * | | | Remove spurious errors. | Warwick Allison | 2009-10-08 | 2 | -6/+16 |
| | | | | | | | | | | | | | | | | | | | | Others seem real. | ||||
| | * | | | Update. | Warwick Allison | 2009-10-08 | 7 | -65/+77 |
| | | | | | |||||
| | * | | | Add url() for setUrl(). | Warwick Allison | 2009-10-08 | 2 | -0/+11 |
| | | | | | |||||
| | * | | | spel | Warwick Allison | 2009-10-08 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | WebView auto sizing test. | Warwick Allison | 2009-10-08 | 3 | -0/+143 |
| | | |/ | | |/| | | | | | | | | | (image is just for doc, not in testscript) | ||||
| | * | | Fix (properly) test image saving. | Warwick Allison | 2009-10-08 | 1 | -2/+3 |
| | | | | |||||
| * | | | Remove a bunch of unneeded semicolons. | Martin Jones | 2009-10-08 | 13 | -37/+40 |
| | | | | |||||
* | | | | Fix visual model crash at shutdown due to dangling pointer | Aaron Kennedy | 2009-10-08 | 1 | -30/+46 |
| | | | | |||||
* | | | | Small optimization | Aaron Kennedy | 2009-10-08 | 1 | -3/+4 |
| | | | | |||||
* | | | | Zero bindingBits correctly | Aaron Kennedy | 2009-10-08 | 1 | -2/+3 |
| | | | | |||||
* | | | | Fix messed up merge | Aaron Kennedy | 2009-10-08 | 1 | -3/+3 |
| | | | | |||||
* | | | | Rename label to labeltext | Aaron Kennedy | 2009-10-08 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | Resolves scope collision between label property and label id | ||||
* | | | | Fix crash | Aaron Kennedy | 2009-10-08 | 3 | -1/+24 |
| | | | | |||||
* | | | | Call QApplication::exit() repeatedly | Aaron Kennedy | 2009-10-08 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | This is necessary incase we want to exit before we've entered the event loop. | ||||
* | | | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-08 | 52 | -1081/+1061 |
|\ \ \ \ | | |/ / | |/| | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt | ||||
| * | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-08 | 16 | -38/+236 |
| |\ \ \ | | | |/ | | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-10-08 | 12 | -26/+223 |
| | |\ \ | | | |/ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-08 | 34 | -734/+716 |
| | | |\ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | | * | doc cleanup | Yann Bodson | 2009-10-08 | 4 | -3/+4 |
| | | | | | |||||
| | | * | | Allow dial to be built as an exe. | Martin Jones | 2009-10-08 | 3 | -0/+37 |
| | | | | | |||||
| | | * | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-07 | 77 | -756/+1341 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * \ \ | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-06 | 359 | -2531/+5081 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | | | | Auto tests for QmlTimer | Martin Jones | 2009-10-06 | 5 | -23/+182 |
| | | | | | | | |||||
| | * | | | | | Rename preserveSelection to persistentSelection | Alan Alpert | 2009-10-08 | 4 | -12/+13 |
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | Task-number: QT-1113 | ||||
| * | | | | | Fix relative-URLs of test scripts | Warwick Allison | 2009-10-08 | 1 | -2/+3 |
| | | | | | | |||||
| * | | | | | Font-portable. | Warwick Allison | 2009-10-08 | 6 | -301/+220 |
| | | | | | | |||||
| * | | | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-07 | 34 | -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 cleanup | Yann Bodson | 2009-10-07 | 9 | -322/+322 |
| | | | | | | |||||
| | * | | | | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-10-07 | 2 | -0/+1 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | | | | Fix QFxTextInput | Alan Alpert | 2009-10-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was accepting input on both press and release, for some reason | ||||
| | | * | | | | Smaller gif file for the advanced tutorial | Alan Alpert | 2009-10-07 | 1 | -0/+0 |
| | | | | | | | |||||
| | * | | | | | move files to avoid duplication. | Yann Bodson | 2009-10-07 | 8 | -40/+20 |
| | |/ / / / | |||||
| | * | | | | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-10-07 | 1 | -36/+44 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * \ \ \ | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-07 | 5 | -0/+119 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * \ \ \ \ | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-07 | 76 | -748/+1314 |
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | | * | | | | | Compile on Symbian. | Martin Jones | 2009-10-07 | 1 | -36/+44 |
| | | | | | | | |