summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Remove debug.Michael Brasser2009-09-091-4/+1
|
* Make sure animations convert between float and double when needed.Michael Brasser2009-09-091-2/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-0813-25/+327
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Added an option to the lexer to tell the engine of all comments in a QMLErik Verbruggen2009-09-086-6/+28
| | | | | | | | file.
| * Compilefix for win32Thomas Hartmann2009-09-081-4/+4
| | | | | | | | Reviewed-by: Kai Koehne
| * Don't use qt3support methodsAaron Kennedy2009-09-081-1/+1
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-0825-52/+575
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Current Item was moved twice when an item was inserted before it.Martin Jones2009-09-081-1/+2
| | |
| | * Rest of change 28ccffc53df374f7b890510f481e2dae2e01ed74Warwick Allison2009-09-083-10/+288
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-0719-320/+3074
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | DocAaron Kennedy2009-09-042-4/+5
| | | |
* | | | Don't add newlines in rewriter as it messes up error reporting.Michael Brasser2009-09-081-2/+2
| |_|/ |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-083-2/+98
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Add a pressDelay property to Flickable.Martin Jones2009-09-083-2/+98
| | | | | | | | | | | | | | | | | | | | Helps reduce undesireable effects of reacting to a press immediately before a drag/flick.
* | | | Fix leaks.Michael Brasser2009-09-084-1/+6
|/ / /
* | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-0711-11/+133
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Add status and progress properties to Loader.Martin Jones2009-09-079-9/+120
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-071-0/+4
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-0712-308/+3056
| | |\ \ \ | | | | |/ | | | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Resolve qualified type even if not localfile.Warwick Allison2009-09-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | If remote content is fully-qualified to a unique URL, we do not need any qmldir (and for remote content, we don't support that yet).
| * | | | 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 ↵Martin Jones2009-09-073-3/+3
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-073-2/+2864
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | 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 ↵Martin Jones2009-09-077-11/+17
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Fix warnings.Michael Brasser2009-09-072-11/+8
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-071-1/+1
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | 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 ↵Michael Brasser2009-09-042-13/+5
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-0426-1374/+1688
| |\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxflickable.cpp
| * | Smooth the rendering in the tiles, not of the tiles.Warwick Allison2009-09-041-11/+3
| | | | | | | | | | | | Turn smoothing on in webbrowsser demo.
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-0217-100/+182
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Fix animation-after-zooming problem.Warwick Allison2009-09-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensures final viewport XY is set and that setting it always clears animations (even if the position is coincidentally unchanged). Case is changing width/height twice - once too small, then large enough again, first change starts correction animation, which must be stopped by second change.
* | | | Remove outdated comment.Michael Brasser2009-09-041-1/+1
| | | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-038-1012/+1079
|\ \ \ \ | | |_|/ | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Modify QML grammar to accept "readonly" as a property modifierAaron Kennedy2009-09-038-1012/+1079
| | | |
* | | | Renamee property to fit class name.Michael Brasser2009-09-032-7/+7
|/ / /
* | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-09-035-259/+207
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-034-1/+12
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Remove dragMode property from Flickable.Martin Jones2009-09-035-186/+71
| | | | |
| * | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-09-0315-166/+443
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | Update changes file.Martin Jones2009-09-031-0/+4
| | | | | |
| * | | | | Flickable visible area properties moved into visibleArea as dot props.Martin Jones2009-09-033-89/+148
| | | | | |
* | | | | | Round out AnchorChanges API.Michael Brasser2009-09-032-4/+101
| |_|/ / / |/| | | |