aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix the build & docs after QQmlImageProvider was renamedKent Hansen2012-03-203-4/+4
* Remove include of QStringBuilder headerMatthew Vogt2012-03-201-2/+0
* Merge master into api_changesKent Hansen2012-03-19130-2613/+3496
|\
| * Notify QQJSE::DW of expression deletion during dtorChris Adams2012-03-191-0/+2
| * Debugger: Fix compilation with C++11Kai Koehne2012-03-191-1/+1
| * QmlDebugging: Object Tree and States ListAurindam Jana2012-03-194-30/+42
| * When clearing an incubator also clear incubators it is waiting for.Martin Jones2012-03-191-0/+4
| * Resetting a model can cause a crash in views with header/footer.Martin Jones2012-03-194-25/+43
| * Ensure section header/footer are cleaned up.Martin Jones2012-03-191-4/+8
| * Don't crash view while changing model.Martin Jones2012-03-191-1/+1
| * Fix grabbing to wait until the image has actually been grabbed.Michael Brasser2012-03-191-11/+1
| * Fix bug in v4 strict equality.Michael Brasser2012-03-156-13/+103
| * Small LSB hacksHarald Fernengel2012-03-151-0/+13
| * Allow threaded compilation in an async LoaderMartin Jones2012-03-157-27/+132
| * Support for multiple textures in the default distance field glyph cache.Yoann Lopes2012-03-152-51/+94
| * Don't assert if focus is already clear.Alan Alpert2012-03-151-2/+6
| * Don't leak function objects created by VisualDataModel.Andrew den Exter2012-03-153-22/+22
| * Set more sensible Flickable default input filtering parametersMartin Jones2012-03-151-4/+4
| * Fix crash caused by dereferencing collected v8 dataChris Adams2012-03-154-13/+30
| * Remove binding dependency on QQmlExpressionAaron Kennedy2012-03-1523-446/+376
| * Ensure that dynamic property storing QObject ptr notifies on deleteChris Adams2012-03-153-11/+47
| * Let V8 throw the exception when QML property lookup failsKent Hansen2012-03-141-12/+6
| * Use the same ReferenceError message wording as V8Kent Hansen2012-03-141-2/+2
| * Don't store duplicate glyph data in a distance field node.Andrew den Exter2012-03-142-40/+31
| * Debugger: Print informational messages via qDebugKai Koehne2012-03-144-4/+4
| * Remove all accessibility updates to allow changes in qtbase.Frederik Gladhorn2012-03-144-16/+0
| * Fix AND expression in v4Luis Gabriel Lima2012-03-141-3/+9
| * Fix memory leak with the shared distance field glyph cache.Andrew den Exter2012-03-143-4/+28
| * Fix wrap modes not being set.Gunnar Sletta2012-03-141-1/+1
| * Remove use of redundante nullPixmap image referenceGunnar Sletta2012-03-141-3/+1
| * Support module api objects in v4.Michael Brasser2012-03-147-0/+109
| * More refactoring on animation controllerCharles Yin2012-03-133-9/+42
| * Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-1359-1029/+1029
| * Implement mouseDragCharles Yin2012-03-132-0/+23
| * Send accessibility updates for the right item.Frederik Gladhorn2012-03-134-7/+7
| * Remove unused init function.Andrew den Exter2012-03-132-14/+0
| * Debugger: Use QStringLiteral where appropriateKai Koehne2012-03-138-27/+27
| * Fix crash when writing property after engine deletionChris Adams2012-03-131-1/+2
| * Only attempt to load QML test cases from source directory if it exists.Aaron McCarthy2012-03-131-2/+5
| * Move binding and expression classes to separate filesAaron Kennedy2012-03-1315-869/+1333
* | Crash fix after QMetaType change.Jędrzej Nowacki2012-03-135-9/+22
* | Make QFastMetaBuilder generate revision 7 meta-objectsKent Hansen2012-03-136-240/+263
* | Adapt to Qt5 meta-object changesKent Hansen2012-03-1311-83/+61
* | Declare QQmlError and QQmlProperty as movable types.Andrew den Exter2012-03-132-0/+4
* | Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into merge-masterMatthew Vogt2012-03-1329-167/+322
|\|
| * testlib: Improve verbose and XPASS outputJason McDonald2012-03-131-12/+6
| * ListView.contentHeight does not include header and footer item heightsMartin Jones2012-03-131-2/+3
| * Displaced items were moving unnecessarilyBea Lam2012-03-132-28/+66
| * Improve interaction of nested Flickables and PathViewMartin Jones2012-03-135-18/+43
| * Declare change set and compositor structs as movable primative types.Andrew den Exter2012-03-132-0/+9