aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Sprite minor fixesAlan Alpert2012-03-203-7/+9
* Fix FolderListModel path issue on WindowsCharles Yin2012-03-202-4/+6
* Always enable value type support in v4.Michael Brasser2012-03-202-5/+1
* Support null -> QObject and QObject -> bool conversions in v4.Michael Brasser2012-03-204-0/+33
* Remove warning about not explicitly initializing base class.Andrew den Exter2012-03-201-1/+2
* Pull out some duplicate focus-related codeBea Lam2012-03-203-32/+40
* Loader could leak qml contexts if interruptedMartin Jones2012-03-201-0/+12
* Fix bitfield waste in QQmlContextDataMartin Jones2012-03-201-1/+1
* Restore view to sensible position if grab is cancelled.Martin Jones2012-03-202-0/+7
* Allow parent to be specified for Qt.createComponentMatthew Vogt2012-03-201-5/+32
* Ensure JS files imported inside modules work correctlyMatthew Vogt2012-03-196-22/+67
* 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