summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix view positioning when moving first visible item.Martin Jones2009-12-091-3/+1
|
* Remove debugMartin Jones2009-12-091-1/+0
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-0921-459/+607
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Create xhr url with fromEncoded.Tapani Mikola2009-12-091-1/+1
| |
| * Allow anchoring baseline to parentAlan Alpert2009-12-094-2/+282
| | | | | | | | Task-number: QT-2606
| * Update FlowPositioner to the new BasePositioner implementationAlan Alpert2009-12-092-44/+4
| |
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-12-0931-139/+682
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-097-10/+177
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Another creation benchmark.Michael Brasser2009-12-091-0/+20
| | | |
| | | * Add missing file.Michael Brasser2009-12-091-0/+34
| | | |
| | | * Fix leak.Michael Brasser2009-12-091-0/+1
| | | |
| | | * Let anchors.centerIn honor horizontalCenterOffset and verticalCenterOffset.Michael Brasser2009-12-093-4/+32
| | | |
| | | * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-12-0927-138/+567
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | Item creation benchmarks.Michael Brasser2009-12-091-0/+83
| | | | |
| | * | | print error messageWarwick Allison2009-12-091-0/+12
| | | | |
| | * | | Remove ASSERT-failing testsWarwick Allison2009-12-091-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | QmlListModel is not directly accessible from QML and so it requires that the caller has checked the index validity.
| | * | | Inline QML still needs a URL so that subtypes are relative to that URL.Warwick Allison2009-12-092-1/+3
| | | | | | | | | | | | | | | | | | | | Fixes tst_qmlecmascript::dynamicCreation
| * | | | Update positioners exampleAlan Alpert2009-12-091-18/+2
| | | | |
| * | | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-12-0832-40/+323
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ \ \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-12-07248-1510/+4321
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | | Rewrite PositionersAlan Alpert2009-12-077-385/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleans up code, reduces memory footprint and increases performance. Largely by removing large chunks of functionality that we don't actually use. Also now that we are clearer on what the new positioner transitions are (how the item moves it's position when it is positioned by a positioner) a remove transition makes no sense and is discarded, and the auto tests have been updated as add transitions are slightly different.
* | | | | | | Avoid creating a new dynamic metaobject for each delegate.Martin Jones2009-12-093-72/+174
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-0912-21/+52
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-092-3/+33
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | Add simple translation example to docs.Michael Brasser2009-12-091-0/+29
| | | | | | |
| | * | | | | Quick fix for translation.Michael Brasser2009-12-091-3/+4
| | | | | | |
| * | | | | | Allow tests that use private headers to compile.Warwick Allison2009-12-097-8/+8
| |/ / / / / | | | | | | | | | | | | | | | | | | (while not using private/*_p.h, since that makes module require private/ copies)
| * | | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-098-57/+310
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ \ \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-12-0913-108/+450
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into kinetic-declarativeui
| | * | | | | | Link to QML Debugging from index pageBea Lam2009-12-092-8/+9
| | | | | | | |
| * | | | | | | Increase prominence of "QML", since many people know the technology by that ↵Warwick Allison2009-12-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | name.
* | | | | | | | Fix flicking to item boundary (snap).Martin Jones2009-12-091-6/+7
| |_|/ / / / / |/| | | | | |
* | | | | | | Add a Flow positioner.Martin Jones2009-12-083-11/+254
| | | | | | |
* | | | | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-083-5/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | | | Fix crash.Michael Brasser2009-12-081-0/+1
| | | | | | | |
| * | | | | | | small improvementsThierry Bastian2009-12-081-2/+2
| |/ / / / / /
| * | | | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-083-53/+139
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | | | It *did* make it into 4.6.0.Warwick Allison2009-12-081-3/+0
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | See commit fab1ce65da8bacfce92b1df7656780e729d31b74.
* | | | | | | Fix flick correction with variable height items.Martin Jones2009-12-081-36/+44
| |/ / / / / |/| | | | |
* | | | | | Link to Data Models docMartin Jones2009-12-081-0/+2
| | | | | |
* | | | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-0832-40/+323
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | Compile when in a module.Warwick Allison2009-12-082-3/+3
| | | | | |
| * | | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-085-8/+65
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-12-0811-7/+57
| | |\ \ \ \ | | | | |_|/ | | | |/| | | | | | | | into kinetic-declarativeui
| | | * | | Fix leak.Michael Brasser2009-12-081-0/+2
| | | | | |
| | | * | | Remove debug.Michael Brasser2009-12-081-1/+0
| | | | | |
| | * | | | Add info about qmldebugger and its creator plugin, with screenshot.Bea Lam2009-12-084-8/+63
| | | | | |
| * | | | | document script extension problemWarwick Allison2009-12-081-0/+7
| | | | | |
| * | | | | It's private header, so it's only a 4.6.1 dependency.Warwick Allison2009-12-081-1/+1
| | | | | |
| * | | | | undebugWarwick Allison2009-12-081-1/+0
| | |/ / / | |/| | |