aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add accessibility to qmlFrederik Gladhorn2012-01-0254-1/+3724
* touchUpdated should be called for release and cancel.Michael Brasser2011-12-304-3/+20
* Minor cleanup: use standard emit syntax.Michael Brasser2011-12-301-3/+3
* Update to not use old properties.Alan Alpert2011-12-303-6/+6
* Handle exceptions inside QV8QObjectConnectionList::qt_metacallChris Adams2011-12-293-0/+51
* Invisible items should not respond to touch events.Michael Brasser2011-12-282-1/+29
* VisualDataModel performance improvements.Andrew den Exter2011-12-233-27/+16
* Insert items into VisualDataModel.Andrew den Exter2011-12-2318-221/+2578
* Minimize the number of objects created per item in VisualDataModel.Andrew den Exter2011-12-2311-754/+993
* Add currentSprite property to SpriteImageAlan Alpert2011-12-233-10/+27
* Fix crash in var property setterChris Adams2011-12-234-0/+15
* Add a pressed property to TouchPoint.Michael Brasser2011-12-234-139/+258
* Reserve enough space in the QDeclarativePropertyCache hashAaron Kennedy2011-12-224-11/+56
* Always register accessor propertiesAaron Kennedy2011-12-221-0/+3
* Initialize more variablesAlan Alpert2011-12-221-1/+3
* Clear pending commits on resetAlan Alpert2011-12-223-2/+5
* Detect and optimize qsTr() and qsTrId() bindingsAaron Kennedy2011-12-2111-40/+244
* QDeclarative tests: Introduce base class for data tests.Friedemann Kleint2011-12-21122-1917/+1900
* Debugger: Allow transmissions of network packets in one goKai Koehne2011-12-219-24/+38
* Reference count glyphs in QSGDistanceFieldGlyphCache.Yoann Lopes2011-12-215-39/+38
* Adapted QDeclarativeTextEdit test to platform input contextPekka Vuorela2011-12-211-208/+151
* Adapted QDeclarativeTextInput test to platform input contextPekka Vuorela2011-12-211-130/+117
* Remove uneccessary layout in TextInput initialization.Andrew den Exter2011-12-213-28/+17
* Update obsolete URL's in test data.Jason McDonald2011-12-212-4/+4
* Delay initializing the canPaste property until it's requested.Andrew den Exter2011-12-215-8/+27
* Debugger: Fix livelock on exit (Windows)Kai Koehne2011-12-202-14/+32
* qdeclarativexmlhttprequest: Stabilize, ensure deletion of server.Friedemann Kleint2011-12-201-3/+3
* Make editors commit preedit themselves on losing focusPekka Vuorela2011-12-203-4/+9
* Use input event timestamps in QQuickFlickable if available.Andras Becsi2011-12-202-15/+32
* QQuickLineControl more robust on input method & selection statePekka Vuorela2011-12-202-0/+9
* Debugger: Get rid of SG* prefix in qtquick2 pluginKai Koehne2011-12-208-76/+76
* Emit the QQuickCanvas::frameSwapped signal again.Gunnar Sletta2011-12-202-1/+6
* Remove hardcoded assumptions about methods in QObjectChris Adams2011-12-201-4/+7
* Small Text creation performance improvements.Martin Jones2011-12-203-32/+60
* Delay masking the last character in Password echo mode.Andrew den Exter2011-12-203-8/+65
* Add wrapMode and verticalAlignment properties to TextInput.Andrew den Exter2011-12-208-177/+489
* Ensure items in ListView and GridViews viewport are visible.Andrew den Exter2011-12-207-8/+488
* Fix affector group cachingAlan Alpert2011-12-202-2/+5
* Fix sprite choppingAlan Alpert2011-12-201-2/+2
* Qt.locale() always returns the 'C' locale.Martin Jones2011-12-202-1/+16
* Fix valgrind warning.Andrew den Exter2011-12-201-1/+1
* Don't enable multiline eliding unless wrap is enabled.Martin Jones2011-12-201-4/+4
* Fix QDeclarativePropertyCache crash.Andrew den Exter2011-12-204-13/+323
* Update the performance-tips documentationChris Adams2011-12-201-49/+645
* Implement "headless mode" for hidden QQuickCanvasesGunnar Sletta2011-12-197-18/+172
* Correctly resolve elements of QList<QUrl> propertiesChris Adams2011-12-193-25/+101
* Remove another fragile assumption from var prop unit testChris Adams2011-12-191-1/+2
* Fix compilation due to header changesSergio Ahumada2011-12-1712-12/+12
* Console APIs: Update documentation in QDeclarativeAurindam Jana2011-12-161-8/+41
* DeclarativeDebug: Add version info to service pluginsAurindam Jana2011-12-1616-53/+95