aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qmlplugindump: Fix missing flush for objects that don't fit a line.Christian Kamm2011-12-021-2/+1
* Add dynamicRoles mode to ListModel for extra flexibility.Glenn Watson2011-12-028-279/+980
* Addd expectFail() to qmltestexmaple to avoid failure report from CI.Charles Yin2011-12-021-0/+3
* Use QWidgetTextControl in the QtQuick1 TextEdit.Andrew den Exter2011-12-023-9/+12
* Use QWidgetLineControl in the QtQuick1 TextInput.Andrew den Exter2011-12-023-31/+31
* Remove QSGContext and QSGTexture from QDeclarativePixmapDataGunnar Sletta2011-12-0224-278/+252
* Fix test warningsAaron Kennedy2011-12-023-24/+41
* Fix pixmap leak in Text with embedded images.Martin Jones2011-12-021-1/+1
* Fix listview test warningMartin Jones2011-12-021-3/+6
* Fix gridview test warning.Martin Jones2011-12-021-43/+2
* Don't use idle priority for background threads.Martin Jones2011-12-022-2/+2
* sync to an earlier qtbaseAlan Alpert2011-12-021-1/+1
* Ignore expected warningAaron Kennedy2011-12-011-1/+6
* AutotestAaron Kennedy2011-12-013-0/+18
* Ignore expected warning messageAaron Kennedy2011-12-011-0/+1
* Improve value type read performanceAaron Kennedy2011-12-012-13/+48
* Take multi-line expressions into account when rewriting expressionsKai Koehne2011-12-013-5/+9
* 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