summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Document keepMouseFocusMartin Jones2009-08-052-5/+21
| * | Only register the QFxAnchorLine metatype onceAaron Kennedy2009-08-051-2/+10
| |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-051-1/+3
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-08-0532-245/+388
| | |\
| | * | Remove spurious warning.Warwick Allison2009-08-051-1/+3
| * | | Use a linked list instead of a QSet<> to track expressionsAaron Kennedy2009-08-054-14/+35
| | |/ | |/|
| * | Rewrite bindings inside the compilerAaron Kennedy2009-08-056-47/+54
| * | Remove unnecessary friendAaron Kennedy2009-08-051-1/+0
| * | Make QFxAnchorLine private and internalAaron Kennedy2009-08-058-27/+40
| * | Fixup QPoint and QRect value typesAaron Kennedy2009-08-052-18/+161
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-057-47/+54
| |\ \
| | * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-08-047-14/+25
| | |\ \
| | * | | Renaming: FontFamily -> FontLoaderYann Bodson2009-08-043-43/+43
| | * | | Move QmlFontFamily to extra.Yann Bodson2009-08-044-4/+4
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-045-16/+39
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Remove unused QmlContextPrivate member variablesAaron Kennedy2009-08-044-17/+2
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-045-18/+22
| |\ \ \ \
| * | | | | Improve performance by separating id and context propertiesAaron Kennedy2009-08-048-91/+78
| * | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-0315-135/+87
| |\ \ \ \ \
| * | | | | | Shortcut testing for internal QVariant typesAaron Kennedy2009-08-031-0/+2
* | | | | | | QmlMetaProperty::binding() should only return a binding if it is enabled.Michael Brasser2009-08-051-1/+1
* | | | | | | Add qDebug support for QFxItem*.Michael Brasser2009-08-052-0/+16
* | | | | | | More QFxItem cleanup.Michael Brasser2009-08-054-19/+15
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-0447-661/+868
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-08-041-4/+23
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Do not use antialiasing with gradient rounded rect if smooth = falseYann Bodson2009-08-041-2/+4
| | * | | | Paint Rect smoothlyYann Bodson2009-08-041-2/+19
| | | |_|/ | | |/| |
| * | | | Fix to use "." not "/" in QML_DEFINE_TYPE URIsWarwick Allison2009-08-044-12/+16
| |/ / /
| * | | Fixed import parsing, where the importId wasn't set.Erik Verbruggen2009-08-032-0/+4
| * | | Renaming: FocusRealm -> FocusScopeYann Bodson2009-08-033-18/+18
| | |/ | |/|
| * | Move the 'smooth' property to QFxItemYann Bodson2009-08-0314-133/+79
| * | Notify of VisualDataModel count changes.Martin Jones2009-08-031-2/+8
| |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-08-0314-315/+336
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-0310-231/+242
| | |\
| | | * Improve calculator demo and add missing text property to QmlPalette.Yann Bodson2009-08-032-0/+14
| | | * Use QPalette::ColorGroup directly.Yann Bodson2009-08-032-18/+10
| | | * Remove some warningsYann Bodson2009-08-037-212/+217
| | | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-08-039-33/+148
| | | |\
| | | * | docWarwick Allison2009-07-311-1/+1
| | * | | Make QmlMetaProperty reentrantAaron Kennedy2009-08-035-84/+94
| | | |/ | | |/|
| * | | Rework VisualItemModel into VisualItemModel & VisualDataModelMartin Jones2009-08-0310-170/+377
| |/ /
| * | Items marked for removal should be excluded from section updates.Martin Jones2009-08-021-3/+7
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-08-0226-128/+180
| |\ \
| * \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-07-319-153/+198
| |\ \ \
| * | | | GV propagates key events for us.Martin Jones2009-07-311-4/+0
* | | | | Get qmldebugger running, and add basic object/property view.Michael Brasser2009-08-043-2/+9
| |_|/ / |/| | |
* | | | DocumentationYann Bodson2009-08-016-25/+140
* | | | Add CONSTANTYann Bodson2009-08-011-1/+1
| |_|/ |/| |
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-3112-80/+18
|\ \ \
| * \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-314-15/+14
| |\ \ \