summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-1118-766/+852
|\
| * Automatic semicolon insertion for property and signal definitions.Roberto Raggi2009-05-116-740/+728
| * qdoc: Fixed some qdoc errors.Martin Smith2009-05-115-13/+13
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-05-1129-1113/+1440
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Erik Verbruggen2009-05-115-873/+853
| | |\
| | * | Added positioning information to the dom as position+length.Erik Verbruggen2009-05-114-0/+91
| * | | qdoc: Fixed some qdoc errors.Martin Smith2009-05-113-13/+20
* | | | Use sub-component metaobjects to improve performanceAaron Kennedy2009-05-115-16/+33
* | | | Remove outdated commentAaron Kennedy2009-05-111-2/+0
* | | | Ensure negative numeric literals are not treated as bindingsAaron Kennedy2009-05-111-10/+13
* | | | 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-1115-162/+312
|\ \ \ | |/ /
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-05-1136-370/+905
| |\ \
| | * | Add support for removing anchors.Michael Brasser2009-05-114-142/+238
| | |/
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-05-1118-238/+469
| | |\
| | | * Add context property testAaron Kennedy2009-05-111-1/+29
| | * | Fix webbrowser demoYann Bodson2009-05-113-3/+9
| * | | 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-1016-53/+554
| |\ \ \ \
| * \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-05-08257-5033/+7687
| |\ \ \ \ \
| * | | | | | Remove non-working scale-to-width code.Warwick Allison2009-05-081-5/+3
| * | | | | | highlight in tune with background imageWarwick Allison2009-05-081-0/+1
| * | | | | | highlight color propertyWarwick Allison2009-05-083-0/+35
* | | | | | | Reevaluate expressions when context properties changeAaron Kennedy2009-05-117-71/+200
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-1117-238/+439
|\ \ \ \ \ \
| * \ \ \ \ \ 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-1118-40/+240
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | * | | | | | | 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-113-90/+135
| * | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-1115-57/+167
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add simple loop detection to anchoring system.Michael Brasser2009-05-116-73/+206
* | | | | | | | | | 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
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-111-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Change pathview angle.Yann Bodson2009-05-111-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Handle QmlParserStatus's and QmlBindableValeus being deleted during component...Aaron Kennedy2009-05-1111-31/+164
|/ / / / / /
* | | | | | CompileAaron Kennedy2009-05-111-2/+2
| |/ / / / |/| | | |