aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Allow SG and GL resources to survive a releaseResources.Gunnar Sletta2012-03-203-0/+134
* Debugger: Disable debugging for qmlprofiler, qmltestKai Koehne2012-03-202-2/+2
* Fix compilation on QNX.Tobias Koenig2012-03-209-0/+39
* Update item focus even if it doesn't have a canvasBea Lam2012-03-203-56/+115
* Make QVariant conversion for JS null type symmetricKent Hansen2012-03-205-6/+21
* Fix unused variable warning.Andrew den Exter2012-03-201-3/+1
* Make TextEdit word selection behaviour consistent.Andrew den Exter2012-03-203-37/+37
* Remove unused functions from QQuickTextControl.Andrew den Exter2012-03-203-127/+0
* Add additional key sequence tests.Andrew den Exter2012-03-203-59/+209
* Update touchinteraction examples to new guidelinesAlan Alpert2012-03-208-42/+153
* Add docs for PaintedItem examplesAlan Alpert2012-03-202-84/+37
* Update Squircle example towards new guidelinesAlan Alpert2012-03-202-3/+6
* Update MouseArea and KeyInteraction to new guidelinesAlan Alpert2012-03-208-1/+202
* Adapt threading examples to new launcher formatAlan Alpert2012-03-204-0/+133
* Rewrite workerscript exampleAlan Alpert2012-03-203-33/+141
* Sprite minor fixesAlan Alpert2012-03-203-7/+9
* Fix QQuickTextInput test failure on WindowsCharles Yin2012-03-201-3/+0
* Fix tst_qquickitemlayer test failuresCharles Yin2012-03-203-10/+10
* Fix FolderListModel path issue on WindowsCharles Yin2012-03-203-7/+7
* 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-206-0/+50
* 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-202-2/+16
* Fix bitfield waste in QQmlContextDataMartin Jones2012-03-201-1/+1
* Restore view to sensible position if grab is cancelled.Martin Jones2012-03-206-0/+95
* Allow parent to be specified for Qt.createComponentMatthew Vogt2012-03-203-5/+169
* Ensure JS files imported inside modules work correctlyMatthew Vogt2012-03-1911-22/+105
* 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
* QmlEngineDebug: Simplify the utility classesAurindam Jana2012-03-194-1747/+776
* QmlEngineDebug: Rename to QmlEngineDebugClient in AutoTestAurindam Jana2012-03-195-174/+136
* Fix failed rebaseAlan Alpert2012-03-192-0/+0
* Fix data file checkout formats in Windows for some declarative testsMiikka Heikkinen2012-03-192-0/+4
* EasingCurveEditor: Remove generated headers from .pro fileKai Koehne2012-03-191-2/+0
* Debugger: Optimize message sending in v8 profilerKai Koehne2012-03-191-10/+11
* Debugger: Always disable v4 optimizer if v8 debugger is activatedKai Koehne2012-03-193-4/+26
* QmlEngineDebugService: Rename service to QmlDebuggerAurindam Jana2012-03-195-45/+68
* Debugger: Add optional 'host' argument to -qmljsdebuggerSimjees Abraham2012-03-197-21/+42
* QmlDebuggingTests: Separate out public and private testsAurindam Jana2012-03-1932-187/+1000
* 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
* Skip some font loader tests for WindowsCharles Yin2012-03-191-0/+21
* Don't change the executable name if only build in debug mode on WindowsCharles Yin2012-03-191-3/+3