aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-274-10/+9
* Consistent use of syntax in V4 Register classMatthew Vogt2012-06-271-16/+16
* Add enum values from related typesMatthew Vogt2012-06-274-27/+74
* Fix performance issue with BorderImage element.Glenn Watson2012-06-271-0/+3
* Do not depend on indirect inclusions: #include and forward-declareThiago Macieira2012-06-271-1/+1
* Support JS Date object in ListModel with static roles.Glenn Watson2012-06-262-3/+76
* 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-262-34/+33
* Fix section delegates not updating when changed.Andrew den Exter2012-06-261-0/+21
* Position section headers correctly when section property changes.Andrew den Exter2012-06-261-0/+2
* Add warning if defining a ListModel with no roles.Glenn Watson2012-06-261-0/+6
* Remove default allocation size for PODVector.Glenn Watson2012-06-261-6/+6
* 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-252-0/+4
* Remove superfluous statusChanged signalDamian Jansen2012-06-251-0/+2
* Revert "Remove properties related to highlight speed"Bea Lam2012-06-252-6/+60
* Don't AssertAlan Alpert2012-06-251-1/+2
* Fix clicking on links in aligned or elided Text.Andrew den Exter2012-06-254-64/+84
* Link back to the particles module page from the overview page.Alan Alpert2012-06-251-0/+1
* Delay custom emitter processingAlan Alpert2012-06-252-5/+9
* Correctly resolve qrc:/ URLs in type loadingMatthew Vogt2012-06-251-11/+11
* qmlRegisterRevision clashes with qmlRegisterUncreatableTypeMartin Jones2012-06-252-0/+34
* Fix right aligned cursor position in TextInput with geometry changesPekka Vuorela2012-06-251-1/+1
* Decode directory separators in source URLsMatthew Vogt2012-06-254-4/+29
* Make qtdeclarative compile with QT_NO_DRAGANDDROPTasuku Suzuki2012-06-2413-3/+84
* Fix crash when dragging items outside visible area.Andrew den Exter2012-06-227-59/+59
* Fix build: include the necessary headers properly.Thiago Macieira2012-06-221-0/+2
* Make qmltest depend on gui-privateGirish Ramakrishnan2012-06-221-2/+2
* Pass the right signal index in visualadaptormodel proxy meta-objectKent Hansen2012-06-221-2/+2
* Remove the open and closeSofwareInputPanel functions.Andrew den Exter2012-06-224-184/+4
* Rename Flickable x/yOrigin to originX/YBea Lam2012-06-224-21/+24
* Remove properties related to highlight speedBea Lam2012-06-222-60/+6
* Handle enum values of -1 correctly.Michael Brasser2012-06-225-15/+22
* Clarify anchor error messages.Michael Brasser2012-06-221-3/+3
* Don't shadow member variable with argument.Andrew den Exter2012-06-222-3/+3
* Fix crash when selecting transformed text.Andrew den Exter2012-06-221-7/+9
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-223-3/+65
* Report clashing qmldir entries for components and scriptsMatthew Vogt2012-06-221-7/+33
* Create new documentation structureChris Adams2012-06-21184-6779/+7453
* Put basic language types into QtQml importChris Adams2012-06-216-26/+31
* Fix crash in QQuickPixmapData::release()Chris Adams2012-06-211-0/+4
* Disallow signal-handler-specification for non-signal methodsChris Adams2012-06-212-2/+2
* Enable literal Qt enum assignment to enum properties.Michael Brasser2012-06-211-9/+9
* QtQuick: Fix warnings about deprecated QWeakPointer usage.Friedemann Kleint2012-06-202-4/+5
* Cleanup SG properly in QQuickCanvasAlan Alpert2012-06-201-0/+2
* Fix some of the bundle test failures on Windows.Glenn Watson2012-06-202-12/+12
* Update example in a doc.Sukhyun Kim2012-06-201-2/+3