aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the build & docs after QQmlImageProvider was renamedKent Hansen2012-03-209-13/+17
* Remove include of QStringBuilder headerMatthew Vogt2012-03-201-2/+0
* Merge master into api_changesKent Hansen2012-03-19322-6110/+12387
|\
| * 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-195-43/+58
| * When clearing an incubator also clear incubators it is waiting for.Martin Jones2012-03-192-0/+121
| * Resetting a model can cause a crash in views with header/footer.Martin Jones2012-03-198-25/+261
| * Ensure section header/footer are cleaned up.Martin Jones2012-03-192-4/+25
| * Don't crash view while changing model.Martin Jones2012-03-191-1/+1
| * Fix QQuickCanvas test failure.Andrew den Exter2012-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-159-13/+201
| * Small LSB hacksHarald Fernengel2012-03-151-0/+13
| * Windows: Fix file URL issues in declarative autotestsMiikka Heikkinen2012-03-159-35/+39
| * Fix tst_qquickimageparticle test compilation with Visual StudioMiikka Heikkinen2012-03-151-2/+3
| * Allow threaded compilation in an async LoaderMartin Jones2012-03-1521-34/+3383
| * Support for multiple textures in the default distance field glyph cache.Yoann Lopes2012-03-152-51/+94
| * Fix mergeAlan Alpert2012-03-151-0/+0
| * Don't assert if focus is already clear.Alan Alpert2012-03-153-2/+35
| * 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-152-5/+5
| * Fix crash caused by dereferencing collected v8 dataChris Adams2012-03-158-14/+79
| * Don't allow tst_QJSEngine or tst_QJSValue instance to be collectedChris Adams2012-03-152-22/+36
| * Remove binding dependency on QQmlExpressionAaron Kennedy2012-03-1525-470/+400
| * Ensure that dynamic property storing QObject ptr notifies on deleteChris Adams2012-03-155-11/+99
| * Let V8 throw the exception when QML property lookup failsKent Hansen2012-03-144-20/+28
| * Remove warning about missing file from parserstress testMiikka Heikkinen2012-03-141-2/+1
| * Windows: Mark several declarative test cases insignificantMiikka Heikkinen2012-03-145-7/+9
| * Use the same ReferenceError message wording as V8Kent Hansen2012-03-145-29/+29
| * 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-147-11/+11
| * Debugger: Fix autotest for shadow buildsKai Koehne2012-03-142-2/+1
| * fix gl under example to work also on trivial render loopGunnar Sletta2012-03-142-2/+3
| * Debugger: Fix autotests on WindowsKai Koehne2012-03-142-16/+16
| * Remove all accessibility updates to allow changes in qtbase.Frederik Gladhorn2012-03-144-16/+0
| * CodeCoverage: Skip headersclean test.Caroline Chao2012-03-141-0/+2
| * Fix AND expression in v4Luis Gabriel Lima2012-03-1410-3/+187
| * Fix memory leak with the shared distance field glyph cache.Andrew den Exter2012-03-143-4/+28
| * Disable particle-related examples from tst_examplesChris Adams2012-03-141-0/+4
| * Fix wrap modes not being set.Gunnar Sletta2012-03-141-1/+1
| * Remove use of redundante nullPixmap image referenceGunnar Sletta2012-03-141-3/+1
| * Reuse a QQuickCanvas in examples auto test.Martin Jones2012-03-141-11/+25
| * Refactor canvas examples by following the new example guidelines.Charles Yin2012-03-1423-85/+251
| * Support module api objects in v4.Michael Brasser2012-03-1411-9/+129
| * Reuse QQuickView in GridView table driven testsMartin Jones2012-03-141-40/+88
| * More refactoring on animation controllerCharles Yin2012-03-137-9/+209
| * Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-13112-1929/+1929
| * Implement mouseDragCharles Yin2012-03-133-0/+97
| * Send accessibility updates for the right item.Frederik Gladhorn2012-03-134-7/+7