summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-215-19/+113
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Fix breakout type resolutionAlan Alpert2009-10-211-0/+2
| | | | | | | | | | | | Didn't seem to resolve an empty URL correctly. Task-number:QT-2339
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-214-18/+110
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Give QmlPropertyMap a more complete API.Michael Brasser2009-10-214-18/+110
| | |
| * | DocAlan Alpert2009-10-211-1/+1
| |/
* | Tweak scopingAaron Kennedy2009-10-214-10/+28
|/ | | | | qmlContext() now returns the outer, not the inner context. The VME MetaObject now saves the context used to run function bodies
* Add simple sound supportAaron Kennedy2009-10-212-0/+34
|
* Remove dead codeAaron Kennedy2009-10-211-1/+0
|
* DocAaron Kennedy2009-10-211-6/+6
|
* Rename QBindableMap to QmlPropertyMap.Michael Brasser2009-10-214-52/+65
| | | | Task-number: QT-2316
* Add missing Q_OBJECT macros.Michael Brasser2009-10-211-0/+2
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-2110-36/+188
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-2111-47/+225
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-2142-143/+558
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-204-14/+44
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | Don't search non-local context typesAaron Kennedy2009-10-202-4/+8
| | | | |
| | * | | Give more info about whether a value is null and its value type.Bea Lam2009-10-214-16/+31
| | | | |
| | * | | Add EVAL_EXPRESSION so clients can evaluate an expression within theBea Lam2009-10-194-23/+144
| | | | | | | | | | | | | | | | | | | | current object's context.
| | * | | Add bool* argument to QmlExpression::value() to help debugger.Bea Lam2009-10-193-8/+14
| | | | |
| | * | | Give more information about the value of a property when the variantBea Lam2009-10-151-3/+9
| | | | | | | | | | | | | | | | | | | | toString() is empty.
| * | | | typoWarwick Allison2009-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | QT-2335
* | | | | Doc.Martin Jones2009-10-211-0/+46
| | | | |
* | | | | Move QmlFolderListModel to the loader example.Martin Jones2009-10-213-543/+0
| |_|_|/ |/| | |
* | | | Don't accidently override originals.Michael Brasser2009-10-201-1/+2
| | | |
* | | | Make ParentChange work when target has a transformOrigin set.Michael Brasser2009-10-201-11/+36
|/ / /
* | | docWarwick Allison2009-10-202-2/+6
| |/ |/| | | | | Record current DB type in INI for future extensibility.
* | Symbian build fixesMartin Jones2009-10-161-1/+1
| |
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-1619-123/+320
|\ \ | | | | | | | | | into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-164-17/+108
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-163-17/+107
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | Improve FolderListModel a littleWarwick Allison2009-10-162-16/+106
| | | | | | | | | | | | | | | | | | | | | | | | | File -> Url Support the useful filters
| | | * | docWarwick Allison2009-10-161-1/+1
| | | | |
| | * | | Make sure we remove keepMouseGrab once the button is released.Martin Jones2009-10-161-0/+1
| | |/ /
| * | | Add binding assignment warningsAaron Kennedy2009-10-1610-79/+156
| | | |
| * | | Correctly pass context to QmlObjectScriptClassAaron Kennedy2009-10-163-8/+19
| |/ /
| * | Fix dynamic exampleAlan Alpert2009-10-151-0/+1
| | | | | | | | | | | | | | | | | | Had some accidental global vars Task-number: One of the QT-2270s
| * | Simplified the bindings rewriter.Roberto Raggi2009-10-152-14/+15
| | | | | | | | | | | | | | | The rewriter needs to know if an ExpressionStatement is part of a loop and an integer is definitely enough for that.
| * | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-1510-9/+51
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Add cursorDelegate test to QFxTextInput autotestsAlan Alpert2009-10-151-6/+8
| | | | | | | | | | | | | | | | | | | | Also cleaned up the QFxTextEdit version, and fixed a bug the new test uncovered.
| * | | Add cursorRect function to QFxTextInputAlan Alpert2009-10-152-0/+14
| | | | | | | | | | | | | | | | similar to the cursorRect in QFxTextEdit
* | | | Fixes for Symbian.Martin Jones2009-10-1612-8/+52
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-1518-72/+427
|\ \ \ | | | | | | | | | | | | into kinetic-declarativeui
| * | | docWarwick Allison2009-10-151-2/+6
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-153-3/+3
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-155-51/+136
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlinfo.cpp
| | * | | Fix more compiler warnings.Martin Jones2009-10-154-4/+4
| | | | |
| * | | | Unicode namespace fix.Warwick Allison2009-10-151-1/+1
| | |/ / | |/| | | | | | | | | | (no bug reported)
| * | | Don't rewrite expression statements in loops.Roberto Raggi2009-10-142-2/+92
| | | |
| * | | Make assigning to a QList and a QmlList consistentAaron Kennedy2009-10-141-1/+0
| | | |
| * | | ParentChange docsMichael Brasser2009-10-141-1/+10
| | |/ | |/|