aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update the export macros in qtdeclarative.gitThiago Macieira2012-07-114-66/+21
* Change CONFIG += staticlib to CONFIG += staticThiago Macieira2012-07-111-1/+1
* use centralized qml plugin project handlingOswald Buddenhagen2012-07-118-107/+17
* Fix, test and document animation started/stopped signals.Michael Brasser2012-07-112-7/+35
* Add documentation for all font properties.Michael Brasser2012-07-111-1/+55
* pressed and pressedButtons don't work when multiple buttons are pressedMartin Jones2012-07-114-45/+63
* Allow color to be explicitly compared to a stringMatthew Vogt2012-07-114-1/+46
* Merge old "Modules" docs into new doc structureBea Lam2012-07-117-313/+729
* Use QQuickTextUtil to calculate alignment offsets in TextInput.Andrew den Exter2012-07-111-24/+4
* Remove code for unused LinksAccessibleByKeyboard option.Andrew den Exter2012-07-113-33/+2
* Document how to register namespaced types with the QML typesystemChris Adams2012-07-111-0/+110
* Fix qmlscene initial resize for delayed loadingMatthew Vogt2012-07-111-2/+2
* Update usage of childrenRect in Flickable docs.Michael Brasser2012-07-111-3/+10
* Don't provide typehint in QQmlExpression::evaluate()Chris Adams2012-07-111-1/+1
* Improve documentation for JavaScript expressions and importsChris Adams2012-07-115-452/+585
* Improved error messages for malformed .import statementsMatthew Vogt2012-07-115-29/+85
* Fix broken value-type support by allowing property definitionChris Adams2012-07-1118-119/+927
* load plugins properly when QT_NO_SETTINGS is definedTasuku Suzuki2012-07-102-5/+3
* remove dead filesOswald Buddenhagen2012-07-102-2/+0
* Fix warnings about multiple rules for install_targets.Friedemann Kleint2012-07-101-7/+0
* Don't cache visual data model v8 handles.Andrew den Exter2012-07-103-34/+9
* Add option to use native rasterizer for SceneGraph textEskil Abrahamsen Blomfeldt2012-07-1014-15/+220
* Fix warning about assigned/unused variable.Friedemann Kleint2012-07-101-4/+0
* Speed up Text construction with RichTextAndrew den Exter2012-07-091-0/+1
* Speed up TextEdit construction time.Andrew den Exter2012-07-095-66/+47
* Do not permit excessive recursion in component creationMatthew Vogt2012-07-092-2/+30
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-0917-74/+181
* Reduce the number of unnecessary layouts on geometry changes.Andrew den Exter2012-07-094-139/+245
* Allow all explicit margins to override margins.Andrew den Exter2012-07-064-15/+114
* Remove Qt::WindowFlags from QQuickView constructorAlan Alpert2012-07-062-18/+12
* Clarify jumpTo docsAlan Alpert2012-07-061-2/+2
* Update Age affector doc referencesAlan Alpert2012-07-062-1/+4
* Use enumeration in preference to enum when referring to QML API.Andrew den Exter2012-07-068-11/+11
* Use qFloor instead of qRound for glyph coordinatesJiang Jiang2012-07-051-2/+3
* Remove sections with no doc content for nowBea Lam2012-07-051-29/+41
* Fix various QtQuick.* submodule docsBea Lam2012-07-056-43/+107
* Add references between being/completeCreate in the documentationLaszlo Papp2012-07-051-0/+4
* Reorganize "concept" pages in QtQuick docsBea Lam2012-07-0535-603/+768
* Add some private V8ASSERT macros.Andrew den Exter2012-07-043-28/+25
* Let ShaderEffectSource use same multisample count as GL context.Kim Motoyoshi Kalland2012-07-042-8/+12
* Compile without RTTI supportEskil Abrahamsen Blomfeldt2012-07-042-2/+6
* Document QQmlComponent::create(QQmlIncubator&, ...)Martin Jones2012-07-041-4/+24
* PathView needs drag events similar to FlickableMartin Jones2012-07-043-1/+54
* Improve mouseWheel() functionCharles Yin2012-07-044-16/+52
* Improve wheel event handling.Michael Brasser2012-07-043-13/+29
* Mark QQmlComponent::createObject() and incubateObject() as internalMartin Jones2012-07-041-0/+7
* Improve performance guideChris Adams2012-07-041-7/+30
* Report correct mouse position when made visible with hoverEnabled.Michael Brasser2012-07-041-1/+9
* Fix qmlRegisterModuleApi function linkageChris Adams2012-07-043-4/+5
* Refresh the TextInput.acceptableInput property when validator changes.Andrew den Exter2012-07-042-0/+22