aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add accessibility to qmlFrederik Gladhorn2012-01-0236-1/+2281
* touchUpdated should be called for release and cancel.Michael Brasser2011-12-301-2/+3
* Minor cleanup: use standard emit syntax.Michael Brasser2011-12-301-3/+3
* Handle exceptions inside QV8QObjectConnectionList::qt_metacallChris Adams2011-12-291-0/+12
* Invisible items should not respond to touch events.Michael Brasser2011-12-281-1/+1
* VisualDataModel performance improvements.Andrew den Exter2011-12-233-27/+16
* Insert items into VisualDataModel.Andrew den Exter2011-12-236-165/+556
* Minimize the number of objects created per item in VisualDataModel.Andrew den Exter2011-12-238-740/+983
* Add currentSprite property to SpriteImageAlan Alpert2011-12-232-7/+24
* Fix crash in var property setterChris Adams2011-12-231-0/+1
* Add a pressed property to TouchPoint.Michael Brasser2011-12-232-26/+31
* 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-217-40/+210
* 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
* Remove uneccessary layout in TextInput initialization.Andrew den Exter2011-12-212-28/+12
* 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
* 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-201-0/+1
* 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-202-30/+56
* Delay masking the last character in Password echo mode.Andrew den Exter2011-12-202-3/+54
* Add wrapMode and verticalAlignment properties to TextInput.Andrew den Exter2011-12-203-142/+323
* Ensure items in ListView and GridViews viewport are visible.Andrew den Exter2011-12-203-4/+15
* 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-201-1/+4
* 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-202-13/+34
* Implement "headless mode" for hidden QQuickCanvasesGunnar Sletta2011-12-193-17/+59
* Correctly resolve elements of QList<QUrl> propertiesChris Adams2011-12-191-25/+40
* Fix compilation due to header changesSergio Ahumada2011-12-171-1/+1
* DeclarativeDebug: Add version info to service pluginsAurindam Jana2011-12-1611-27/+79
* Fix sprite-less sprite modeAlan Alpert2011-12-163-28/+37
* Add some more particles debugging informationAlan Alpert2011-12-161-0/+8
* Make PlainText the default textFormat of a TextEdit.Andrew den Exter2011-12-162-2/+3
* Merge QQuickLineControl into QQuickTextInput.Andrew den Exter2011-12-166-2206/+1896
* V8: Remove extra V8::Context allocated for expressing strong referencesSimon Hausmann2011-12-154-111/+75
* Fix IR code generation for member expressionsRoberto Raggi2011-12-151-13/+15
* Add support for QUrl types to V4Roberto Raggi2011-12-155-12/+169
* QV8DebugService: add version commandAurindam Jana2011-12-151-31/+32
* Fix that QJSEngine cannot be used from threads other than the gui threadSimon Hausmann2011-12-153-52/+63