aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove debuggingAaron Kennedy2011-12-011-3/+0
* Fix test warningsAaron Kennedy2011-12-011-1/+19
* Ignore test warningAaron Kennedy2011-12-011-0/+6
* Debugger autest: Don't show debugee output for expected failuresKai Koehne2011-12-011-1/+2
* Delete created objectsAaron Kennedy2011-12-011-0/+1
* Don't build an app_bundle on OS XAaron Kennedy2011-12-012-0/+2
* Windows: Fix building of XML list model plugin.Friedemann Kleint2011-12-012-3/+3
* Delete created objectsAaron Kennedy2011-12-011-0/+4
* Move QDeclarativePropertyValueInterceptor into a private headerAaron Kennedy2011-12-0110-14/+25
* Remove debugging outputAaron Kennedy2011-12-011-1/+1
* Export QQuickFlickable to make it possible to use it as private API.Andras Becsi2011-12-011-1/+1
* Remove debuggingAaron Kennedy2011-12-011-1/+0
* Don't use deprecated methodAaron Kennedy2011-12-011-1/+2
* Ignore test warningsAaron Kennedy2011-12-011-1/+13
* Ignore expected warningAaron Kennedy2011-12-011-0/+2
* Fix uninitialized member variable in QDeclarativeTextEditPekka Vuorela2011-12-011-1/+1
* Made TextInput mouse events commit preeditPekka Vuorela2011-12-014-140/+173
* Add missing testsAaron Kennedy2011-12-011-6/+7
* 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-014-41/+164
* 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-014-1/+34
* 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-0131-193/+257
* Have tutorial built along with other examplesAlan Alpert2011-12-0179-1/+3
* Add support for assigning literal value to sequence propertyChris Adams2011-12-0112-0/+394
* Don't update dependent anchors on destruction unless required.Michael Brasser2011-12-011-2/+5
* Cleanup and optimize QQuickContents.Michael Brasser2011-12-013-39/+43
* Non-blocking view delegate instantiation.Martin Jones2011-12-0126-423/+1232
* V8Profiler: make the profiler run in the main threadChristiaan Janssen2011-11-302-15/+19
* Extend the grammar of QML binding declarations.Roberto Raggi2011-11-3012-946/+1094
* Whitespace fixesAlan Alpert2011-11-301-52/+60
* Add QQuickItem::setImplicitSize()Michael Brasser2011-11-3011-44/+74
* Deleting an incubated object after setInitialState() crashesMartin Jones2011-11-302-1/+38
* Anchoring system optimizations.Michael Brasser2011-11-304-33/+157
* Debugger: Disable breakpoint relocation in JSKai Koehne2011-11-292-7/+11
* qmlplugindump: Avoid reporting types as attaching to themselves.Christian Kamm2011-11-291-2/+6
* Fix the evaluation of JS switch statements in QML bindings.Roberto Raggi2011-11-298-0/+321
* Properly protect access to pixmap reader thread with mutexChris Adams2011-11-297-12/+126
* Add a length property to TextEdit.Andrew den Exter2011-11-293-1/+31
* Add indexed deleter to sequence wrapper, implement length setterChris Adams2011-11-296-10/+156
* Update to QtQuick 2.0Alan Alpert2011-11-2936-36/+36
* Get the tutorial running againAlan Alpert2011-11-2912-53/+11
* Initial window implementationAlan Alpert2011-11-2913-4/+410
* 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