aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings in QQmlTypeKent Hansen2012-03-191-2/+2
* Fix typo in QQmlXMLHttpRequest::readEncoding()Kent Hansen2012-03-191-1/+1
* Remove refence to declarative in the docsLars Knoll2012-03-191-1/+1
* Use a single distance-field cache instance for all sizes of a given font.Yoann Lopes2012-03-199-343/+267
* Clean up dangling pointers in the particle systemGunnar Sletta2012-03-196-1/+38
* Reset all node pointers when item is cleaned upGunnar Sletta2012-03-191-0/+1
* Skip warning on perfectly valid usecaseGunnar Sletta2012-03-191-6/+0
* Fix possible crash in QSGContext::invalidate()Yoann Lopes2012-03-191-4/+4
* Debugger: Optimize message sending in v8 profilerKai Koehne2012-03-191-10/+11
* Debugger: Always disable v4 optimizer if v8 debugger is activatedKai Koehne2012-03-191-0/+2
* QmlEngineDebugService: Rename service to QmlDebuggerAurindam Jana2012-03-194-41/+58
* Debugger: Add optional 'host' argument to -qmljsdebuggerSimjees Abraham2012-03-196-20/+41
* QmlDebuggingTests: Separate out public and private testsAurindam Jana2012-03-195-27/+11
* QmlProfiler: Make sure there's minimal overhead when not enabledKai Koehne2012-03-192-36/+24
* QmlProfiler: Do not log expression for bindingKai Koehne2012-03-192-9/+0
* Fix qmldevtools library build error on WindowsCharles Yin2012-03-191-1/+1
* 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