Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove debugging | Aaron Kennedy | 2010-01-19 | 1 | -2/+0 |
| | |||||
* | WorkerListModel fixes | Aaron Kennedy | 2010-01-19 | 2 | -4/+26 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2010-01-19 | 11 | -1074/+1118 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Fix to correctly return property values that are javascript arrays. | Bea Lam | 2010-01-19 | 2 | -20/+30 |
| | | |||||
| * | Doc. | Martin Jones | 2010-01-19 | 1 | -0/+1 |
| | | |||||
| * | Allow the QML based file browser to be used in place of native. | Martin Jones | 2010-01-19 | 1 | -0/+2 |
| | | |||||
| * | Try again to make it compile on Symbian. | Martin Jones | 2010-01-19 | 1 | -11/+23 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2010-01-18 | 7 | -1042/+1063 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Added utility method to parse JavaScript programs. | Erik Verbruggen | 2010-01-18 | 7 | -1110/+1060 |
| | | | | | | | | | | | | Reviewed-by: Christian Kamm | ||||
| | * | Added a utility method to get a casted AST root node. | Erik Verbruggen | 2010-01-18 | 4 | -0/+29 |
| | | | | | | | | | | | | Reviewed-by: Christian Kamm | ||||
| | * | Fixed the parser to start with the correct rule when requested to parse JS ↵ | Erik Verbruggen | 2010-01-18 | 3 | -634/+672 |
| | | | | | | | | | | | | Source Elements. | ||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2010-01-18 | 3 | -1/+32 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Doc. | Martin Jones | 2010-01-18 | 1 | -1/+3 |
| | | | | |||||
* | | | | Basic WorkerListModel implementation | Aaron Kennedy | 2010-01-19 | 2 | -1/+527 |
| |_|/ |/| | | |||||
* | | | String->Int conversion | Aaron Kennedy | 2010-01-18 | 1 | -0/+4 |
| |/ |/| | |||||
* | | Handle whitespace in Connection signal signatures. | Michael Brasser | 2010-01-18 | 3 | -1/+32 |
|/ | | | | Task-number: QTBUG-7210 | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2010-01-18 | 7 | -1165/+1173 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Autotest for non-existent properties specified in a PropertyChanges. | Michael Brasser | 2010-01-18 | 2 | -0/+25 |
| | | | | | | | | Task-number: QTBUG-7394 | ||||
| * | Fixed missing export in generated parser. | Erik Verbruggen | 2010-01-15 | 2 | -2/+2 |
| | | |||||
| * | Re-generated grammar and fixed license headers. | Erik Verbruggen | 2010-01-15 | 4 | -1098/+1092 |
| | | |||||
| * | Fixed license headers. | Erik Verbruggen | 2010-01-15 | 1 | -66/+44 |
| | | |||||
| * | Added utility method to parse single/stand-alone JS source elements. | Erik Verbruggen | 2010-01-15 | 1 | -1/+12 |
| | | |||||
* | | Compile on Symbian. | Martin Jones | 2010-01-18 | 1 | -11/+11 |
|/ | |||||
* | Fix clipping without text cache. | Martin Jones | 2010-01-15 | 1 | -0/+9 |
| | |||||
* | Allow disabling of text cache for non-richtext. | Martin Jones | 2010-01-15 | 2 | -55/+107 |
| | |||||
* | Add basic missing stuff (italic, > < & font size) to styledtext. | Martin Jones | 2010-01-15 | 1 | -85/+72 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2010-01-15 | 5 | -5/+49 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Explicit animations in a transition should mark the property as modified. | Michael Brasser | 2010-01-15 | 1 | -0/+22 |
| | | |||||
| * | Doc fixes. | Michael Brasser | 2010-01-15 | 3 | -4/+4 |
| | | | | | | | | Task-number: QTBUG-7322 | ||||
| * | QmlGuard the list of objects in a Package. | Michael Brasser | 2010-01-15 | 1 | -1/+23 |
| | | | | | | | | Don't crash if those objects are deleted before the Package. | ||||
* | | Implement custom QML slot invokation logic | Aaron Kennedy | 2010-01-15 | 14 | -21/+761 |
| | | | | | | | | | | | | | | | | Previously QML was inefficiently forwarding the task of invoking Qt slots to QScript. QML does not implement the more advanced argument coercian of QScript and does not support method overloading. These two features are only needed to support legacy C++ classes (of which QML has none), and are not worth the perf cost to support. | ||||
* | | Update QML following bd3caa48edf2cd53e561cec7ee7ccec6748a4843 | Aaron Kennedy | 2010-01-15 | 5 | -29/+31 |
| | | |||||
* | | Fix possible crash | Aaron Kennedy | 2010-01-15 | 2 | -4/+9 |
| | | | | | | | | The QScriptValue does not always have a valid QScriptEngine. | ||||
* | | Remove unnecessary webkit dependency | Aaron Kennedy | 2010-01-15 | 2 | -11/+1 |
|/ | |||||
* | Remove debugging | Aaron Kennedy | 2010-01-14 | 1 | -1/+0 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2010-01-14 | 4 | -12/+19 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Test color "from" property. | Warwick Allison | 2010-01-14 | 1 | -0/+9 |
| | | |||||
| * | fix test | Warwick Allison | 2010-01-14 | 3 | -10/+8 |
| | | | | | | | | (required clicking!) | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-14 | 6 | -4/+71 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | message changed | Warwick Allison | 2010-01-14 | 1 | -2/+2 |
| | | | |||||
* | | | Add toggle orientation option | Aaron Kennedy | 2010-01-14 | 2 | -0/+14 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2010-01-14 | 9063 | -12912/+19768 |
|\ \ | |/ | | | | | into kinetic-declarativeui | ||||
| * | Ref bug | Warwick Allison | 2010-01-14 | 1 | -1/+1 |
| | | |||||
| * | doc | Warwick Allison | 2010-01-14 | 1 | -26/+12 |
| | | |||||
| * | missed file | Warwick Allison | 2010-01-14 | 1 | -0/+25 |
| | | | | | | | | (fix test) | ||||
| * | Fix tst_qmlgraphicstext::letterSpacing tst_qmlgraphicstext::wordSpacing | Warwick Allison | 2010-01-14 | 1 | -1/+9 |
| | | | | | | | | | | | | Sent for review into 4.6. Task-number: QTBUG-7326 | ||||
| * | Follow change 87a939fa289a0d96c1f0eb10fa74b1cb89fc05f1 | Warwick Allison | 2010-01-14 | 1 | -1/+1 |
| | | |||||
| * | compile | Warwick Allison | 2010-01-14 | 2 | -9/+18 |
| | | |||||
| * | More clarity if test fails. | Warwick Allison | 2010-01-14 | 2 | -0/+6 |
| | | |||||
| * | More benchmark cleanup. | Michael Brasser | 2010-01-14 | 3 | -73/+19 |
| | |