aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't overwrite text selections made in focus handlers.Andrew den Exter2012-03-214-53/+234
* Content size should not include trailing spaces.Andrew den Exter2012-03-212-45/+119
* Add more element qmltestrunner casesDamian Jansen2012-03-2116-15/+1727
* Fix qquickfolderlistmodel includesMartin Jones2012-03-211-1/+1
* Allow literal enum to int property assignmentsChris Adams2012-03-213-3/+84
* Fix consistency of parsing ISO 8601 date strings.Andrew den Exter2012-03-218-2/+68
* Disable module api object support in v4.Michael Brasser2012-03-211-2/+2
* Support unregistered Qt namespace enums in QML methods.Michael Brasser2012-03-214-1/+40
* Support (registered) non-local enums for signal/slot params in QML.Michael Brasser2012-03-217-7/+154
* Don't register sub distance field glyph nodes with the glyph cache.Yoann Lopes2012-03-202-32/+39
* Decouple QSGDistanceFieldGlyphNode from it's cache manager.Andrew den Exter2012-03-209-83/+99
* 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