aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-276-10/+19
* Remove qtbase pin.Michael Brasser2012-06-271-1/+1
* Consistent use of syntax in V4 Register classMatthew Vogt2012-06-271-16/+16
* Add enum values from related typesMatthew Vogt2012-06-2713-27/+190
* Fix performance issue with BorderImage element.Glenn Watson2012-06-271-0/+3
* activeWindow is deprecated, use focusWindow.Thiago Macieira2012-06-272-15/+15
* Do not depend on indirect inclusions: #include and forward-declareThiago Macieira2012-06-272-1/+2
* Support JS Date object in ListModel with static roles.Glenn Watson2012-06-263-3/+112
* Pin the qtbase SHA1Kent Hansen2012-06-261-1/+1
* initializeGLFunctions is deprecated, replace itThiago Macieira2012-06-261-1/+1
* Remove unnecessary obsolete includePekka Vuorela2012-06-261-1/+0
* Checking for QUrl equality is not all that expensive, so remove hack.Robin Burchell2012-06-262-4/+4
* Rename ListView *speed properties to *velocityBea Lam2012-06-2610-47/+46
* Fix section delegates not updating when changed.Andrew den Exter2012-06-263-0/+123
* Position section headers correctly when section property changes.Andrew den Exter2012-06-263-8/+33
* Isolate unstable testBea Lam2012-06-261-8/+34
* Fix crash in tst_qquicklistview.Andrew den Exter2012-06-263-1/+20
* Add warning if defining a ListModel with no roles.Glenn Watson2012-06-262-0/+43
* Remove default allocation size for PODVector.Glenn Watson2012-06-261-6/+6
* Remove some unnecessary indirection.Robin Burchell2012-06-251-17/+14
* Add mouse cursor shapes to MouseAreaFrederik Gladhorn2012-06-253-0/+92
* Doc: Use correct style and modules for doc build.Casper van Donderen2012-06-253-4/+11
* Doc: Use the module "make docs" and rename qtquick "make docs".Casper van Donderen2012-06-253-4/+8
* Remove superfluous statusChanged signalDamian Jansen2012-06-252-0/+53
* Revert "Remove properties related to highlight speed"Bea Lam2012-06-2510-7/+74
* Don't AssertAlan Alpert2012-06-251-1/+2
* Delete canvas created in testBea Lam2012-06-251-0/+2
* Fix clicking on links in aligned or elided Text.Andrew den Exter2012-06-255-81/+407
* Link back to the particles module page from the overview page.Alan Alpert2012-06-251-0/+1
* Delay custom emitter processingAlan Alpert2012-06-253-8/+14
* Correctly resolve qrc:/ URLs in type loadingMatthew Vogt2012-06-253-14/+12
* qmlRegisterRevision clashes with qmlRegisterUncreatableTypeMartin Jones2012-06-255-0/+131
* Fix right aligned cursor position in TextInput with geometry changesPekka Vuorela2012-06-253-2/+9
* Decode directory separators in source URLsMatthew Vogt2012-06-257-5/+40
* activeWindow is deprecated, use focusWindow.Thiago Macieira2012-06-251-4/+4
* Make qtdeclarative compile with QT_NO_DRAGANDDROPTasuku Suzuki2012-06-2413-3/+84
* Fix compilation with GCC 4.7 (C++11)Thiago Macieira2012-06-234-6/+6
* Fix crash when dragging items outside visible area.Andrew den Exter2012-06-228-77/+117
* Fix build: include the necessary headers properly.Thiago Macieira2012-06-221-0/+2
* Make qmltest depend on gui-privateGirish Ramakrishnan2012-06-221-2/+2
* Add gui-private to testsGirish Ramakrishnan2012-06-2225-25/+25
* Pass the right signal index in visualadaptormodel proxy meta-objectKent Hansen2012-06-223-3/+5
* Remove insignificant_test from DropArea test.Andrew den Exter2012-06-221-2/+0
* Remove the open and closeSofwareInputPanel functions.Andrew den Exter2012-06-226-200/+4
* Remove stale demosAlan Alpert2012-06-22112-6416/+0
* Install examples to example hierarchyroot2012-06-2210-22/+22
* Rename Flickable x/yOrigin to originX/YBea Lam2012-06-227-48/+51
* Remove properties related to highlight speedBea Lam2012-06-2210-74/+7
* Add some tests for literal parsingMartin Jones2012-06-222-0/+68
* Handle enum values of -1 correctly.Michael Brasser2012-06-229-16/+36