summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove debuggingAaron Kennedy2010-01-191-2/+0
|
* WorkerListModel fixesAaron Kennedy2010-01-192-4/+26
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-1911-1074/+1118
|\ | | | | | | into kinetic-declarativeui
| * Fix to correctly return property values that are javascript arrays.Bea Lam2010-01-192-20/+30
| |
| * Doc.Martin Jones2010-01-191-0/+1
| |
| * Allow the QML based file browser to be used in place of native.Martin Jones2010-01-191-0/+2
| |
| * Try again to make it compile on Symbian.Martin Jones2010-01-191-11/+23
| |
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2010-01-187-1042/+1063
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Added utility method to parse JavaScript programs.Erik Verbruggen2010-01-187-1110/+1060
| | | | | | | | | | | | Reviewed-by: Christian Kamm
| | * Added a utility method to get a casted AST root node.Erik Verbruggen2010-01-184-0/+29
| | | | | | | | | | | | Reviewed-by: Christian Kamm
| | * Fixed the parser to start with the correct rule when requested to parse JS ↵Erik Verbruggen2010-01-183-634/+672
| | | | | | | | | | | | Source Elements.
| * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2010-01-183-1/+32
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Doc.Martin Jones2010-01-181-1/+3
| | | |
* | | | Basic WorkerListModel implementationAaron Kennedy2010-01-192-1/+527
| |_|/ |/| |
* | | String->Int conversionAaron Kennedy2010-01-181-0/+4
| |/ |/|
* | Handle whitespace in Connection signal signatures.Michael Brasser2010-01-183-1/+32
|/ | | | Task-number: QTBUG-7210
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2010-01-187-1165/+1173
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Autotest for non-existent properties specified in a PropertyChanges.Michael Brasser2010-01-182-0/+25
| | | | | | | | Task-number: QTBUG-7394
| * Fixed missing export in generated parser.Erik Verbruggen2010-01-152-2/+2
| |
| * Re-generated grammar and fixed license headers.Erik Verbruggen2010-01-154-1098/+1092
| |
| * Fixed license headers.Erik Verbruggen2010-01-151-66/+44
| |
| * Added utility method to parse single/stand-alone JS source elements.Erik Verbruggen2010-01-151-1/+12
| |
* | Compile on Symbian.Martin Jones2010-01-181-11/+11
|/
* Fix clipping without text cache.Martin Jones2010-01-151-0/+9
|
* Allow disabling of text cache for non-richtext.Martin Jones2010-01-152-55/+107
|
* Add basic missing stuff (italic, > < & font size) to styledtext.Martin Jones2010-01-151-85/+72
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-155-5/+49
|\ | | | | | | into kinetic-declarativeui
| * Explicit animations in a transition should mark the property as modified.Michael Brasser2010-01-151-0/+22
| |
| * Doc fixes.Michael Brasser2010-01-153-4/+4
| | | | | | | | Task-number: QTBUG-7322
| * QmlGuard the list of objects in a Package.Michael Brasser2010-01-151-1/+23
| | | | | | | | Don't crash if those objects are deleted before the Package.
* | Implement custom QML slot invokation logicAaron Kennedy2010-01-1514-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 bd3caa48edf2cd53e561cec7ee7ccec6748a4843Aaron Kennedy2010-01-155-29/+31
| |
* | Fix possible crashAaron Kennedy2010-01-152-4/+9
| | | | | | | | The QScriptValue does not always have a valid QScriptEngine.
* | Remove unnecessary webkit dependencyAaron Kennedy2010-01-152-11/+1
|/
* Remove debuggingAaron Kennedy2010-01-141-1/+0
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-144-12/+19
|\ | | | | | | into kinetic-declarativeui
| * Test color "from" property.Warwick Allison2010-01-141-0/+9
| |
| * fix testWarwick Allison2010-01-143-10/+8
| | | | | | | | (required clicking!)
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-146-4/+71
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | message changedWarwick Allison2010-01-141-2/+2
| | |
* | | Add toggle orientation optionAaron Kennedy2010-01-142-0/+14
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-149063-12912/+19768
|\ \ | |/ | | | | into kinetic-declarativeui
| * Ref bugWarwick Allison2010-01-141-1/+1
| |
| * docWarwick Allison2010-01-141-26/+12
| |
| * missed fileWarwick Allison2010-01-141-0/+25
| | | | | | | | (fix test)
| * Fix tst_qmlgraphicstext::letterSpacing tst_qmlgraphicstext::wordSpacingWarwick Allison2010-01-141-1/+9
| | | | | | | | | | | | Sent for review into 4.6. Task-number: QTBUG-7326
| * Follow change 87a939fa289a0d96c1f0eb10fa74b1cb89fc05f1Warwick Allison2010-01-141-1/+1
| |
| * compileWarwick Allison2010-01-142-9/+18
| |
| * More clarity if test fails.Warwick Allison2010-01-142-0/+6
| |
| * More benchmark cleanup.Michael Brasser2010-01-143-73/+19
| |