aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add dynamicRoles mode to ListModel for extra flexibility.Glenn Watson2011-12-027-78/+580
* Use QWidgetTextControl in the QtQuick1 TextEdit.Andrew den Exter2011-12-022-6/+9
* Use QWidgetLineControl in the QtQuick1 TextInput.Andrew den Exter2011-12-022-29/+29
* Remove QSGContext and QSGTexture from QDeclarativePixmapDataGunnar Sletta2011-12-0222-269/+240
* Fix pixmap leak in Text with embedded images.Martin Jones2011-12-021-1/+1
* Don't use idle priority for background threads.Martin Jones2011-12-022-2/+2
* Improve value type read performanceAaron Kennedy2011-12-012-13/+48
* Take multi-line expressions into account when rewriting expressionsKai Koehne2011-12-011-0/+1
* Windows: Fix building of XML list model plugin.Friedemann Kleint2011-12-012-3/+3
* Move QDeclarativePropertyValueInterceptor into a private headerAaron Kennedy2011-12-018-14/+23
* Export QQuickFlickable to make it possible to use it as private API.Andras Becsi2011-12-011-1/+1
* Don't use deprecated methodAaron Kennedy2011-12-011-1/+2
* Fix uninitialized member variable in QDeclarativeTextEditPekka Vuorela2011-12-011-1/+1
* Made TextInput mouse events commit preeditPekka Vuorela2011-12-012-43/+54
* Compile MSVC2008 and remove unneeded reference to <stdint.h>Jan-Arve Saether2011-12-011-1/+0
* Fixed crash when updating Image.source and BorderImage.sourceGunnar Sletta2011-12-012-3/+5
* Release pixmap cache data to avoid leaking memoryChris Adams2011-12-012-30/+84
* Allow current item creation to interrupt async delegate creation.Martin Jones2011-12-011-1/+1
* Repeater delegates have no parent in Component.onCompletedMartin Jones2011-12-012-1/+10
* Ensure flickable velocity is updated when under heavy load.Martin Jones2011-12-011-2/+8
* Change the license header from BSD to LGPLCharles Yin2011-12-011-27/+28
* Move XmlListModel to seperate pluginCharles Yin2011-12-018-38/+97
* Add support for assigning literal value to sequence propertyChris Adams2011-12-015-0/+241
* Don't update dependent anchors on destruction unless required.Michael Brasser2011-12-011-2/+5
* Cleanup and optimize QQuickContents.Michael Brasser2011-12-012-37/+41
* Non-blocking view delegate instantiation.Martin Jones2011-12-0116-403/+675
* V8Profiler: make the profiler run in the main threadChristiaan Janssen2011-11-302-15/+19
* Extend the grammar of QML binding declarations.Roberto Raggi2011-11-305-946/+947
* Whitespace fixesAlan Alpert2011-11-301-52/+60
* Add QQuickItem::setImplicitSize()Michael Brasser2011-11-3010-43/+74
* Deleting an incubated object after setInitialState() crashesMartin Jones2011-11-301-1/+1
* Anchoring system optimizations.Michael Brasser2011-11-304-33/+157
* Debugger: Disable breakpoint relocation in JSKai Koehne2011-11-291-2/+4
* Fix the evaluation of JS switch statements in QML bindings.Roberto Raggi2011-11-292-0/+57
* Properly protect access to pixmap reader thread with mutexChris Adams2011-11-291-12/+41
* Add a length property to TextEdit.Andrew den Exter2011-11-292-0/+22
* Add indexed deleter to sequence wrapper, implement length setterChris Adams2011-11-293-3/+87
* Initial window implementationAlan Alpert2011-11-297-4/+174
* Remove unused function magnitude()Kent Hansen2011-11-291-5/+0
* Fix unused variable warning in QQuickItemParticle::takeKent Hansen2011-11-291-0/+1
* QDeclarativeInspectorService: Call updateStatus() in GUI thread.Aurindam Jana2011-11-282-2/+2
* Fix unused variable warning in QSGContext constructorKent Hansen2011-11-281-1/+0
* Debugger: Fix compilation error with msvcKai Koehne2011-11-281-2/+1
* Add a getFormattedText function to TextEdit.Andrew den Exter2011-11-282-0/+31
* Fix multiline eliding and support eliding when height is set.Martin Jones2011-11-282-89/+100
* Remove QtQuick1-specific define from declarative.proKent Hansen2011-11-281-2/+0
* qml debugger: Create abstraction for State managementKent Hansen2011-11-285-64/+260
* Removed ShaderEffectItem and qt_ModelViewProjectionMatrix.Kim Motoyoshi Kalland2011-11-284-26/+0
* qmltestrunner reports wrong LOC for failed test casesCharles Yin2011-11-281-4/+4
* Rewrite Connections signal handlers at compile time.Michael Brasser2011-11-287-5/+38