summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove some XML'isms from the parser/compiler interfaceAaron Kennedy2009-05-117-82/+183
* Fixed the conflicts introduced by UiArrayLiteralRoberto Raggi2009-05-115-873/+853
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-111-5/+16
|\
| * localfile optimization for Script elementsWarwick Allison2009-05-111-5/+16
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-1110-158/+301
|\ \ | |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-05-1127-364/+749
| |\
| | * Add support for removing anchors.Michael Brasser2009-05-113-141/+237
| * | Fix double-click AND flicking.Warwick Allison2009-05-112-1/+4
| * | Fix MouseRegion.enabledWarwick Allison2009-05-111-11/+22
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-05-117-61/+54
| |\ \
| * \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-05-1015-53/+545
| |\ \ \
| * \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-05-08121-3401/+3375
| |\ \ \ \
| * | | | | Remove non-working scale-to-width code.Warwick Allison2009-05-081-5/+3
| * | | | | highlight color propertyWarwick Allison2009-05-083-0/+35
* | | | | | Reevaluate expressions when context properties changeAaron Kennedy2009-05-116-70/+129
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-1112-236/+321
|\ \ \ \ \
| * \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-1111-73/+160
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-05-112-0/+2
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-05-111-0/+1
| | | |\ \ \ \ \
| | | * | | | | | CompileYann Bodson2009-05-111-0/+1
| | * | | | | | | d-pointerize QmlOpenMetaObjectMartin Jones2009-05-114-61/+78
| | * | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-05-1117-39/+239
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | * | | | | | | Lower case role names are needed.Martin Jones2009-05-111-6/+7
| * | | | | | | | Remove debug.Michael Brasser2009-05-111-2/+0
| * | | | | | | | Apply a states binding changes even if there is no transition.Michael Brasser2009-05-112-6/+12
| * | | | | | | | Detect binding loops.Michael Brasser2009-05-112-88/+98
| * | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-1114-56/+166
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add simple loop detection to anchoring system.Michael Brasser2009-05-112-73/+125
* | | | | | | | | | Fix crashAaron Kennedy2009-05-111-0/+3
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Update repaint region when removing itemsAaron Kennedy2009-05-111-0/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Clean up QmlContext's and QmlExpression's when a context gets deletedAaron Kennedy2009-05-114-3/+49
* | | | | | | | When a QmlContext is destroyed, associated objects must be disassociatedAaron Kennedy2009-05-115-4/+25
| |/ / / / / / |/| | | | | |
* | | | | | | Handle QmlParserStatus's and QmlBindableValeus being deleted during component...Aaron Kennedy2009-05-1111-31/+164
| |_|_|_|_|/ |/| | | | |
* | | | | | CompileAaron Kennedy2009-05-111-2/+2
| |/ / / / |/| | | |
* | | | | Get QListModelInterface back in line with itemviews_ng.Martin Jones2009-05-102-23/+0
|/ / / /
* | | | Change QList_int typedef back to QList<int> - broke signal connection.Martin Jones2009-05-102-22/+9
* | | | Make sure we correctly remove the PathView attached property object.Martin Jones2009-05-102-1/+7
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-05-1015-53/+545
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Roberto Raggi2009-05-082-1/+2
| |\ \ \
| | * | | qdoc: Fixed default parameter.Martin Smith2009-05-081-1/+1
| | * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-05-086-14/+54
| | |\ \ \
| | * | | | qdoc: Fixed missing end of comment.Martin Smith2009-05-081-0/+1
| * | | | | Fixed possible crash when processing Ui object definitions.Roberto Raggi2009-05-081-3/+6
| | |/ / / | |/| | |
| * | | | Expose import statements in QmlDomDocumentKai Koehne2009-05-086-14/+54
| |/ / /
| * | | qdoc: Added qlistmodelinterface.cpp to correct some qdoc warnings.Martin Smith2009-05-083-33/+134
| * | | Add canvas image captureAaron Kennedy2009-05-082-9/+90
| * | | Add canvas debugger moduleAaron Kennedy2009-05-086-3/+269
| | |/ | |/|
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-05-081-1/+3
|\ \ \ | |/ /
| * | Only print error on an actual errorAaron Kennedy2009-05-081-1/+3
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-05-08119-3398/+3313
|\ \ \ | |/ /