summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Fix destruction of ModelNodes (fix crash-on-exit).Warwick Allison2009-09-091-7/+6
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-0917-28/+81
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-0970-1836/+5547
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-092-6/+2
| | |\
| | | * Remove debug.Michael Brasser2009-09-091-4/+1
| | | * Make sure animations convert between float and double when needed.Michael Brasser2009-09-091-2/+1
| | * | TextInput bug fixesAlan Alpert2009-09-091-1/+10
| | * | Positioners now implictly have the height and width of the childrenRectAlan Alpert2009-09-091-0/+12
| | * | Some changes to repeater seem to have been missed.Alan Alpert2009-09-091-0/+2
| | |/
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-0813-25/+327
| | |\
| | | * Added an option to the lexer to tell the engine of all comments in a QMLErik Verbruggen2009-09-086-6/+28
| | | * Compilefix for win32Thomas Hartmann2009-09-081-4/+4
| | | * Don't use qt3support methodsAaron Kennedy2009-09-081-1/+1
| | | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-0825-52/+575
| | | |\
| | | | * Current Item was moved twice when an item was inserted before it.Martin Jones2009-09-081-1/+2
| | | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-0719-320/+3074
| | | |\ \
| | | * | | DocAaron Kennedy2009-09-042-4/+5
| | * | | | Don't add newlines in rewriter as it messes up error reporting.Michael Brasser2009-09-081-2/+2
| * | | | | API review for ListView and GridViewMartin Jones2009-09-092-8/+18
* | | | | | Modifying ListModel from JS: work for structured data too.Warwick Allison2009-09-092-23/+60
| |_|_|_|/ |/| | | |
* | | | | Rest of change 28ccffc53df374f7b890510f481e2dae2e01ed74Warwick Allison2009-09-083-10/+288
| |/ / / |/| | |
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-083-2/+98
|\ \ \ \
| * | | | Add a pressDelay property to Flickable.Martin Jones2009-09-083-2/+98
* | | | | Fix leaks.Michael Brasser2009-09-084-1/+6
|/ / / /
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-0711-11/+133
|\ \ \ \
| * | | | Add status and progress properties to Loader.Martin Jones2009-09-079-9/+120
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-071-0/+4
| |\ \ \ \
| | * \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-0712-308/+3056
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Resolve qualified type even if not localfile.Warwick Allison2009-09-071-0/+4
| * | | | | Call componentComplete() of Keys attached property.Martin Jones2009-09-071-2/+9
| | |/ / / | |/| | |
* | | | | Fix leak.Michael Brasser2009-09-073-0/+11
* | | | | Fix leaks.Michael Brasser2009-09-073-0/+10
* | | | | Fix indentation.Michael Brasser2009-09-071-27/+27
|/ / / /
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-073-3/+3
|\ \ \ \
| * \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-073-2/+2864
| |\ \ \ \
| * | | | | Use data as the default property of the views.Michael Brasser2009-09-073-3/+3
| | |/ / / | |/| | |
* | | | | Remove KeyProxy in favour of the Keys.forwardTo attached property.Martin Jones2009-09-076-303/+189
| |/ / / |/| | |
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-077-11/+17
|\ \ \ \ | |/ / /
| * | | Fix warnings.Michael Brasser2009-09-072-11/+8
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-071-1/+1
| |\ \ \
| * | | | Fix leaks.Michael Brasser2009-09-076-0/+9
| | |_|/ | |/| |
* | | | Move qmetaobjectbuilder into declarative/qml directoryMartin Jones2009-09-073-2/+2864
| |/ / |/| |
* | | Remove warningsYann Bodson2009-09-041-1/+1
|/ /
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-042-13/+5
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-0426-1374/+1688
| |\ \
| * | | Smooth the rendering in the tiles, not of the tiles.Warwick Allison2009-09-041-11/+3
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-0217-100/+182
| |\ \ \
| * | | | Fix animation-after-zooming problem.Warwick Allison2009-09-021-2/+2
* | | | | Remove outdated comment.Michael Brasser2009-09-041-1/+1
* | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-09-038-1012/+1079
|\ \ \ \ \ | | |_|/ / | |/| | |