summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-132-0/+7
| | |\ \ \ \ \ \
| | * | | | | | | Check if scripttools is enabled.Michael Brasser2009-07-131-1/+1
| * | | | | | | | Reset fill and centeredIn when they are set to a null pointer.Michael Brasser2009-07-161-2/+8
| * | | | | | | | Fix crash in anchors.Michael Brasser2009-07-161-3/+3
| * | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-1640-3114/+3488
| |\ \ \ \ \ \ \ \
| * | | | | | | | | KeyProxy documentation.Michael Brasser2009-07-161-8/+24
| * | | | | | | | | Get KeyProxy working correctly with focus realms.Michael Brasser2009-07-161-6/+12
| * | | | | | | | | Fix doc typo.Michael Brasser2009-07-161-1/+1
| * | | | | | | | | Support input method proxying in KeyProxy. KeyProxy cleanup.Michael Brasser2009-07-153-18/+51
| * | | | | | | | | Fix warnings.Michael Brasser2009-07-153-5/+2
| * | | | | | | | | Add files missing from commit.Michael Brasser2009-07-152-0/+139
| * | | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-1538-1217/+2658
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Add experimental FocusRealm support.Michael Brasser2009-07-154-5/+47
| * | | | | | | | | Fix transform handling.Michael Brasser2009-07-141-14/+22
| * | | | | | | | | CleanupMichael Brasser2009-07-141-1/+1
| * | | | | | | | | Fix containsMouse.Michael Brasser2009-07-144-43/+11
| * | | | | | | | | Conditionally depend on openglMichael Brasser2009-07-141-0/+1
| * | | | | | | | | Basic KeyProxy support.Michael Brasser2009-07-142-3/+21
| * | | | | | | | | Cleanup in preparation for key/focus handling.Michael Brasser2009-07-135-44/+28
| * | | | | | | | | Fix mouse grabbing for Flickable and PathView.Michael Brasser2009-07-132-2/+4
| * | | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-1327-1391/+1365
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix ChildMouseFilterMichael Brasser2009-07-104-11/+10
| * | | | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-10217-4183/+6325
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'kinetic-declarativeui-gv' of git@scm.dev.nokia.troll.no:qt/kine...Aaron Kennedy2009-06-242-0/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Get rid of some compiler warnings.Volker Hilsheimer2009-06-232-0/+3
| * | | | | | | | | | | CompileAaron Kennedy2009-06-242-8/+3
| * | | | | | | | | | | Merge branch 'kinetic-declarativeui' into kinetic-declarativeui-gvAaron Kennedy2009-06-2425-111/+382
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Remove simple canvasAaron Kennedy2009-06-2357-4867/+725
| * | | | | | | | | | | Make QSimpleCanvasItem inherit QGraphicsObjectAaron Kennedy2009-06-2335-1446/+260
| * | | | | | | | | | | Remove OpenGL support from Fluid UI primitivesAaron Kennedy2009-06-1949-5227/+5
| * | | | | | | | | | | Remove GL filtersAaron Kennedy2009-06-199-1723/+0
* | | | | | | | | | | | Always set the id before calling setId()Aaron Kennedy2009-07-171-4/+2
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
* | | | | | | | | | | Add a QmlError::toString() methodAaron Kennedy2009-07-162-12/+19
* | | | | | | | | | | Mark properties as FINALAaron Kennedy2009-07-161-19/+19
* | | | | | | | | | | Protect against overriding FINAL propertiesAaron Kennedy2009-07-165-8/+16
* | | | | | | | | | | Move the QML rewriting stuff into a central locationAaron Kennedy2009-07-165-140/+266
* | | | | | | | | | | Remove unnecessary global context management stuffAaron Kennedy2009-07-168-210/+16
* | | | | | | | | | | Types should not modify the active contextAaron Kennedy2009-07-162-32/+2
* | | | | | | | | | | Small cleanupsAaron Kennedy2009-07-169-154/+176
* | | | | | | | | | | Indenting fixAaron Kennedy2009-07-161-1/+1
* | | | | | | | | | | Remove some unreliable binary expression supportAaron Kennedy2009-07-161-63/+1
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-163-1/+16
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-07-165-4/+852
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | Add QmlPalette::darker() and QmlPalette::lighter().Yann Bodson2009-07-162-0/+13
| * | | | | | | | | | Do not segfault when index == -1.Yann Bodson2009-07-161-1/+3
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Fix crash on object destructionAaron Kennedy2009-07-162-5/+15
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Fixes bugs with particlesAlan Alpert2009-07-161-4/+7
* | | | | | | | | Initial commit of QFxLineEditAlan Alpert2009-07-164-0/+845
|/ / / / / / / /
* | | | | | | | Rewrite QML expressions as closuresRoberto Raggi2009-07-152-34/+143
* | | | | | | | Added support for parsing toplevel expressions and statements.Roberto Raggi2009-07-155-1903/+1098