aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Basic system tests for ListView sectionsDamian Jansen2012-03-262-0/+265
* Correct double, triple click handling in canvas when in touch modeLaszlo Agocs2012-03-261-9/+10
* Remove QQuickItem::sendAccessibilityUpdateFrederik Gladhorn2012-03-242-7/+0
* Make sure we get a valid accessibleInterface in child_helper.Frederik Gladhorn2012-03-231-1/+1
* Filter accessible objects.Frederik Gladhorn2012-03-231-1/+8
* Add active and invisible states for accessibility.Frederik Gladhorn2012-03-231-1/+8
* Add accessibility updates.Frederik Gladhorn2012-03-234-2/+37
* Prevent the root object from being garbage collected.Michael Brasser2012-03-236-8/+108
* Fix crash issue for path animation and path interpulatorCharles Yin2012-03-235-0/+56
* Fix Sprite AssemblyAlan Alpert2012-03-231-2/+2
* Change smooth to be true by defaultGunnar Sletta2012-03-226-12/+18
* Share depth-stencil buffers between ShaderEffectSources of same size.Kim Motoyoshi Kalland2012-03-227-6/+406
* Update samegame demo to new layoutAlan Alpert2012-03-229-4/+200
* Check for null pointer dereferenceAlan Alpert2012-03-222-4/+4
* Add move comprehensive tests for TextInput input mask.Andrew den Exter2012-03-221-0/+489
* Fix text wrapping and eliding with implicitWidth.Andrew den Exter2012-03-228-37/+256
* Update model view examples to common launcher format.Andrew den Exter2012-03-2211-245/+235
* Update tutorialAlan Alpert2012-03-214-20/+20
* Fix doAction with custom functions.Frederik Gladhorn2012-03-211-3/+3
* Free ShaderEffectSource FBOs when no longer needed.Kim Motoyoshi Kalland2012-03-2110-83/+230
* Allow qmlscene to quit immediately after startingMatthew Vogt2012-03-211-0/+9
* Test unregistered local enums in QML methods and signal handlers.Michael Brasser2012-03-213-1/+41
* Allow flick on press-move-release in Flickable.Laszlo Agocs2012-03-212-25/+36
* Fix margins for right-to-left modeBea Lam2012-03-214-23/+47
* ListView system testsDamian Jansen2012-03-215-0/+1009
* Add new line to last line of qquickfolderlistmodel.proMartin Jones2012-03-211-1/+1
* 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