aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove QQuickItemPrivate::InitializationStatus.Andrew den Exter2012-06-302-48/+2
* Fix memory leak when cancelling incubation of view items.Andrew den Exter2012-06-301-9/+11
* MSVC: Fix warnings about struct/class mismatch.Friedemann Kleint2012-06-291-1/+1
* remove stale references to QTDIR_buildOswald Buddenhagen2012-06-293-6/+4
* Improve documentation for module APIsChris Adams2012-06-292-2/+43
* Add porting guide for QML appsBea Lam2012-06-294-11/+256
* Rename speed -> velocity in the particle systemAlan Alpert2012-06-2913-114/+114
* Remove dead code.Michael Brasser2012-06-292-103/+1
* Propagate synthesized mouse events in parallel with touch.Shawn Rutledge2012-06-289-423/+464
* Fix exports in QtQuickParticles.Friedemann Kleint2012-06-281-1/+1
* Fixes for QML Basic Types docsBea Lam2012-06-281-168/+280
* Add basic documentation for QML translation functions.Michael Brasser2012-06-288-4/+458
* Use resolved font name for key in distance field cache.Andrew den Exter2012-06-272-8/+20
* PathView element with 1 item moves in wrong direction when dragged rightMartin Jones2012-06-271-2/+2
* Merge "Merge branch 'buildsystem'" into refs/staging/masterOswald Buddenhagen2012-06-2713-61/+37
|\
| * Merge branch 'buildsystem'Oswald Buddenhagen2012-06-2613-61/+37
| |\
| | * build system cleanupsOswald Buddenhagen2012-06-267-43/+15
| | * use auto-defined QT_BUILD_*_LIB variablesOswald Buddenhagen2012-06-262-2/+2
| | * auto-generate module prisOswald Buddenhagen2012-06-265-6/+1
| | * remove pointless qmltest conditionalsOswald Buddenhagen2012-06-262-8/+15
| | * don't reference $$QT_BUILD_TREE - it's unavailable hereOswald Buddenhagen2012-06-261-1/+1
| | * don't rely on qtbase sourcesOswald Buddenhagen2012-06-261-1/+3
* | | Changing PathView offset doesn't set currentIndex appropriatelyMartin Jones2012-06-271-1/+3
* | | QQuickView doc improvements.Martin Jones2012-06-271-16/+26
* | | Document the concept of creation context for QML Components.Michael Brasser2012-06-279-0/+450
* | | Reorganise release notes for QtQml and QtQuickBea Lam2012-06-274-97/+214
* | | Document the arg() function QML adds to the String prototype.Martin Jones2012-06-273-1/+55
* | | Implement QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-274-10/+9
* | | Consistent use of syntax in V4 Register classMatthew Vogt2012-06-271-16/+16
* | | Add enum values from related typesMatthew Vogt2012-06-274-27/+74
* | | Fix performance issue with BorderImage element.Glenn Watson2012-06-271-0/+3
* | | Do not depend on indirect inclusions: #include and forward-declareThiago Macieira2012-06-271-1/+1
* | | Support JS Date object in ListModel with static roles.Glenn Watson2012-06-262-3/+76
* | | initializeGLFunctions is deprecated, replace itThiago Macieira2012-06-261-1/+1
|/ /
* | Remove unnecessary obsolete includePekka Vuorela2012-06-261-1/+0
* | Checking for QUrl equality is not all that expensive, so remove hack.Robin Burchell2012-06-262-4/+4
* | Rename ListView *speed properties to *velocityBea Lam2012-06-262-34/+33
* | Fix section delegates not updating when changed.Andrew den Exter2012-06-261-0/+21
* | Position section headers correctly when section property changes.Andrew den Exter2012-06-261-0/+2
* | Add warning if defining a ListModel with no roles.Glenn Watson2012-06-261-0/+6
* | Remove default allocation size for PODVector.Glenn Watson2012-06-261-6/+6
* | Add mouse cursor shapes to MouseAreaFrederik Gladhorn2012-06-253-0/+92
* | Doc: Use correct style and modules for doc build.Casper van Donderen2012-06-253-4/+11
* | Doc: Use the module "make docs" and rename qtquick "make docs".Casper van Donderen2012-06-252-0/+4
* | Remove superfluous statusChanged signalDamian Jansen2012-06-251-0/+2
* | Revert "Remove properties related to highlight speed"Bea Lam2012-06-252-6/+60
* | Don't AssertAlan Alpert2012-06-251-1/+2
* | Fix clicking on links in aligned or elided Text.Andrew den Exter2012-06-254-64/+84
* | Link back to the particles module page from the overview page.Alan Alpert2012-06-251-0/+1
* | Delay custom emitter processingAlan Alpert2012-06-252-5/+9